Binary Multiplication by kodera

\xd5o\x1f\xcb\x19
oZ\xd2\x03\x80\xcb\x1d(\x07\x9f\xc61\x90\xff\x18\xf5v

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	LD L,A			;0001	6F 	O 
	RRA			;0002	1F 	. 
	RR C		;0003	CB 19 	. . 
	LD A,(BC)			;0005	0A 	. 
	LD L,A			;0006	6F 	O 
	LD E,D			;0007	5A 	Z 
	JP NC,08003H		;0008	D2 03 80 	. . . 
	RR L		;000B	CB 1D 	. . 
	JR Z,$+9		;000D	28 07 	( . 
	SBC A,A			;000F	9F 	. 
	ADD A,031H		;0010	C6 31 	. 1 
	SUB B			;0012	90 	. 
	RST 38H			;0013	FF 	. 
	JR $-9		;0014	18 F5 	. . 
	HALT			;0016	76 	V 

download

return to the top page