seven is zero by %20

\x16
A\xcd\x03\x800\x01v\xba(
\xe6\x03\x80G\xfe\x07(\xee\x18\xedxA\x04\x92\xf2\x18\x00\xf5\x05(\x04x\xc60\xff\xf1\xc6:\xffz\xe5

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

Disassemble:

	ORG	00000H

	LD D,00AH		;0000	16 0A 	. . 
	LD B,C			;0002	41 	A 
	CALL 08003H		;0003	CD 03 80 	. . . 
	JR NC,$+3		;0006	30 01 	0 . 
	HALT			;0008	76 	V 
	CP D			;0009	BA 	. 
	JR Z,$+12		;000A	28 0A 	( . 
	AND 003H		;000C	E6 03 	. . 
	ADD A,B			;000E	80 	. 
	LD B,A			;000F	47 	G 
	CP 007H		;0010	FE 07 	. . 
	JR Z,$-16		;0012	28 EE 	( . 
	JR $-17		;0014	18 ED 	. . 
	LD A,B			;0016	78 	X 
	LD B,C			;0017	41 	A 
	INC B			;0018	04 	. 
	SUB D			;0019	92 	. 
	JP P,00018H		;001A	F2 18 00 	. . . 
	PUSH AF			;001D	F5 	. 
	DEC B			;001E	05 	. 
	JR Z,$+6		;001F	28 04 	( . 
	LD A,B			;0021	78 	X 
	ADD A,030H		;0022	C6 30 	. 0 
	RST 38H			;0024	FF 	. 
	POP AF			;0025	F1 	. 
	ADD A,03AH		;0026	C6 3A 	. : 
	RST 38H			;0028	FF 	. 
	LD A,D			;0029	7A 	Z 
	PUSH HL			;002A	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