Added functions to print binary output.
commit19d5b928ab82762fd136487f549a2232f9660189
authorSteven Schronk <steven@schronk.com>
Mon, 11 Jan 2010 04:58:20 +0000 (10 22:58 -0600)
committerSteven Schronk <steven@schronk.com>
Mon, 11 Jan 2010 04:58:20 +0000 (10 22:58 -0600)
treee40f5ec3cbf990eee6dee08416c221ae48d807fc
parent70dde17749991c4cb5554ce3716a3ef4f2d83d73
Added functions to print binary output.

Functions in code file print out binary code that will be read
by hack processor.  Most of this has been tested and works fine.

I have been having issues with the debugger optimizing the code
and adding a bug at the some time.  As a result, I have changed
the Makefile.  When I find a solution, I will turn the
optimizations back on.

Commented out code that prints values from parse module.
Will leave those there for now, but will delete for
production release.

Two new error codes have been added.

Symbol Not Found In Dest Lookup Table will prevent a user from
imputing a code that will not work with this architecture.
The same thing applies to other error code.

Modified jump function to look for null endings to commands.
This fixed a small bug that could have caused issues.
ERRORS
Makefile
asm.c
code.c
code.h
parse.c