Arithmetic Numbers by McBusLuck

>1\xd7>3\xd7>5\xd7>6\xd7>7\xd7v\xff>
\xff\xc9

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

Disassemble:

	ORG	00000H

	LD A,031H		;0000	3E 31 	> 1 
	RST 10H			;0002	D7 	. 
	LD A,033H		;0003	3E 33 	> 3 
	RST 10H			;0005	D7 	. 
	LD A,035H		;0006	3E 35 	> 5 
	RST 10H			;0008	D7 	. 
	LD A,036H		;0009	3E 36 	> 6 
	RST 10H			;000B	D7 	. 
	LD A,037H		;000C	3E 37 	> 7 
	RST 10H			;000E	D7 	. 
	HALT			;000F	76 	V 
	RST 38H			;0010	FF 	. 
	LD A,00AH		;0011	3E 0A 	> . 
	RST 38H			;0013	FF 	. 
	RET			;0014	C9 	. 
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