Quine by McBusLuck

\xf9\x1a\x13\xb7\xc0v

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

Disassemble:

	ORG	00000H

	LD SP,HL			;0000	F9 	. 
	LD A,(DE)			;0001	1A 	. 
	INC DE			;0002	13 	. 
	OR A			;0003	B7 	. 
	RET NZ			;0004	C0 	. 
	HALT			;0005	76 	V 

download

return to the top page