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
I imagine an asm macro that defines symbols for registers and instruction mnemonics and takes arguments for inputs/outputs/constraints as well as the actual instructions. (Constraints will necessarily be limited for now, since there is no dynamic register allocation to start with.)
The text was updated successfully, but these errors were encountered:
I imagine an
asm
macro that defines symbols for registers and instruction mnemonics and takes arguments for inputs/outputs/constraints as well as the actual instructions. (Constraints will necessarily be limited for now, since there is no dynamic register allocation to start with.)The text was updated successfully, but these errors were encountered: