Files
rgbds/test/link/script.asm
Rangi 7f24d46d44 Support more syntax in linkerscripts (#1752)
* No need to use `locale`s

* Implement octal numbers, `_` digit separators, and `0x/0b/0o` prefixes in linkerscripts

* Refactor some functions out of `yylex`

* Support `\0` in linkerscripts
2025-07-16 15:00:02 -04:00

11 lines
244 B
NASM

; script*.link are tests for the linker script.
; So there isn't much to see here.
SECTION "ROM0", ROM0
SECTION "ROM1", ROMX,BANK[1]
SECTION "ROM2 1K", ROMX,BANK[2]
ds $1000
SECTION "ROM2 1", ROMX,BANK[2]
ds 1
SECTION "\\\"\'\n\r\t\0", ROM0