Mixin in Inline Assembly

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 8 18:39:48 PST 2017


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{}`.


More information about the Digitalmars-d-learn mailing list