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,7 @@
rom0
ds $4000 ; OK
ds 1 ; Boom!
hram
ds $7F ; OK
ds $FFFF ; Boom!