Add a few more linker script tests

This commit is contained in:
ISSOtm
2024-02-19 00:23:00 +01:00
parent 3860ab11c7
commit 18e83c17b4
16 changed files with 67 additions and 5 deletions

View 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