Print Nothing by McBusLuck

>\\xff>x\xff>0\xff\xffv

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

Disassemble:

	ORG	00000H

	LD A,05CH		;0000	3E 5C 	> \ 
	RST 38H			;0002	FF 	. 
	LD A,078H		;0003	3E 78 	> X 
	RST 38H			;0005	FF 	. 
	LD A,030H		;0006	3E 30 	> 0 
	RST 38H			;0008	FF 	. 
	RST 38H			;0009	FF 	. 
	HALT			;000A	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