UPDATE:
-fixed bug where "[+] for controls" text was sometimes displayed to large

Spredit is an 8x8 hexadecimal sprite editor made specifically for Axe Parser developers (or any other language that uses hex sprites).
It converts your drawn sprite to hexadecimal and saves it to Str1.
Just recall Str1 and add brackets - you're ready to go! UPDATE: fixed bug with "[+] for controls" text sometimes being to large.

Controls...
	[Arrows] - move cursor
	[2nd] - invert pixel
	[Mode] - Invert entire Sprite
	[+] - View these controls on-calc
	[Del] - Clear sprite and start over
	[Enter] - Convert Sprite to 16 hexadecimal characters and store to Str1
	[Clear] - Exit at any time

To use your sprite in your Axe program:

1. Open your axe source file
2. Press [2nd] [Sto] [Vars] [7] [1]...This will recall the sprite hex into your program
3. Delete the quotes around the hex and replace them with square brackets "[" and "]"
4. Now store that to a static var (add "-> Pic1" or whatever name you want)
5. Do whatever you want with it: Display, rotate, etc.

This program was made with Axe Parser 1.2.2
By Jax_