HCPC Print ASCII building by %20

\x04\x03\x00\x11\x02\x06\xd7\x11\x07\x07\xd7\x11\x03
\xd7vBN>*\x0d\xfa\x1a\x00> \xff\x10\xf5>
\xff\x1d \xed#\xc9

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

Disassemble:

	ORG	00000H

	INC B			;0000	04 	. 
	INC BC			;0001	03 	. 
	NOP			;0002	00 	. 
	LD DE,00602H		;0003	11 02 06 	. . . 
	RST 10H			;0006	D7 	. 
	LD DE,00707H		;0007	11 07 07 	. . . 
	RST 10H			;000A	D7 	. 
	LD DE,00A03H		;000B	11 03 0A 	. . . 
	RST 10H			;000E	D7 	. 
	HALT			;000F	76 	V 
	LD B,D			;0010	42 	B 
	LD C,(HL)			;0011	4E 	N 
	LD A,02AH		;0012	3E 2A 	> * 
	DEC C			;0014	0D 	. 
	JP M,0001AH		;0015	FA 1A 00 	. . . 
	LD A,020H		;0018	3E 20 	>   
	RST 38H			;001A	FF 	. 
	DJNZ $-9		;001B	10 F5 	. . 
	LD A,00AH		;001D	3E 0A 	> . 
	RST 38H			;001F	FF 	. 
	DEC E			;0020	1D 	. 
	JR NZ,$-17		;0021	20 ED 	  . 
	INC HL			;0023	23 	# 
	RET			;0024	C9 	. 
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