Carriage no return by *yuko*

 \x0b\x0b\x09\x1a\xcdv\x7f+|\xb5 \xf7\xcd\x03\x808\xf4\x03\xfe
\xd5

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

Disassemble:

	ORG	00000H

	JR NZ,$+13		;0000	20 0B 	  . 
	DEC BC			;0002	0B 	. 
	ADD HL,BC			;0003	09 	. 
	LD A,(DE)			;0004	1A 	. 
	CALL 07F76H		;0005	CD 76 7F 	. V  
	DEC HL			;0008	2B 	+ 
	LD A,H			;0009	7C 	| 
	OR L			;000A	B5 	. 
	JR NZ,$-7		;000B	20 F7 	  . 
	CALL 08003H		;000D	CD 03 80 	. . . 
	JR C,$-10		;0010	38 F4 	8 . 
	INC BC			;0012	03 	. 
	CP 00AH		;0013	FE 0A 	. . 
	PUSH DE			;0015	D5 	. 

download

return to the top page