Half Tree by tails

\x1c\xbb \x0e]\x14\xba\xd7\x04\x18\x01\xff\x10\xfd\xc9v(\xfd>#B\xcf>*C\xcf>
\xe5

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

Disassemble:

	ORG	00000H

	INC E			;0000	1C 	. 
	CP E			;0001	BB 	. 
	JR NZ,$+16		;0002	20 0E 	  . 
	LD E,L			;0004	5D 	] 
	INC D			;0005	14 	. 
	CP D			;0006	BA 	. 
	RST 10H			;0007	D7 	. 
	INC B			;0008	04 	. 
	JR $+3		;0009	18 01 	. . 
	RST 38H			;000B	FF 	. 
	DJNZ $-1		;000C	10 FD 	. . 
	RET			;000E	C9 	. 
	HALT			;000F	76 	V 
	JR Z,$-1		;0010	28 FD 	( . 
	LD A,023H		;0012	3E 23 	> # 
	LD B,D			;0014	42 	B 
	RST 8			;0015	CF 	. 
	LD A,02AH		;0016	3E 2A 	> * 
	LD B,E			;0018	43 	C 
	RST 8			;0019	CF 	. 
	LD A,00AH		;001A	3E 0A 	> . 
	PUSH HL			;001C	E5 	. 
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