MIDAS: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Larsbrinkhoff (talk | contribs)
Link to TX-0 MIDAS
m Better cat
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An assembler written at MIT.  First for the [[TX-0]], then ported to the [[PDP-1]], and then to the AI Lab [[PDP-6]]. The primary assembler in [[Incompatible Timesharing System|ITS]].
An [[assembly language|assembler]] with [[macro]]s written at MIT.  First for the [[TX-0]], then ported to the [[PDP-1]], and then to the AI Lab [[PDP-6]]. The primary assembler in [[Incompatible Timesharing System|ITS]].
 
Due to the popularity of some ITS applications such as Maclisp and MacHack VI, MIDAS was ported over to other PDP-10 operating systems in order to assemble those applications.


==External links==
==External links==


* [http://www.bitsavers.org/bits/MIT/tx-0/midas/ TX-0 source code]
* [http://www.bitsavers.org/bits/MIT/tx-0/midas/ TX-0 source code]
* [http://bitsavers.org/pdf/mit/rle_pdp1/memos/PDP-1_MIDAS.pdf The MIDAS Assembly Program] - RLE PDP-1 memo
* [https://dspace.mit.edu/bitstream/handle/1721.1/5909/AIM-090.pdf AI memo 90: MIDAS] - PDP-6 version
[[Category: Assembly Languages]]
[[Category: PDP-10 Software]]

Latest revision as of 11:09, 16 November 2023

An assembler with macros written at MIT. First for the TX-0, then ported to the PDP-1, and then to the AI Lab PDP-6. The primary assembler in ITS.

Due to the popularity of some ITS applications such as Maclisp and MacHack VI, MIDAS was ported over to other PDP-10 operating systems in order to assemble those applications.

External links