mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This also fixes two bugs: `-1 >>> 32` was -1 not 0, and `macro_FreeArgs` should have been called but wasn't.
9 lines
121 B
NASM
9 lines
121 B
NASM
SECTION "invalid", ROM0[$10000]
|
|
ld [hl], [hl]
|
|
ld a, [$00ff+c]
|
|
ld b, [c]
|
|
ld b, [bc]
|
|
ld b, [$4000]
|
|
bit 8, a
|
|
rst $40
|