Difference between revisions of "MACRO-11"
From Computer History Wiki
m (→External links: +TENEX version doc) |
(Update with new link to MACN11 including source code) |
||
Line 8: | Line 8: | ||
* [http://www.bitsavers.org/www.computer.museum.uq.edu.au/RSX/AA-V027A-TC%20PDP-11%20MACRO-11%20Language%20Reference%20Manual.pdf PDP-11 MACRO-11 Language Reference Manual] | * [http://www.bitsavers.org/www.computer.museum.uq.edu.au/RSX/AA-V027A-TC%20PDP-11%20MACRO-11%20Language%20Reference%20Manual.pdf PDP-11 MACRO-11 Language Reference Manual] | ||
− | * [ | + | * [https://github.com/PDP-10/tenex/tree/master/pdp11 MACN11 Version 4] - source code and documentation for the TENEX version |
* [https://github.com/j-hoppe/MACRO11 MACRO11] - a version in [[C programming language|C]] for [[Windows]] | * [https://github.com/j-hoppe/MACRO11 MACRO11] - a version in [[C programming language|C]] for [[Windows]] | ||
[[Category: PDP-11s]] | [[Category: PDP-11s]] |
Revision as of 19:26, 27 March 2022
MACRO-11 was an assembly language dialect, originally from DEC, for the PDP-11. Its name was due to the fact that included very extensive macro facilities.
Most instances of MACRO-11 were themselves written in assembly language, both for the PDP-11 (under a number of different operating systems) and also a cross-assembler for the PDP-10 (available under TENEX).
External links
- PDP-11 MACRO-11 Language Reference Manual
- MACN11 Version 4 - source code and documentation for the TENEX version
- MACRO11 - a version in C for Windows