mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 08:17:47 +00:00
Add more tests for RGBASM coverage
This commit is contained in:
19
test/asm/state-features.out
Normal file
19
test/asm/state-features.out
Normal file
@@ -0,0 +1,19 @@
|
||||
; File generated by rgbasm
|
||||
|
||||
; Numeric constants
|
||||
def constant equ $6
|
||||
|
||||
; Variables
|
||||
def variable = $5
|
||||
|
||||
; String constants
|
||||
def string equs "four"
|
||||
|
||||
; Character maps
|
||||
newcharmap main
|
||||
charmap "char", $2, $3
|
||||
|
||||
; Macros
|
||||
macro one
|
||||
!@#$%^&* /* anything */ :'<,>./? ; goes!
|
||||
endm
|
||||
Reference in New Issue
Block a user