mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-12 12:51:43 +00:00
Add a few more linker script tests
This commit is contained in:
@@ -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