comma format by *yuko*

\x05\xcd\x03\x808\x12\x02\xfe
 \xf5S\x15\x1a\xffx\xfe\xf8(\x01\x86>,\xccv\x7f\x04 \xef\xc7

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

Disassemble:

	ORG	00000H

	DEC B			;0000	05 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR C,$+20		;0004	38 12 	8 . 
	LD (BC),A			;0006	02 	. 
	CP 00AH		;0007	FE 0A 	. . 
	JR NZ,$-9		;0009	20 F5 	  . 
	LD D,E			;000B	53 	S 
	DEC D			;000C	15 	. 
	LD A,(DE)			;000D	1A 	. 
	RST 38H			;000E	FF 	. 
	LD A,B			;000F	78 	X 
	CP 0F8H		;0010	FE F8 	. . 
	JR Z,$+3		;0012	28 01 	( . 
	ADD A,(HL)			;0014	86 	. 
	LD A,02CH		;0015	3E 2C 	> , 
	CALL Z,07F76H		;0017	CC 76 7F 	. V  
	INC B			;001A	04 	. 
	JR NZ,$-15		;001B	20 EF 	  . 
	RST 0			;001D	C7 	. 

download

return to the top page