Files
rgbds/test/link/jr-@.asm
ISSOtm 762474d3ac 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.
2020-07-27 18:17:29 +02:00

4 lines
111 B
NASM

SECTION "Floating", ROM0
; RGBASM knows how to compute `jr @` by itself, but this will evade it
jr @ - 1 + 1