8080 PL/M Compiler: Difference between revisions

(Created page for the original PL/M compiler.)
 
Line 8:
This compiler supports two data types: BYTE and ADDRESS - 8 and 16 bit unsigned integers respectively.<br>
1-dimensional arrays, BASED variables and pointers are also available.<br>
This version of the language does not include STRUCTUREs and, $INSERT statements and other features available in later versions of the language.
<br>
<br>
Line 15:
<br>Note, the iicense for the sources and other software on the site only allows distribution by that site, so though you can use the compiler, you can't distribute it yourself.
<br>
<br>Two versions of the compiler are available on the site - the Fortran source and the Fortran source converted to C.
<br>It can be compiled and run on e.g. Windows and Linux. The compiler outputs a HEX file that can be converted to a .COM file and executed under CP/M or an emulater.
<br>
3,028

edits