nine thirteen by tails

\xe5\xcd\x03\x800\x01v\x80\xd60G\xd0\xc6\x1b0\x03>1\xff>\x1d\x98\xffA>

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

Disassemble:

	ORG	00000H

	PUSH HL			;0000	E5 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR NC,$+3		;0004	30 01 	0 . 
	HALT			;0006	76 	V 
	ADD A,B			;0007	80 	. 
	SUB 030H		;0008	D6 30 	. 0 
	LD B,A			;000A	47 	G 
	RET NC			;000B	D0 	. 
	ADD A,01BH		;000C	C6 1B 	. . 
	JR NC,$+5		;000E	30 03 	0 . 
	LD A,031H		;0010	3E 31 	> 1 
	RST 38H			;0012	FF 	. 
	LD A,01DH		;0013	3E 1D 	> . 
	SBC A,B			;0015	98 	. 
	RST 38H			;0016	FF 	. 
	LD B,C			;0017	41 	A 
	LD A,00AH		;0018	3E 0A 	> . 
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