ttp by *yuko*

\xc5\xcd\x03\x808\x09\xfeh\xc8&\x1c\xac\xff\xac\xcdv\x7f\xcd\x03\x80\xbc0\xf7

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

Disassemble:

	ORG	00000H

	PUSH BC			;0000	C5 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR C,$+11		;0004	38 09 	8 . 
	CP 068H		;0006	FE 68 	. H 
	RET Z			;0008	C8 	. 
	LD H,01CH		;0009	26 1C 	& . 
	XOR H			;000B	AC 	. 
	RST 38H			;000C	FF 	. 
	XOR H			;000D	AC 	. 
	CALL 07F76H		;000E	CD 76 7F 	. V  
	CALL 08003H		;0011	CD 03 80 	. . . 
	CP H			;0014	BC 	. 
	JR NC,$-7		;0015	30 F7 	0 . 

download

return to the top page