Hexdraw by *yuko*

!/$\x0b\x00\x01G\x03\xcd\x03\x80\xd8\xb98\x01\x91\xf5\x0f\x0f\xdf\xf1\xdf\xc7v\xa0_\x1a=

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

Disassemble:

	ORG	00000H

	LD HL,0242FH		;0000	21 2F 24 	! / $ 
	DEC BC			;0003	0B 	. 
	NOP			;0004	00 	. 
	LD BC,00347H		;0005	01 47 03 	. G . 
	CALL 08003H		;0008	CD 03 80 	. . . 
	RET C			;000B	D8 	. 
	CP C			;000C	B9 	. 
	JR C,$+3		;000D	38 01 	8 . 
	SUB C			;000F	91 	. 
	PUSH AF			;0010	F5 	. 
	RRCA			;0011	0F 	. 
	RRCA			;0012	0F 	. 
	RST 18H			;0013	DF 	. 
	POP AF			;0014	F1 	. 
	RST 18H			;0015	DF 	. 
	RST 0			;0016	C7 	. 
	HALT			;0017	76 	V 
	AND B			;0018	A0 	. 
	LD E,A			;0019	5F 	_ 
	LD A,(DE)			;001A	1A 	. 
	DEC A			;001B	3D 	= 

download

return to the top page