Equation by McBusLuck

\x0c>1\xff>=A\xff>2\xff>-\xff>(\x10\xf5A>1\xff>)\x10\xfb>
\xff\x91\x910\xdfv

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

Disassemble:

	ORG	00000H

	INC C			;0000	0C 	. 
	LD A,031H		;0001	3E 31 	> 1 
	RST 38H			;0003	FF 	. 
	LD A,03DH		;0004	3E 3D 	> = 
	LD B,C			;0006	41 	A 
	RST 38H			;0007	FF 	. 
	LD A,032H		;0008	3E 32 	> 2 
	RST 38H			;000A	FF 	. 
	LD A,02DH		;000B	3E 2D 	> - 
	RST 38H			;000D	FF 	. 
	LD A,028H		;000E	3E 28 	> ( 
	DJNZ $-9		;0010	10 F5 	. . 
	LD B,C			;0012	41 	A 
	LD A,031H		;0013	3E 31 	> 1 
	RST 38H			;0015	FF 	. 
	LD A,029H		;0016	3E 29 	> ) 
	DJNZ $-3		;0018	10 FB 	. . 
	LD A,00AH		;001A	3E 0A 	> . 
	RST 38H			;001C	FF 	. 
	SUB C			;001D	91 	. 
	SUB C			;001E	91 	. 
	JR NC,$-31		;001F	30 DF 	0 . 
	HALT			;0021	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