all first chess moves by tails

hfca\x013\x10>\xd2\x90\x1f\xffy\x8a\xff\x1a\xff\x10\xf4.\x04>N\xff~\xffy\xff\x1a\xff- \xf4v

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

Disassemble:

	ORG	00000H

	LD A,(BC)			;0000	0A 	. 
	LD L,B			;0001	68 	H 
	LD H,(HL)			;0002	66 	F 
	LD H,E			;0003	63 	C 
	LD H,C			;0004	61 	A 
	LD BC,01033H		;0005	01 33 10 	. 3 . 
	LD A,0D2H		;0008	3E D2 	> . 
	SUB B			;000A	90 	. 
	RRA			;000B	1F 	. 
	RST 38H			;000C	FF 	. 
	LD A,C			;000D	79 	Y 
	ADC A,D			;000E	8A 	. 
	RST 38H			;000F	FF 	. 
	LD A,(DE)			;0010	1A 	. 
	RST 38H			;0011	FF 	. 
	DJNZ $-10		;0012	10 F4 	. . 
	LD L,004H		;0014	2E 04 	. . 
	LD A,04EH		;0016	3E 4E 	> N 
	RST 38H			;0018	FF 	. 
	LD A,(HL)			;0019	7E 	~ 
	RST 38H			;001A	FF 	. 
	LD A,C			;001B	79 	Y 
	RST 38H			;001C	FF 	. 
	LD A,(DE)			;001D	1A 	. 
	RST 38H			;001E	FF 	. 
	DEC L			;001F	2D 	- 
	JR NZ,$-10		;0020	20 F4 	  . 
	HALT			;0022	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