comma format by *yuko*

,S\xc4\x03\x80\xd8\x05\x02\xfe
 \xf4A\x15\x1a\xff\x86
8\xff- \xf6\xc7v

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

Disassemble:

	ORG	00000H

	INC L			;0000	2C 	, 
	LD D,E			;0001	53 	S 
	CALL NZ,08003H		;0002	C4 03 80 	. . . 
	RET C			;0005	D8 	. 
	DEC B			;0006	05 	. 
	LD (BC),A			;0007	02 	. 
	CP 00AH		;0008	FE 0A 	. . 
	JR NZ,$-10		;000A	20 F4 	  . 
	LD B,C			;000C	41 	A 
	DEC D			;000D	15 	. 
	LD A,(DE)			;000E	1A 	. 
	RST 38H			;000F	FF 	. 
	ADD A,(HL)			;0010	86 	. 
	LD A,(BC)			;0011	0A 	. 
	JR C,$+1		;0012	38 FF 	8 . 
	DEC L			;0014	2D 	- 
	JR NZ,$-8		;0015	20 F6 	  . 
	RST 0			;0017	C7 	. 
	HALT			;0018	76 	V 

download

return to the top page