cut string by ySas (cheat)

\xc4\x03\x805\x06\x1e\xfe2(\x02\x06:\xc7\xc7\xc7\xfe 0\xff\x10\xf9v

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

Disassemble:

	ORG	00000H

	CALL NZ,08003H		;0000	C4 03 80 	. . . 
	DEC (HL)			;0003	35 	5 
	LD B,01EH		;0004	06 1E 	. . 
	CP 032H		;0006	FE 32 	. 2 
	JR Z,$+4		;0008	28 02 	( . 
	LD B,03AH		;000A	06 3A 	. : 
	RST 0			;000C	C7 	. 
	RST 0			;000D	C7 	. 
	RST 0			;000E	C7 	. 
	CP 020H		;000F	FE 20 	.   
	JR NC,$+1		;0011	30 FF 	0 . 
	DJNZ $-5		;0013	10 F9 	. . 
	HALT			;0015	76 	V 

download

return to the top page