Files
rgbds/test/asm/section-name-nul.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

3 lines
54 B
NASM

SECTION "test\0 foo", ROM0
SECTION "test\0 bar", ROM0