comma format by kodera

.\x09P)\xcd\x03\x80\xd8\x05\x02\xfe
 \xf5\x15\x1a\xff\xcb\x1c>,8\xff\x04 \xf4\xc7v

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

Disassemble:

	ORG	00000H

	LD L,009H		;0000	2E 09 	. . 
	LD D,B			;0002	50 	P 
	ADD HL,HL			;0003	29 	) 
	CALL 08003H		;0004	CD 03 80 	. . . 
	RET C			;0007	D8 	. 
	DEC B			;0008	05 	. 
	LD (BC),A			;0009	02 	. 
	CP 00AH		;000A	FE 0A 	. . 
	JR NZ,$-9		;000C	20 F5 	  . 
	DEC D			;000E	15 	. 
	LD A,(DE)			;000F	1A 	. 
	RST 38H			;0010	FF 	. 
	RR H		;0011	CB 1C 	. . 
	LD A,02CH		;0013	3E 2C 	> , 
	JR C,$+1		;0015	38 FF 	8 . 
	INC B			;0017	04 	. 
	JR NZ,$-10		;0018	20 F4 	  . 
	RST 0			;001A	C7 	. 
	HALT			;001B	76 	V 

download

return to the top page