Excess3 by *yuko*

\xd5\xedj \x10\xcd\x03\x808\x03\xfe
(v\xc6\xd3\x1f\x1f\x1f\x1fg>\x18\x8f

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	ADC HL,HL		;0001	ED 6A 	. J 
	JR NZ,$+18		;0003	20 10 	  . 
	CALL 08003H		;0005	CD 03 80 	. . . 
	JR C,$+5		;0008	38 03 	8 . 
	CP 00AH		;000A	FE 0A 	. . 
	JR Z,$+120		;000C	28 76 	( V 
	ADD A,0D3H		;000E	C6 D3 	. . 
	RRA			;0010	1F 	. 
	RRA			;0011	1F 	. 
	RRA			;0012	1F 	. 
	RRA			;0013	1F 	. 
	LD H,A			;0014	67 	G 
	LD A,018H		;0015	3E 18 	> . 
	ADC A,A			;0017	8F 	. 

download

return to the top page