Print a difficult string by lynn

\x1fb\xa2\xe2\xc2\xd2\xda\xdev~#\xe5\xee\xdc

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

Disassemble:

	ORG	00000H

	RRA			;0000	1F 	. 
	LD H,D			;0001	62 	B 
	AND D			;0002	A2 	. 
	JP PO,0D2C2H		;0003	E2 C2 D2 	. . . 
	JP C,076DEH		;0006	DA DE 76 	. . V 
	LD A,(HL)			;0009	7E 	~ 
	INC HL			;000A	23 	# 
	PUSH HL			;000B	E5 	. 
	XOR 0DCH		;000C	EE DC 	. . 
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