mirror of
https://github.com/PDP-10/its.git
synced 2026-05-02 22:33:27 +00:00
SUDS - Stanford University Drawing System.
This commit is contained in:
40
doc/pc/little.steps
Normal file
40
doc/pc/little.steps
Normal file
@@ -0,0 +1,40 @@
|
||||
Producing PC's thru Lincoln Gerber
|
||||
|
||||
1) Write PCP file
|
||||
(also do INNER and PPLOT if a multi layer)
|
||||
|
||||
2) :DRAW2;PCPLT
|
||||
Modes(?) - type T[LL] for Lincoln Lab mag tape, or
|
||||
X[LL] for PLX file for :XGP ;PLOT
|
||||
This will produce a MAG file and LOG file for every
|
||||
input file. The device is necessary to make aperture
|
||||
equivalences the same for MAG or XGP
|
||||
|
||||
3) Write MAG file on 9 track tape, 512 character (128 word) blocking.
|
||||
On DM, type ":DRAW2;RAYTH"
|
||||
"OutAscii/Rec[512]<cr>"
|
||||
<file-name>
|
||||
|
||||
4) Read MAG file back to disk for comparison.
|
||||
"InAscii<cr>"
|
||||
<file> TAP
|
||||
Run MAGGOT over file. (?)
|
||||
|
||||
5) :DRAW2;PCPLT
|
||||
Modes(?) - type Y[LL] to produce drill tape file (DRL)
|
||||
|
||||
6) :DRAW2;TD
|
||||
Rotation ? Flip ? Offset ? Output to DSK
|
||||
This produces a .PTP from the .DRL file
|
||||
|
||||
7) On ML, do :Q AI:DRAW2;PUNCH (can't run punch directly from TD)
|
||||
Setup paper tape punch, type file name in response to prompt, e.g.
|
||||
Type input file in Lisp format: (FOO PTP AI DRAW2)
|
||||
|
||||
8) When done, quit out of it, and type (YANK). Put tape in reader
|
||||
and type output file [e.g. ...format: (FOO PTR AI DRAW2) ]
|
||||
|
||||
9) When finished, go back to AI and do :DRAW2;PDRILL and
|
||||
read in DRAW2;FOO PTR. Perhaps do PLOT (.PLX), probably do LISTING (.LST)
|
||||
Null file name defaults to input first name.
|
||||
The .LST can be SRCCOM'ed with a .LST generated from the FOO PTP.
|
||||
29
doc/pc/pc.info
Normal file
29
doc/pc/pc.info
Normal file
@@ -0,0 +1,29 @@
|
||||
Creating a new PC
|
||||
-----------------
|
||||
|
||||
|
||||
To assemble new PCBOARDS if needed:
|
||||
WL
|
||||
:FAIL PCBOARDS_BOARDS
|
||||
;In answer to query for assembly switches:
|
||||
PC
|
||||
;^C
|
||||
|
||||
Assemble new REL:
|
||||
DRAW
|
||||
:FAIL PC_D
|
||||
;In answer to query for assembly switches:
|
||||
PC
|
||||
;^C
|
||||
|
||||
|
||||
Load binary:
|
||||
DRAW^S
|
||||
:STINK PC ;Uses PC LOADER
|
||||
1L DECSYS;DECBOT BIN ;Merge in DECUUO boot:
|
||||
.JBSA/ STRT
|
||||
56/ 107 ;SAIL + META + SYMS + ...
|
||||
|
||||
:DELETE DATDRW;PC OBIN
|
||||
:RENAME DATDRW;PC BIN, PC OBIN
|
||||
:PDUMP DATDRW;PC BIN ; This is the file linked to by SYS1;TS PC
|
||||
Reference in New Issue
Block a user