Well, this is the second release of the WIP for Retro 7. A quick
overview of the changes follows.

Changes:
  * Added programs:
    * ic     * rm
    * sh     * mv
    * te     * cp
    * dd     * ls
  * Added libraries:
    * libasm
  * Replaced:
    * cat
  * Updated:
    * libc
    * install
  * Removed:
    * remove


Programs that work:
  cp mv rm sh dd ls basic install cat calc
Programs that need work:
  te ic cc forth
Libraries that need work:
  libc libasm libparser


Notes on programs:

  cp       Copy files
  mv       Move files
  rm       Remove (delete) files
  ls       List files
  cat      Show/create files
  dd       Disk Dumper
  calc     Math calculator/language
  cc       Obfuscuated C Compiler (to be replaced)
  ic       Interpreter/Compiler
  te       Text Editor
  forth    Forth Interpreter
  forthc   Forth Compiler
  grep     Search files for text
  install  Compile and install as source file
 

----------------------------------------------------------------------
What's coming in the future?
  hv       Hypertext viewer
  as       Assembler
  ld       Linker
  ar       Archiver
  tar      Generate tarball
  zip      Compress
  sed      Stream Editor

Plus C headers, numerous updates and bugfixes, and more!
----------------------------------------------------------------------
