rot13 by kodera

\xd5\xcd\x03\x808\x0e\xfe@8\x09\xd6\x0e\xcbg(\x02\xc6\x1a<\xc3v\x7f

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

Disassemble:

	ORG	00000H

	PUSH DE			;0000	D5 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR C,$+16		;0004	38 0E 	8 . 
	CP 040H		;0006	FE 40 	. @ 
	JR C,$+11		;0008	38 09 	8 . 
	SUB 00EH		;000A	D6 0E 	. . 
	BIT 4,A		;000C	CB 67 	. G 
	JR Z,$+4		;000E	28 02 	( . 
	ADD A,01AH		;0010	C6 1A 	. . 
	INC A			;0012	3C 	< 
	JP 07F76H		;0013	C3 76 7F 	. V  

download

return to the top page