Duplicate characters by kodera

\xf9|\xd2\x03\x80\xafv

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,H			;0001	7C 	| 
	JP NC,08003H		;0002	D2 03 80 	. . . 
	XOR A			;0005	AF 	. 
	HALT			;0006	76 	V 

download

return to the top page