MIDAS: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Larsbrinkhoff (talk | contribs)
External links: Memo about PDP-1 MIDAS.
m Better cat
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
* [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
* [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: Languages]]
[[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