kep-hack/home/start.asm
2020-07-03 13:03:21 -04:00

11 lines
85 B
NASM

_Start::
cp GBC
jr z, .gbc
xor a
jr .ok
.gbc
ld a, 0
.ok
ld [wGBC], a
jp Init