Add LOAD FRAGMENT pc test (#800)

Reproduces a reported problem, fix pending
This commit is contained in:
Eldred Habert
2021-03-28 21:11:20 +02:00
committed by GitHub
parent 57d966d6e0
commit 7461170956
5 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
SECTION "main", ROM0
LOAD FRAGMENT "test", SRAM
db 0
ENDL

View File

@@ -0,0 +1,7 @@
SECTION "SECTION2", ROM0
LOAD FRAGMENT "test", SRAM
jr Label
Label:
dw Label
ENDL

View File

Binary file not shown.