mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Add test for DEF(@)
This commit is contained in:
5
test/asm/pc-def.asm
Normal file
5
test/asm/pc-def.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
IF DEF(@)
|
||||
PRINTT "defined\n"
|
||||
ELSE
|
||||
PRINTT "not defined\n"
|
||||
ENDC
|
||||
Reference in New Issue
Block a user