Add more tests for RGBASM coverage

This commit is contained in:
Rangi42
2025-09-25 12:21:08 -04:00
parent 96b953fe51
commit 0297da4d4c
29 changed files with 112 additions and 19 deletions

View 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