On Monday, 9 January 2017 at 02:31:42 UTC, Chris M. wrote:
However, the inline assembler doesn't like me trying to do a mixin.
yep. iasm is completely independent from other fronted, it has it's own lexer, parser and so on. don't expect those things to work. the only way is to mixin the whole iasm block, including `asm{}`.