114514 by McBusLuck

\xcd\x03\x80\xe6\x07\xfe\x05(\x13G>1\xff\xff>4\xff<\xff>1\xff>4\xff\x10\xefv>-\xff>1\xffv

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 	. . . 
	AND 007H		;0003	E6 07 	. . 
	CP 005H		;0005	FE 05 	. . 
	JR Z,$+21		;0007	28 13 	( . 
	LD B,A			;0009	47 	G 
	LD A,031H		;000A	3E 31 	> 1 
	RST 38H			;000C	FF 	. 
	RST 38H			;000D	FF 	. 
	LD A,034H		;000E	3E 34 	> 4 
	RST 38H			;0010	FF 	. 
	INC A			;0011	3C 	< 
	RST 38H			;0012	FF 	. 
	LD A,031H		;0013	3E 31 	> 1 
	RST 38H			;0015	FF 	. 
	LD A,034H		;0016	3E 34 	> 4 
	RST 38H			;0018	FF 	. 
	DJNZ $-15		;0019	10 EF 	. . 
	HALT			;001B	76 	V 
	LD A,02DH		;001C	3E 2D 	> - 
	RST 38H			;001E	FF 	. 
	LD A,031H		;001F	3E 31 	> 1 
	RST 38H			;0021	FF 	. 
	HALT			;0022	76 	V 
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