testing by *yuko*

GFE>v~\xc6)#\xe5

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

Disassemble:

	ORG	00000H

	LD B,A			;0000	47 	G 
	LD B,(HL)			;0001	46 	F 
	LD B,L			;0002	45 	E 
	LD A,076H		;0003	3E 76 	> V 
	LD A,(HL)			;0005	7E 	~ 
	ADD A,029H		;0006	C6 29 	. ) 
	INC HL			;0008	23 	# 
	PUSH HL			;0009	E5 	. 

download

return to the top page