Difference between revisions of "MACRO-11"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but a start)
 
m (Better cat)
 
(3 intermediate revisions by 2 users not shown)
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/j-hoppe/MACRO11 MACRO11] - a version in [[C]] for [[Windows]]
+
* [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]]
  
[[Category: PDP-11s]]
+
[[Category: Assembly Languages]]
 +
[[Category: PDP-11 Software]]

Latest revision as of 19:49, 16 November 2023

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