CGA Palette by *yuko*

\x0d\xcba \x01vy\x0f\x0f\x0fg\x06\x03\x91\xfeH>5)(
\xcbY(\x02>08\x02\xc6\x11\xff\xff\x10\xea>
\xd5

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

Disassemble:

	ORG	00000H

	DEC C			;0000	0D 	. 
	BIT 4,C		;0001	CB 61 	. A 
	JR NZ,$+3		;0003	20 01 	  . 
	HALT			;0005	76 	V 
	LD A,C			;0006	79 	Y 
	RRCA			;0007	0F 	. 
	RRCA			;0008	0F 	. 
	RRCA			;0009	0F 	. 
	LD H,A			;000A	67 	G 
	LD B,003H		;000B	06 03 	. . 
	SUB C			;000D	91 	. 
	CP 048H		;000E	FE 48 	. H 
	LD A,035H		;0010	3E 35 	> 5 
	ADD HL,HL			;0012	29 	) 
	JR Z,$+12		;0013	28 0A 	( . 
	BIT 3,C		;0015	CB 59 	. Y 
	JR Z,$+4		;0017	28 02 	( . 
	LD A,030H		;0019	3E 30 	> 0 
	JR C,$+4		;001B	38 02 	8 . 
	ADD A,011H		;001D	C6 11 	. . 
	RST 38H			;001F	FF 	. 
	RST 38H			;0020	FF 	. 
	DJNZ $-20		;0021	10 EA 	. . 
	LD A,00AH		;0023	3E 0A 	> . 
	PUSH DE			;0025	D5 	. 

download

return to the top page