shithub: pokered

ref: 4cc4b175fcf55fde232796ac5668b4aff5903022
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