Files
rgbds/test/link/script.asm
T
Rangi a2c52caca2 Disallow NUL characters in section names and assertion messages
Allowing these in object files would lose anything after the '\0'
when RGBLINK reads the object.
2026-08-22 19:51:03 -04:00

11 lines
242 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", ROM0