duplicates by tails

\xe5\xcd\x03\x80AOx0\x02\xffv\xfe
(\x08\xd8\xb9\xc8\xfe@ \x01y

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

Disassemble:

	ORG	00000H

	PUSH HL			;0000	E5 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	LD B,C			;0004	41 	A 
	LD C,A			;0005	4F 	O 
	LD A,B			;0006	78 	X 
	JR NC,$+4		;0007	30 02 	0 . 
	RST 38H			;0009	FF 	. 
	HALT			;000A	76 	V 
	CP 00AH		;000B	FE 0A 	. . 
	JR Z,$+10		;000D	28 08 	( . 
	RET C			;000F	D8 	. 
	CP C			;0010	B9 	. 
	RET Z			;0011	C8 	. 
	CP 040H		;0012	FE 40 	. @ 
	JR NZ,$+3		;0014	20 01 	  . 
	LD A,C			;0016	79 	Y 

download

return to the top page