To make moveit:

	as30 -l moveit.s
	ln30 moveit.cmd -m moveit.map moveit.obj -o moveit

To see what moveit looks like:

	dumpprog moveit

The source code for dumpprog is at the end of the file as30.txt.  The goal is 
that you can use this to write your own custom loader if you want.

The program to lower converts upper case source code to lower case.  This is
because I didn't put it into the assembler a while ago and always write using
lower case mnemonics.
