Skip to content

Commit

Permalink
UUOSYM and MACTEN universals for TOPS-10 programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Sep 6, 2023
1 parent 5204a53 commit 2be5409
Show file tree
Hide file tree
Showing 4 changed files with 4,490 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/misc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,18 @@ expect "CORE USED"
respond "*" "\003"
respond "*" ":kill\r"

# MACTEN and UUOSYM universal files.
respond "*" ":macro\r"
respond "*" "macten.unv=macten.mac\r"
expect "CORE USED"
respond "*" "\003"
respond "*" ":kill\r"
respond "*" ":macro\r"
respond "*" "uuosym.unv=uuosym.mac\r"
expect "CORE USED"
respond "*" "\003"
respond "*" ":kill\r"

# CROSS, assembler
respond "*" ":macro\r"
respond "*" "cross=cross\r"
Expand Down
2 changes: 2 additions & 0 deletions build/timestamps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ decsys/lnkscn.shr 197811110609.48
decsys/lnkxit.shr 197811110601.58
decsys/loader.shr 197603142216.18
decsys/macro.shr 197603142216.26
decsys/macten.mac 197501040000.00
decsys/sits.mac 197609010303.16
decsys/uuosym.mac 1977030170000.00
decus/downtn.mus 196906300000.00
decus/grymg.mus 196911170000.00
decus/hdn.mus 196906290000.00
Expand Down
Loading

0 comments on commit 2be5409

Please sign in to comment.