duplicate lines by SeeNoEvil

\xd5.\x1d\xcd\x03\x808\x14\xcd\x00\x80w#\x04\xfe
 \xf1.\x1d~#\xcd\x00\x80\x10\xf9\xc9v

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	LD L,01DH		;0001	2E 1D 	. . 
	CALL 08003H		;0003	CD 03 80 	. . . 
	JR C,$+22		;0006	38 14 	8 . 
	CALL 08000H		;0008	CD 00 80 	. . . 
	LD (HL),A			;000B	77 	W 
	INC HL			;000C	23 	# 
	INC B			;000D	04 	. 
	CP 00AH		;000E	FE 0A 	. . 
	JR NZ,$-13		;0010	20 F1 	  . 
	LD L,01DH		;0012	2E 1D 	. . 
	LD A,(HL)			;0014	7E 	~ 
	INC HL			;0015	23 	# 
	CALL 08000H		;0016	CD 00 80 	. . . 
	DJNZ $-5		;0019	10 F9 	. . 
	RET			;001B	C9 	. 
	HALT			;001C	76 	V 

download

return to the top page