Print below by tails

\x06\xf8>!\xff\x10\xfdv

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

Disassemble:

	ORG	00000H

	LD B,0F8H		;0000	06 F8 	. . 
	LD A,021H		;0002	3E 21 	> ! 
	RST 38H			;0004	FF 	. 
	DJNZ $-1		;0005	10 FD 	. . 
	HALT			;0007	76 	V 
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