Arithmetic Numbers by tails

12333\xfb~\x85 \x01v#\xff>

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

Disassemble:

	ORG	00000H

	LD SP,03332H		;0000	31 32 33 	1 2 3 
	INC SP			;0003	33 	3 
	INC SP			;0004	33 	3 
	EI			;0005	FB 	. 
	LD A,(HL)			;0006	7E 	~ 
	ADD A,L			;0007	85 	. 
	JR NZ,$+3		;0008	20 01 	  . 
	HALT			;000A	76 	V 
	INC HL			;000B	23 	# 
	RST 38H			;000C	FF 	. 
	LD A,00AH		;000D	3E 0A 	> . 
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