mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
14 lines
112 B
NASM
14 lines
112 B
NASM
|
|
SECTION "Label testing", WRAMX
|
|
|
|
Lab:
|
|
.loc
|
|
Lab.loc2
|
|
|
|
: ; anonymous
|
|
|
|
mac: MACRO
|
|
println "\1"
|
|
ENDM
|
|
mac :
|