Is your feature request related to a problem? Please describe.
Currently, we generate text from asm code, it's not very efficient to use when generating binary.
Describe the solution you'd like
Generate Instruction struct directly.
I already add an instruction! macro for constructing Instruction easily, just needs to update the asm code generation part.
Is your feature request related to a problem? Please describe. Currently, we generate text from asm code, it's not very efficient to use when generating binary.
Describe the solution you'd like Generate
Instruction
struct directly. I already add aninstruction!
macro for constructingInstruction
easily, just needs to update the asm code generation part.