Almost Anagram by McBusLuck

\xcd\x03\x800\x01v\xbe\xc8\xab_\xc7> \xab\xffZ
\xc5

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

Disassemble:

	ORG	00000H

	LD A,(BC)			;0000	0A 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR NC,$+3		;0004	30 01 	0 . 
	HALT			;0006	76 	V 
	CP (HL)			;0007	BE 	. 
	RET Z			;0008	C8 	. 
	XOR E			;0009	AB 	. 
	LD E,A			;000A	5F 	_ 
	RST 0			;000B	C7 	. 
	LD A,020H		;000C	3E 20 	>   
	XOR E			;000E	AB 	. 
	RST 38H			;000F	FF 	. 
	LD E,D			;0010	5A 	Z 
	LD A,(BC)			;0011	0A 	. 
	PUSH BC			;0012	C5 	. 
To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page