mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
This allows linkerscripts to refer to section names even if they contain special characters: '\r' '\n' '\t' '"' '\\'.
5 lines
74 B
NASM
5 lines
74 B
NASM
SECTION "A\"B\tC\rD\nE", ROM0
|
|
DS $1000
|
|
SECTION "in\{valid", ROM0
|
|
DS $1000
|