Jump to content

ACC (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nabulowa (talk | contribs) at 23:58, 14 March 2019 (sourced). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ACC is a near-C compiler for the MS-DOS operating system on the IBM PC line of computers for programs.[1][2] The compiler and compiled programs will run on any Intel 80386 or above PC running MS-DOS. Included with the compiler are a 386 assembler and a linker for combining multiple object files.[3] There are also two libraries, which are a protected mode DOS extender (based on Thomas Pytel's, AKA Tran's PMODE30B + PMODE307 DOS extenders), and a library of functions callable by C programs.

Pointers are 4 bytes, and can access all available memory. All memory can be allocated too. The compiler, assembler and linker are all very small and reportedly very fast.[4]

References

  1. ^ "Get Started | OpenACC". www.openacc.org. Retrieved 2019-03-14.
  2. ^ "ACC (programming language) - Semantic Scholar". www.semanticscholar.org. Retrieved 2019-03-14.
  3. ^ "Computer Programming | ACC Computer Science and Information Technology". sites.austincc.edu. Retrieved 2019-03-14.
  4. ^ "ACC Programming guide". {{cite web}}: Cite has empty unknown parameter: |dead-url= (help)