mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- Escaped commas "\," inside strings - `name: MACRO` syntax - `__FILE__` and `__LINE__` - `-H/--nop-after-halt` and `-l/--auto-ldh` on by default
13 lines
110 B
NASM
13 lines
110 B
NASM
SECTION "Label testing", WRAMX
|
|
|
|
Lab:
|
|
.loc
|
|
Lab.loc2
|
|
|
|
: ; anonymous
|
|
|
|
MACRO mac
|
|
println "\1"
|
|
ENDM
|
|
mac :
|