rgblink adjusts patches' PC offsets when merging FRAGMENTs

Fixes #869
This commit is contained in:
Rangi
2021-05-02 14:57:54 -04:00
committed by Eldred Habert
parent 9ab9d0f39c
commit 296e5489c9
8 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
SECTION FRAGMENT "output", ROM0
LOAD FRAGMENT "loaded", SRAM
ds 128
ENDL

View File

@@ -0,0 +1,6 @@
SECTION FRAGMENT "output", ROM0
LOAD FRAGMENT "loaded", SRAM
label:
jr nz, label2
label2:
ENDL

Binary file not shown.