shuosc / Come

A C like language and its compiler
The Unlicense
6 stars 3 forks source link

Use semantic asm in asm code gen. #39

Open longfangsong opened 1 year ago

longfangsong commented 1 year ago

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.