Difference of by kodera

\x0107Swb\x15\x1a\xcd\x03\x80\x12\xff\xb98\xf3\x960\x01/\x89\x10\xedv

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

Disassemble:

	ORG	00000H

	LD BC,03730H		;0000	01 30 37 	. 0 7 
	LD D,E			;0003	53 	S 
	LD (HL),A			;0004	77 	W 
	LD H,D			;0005	62 	B 
	DEC D			;0006	15 	. 
	LD A,(DE)			;0007	1A 	. 
	CALL 08003H		;0008	CD 03 80 	. . . 
	LD (DE),A			;000B	12 	. 
	RST 38H			;000C	FF 	. 
	CP C			;000D	B9 	. 
	JR C,$-11		;000E	38 F3 	8 . 
	SUB (HL)			;0010	96 	. 
	JR NC,$+3		;0011	30 01 	0 . 
	CPL			;0013	2F 	/ 
	ADC A,C			;0014	89 	. 
	DJNZ $-17		;0015	10 ED 	. . 
	HALT			;0017	76 	V 

download

return to the top page