v icon indicating copy to clipboard operation
v copied to clipboard

Inline assembly

Open vegard opened this issue 7 years ago • 0 comments

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.)

vegard avatar Jul 29 '17 21:07 vegard