Is your feature request related to a problem? Please describe.
Currently, all registers println! by clefviewer is encoded as x{id}, but it's preferred to be used like sp, ra and such meaningful register names.
Describe the solution you'd like
We should put these preferred register names on the first of the spec file, and use this one when rendering disassembled instruction.
Is your feature request related to a problem? Please describe.
Currently, all registers
println!byclefvieweris encoded asx{id}, but it's preferred to be used likesp,raand such meaningful register names.Describe the solution you'd like
We should put these preferred register names on the first of the spec file, and use this one when rendering disassembled instruction.