mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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
|