mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Prevent creating labels outside of sections
This doesn't make sense, and causes RGBLINK to misbehave
This commit is contained in:
4
test/asm/label-outside-section.asm
Normal file
4
test/asm/label-outside-section.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
bad:
|
||||
SECTION "Test", ROM0
|
||||
good:
|
||||
PRINTT "OK!\n"
|
||||
Reference in New Issue
Block a user