MACRO-11 is a programming language created in 1974.
#2951on PLDB | 50Years Old |
MACRO-11 is an assembly language with macro facilities for PDP-11 minicomputers from DEC (DEC). It is the successor to PAL-11 (Program Assembler Loader), an earlier version of the PDP-11 assembly language without macro facilities. The MACRO-11 assembly language was designed for the PDP-11 minicomputer family. Read more on Wikipedia...
.MACRO HELLO
ERRORS DETECTED: 0
.LINK HELLO
.R HELLO
Hello, world!
.