mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
762474d3ac
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.
4 lines
111 B
NASM
4 lines
111 B
NASM
SECTION "Floating", ROM0
|
|
; RGBASM knows how to compute `jr @` by itself, but this will evade it
|
|
jr @ - 1 + 1
|