quickly submit by McBusLuck

>1\xffv

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

Disassemble:

	ORG	00000H

	LD A,031H		;0000	3E 31 	> 1 
	RST 38H			;0002	FF 	. 
	HALT			;0003	76 	V 

download

return to the top page