Yes by GreaseMonkey

\xe5\xcf0\x01v\xff\xcf>\xc3\x03\x80>e\xff>s\xff> 

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

Disassemble:

	ORG	00000H

	PUSH HL			;0000	E5 	. 
	RST 8			;0001	CF 	. 
	JR NC,$+3		;0002	30 01 	0 . 
	HALT			;0004	76 	V 
	RST 38H			;0005	FF 	. 
	RST 8			;0006	CF 	. 
	LD A,0C3H		;0007	3E C3 	> . 
	INC BC			;0009	03 	. 
	ADD A,B			;000A	80 	. 
	LD A,065H		;000B	3E 65 	> E 
	RST 38H			;000D	FF 	. 
	LD A,073H		;000E	3E 73 	> S 
	RST 38H			;0010	FF 	. 
	LD A,020H		;0011	3E 20 	>   

download

return to the top page