What sound does a duck make by tails

Q\xd7\xd7\xd7\xff\xd7\xd7\xd7\xff\xd7\xd7v, quack
\x06\x04.\x0f\xff~,\xbd0\xfa.\x0c\x10\xf7

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

Disassemble:

	ORG	00000H

	LD D,C			;0000	51 	Q 
	RST 10H			;0001	D7 	. 
	RST 10H			;0002	D7 	. 
	RST 10H			;0003	D7 	. 
	RST 38H			;0004	FF 	. 
	RST 10H			;0005	D7 	. 
	RST 10H			;0006	D7 	. 
	RST 10H			;0007	D7 	. 
	RST 38H			;0008	FF 	. 
	RST 10H			;0009	D7 	. 
	RST 10H			;000A	D7 	. 
	HALT			;000B	76 	V 
	INC L			;000C	2C 	, 
	JR NZ,$+115		;000D	20 71 	  Q 
	LD (HL),L			;000F	75 	U 
	LD H,C			;0010	61 	A 
	LD H,E			;0011	63 	C 
	LD L,E			;0012	6B 	K 
	LD A,(BC)			;0013	0A 	. 
	LD B,004H		;0014	06 04 	. . 
	LD L,00FH		;0016	2E 0F 	. . 
	RST 38H			;0018	FF 	. 
	LD A,(HL)			;0019	7E 	~ 
	INC L			;001A	2C 	, 
	CP L			;001B	BD 	. 
	JR NC,$-4		;001C	30 FA 	0 . 
	LD L,00CH		;001E	2E 0C 	. . 
	DJNZ $-7		;0020	10 F7 	. . 
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