1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-04 10:44:38 +00:00

Assemble MACTAP.

This commit is contained in:
Lars Brinkhoff
2019-02-19 15:07:30 +01:00
parent 8efa4aa74b
commit 52240d6e48
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ respond "*" "purify\033g"
respond "TS MIDAS" "midas;ts 324\r"
respond "*" ":kill\r"
# MACTAP
respond "*" ":midas;324 sysbin;_sysen2; mactap\r"
expect ":KILL"
# TECO6
respond "*" ":midas sysbin;teco 335bin_.teco.; teco 335\r"
expect ":KILL"

View File

@@ -185,6 +185,7 @@
- MACN80, Z80 cross assembler.
- MACRO-10, DEC assembler.
- MACSYMA, symbolic manipulation system.
- MACTAP, library for MACDMP tapes.
- MAXTUL, tools for managing Macsyma.
- MAGDMP, standalone program loader/dumper for magtape.
- MAGFRM, create tapes for use with MAGDMP.