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:
15
test/link/script-oob-org.link
Normal file
15
test/link/script-oob-org.link
Normal file
@@ -0,0 +1,15 @@
|
||||
rom0
|
||||
org $4000 ; OK
|
||||
org $4001 ; Nope
|
||||
|
||||
romx 1
|
||||
org $3FFF ; Nope
|
||||
org $8000 ; OK
|
||||
org $8001 ; Nope
|
||||
|
||||
hram
|
||||
org 0 ; Nope
|
||||
org $FF7F ; Nope
|
||||
org $FF80 ; OK
|
||||
org $FFFF ; OK
|
||||
org $10000 ; Nope
|
||||
Reference in New Issue
Block a user