rot13 by shinh

\xcd\x03\x80\xd5\xf50\x01v\xfe@\xd8\xd6\x0e\xcbg(\x02\xc6\x1a<\xc9

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

Disassemble:

	ORG	00000H

	CALL 08003H		;0000	CD 03 80 	. . . 
	PUSH DE			;0003	D5 	. 
	PUSH AF			;0004	F5 	. 
	JR NC,$+3		;0005	30 01 	0 . 
	HALT			;0007	76 	V 
	CP 040H		;0008	FE 40 	. @ 
	RET C			;000A	D8 	. 
	SUB 00EH		;000B	D6 0E 	. . 
	BIT 4,A		;000D	CB 67 	. G 
	JR Z,$+4		;000F	28 02 	( . 
	ADD A,01AH		;0011	C6 1A 	. . 
	INC A			;0013	3C 	< 
	RET			;0014	C9 	. 

download

return to the top page