Files
rgbds/test/asm/label-outside-section.asm
ISSOtm 122f5fe12e Prevent creating labels outside of sections
This doesn't make sense, and causes RGBLINK to misbehave
2019-11-04 08:35:00 +01:00

5 lines
51 B
NASM

bad:
SECTION "Test", ROM0
good:
PRINTT "OK!\n"