shithub: pokered

ref: 204bf74a7f7330e4993138629dffc6304ce1f183
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