HCPC Print ASCII building by tails

\x11\x02\x05\xd7\x11\x07\x04\xd7\x11\x03\x01\xd7v\x1d\xc8BN> \x18\x03\xff\x0d\x0d\x10\xfbA\x86\xff\x10\xfd~\xff\x18\xea

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

Disassemble:

	ORG	00000H

	LD A,(BC)			;0000	0A 	. 
	LD DE,00502H		;0001	11 02 05 	. . . 
	RST 10H			;0004	D7 	. 
	LD DE,00407H		;0005	11 07 04 	. . . 
	RST 10H			;0008	D7 	. 
	LD DE,00103H		;0009	11 03 01 	. . . 
	RST 10H			;000C	D7 	. 
	HALT			;000D	76 	V 
	DEC E			;000E	1D 	. 
	RET Z			;000F	C8 	. 
	LD B,D			;0010	42 	B 
	LD C,(HL)			;0011	4E 	N 
	LD A,020H		;0012	3E 20 	>   
	JR $+5		;0014	18 03 	. . 
	RST 38H			;0016	FF 	. 
	DEC C			;0017	0D 	. 
	DEC C			;0018	0D 	. 
	DJNZ $-3		;0019	10 FB 	. . 
	LD B,C			;001B	41 	A 
	ADD A,(HL)			;001C	86 	. 
	RST 38H			;001D	FF 	. 
	DJNZ $-1		;001E	10 FD 	. . 
	LD A,(HL)			;0020	7E 	~ 
	RST 38H			;0021	FF 	. 
	JR $-20		;0022	18 EA 	. . 
To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page