1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 23:36:30 +00:00

Microcode assembler and converters for KL10.

This commit is contained in:
Lars Brinkhoff 2018-06-11 10:06:04 +02:00
parent 2197a02f0c
commit 646dcd7d4a
4 changed files with 4000 additions and 0 deletions

View File

@ -798,6 +798,23 @@ respond "*" ":midas sys3;ts scrmbl_ejs;scrmbl\r"
expect ":KILL"
respond "*" ":link sys3;ts unscr,sys3;ts scrmbl\r"
# KL10 microcode assembler
respond "*" ":midas sysbin;_syseng;micro\r"
expect ":KILL"
respond "*" ":job micro\r"
respond "*" ":load sysbin; micro bin\r"
respond "*" ":start purify\r"
respond "TS MICRO" "sys; ts micro\r"
respond "*" ":kill\r"
# Microcode ASCIIzer and binarator converter.
respond "*" ":midas sysbin;_syseng;cnvrt\r"
expect ":KILL"
respond "*" ":link sys1;ts mcnvrt,sysbin;cnvrt bin\r"
respond "*" ":link sys1;ts pcnvrt,sysbin;cnvrt bin\r"
respond "*" ":link sys1;ts ucnvrt,sysbin;cnvrt bin\r"
respond "*" ":link sys1;ts acnvrt,sysbin;cnvrt bin\r"
# XXFILE
respond "*" ":midas sysbin;xxfile bin_sysen1;xxfile\r"
expect ":KILL"

View File

@ -1,6 +1,7 @@
- 11SIM, PDP-11 emulator.
- 20XCVT, convert TOPS-20 CSAVE file to PDUMP.
- @, cross reference generation tool.
- ACNVRT/MCNVRT/PCNVRT/UCNVRT, asciizer and binarator.
- ACCLNK, sets com-link accept bit for specified TTY.
- ACOUNT, dummy account program used for users from safe sites.
- ADVENT, (Colossal Cave) Adventure by Will Crowther.
@ -116,6 +117,7 @@
- MAILT, allows editing mail (from :MAIL) in EMACS.
- MCL, subsystem for compiling individual Macsyma files.
- METER, displays system metering information.
- MICRO, microcode assembler.
- MLDEV, MLSLV, Allows access to remote systems as devices (e.g. DB:).
- MLIFE, Mike Speciner's Conway Life.
- MODEMS, modems gragon.

1094
src/syseng/cnvrt.37 Executable file

File diff suppressed because it is too large Load Diff

2887
src/syseng/micro.52 Executable file

File diff suppressed because it is too large Load Diff