sum input by kodera

\xc5\xd2\x03\x80\x1fG\xce\x97\xff<\xff<\xfe40\x01\xffx?\x8f\xffv

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

Disassemble:

	ORG	00000H

	PUSH BC			;0000	C5 	. 
	JP NC,08003H		;0001	D2 03 80 	. . . 
	RRA			;0004	1F 	. 
	LD B,A			;0005	47 	G 
	ADC A,097H		;0006	CE 97 	. . 
	RST 38H			;0008	FF 	. 
	INC A			;0009	3C 	< 
	RST 38H			;000A	FF 	. 
	INC A			;000B	3C 	< 
	CP 034H		;000C	FE 34 	. 4 
	JR NC,$+3		;000E	30 01 	0 . 
	RST 38H			;0010	FF 	. 
	LD A,B			;0011	78 	X 
	CCF			;0012	3F 	? 
	ADC A,A			;0013	8F 	. 
	RST 38H			;0014	FF 	. 
	HALT			;0015	76 	V 

download

return to the top page