User Tools

Site Tools


tutorials:macro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:macro [2024/01/13 17:26] (current)
sm5por created
Line 1: Line 1:
 += MACRO-10 assembly languge =
  
 +MACRO-10 is the native DEC assembly language for the PDP-10 PROCESSOR architecture, used on both TOPS-10 and TOPS-20 operating systems. As n example, a simple "Hello World" program in MACRO-10 to be run on TOPS-20 may look like this:
 +
 +
 +  - Each program module has a title, given with the TITLE assembly directive.
 +  - The SEARCH directive instructs  the assembler to search the listed modules for various external symbol nd macro definiions
 +  - The MONSYM module contains the system calls and related symbols of the target operating system, such as function numbers and bit masks. it is documented in Appendix B of the mcrg.
 +  - The MACSYM module ontains various useful macros to expand convenient shorthand syntax during assembly. It is documented in Appendix c of the mcrg.
 +
 +  - 
tutorials/macro.txt ยท Last modified: 2024/01/13 17:26 by sm5por