Short Print O by McBusLuck

>\xc3\xff>\x98\xffv

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

Disassemble:

	ORG	00000H

	LD A,0C3H		;0000	3E C3 	> . 
	RST 38H			;0002	FF 	. 
	LD A,098H		;0003	3E 98 	> . 
	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