mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
20 lines
265 B
Plaintext
20 lines
265 B
Plaintext
; 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
|