mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
10 lines
131 B
NASM
10 lines
131 B
NASM
|
|
SECTION "ff00+c or not to ff00+c", ROMX
|
|
|
|
ldh a, [$ff00 + c]
|
|
ldh [65280 + c], a
|
|
|
|
; Not ok
|
|
ldh a, [$ff01 + c]
|
|
ldh [xyz + c], a
|