A plus B plus C by McBusLuck

>2\xff>6\xffv

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

Disassemble:

	ORG	00000H

	LD A,032H		;0000	3E 32 	> 2 
	RST 38H			;0002	FF 	. 
	LD A,036H		;0003	3E 36 	> 6 
	RST 38H			;0005	FF 	. 
	HALT			;0006	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