Print ERROR by *yuko*

\x09\x16\x16\x13\x16v~\xc6<#\xe5

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

Disassemble:

	ORG	00000H

	ADD HL,BC			;0000	09 	. 
	LD D,016H		;0001	16 16 	. . 
	INC DE			;0003	13 	. 
	LD D,076H		;0004	16 76 	. V 
	LD A,(HL)			;0006	7E 	~ 
	ADD A,03CH		;0007	C6 3C 	. < 
	INC HL			;0009	23 	# 
	PUSH HL			;000A	E5 	. 

download

return to the top page