Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use semantic asm in asm code gen. #39

Open
longfangsong opened this issue Jan 19, 2023 · 0 comments
Open

Use semantic asm in asm code gen. #39

longfangsong opened this issue Jan 19, 2023 · 0 comments
Labels
feature request A request for a certain feature medium This issue is not so easy to fix

Comments

@longfangsong
Copy link
Member

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.

@longfangsong longfangsong added feature request A request for a certain feature medium This issue is not so easy to fix labels Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for a certain feature medium This issue is not so easy to fix
Projects
None yet
Development

No branches or pull requests

1 participant