mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add a few more linker script tests
This commit is contained in:
7
test/link/script-ds-overflow.link
Normal file
7
test/link/script-ds-overflow.link
Normal file
@@ -0,0 +1,7 @@
|
||||
rom0
|
||||
ds $4000 ; OK
|
||||
ds 1 ; Boom!
|
||||
|
||||
hram
|
||||
ds $7F ; OK
|
||||
ds $FFFF ; Boom!
|
||||
Reference in New Issue
Block a user