1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-30 05:35:36 +00:00

Assembler for TT2500.

The assembler is written in Maclisp.  The main entry point is ZAP
which expects a symbol with a value cell pointing to the source code.
This commit is contained in:
Lars Brinkhoff
2021-01-14 11:55:35 +01:00
parent 47fb5ba074
commit 4af63f786b
4 changed files with 461 additions and 1 deletions

View File

@@ -837,6 +837,15 @@ respond "?" "1700\r"
expect ":KILL"
respond "*" ":link sys1; ts llogo, llogo; ts llogo\r"
# 2500 assembler
respond "*" ":complr\r"
respond "_" "\007"
respond "*" "(load 'ioc)"
respond_load "(maklap)"
respond "_" "2500;zap\r"
respond "_" "\032"
type ":kill\r"
# TEACH;TS XLISP
respond "*" ":complr\r"