mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 05:41:42 +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:
@@ -0,0 +1,5 @@
|
||||
SECTION "Test", ROM0
|
||||
|
||||
Label:
|
||||
jr Label
|
||||
PRINTV Label - @
|
||||
Reference in New Issue
Block a user