Check if sorted by lynn

\x0e1\x06\x00\xcd\x03\x808\x16\xfe
(\x09\xb8\xf2\x13\x00\x0e0G\x18\xeey\xcd\x00\x80>
\xff\x18\xe1y\xffv

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

Disassemble:

	ORG	00000H

	LD C,031H		;0000	0E 31 	. 1 
	LD B,000H		;0002	06 00 	. . 
	CALL 08003H		;0004	CD 03 80 	. . . 
	JR C,$+24		;0007	38 16 	8 . 
	CP 00AH		;0009	FE 0A 	. . 
	JR Z,$+11		;000B	28 09 	( . 
	CP B			;000D	B8 	. 
	JP P,00013H		;000E	F2 13 00 	. . . 
	LD C,030H		;0011	0E 30 	. 0 
	LD B,A			;0013	47 	G 
	JR $-16		;0014	18 EE 	. . 
	LD A,C			;0016	79 	Y 
	CALL 08000H		;0017	CD 00 80 	. . . 
	LD A,00AH		;001A	3E 0A 	> . 
	RST 38H			;001C	FF 	. 
	JR $-29		;001D	18 E1 	. . 
	LD A,C			;001F	79 	Y 
	RST 38H			;0020	FF 	. 
	HALT			;0021	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