pokered/home/start.asm

10 lines
89 B
NASM

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