Quine by kodera

~#\xb7 \x01v\xc5

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

Disassemble:

	ORG	00000H

	LD A,(HL)			;0000	7E 	~ 
	INC HL			;0001	23 	# 
	OR A			;0002	B7 	. 
	JR NZ,$+3		;0003	20 01 	  . 
	HALT			;0005	76 	V 
	PUSH BC			;0006	C5 	. 

download

return to the top page