sa version 1 sa is the Sebae Assembler. The Sebae Assembly Language is documented in assembly.txt. sa consumes Sebae Assembly files (.sa) and produces Sebae bytecode files (.seb). You can find more about Sebae at Mike_L's website, http://tamale.net/ -Mike_L Mike Leonhard mike at tamale dot net http://tamale.net/ TODO test it thoroughly after the VM is working CHANGELOG 08-26-01 Fixed usage() Added call to Sebae_WriteBytecodeFile() 08-23-01 Merged assembly loading functions into main project's assembly.c 08-13-01 separated bytecode production functions into instructions.c rewrote the bytecode generation functions to use a table of instructions fixed bug in produceGENERIC where last parameter wasn't being written verified bytecode by hand... looks good! 08-12-01 assembler works now as far as i can tell it implements the current Sebae bytecode.txt found gruesome errors in the bytecode.txt example program, fixed them renamed MODULUS instruction to REMAINDER 08-12-01 created sa project.