8 lines
78 B
NASM
8 lines
78 B
NASM
%ifdef TESTx64
|
|
foo:
|
|
%else
|
|
_foo:
|
|
%endif
|
|
mov EAX_COMMA_SPACE_ZERO
|
|
ret
|