mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
11 lines
89 B
NASM
11 lines
89 B
NASM
_Start::
|
|
cp GBC
|
|
jr z, .gbc
|
|
xor a
|
|
jr .ok
|
|
.gbc
|
|
ld a, FALSE
|
|
.ok
|
|
ld [wGBC], a
|
|
jp Init
|