You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 constructingInstruction
easily, just needs to update the asm code generation part.The text was updated successfully, but these errors were encountered: