mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Add test for referencing a symbol before setting it
This commit is contained in:
4
test/asm/reference-undefined-sym.asm
Normal file
4
test/asm/reference-undefined-sym.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
SECTION "sec", ROM0
|
||||
db X
|
||||
|
||||
X = 2
|
||||
Reference in New Issue
Block a user