COSC 465 Group Project

An assambloy language interpreter for windows.

Download:
interp.zip - The VC++ 6.0 code and project files for the interpreter.


To test just unzip the file and then run the interpreter from the command line:
C:\interp>cd Debug
C:\interp\Debug>interp test.asm

Log:
(2/17/2000) Currently there is a bug that this test program shows. A value dose not keep its value for some reason.
(2/28/2000) Fixed the above bug that was caused by a miss assignement to the PC assocciated with the CALL instruction. Moving on to add instructions for characters, floating point numbers and conversion instructions.
(3/9/2000) Added support for cahracter and floating point data. Also added instructions for indirect addressing (pointers).


By: Matthew W. Coan, Pat Liberats, Jermaine Recin, Wesley Frost, Joshua Grove