But I think maybe we can specify calling convention, so the following code may
correct:
asm """
mov eax, `a`
"""
RunOtherwise, we cannot refer the parameter in the assembler code. But it still make sense, because the vcc compiler treat the __declspec(naked) code like this.
