mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Allow LOAD FRAGMENT (#1552)
This was implemented in #736 but removed after discussion in #869. Fixes #1537
This commit is contained in:
12
test/link/load-fragment-jr.asm
Normal file
12
test/link/load-fragment-jr.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
SECTION "main", ROM0
|
||||
LOAD FRAGMENT "test", SRAM
|
||||
ENDL
|
||||
|
||||
; The RPN patch for 'jr Label' in section "alt" refers to section "test",
|
||||
; but the object file puts section "test" after section "alt".
|
||||
; This case needs to be handled when identifying patches' PC sections.
|
||||
SECTION "alt", ROM0
|
||||
LOAD FRAGMENT "test", SRAM
|
||||
jr Label
|
||||
Label:
|
||||
ENDL
|
||||
Reference in New Issue
Block a user