mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32: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.
6 lines
57 B
NASM
6 lines
57 B
NASM
SECTION "Test", ROM0
|
|
|
|
Label:
|
|
jr Label
|
|
PRINTV Label - @
|