Remove LOAD FRAGMENT

It's very troublesome, with flaky semantics and a very restricted use space.
This commit is contained in:
ISSOtm
2021-05-02 23:51:41 +02:00
parent 02cb5a0526
commit 1d01268249
15 changed files with 8 additions and 79 deletions

View File

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

View File

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

Binary file not shown.