shithub: pokered

ref: 5ec206d0c537e04f0b277d06ff3eea075bd11c27
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