mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Let RGBASM write JR offsets in floating sections
This requires some special-casing for `jr @` because the `jr` opcode has already been emitted, but not the operand, so PC points to the middle. Moved the RGBLINK test to RGBASM's folder, and created a new RGBLINK test.
This commit is contained in:
5
test/asm/jr-section.asm
Normal file
5
test/asm/jr-section.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
SECTION "Test", ROM0
|
||||
|
||||
Label:
|
||||
jr Label
|
||||
PRINTV Label - @
|
||||
Reference in New Issue
Block a user