mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
18 lines
205 B
NASM
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
|