ACC (programming language): Difference between revisions

Content deleted Content added
Danakil (talk | contribs)
re-cat
fixed links
Line 1:
'''ACC''' is a near-C compiler for the [[MS-DOS]] operating system on the [[IBM PC]] line of computers for programs. The compiler and compiled programs will run on any 386[[Intel 80386]] or above PC running MSDOSMS-DOS. Included with the compiler are a 386 assembler and a linker for combining multiple object files. There are also two libraries, which are a protected mode dos[[DOS extender]] (Basedbased on Thomas Pytel's, (akaAKA Tran's) PMODE30B + PMODE307 dosDOS 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.