Missing Digit by %20 (lynn)

\xd5\x0e\x0b\x06
\xcd\x03\x800\x01v\xa9O\x10\xf6y\xff>

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	LD C,00BH		;0001	0E 0B 	. . 
	LD B,00AH		;0003	06 0A 	. . 
	CALL 08003H		;0005	CD 03 80 	. . . 
	JR NC,$+3		;0008	30 01 	0 . 
	HALT			;000A	76 	V 
	XOR C			;000B	A9 	. 
	LD C,A			;000C	4F 	O 
	DJNZ $-8		;000D	10 F6 	. . 
	LD A,C			;000F	79 	Y 
	RST 38H			;0010	FF 	. 
	LD A,00AH		;0011	3E 0A 	> . 

download

return to the top page