Count asterisks by *yuko*

\xcd\x03\x80\x1f\xe6\x01\x96\xff>2\xffv

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

Disassemble:

	ORG	00000H

	CALL 08003H		;0000	CD 03 80 	. . . 
	RRA			;0003	1F 	. 
	AND 001H		;0004	E6 01 	. . 
	SUB (HL)			;0006	96 	. 
	RST 38H			;0007	FF 	. 
	LD A,032H		;0008	3E 32 	> 2 
	RST 38H			;000A	FF 	. 
	HALT			;000B	76 	V 

download

return to the top page