1st 2nd 3rd 4th by %20

\xcd\x03\x80\xd8\xfe
\xc8\xff\x87\xd6;Eo\xc7}\xfe-\xf2\x19\x00x\xfe' \x02.%~\xff,~\xff>
\xff\xc7vthstndrd

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

Disassemble:

	ORG	00000H

	CALL 08003H		;0000	CD 03 80 	. . . 
	RET C			;0003	D8 	. 
	CP 00AH		;0004	FE 0A 	. . 
	RET Z			;0006	C8 	. 
	RST 38H			;0007	FF 	. 
	ADD A,A			;0008	87 	. 
	SUB 03BH		;0009	D6 3B 	. ; 
	LD B,L			;000B	45 	E 
	LD L,A			;000C	6F 	O 
	RST 0			;000D	C7 	. 
	LD A,L			;000E	7D 	} 
	CP 02DH		;000F	FE 2D 	. - 
	JP P,00019H		;0011	F2 19 00 	. . . 
	LD A,B			;0014	78 	X 
	CP 027H		;0015	FE 27 	. ' 
	JR NZ,$+4		;0017	20 02 	  . 
	LD L,025H		;0019	2E 25 	. % 
	LD A,(HL)			;001B	7E 	~ 
	RST 38H			;001C	FF 	. 
	INC L			;001D	2C 	, 
	LD A,(HL)			;001E	7E 	~ 
	RST 38H			;001F	FF 	. 
	LD A,00AH		;0020	3E 0A 	> . 
	RST 38H			;0022	FF 	. 
	RST 0			;0023	C7 	. 
	HALT			;0024	76 	V 
	LD (HL),H			;0025	74 	T 
	LD L,B			;0026	68 	H 
	LD (HL),E			;0027	73 	S 
	LD (HL),H			;0028	74 	T 
	LD L,(HL)			;0029	6E 	N 
	LD H,H			;002A	64 	D 
	LD (HL),D			;002B	72 	R 
	LD H,H			;002C	64 	D 
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