jwasm/Regress/EXPANS23.ASM
2014-06-18 19:16:56 +04:00

18 lines
205 B
NASM

;--- conditional assembly directive that
;--- appears AFTER expansion only.
;--- didn't work prior to v2.08
.model small
.code
TM1 textequ <if 1>
TM1
; echo gotcha!
nop
endif
end