mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 20:01:42 +00:00
Add test for DEF(@)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
IF DEF(@)
|
||||
PRINTT "defined\n"
|
||||
ELSE
|
||||
PRINTT "not defined\n"
|
||||
ENDC
|
||||
@@ -0,0 +1,2 @@
|
||||
ERROR: pc-def.asm(1):
|
||||
'@' is not allowed as argument to the DEF function
|
||||
Reference in New Issue
Block a user