Files
rgbds/test/asm/pc-def.asm
2020-01-09 06:10:28 +01:00

6 lines
64 B
NASM

IF DEF(@)
PRINTT "defined\n"
ELSE
PRINTT "not defined\n"
ENDC