mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-13 13:21:42 +00:00
Add more tests for RGBASM coverage
This commit is contained in:
@@ -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