ASCII Pylon by lynn

\x060\x0e!> X\x1d(\x03\xff\x18\xfa>P\x90W\xff<\xb9 \xfb\x0c\x0c=\xba(\x04=\xff\x18\xf9>
\xff\x10\xdfv

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

Disassemble:

	ORG	00000H

	LD B,030H		;0000	06 30 	. 0 
	LD C,021H		;0002	0E 21 	. ! 
	LD A,020H		;0004	3E 20 	>   
	LD E,B			;0006	58 	X 
	DEC E			;0007	1D 	. 
	JR Z,$+5		;0008	28 03 	( . 
	RST 38H			;000A	FF 	. 
	JR $-4		;000B	18 FA 	. . 
	LD A,050H		;000D	3E 50 	> P 
	SUB B			;000F	90 	. 
	LD D,A			;0010	57 	W 
	RST 38H			;0011	FF 	. 
	INC A			;0012	3C 	< 
	CP C			;0013	B9 	. 
	JR NZ,$-3		;0014	20 FB 	  . 
	INC C			;0016	0C 	. 
	INC C			;0017	0C 	. 
	DEC A			;0018	3D 	= 
	CP D			;0019	BA 	. 
	JR Z,$+6		;001A	28 04 	( . 
	DEC A			;001C	3D 	= 
	RST 38H			;001D	FF 	. 
	JR $-5		;001E	18 F9 	. . 
	LD A,00AH		;0020	3E 0A 	> . 
	RST 38H			;0022	FF 	. 
	DJNZ $-31		;0023	10 DF 	. . 
	HALT			;0025	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