shithub: pokered

ref: 4ef305907206bdb90c3c9259f6d527a90b26629c
dir: /home/start.asm/

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