Alphabet by *yuko*

\xcb\xf7\xfeZ<8\xfav

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

Disassemble:

	ORG	00000H

	SET 6,A		;0000	CB F7 	. . 
	CP 05AH		;0002	FE 5A 	. Z 
	INC A			;0004	3C 	< 
	JR C,$-4		;0005	38 FA 	8 . 
	HALT			;0007	76 	V 

download

return to the top page