bug fixes
---------
use zeropage addressing when possible
some integer fixes (not enough)
"call" function with registers
compatible with gcc 2.95.2 & DJGPP ver 2
removed almost all compiler warnings
subroutines with parameters fixed
fixed division in runtime library
fixed signed remainders in runtime library
fixed signed multiplication in runtime
reverse #define
fixed rotate and shift opcodes in oprt and copt modules
fixed integer arrays
fixed true/false assignment in optimizer
optimized pointer[constant]

feature additions
-----------------
assembler
  added include file support (just 1 file though)
C-compiler
  split code/data segments for ROMable code
  added support for multiple headers (controlled by runtime library)
    Vic/C-64
    AIM-65 Simulator
    Atari 7800
runtime library
  increased speed on many routines
  added 7 routines [hi(), lo(), hl(), memset(), memmove(),
    getrmdr(), getsrmdr()]
  new divide routine
  new print integer routine


bugs to go
----------
desired
  int/byte math and casting errors
  pointer storage usage
  boolean errors

C features to go
--------------
code optimizations
  especially avoiding register reloads
page zero variables
inline assembly
conditional compilation
hi/lo builtin to C (use at compile time)
+= -= *= /= >> << eor operations

