Quine by hiro.suzuki

\xd5~#\xb2 \x01v

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	LD A,(HL)			;0001	7E 	~ 
	INC HL			;0002	23 	# 
	OR D			;0003	B2 	. 
	JR NZ,$+3		;0004	20 01 	  . 
	HALT			;0006	76 	V 

download

return to the top page