Files
rgbds/test/asm/label-indent.asm
Rangi 46e67ee078 Remove deprecated RGBASM features (#1215)
- Escaped commas "\," inside strings
- `name: MACRO` syntax
- `__FILE__` and `__LINE__`
- `-H/--nop-after-halt` and `-l/--auto-ldh` on by default
2023-11-04 23:22:46 +01:00

13 lines
110 B
NASM

SECTION "Label testing", WRAMX
Lab:
.loc
Lab.loc2
: ; anonymous
MACRO mac
println "\1"
ENDM
mac :