Count asterisks by kodera

\x03\x80\xc8\xa1\x0f\xc63\xff>2\xffv

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

Disassemble:

	ORG	00000H

	INC BC			;0000	03 	. 
	ADD A,B			;0001	80 	. 
	RET Z			;0002	C8 	. 
	AND C			;0003	A1 	. 
	RRCA			;0004	0F 	. 
	ADD A,033H		;0005	C6 33 	. 3 
	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