PDP-11 Paper Tape Software (PTS-11)
PDP-11 Paper Tape Software (PTS-11)
The Paper Tape System (PTS-11) provides a complete programming environment
using a minimal PDP-11 system along with a paper tape reader. A high-speed
paper tape device and a line printer are optional devices.
Typically, a Teletype ASR33 will be used for input, output, and low speed
paper tape reader & punch.
Documentation
DEC-11-XPTSA-B-D PDP-11 Paper Tape Software Handbook (C)1976
SimH Command Scripts
EDIT-11.DO
PAL-11-4K.DO (4kW)
PAL-11-8K.DO (8kW)
Media
Sample Runs
ED-11
PDP-11 simulator V3.8-1
sim> DO ED-11.DO
================
Boot & Run ED-11
================
...Set the CPU parameters
Disabling CR
Disabling XQ
...disable undesired devices
...attach ABSOLUTE LOADER papertape
...Load Paper Tape bootstrap loader @ 28kW
...Execute bootstrap to load Absolute Loader
HALT instruction, PC: 157500 (MOV PC,SP)
...Attach ED-11 papertape
...Use absolute loader to load and launch the content of the papertape
*I L<CR>
*O L<CR>
LSP OFF? <CR>
* I<CR>
THIS IS A TEST<CR>
<CTRL-J>
* B<CR>
* L<CR>
THIS IS A TEST
* B<CR>
* L<CR>
THIS IS A TEST
* L<CR>
THIS IS A TEST
* 3J<CR>
* L<CR>
S IS A TEST
* 0A<CR>
* L<CR>
THIS IS A TEST
* 5D<CR>
* L<CR>
IS A TEST
* B<CR>
* L<CR>
IS A TEST
* 0A<CR>
* 3D<CR>
* B<CR>
* L<CR>
A TEST
*
PAL-11 4K
PDP-11 simulator V3.8-1
sim> DO PAL-11-4K.DO
=================
Boot & Run PAL-11
=================
...Set the CPU parameters
Disabling CR
Disabling XQ
...disable undesired devices
...attach ABSOLUTE LOADER papertape
...Load Paper Tape bootstrap loader @ 28kW
...Execute bootstrap to load Absolute Loader
HALT instruction, PC: 157500 (MOV PC,SP)
...Attach PAL-11A (4K) papertape
...Use absolute loader to load and launch the content of the papertape
*S T<CR>
*B <CR>
*L T<CR>
*T <CR>
.=500<CR>
LOOP: JMP LOOP<CR>
.END<CR>
<CR>
END ? <CR>
.=500<CR>
LOOP: JMP LOOP<CR>
000500 .=500
.END<CR>
000500 000167 LOOP: JMP LOOP
177774
<CR>
000001 .END
PAGE 001
000000 ERRORS
*S
PAL-11 8K
PDP-11 simulator V3.8-1
sim> DO PAL-11-8K.DO
=================
Boot & Run PAL-11
=================
...Set the CPU parameters
Disabling CR
Disabling XQ
...disable undesired devices
...attach ABSOLUTE LOADER papertape
...Load Paper Tape bootstrap loader @ 28kW
...Execute bootstrap to load Absolute Loader
HALT instruction, PC: 157500 (MOV PC,SP)
...Attach PAL-11A (8K) papertape
...Use absolute loader to load and launch the content of the papertape
*S T<CR>
*B <CR>
*L T<CR>
*T <CR>
.=500<CR>
LOOP: JMP LOOP<CR>
.END<CR>
<CR>
END ? <CR>
.=500<CR>
LOOP: JMP LOOP<CR>
000500 .=500
.END<CR>
000500 000167 LOOP: JMP LOOP
177774
<CR>
000001 .END
PAGE 001
000000 ERRORS
*S