mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
6fcb91cbc1
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
8 lines
70 B
NASM
8 lines
70 B
NASM
%define IFNDEF %ifndef
|
|
%define ENDIF %endif
|
|
|
|
IFNDEF foo
|
|
; bar
|
|
ENDIF
|
|
|