hex table by *yuko*

\x01
\x10}\xe6\x0f\xb98\x02\xc6'\xc60\xff\x19\x10\xf2y\xff\x1c\xcbc(\xe8v

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

Disassemble:

	ORG	00000H

	LD BC,0100AH		;0000	01 0A 10 	. . . 
	LD A,L			;0003	7D 	} 
	AND 00FH		;0004	E6 0F 	. . 
	CP C			;0006	B9 	. 
	JR C,$+4		;0007	38 02 	8 . 
	ADD A,027H		;0009	C6 27 	. ' 
	ADD A,030H		;000B	C6 30 	. 0 
	RST 38H			;000D	FF 	. 
	ADD HL,DE			;000E	19 	. 
	DJNZ $-12		;000F	10 F2 	. . 
	LD A,C			;0011	79 	Y 
	RST 38H			;0012	FF 	. 
	INC E			;0013	1C 	. 
	BIT 4,E		;0014	CB 63 	. C 
	JR Z,$-22		;0016	28 E8 	( . 
	HALT			;0018	76 	V 

download

return to the top page