1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-26 17:03:20 +00:00

NVMIDS - "Nova MIDAS" assembler.

This commit is contained in:
Lars Brinkhoff
2022-04-18 17:43:55 +02:00
parent 780e40c1f7
commit cf37871f64
6 changed files with 6221 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ SRC = syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
mits_s rab stan_k bs cstacy kp dcp2 -pics- victor imlac rjl mb bh \
lars drnil radia gjd maint bolio cent shrdlu vis cbf digest prs jsf \
decus bsg muds54 hello rrs 2500 minsky danny survey librm3 librm4 \
klotz atlogo clusys cprog r eb cpm mini
klotz atlogo clusys cprog r eb cpm mini nova
DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
chprog sail draw wl pc tj6 share _glpr_ _xgpr_ inquir mudman system \
xfont maxout ucode moon acount alan channa fonts games graphs humor \
@@ -52,7 +52,7 @@ DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
aplogo _temp_ pdp11 chsncp cbf rug bawden llogo eak clib teach pcnet \
combat pdl minits mits_s chaos hal -pics- imlac maint cent ksc klh \
digest prs decus bsg madman hur lmdoc rrs danny netwrk klotz hello \
clu r mini
clu r mini nova
BIN = sys sys1 sys2 emacs _teco_ lisp liblsp alan inquir sail comlap \
c decsys graphs draw datdrw fonts fonts1 fonts2 games macsym \
maint _www_ gt40 llogo bawden sysbin -pics- lmman shrdlu imlac \

View File

@@ -1653,6 +1653,13 @@ respond "OLDMUSIC=" "0\r"
respond "DFLAG=" "1\r"
expect ":KILL"
# NVMIDS, Nova assembler
respond "*" ":cwd nova\r"
respond "*" ":midas;73\r"
expect "MIDAS"
respond "\n" "TS NVMIDS_NVMIDS >\r"
expect ":KILL"
# 11LOGO
respond "*" ":cwd 11logo\r"
respond "*" ":plx143 /H/M/CL BIN,N CREF_SYSTEM,TYI,READ,EVAL,TURTLE,ZEND\r"

View File

@@ -1599,6 +1599,7 @@ nilcom/subseq.39 198110271102.42
nilcom/thread.8 198109291240.03
nilcom/vsaid.57 198002230700.52
nilcom/yesnop.44 198109011735.21
nova/-read-.-this- 197609090702.48
paulw/algfac.45 198106280247.18
paulw/csimp2.63 198107070349.35
paulw/csimp.299 198106301657.28

13
doc/nova/-read-.-this- Normal file
View File

@@ -0,0 +1,13 @@
Presumably this is some stuff for stuffing up the
"Super" Nova
novcon is a program that sits in the nova and acts as a pdp10 console and
loads the nova.
debug is an octal debugger for the nova.
nvmids assembles nova code, more or less
other relevant nova programs not on this directory are
sys1;ts nlod the program that sits in the pdp10 and feed binary cruft to
the nova


View File

@@ -255,6 +255,7 @@
- NODIPS, SUDS wirelister (without DIP definitions).
- NTSDDT, non timesharing DDT with 340 support.
- NUDIR, create user directory.
- NVMIDS, Nova assembler.
- NWATCH, small watch display.
- OBS, observe system activities.
- OCM/C, Richard Greenblatt's Mac Hack VI chess program.

6197
src/nova/nvmids.22 Executable file

File diff suppressed because it is too large Load Diff