8 lines
64 B
NASM
8 lines
64 B
NASM
|
%ifdef TESTx64
|
||
|
foo:
|
||
|
%else
|
||
|
_foo:
|
||
|
%endif
|
||
|
mov eax, 0
|
||
|
ret
|