• Henrik Gramner's avatar
    x86inc: Fix call with memory operands · 406e0ddc
    Henrik Gramner authored
    We overload the `call` instruction with a macro, but it would misbehave when
    the macro argument wasn't a valid identifier. Fix it by explicitly checking
    if the argument is an identifier.
    406e0ddc
x86inc.asm 44.2 KB