A000217 by fizzie

\x13\x19\xe5\x14\x0ed\xdf\x0e
\xdf\x0e\x01\xdf\xe1P>
\xff{\xfe(8\xe9v\xaf\xedB<0\xfb\x09\xba\xc8\x15\xc6/

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

Disassemble:

	ORG	00000H

	INC DE			;0000	13 	. 
	ADD HL,DE			;0001	19 	. 
	PUSH HL			;0002	E5 	. 
	INC D			;0003	14 	. 
	LD C,064H		;0004	0E 64 	. D 
	RST 18H			;0006	DF 	. 
	LD C,00AH		;0007	0E 0A 	. . 
	RST 18H			;0009	DF 	. 
	LD C,001H		;000A	0E 01 	. . 
	RST 18H			;000C	DF 	. 
	POP HL			;000D	E1 	. 
	LD D,B			;000E	50 	P 
	LD A,00AH		;000F	3E 0A 	> . 
	RST 38H			;0011	FF 	. 
	LD A,E			;0012	7B 	{ 
	CP 028H		;0013	FE 28 	. ( 
	JR C,$-21		;0015	38 E9 	8 . 
	HALT			;0017	76 	V 
	XOR A			;0018	AF 	. 
	SBC HL,BC		;0019	ED 42 	. B 
	INC A			;001B	3C 	< 
	JR NC,$-3		;001C	30 FB 	0 . 
	ADD HL,BC			;001E	09 	. 
	CP D			;001F	BA 	. 
	RET Z			;0020	C8 	. 
	DEC D			;0021	15 	. 
	ADD A,02FH		;0022	C6 2F 	. / 

download

return to the top page