Jump to content

Aztec C86: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 31: Line 31:
==Links==
==Links==
* [http://www.aztecmuseum.ca/compilers.htm Wonderfully Ancient World of Aztec C]
* [http://www.aztecmuseum.ca/compilers.htm Wonderfully Ancient World of Aztec C]
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/manx/Aztec_C_Data_Sheet_Mar83.pdf PDF] - C Data Sheet (1983, Manx Software Systems)
* [http://bitsavers.org/pdf/manx/Aztec_C_Data_Sheet_Mar83.pdf PDF] - C Data Sheet (1983, Manx Software Systems)


[[Category:C compiler]]
[[Category:C compiler]]

Revision as of 17:11, 7 June 2021

Aztec C86 is a C compiler from Manx Software Systems that was available for CP/M-86, MP/M-86 and PC DOS.

The Aztec C86 compiler is a complete implementation of UNIX V7 C language, with the exception of the bit field data type. The compiler produces assembly language source code which can be used with the Manx AS86 assembler or the PC DOS assembler MASM.

A UNIX PDP 11 cross compiler was available for Aztec C86.

Aztec C86-c Commercial System
CP/M-86 library
Library source code
ROM support package
UniTools: diff, grep, make
Z source editor
Aztec C86-d Developer's System
Aztec C86-p Personal System
Aztec C86-z Apprentice System

Features

  • C86 compiler
  • AS86 relocating assembler
  • LN86 linkage editor
  • LIBUTIL object library utility

Versions

  • 1983: 1.05
  • 1985: V 3.20d
  • 1985: V 3.4b
  • 1988: V 4.1c
  • 1989: V 4.2b
  • 1992: V 5.2a

Links