mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
New definition syntax with leading DEF keyword
This will enable fixing #457 later once the old definition syntax is removed.
This commit is contained in:
9
test/asm/def.out
Normal file
9
test/asm/def.out
Normal file
@@ -0,0 +1,9 @@
|
||||
$1
|
||||
$2
|
||||
$3
|
||||
$4
|
||||
$2A
|
||||
here
|
||||
$0 $1 $5 $9
|
||||
$2A
|
||||
there
|
||||
Reference in New Issue
Block a user