ALPHA_ASCII by *yuko*

\xcd\x03\x80\xd8\xfeA8\xf8\x06/\x04\xd6
0\xfb\xf5x\xff\xf1\xc6:\xff> \xff\xc7v

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

Disassemble:

	ORG	00000H

	CALL 08003H		;0000	CD 03 80 	. . . 
	RET C			;0003	D8 	. 
	CP 041H		;0004	FE 41 	. A 
	JR C,$-6		;0006	38 F8 	8 . 
	LD B,02FH		;0008	06 2F 	. / 
	INC B			;000A	04 	. 
	SUB 00AH		;000B	D6 0A 	. . 
	JR NC,$-3		;000D	30 FB 	0 . 
	PUSH AF			;000F	F5 	. 
	LD A,B			;0010	78 	X 
	RST 38H			;0011	FF 	. 
	POP AF			;0012	F1 	. 
	ADD A,03AH		;0013	C6 3A 	. : 
	RST 38H			;0015	FF 	. 
	LD A,020H		;0016	3E 20 	>   
	RST 38H			;0018	FF 	. 
	RST 0			;0019	C7 	. 
	HALT			;001A	76 	V 

download

return to the top page