[6,3] Cross Assmeblers ----- ----- ---------- A variety of cross assemblers. You figure them out. Although BUILD statements have been added, these have not been tested. An 8080 C compiler was originally published in Dr. Dobbs Journal of Computer Calisthenics & Orthodontia, Issue 45 (May 1980). Published at Box E, Menlo Park, CA, 94025. The modified version (SMALLC.ARC) included here generates code for Z80's and uses the vax-11 C compiler. If you are compiling C80 on Decus-C, edit it to comment out the "fdopen" call -- which sets file attributes for vax, replacing it by the currently commented-out "fopen" call in the previous line. There is also a version of the smallc compiler for 8085's. It compiles on Unix, but hasn't been tested on Vax-11 C or Decus C. Note: the following archives are present in this account: ASM80.ARC 8080 assembler ESA.ARC 8080 (?) assembler with a funny output format MIASM.ARC Machine independent cross assembler for the 8085 and 8086. SMALLC.ARC Small C for the Z80 as discussed above SMAL85.ARC Small C for the 8085 as discussed above To build any of these, create a clean directory, then run ARCH: ARCH -X archive.arc