even 2 by McBusLuck

|>\xae\x96\xff55\xfe6> \xff\xe5\xc0\xcd\x03\x80\xb7\xe8

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

Disassemble:

	ORG	00000H

	LD A,H			;0000	7C 	| 
	LD A,0AEH		;0001	3E AE 	> . 
	SUB (HL)			;0003	96 	. 
	RST 38H			;0004	FF 	. 
	DEC (HL)			;0005	35 	5 
	DEC (HL)			;0006	35 	5 
	CP 036H		;0007	FE 36 	. 6 
	LD A,020H		;0009	3E 20 	>   
	RST 38H			;000B	FF 	. 
	PUSH HL			;000C	E5 	. 
	RET NZ			;000D	C0 	. 
	CALL 08003H		;000E	CD 03 80 	. . . 
	OR A			;0011	B7 	. 
	RET PE			;0012	E8 	. 
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