-
Notifications
You must be signed in to change notification settings - Fork 121
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
Rearrange parameters of asm functions in order described in asm(param1, param2)
#1584
Comments
asm(param1, param2)
asm(param1, param2)
We have something in the grammar called |
Yep, but for now it translates to FunC asm shuffle syntax only |
Oh, so your idea is to make |
Exactly! |
That said, AsmShuffle syntax is really not that great. Handling it as a readable list of argument names is more than worth it. |
I think this is a |
We want to generate it to:
This will allow some runtime
SWAP
to be illuminated at compile time like #1571.The text was updated successfully, but these errors were encountered: