mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Add more tests for RGBASM coverage
This commit is contained in:
7
test/asm/state-features.asm
Normal file
7
test/asm/state-features.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
MACRO one
|
||||
!@#$%^&* /* anything */ :'<,>./? ; goes!
|
||||
ENDM
|
||||
CHARMAP "char", 2, 3
|
||||
DEF string EQUS "four"
|
||||
DEF variable = 5
|
||||
DEF constant EQU 6
|
||||
Reference in New Issue
Block a user