1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-28 17:39:44 +00:00
Files
wfjm.w11/tools/mcode/pc11/pc11wcr.md

1.3 KiB

PC11 write, copy and read tester

The pc11write code punches a file containing 1000 lines of the form

0000: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!@#$%^&*()
0001: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!@#$%^&*()
...
0999: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!@#$%^&*()

The pc11copy code reads a file of the format written by pc11write and punches the read content. The pc11read code reads a file of the format written by pc11write and verifies the content.

Start on w11

See general notes on

Run the three codes in sequence with

ti_w11 <opt> -b @pc11write_run.tcl
ti_w11 <opt> -b @pc11copy_run.tcl
ti_w11 <opt> -b @pc11read_run.tcl

with the options <opt> as described in Rlink and Backend Server setup. The first command will produce a file w11_pc11write.dat. The second command reads that file and produce a file w11_pc11copy.dat. The final command reads the file w11_pc11copy.dat.

Start on SimH

pdp11 pc11write.scmd
pdp11 pc11copy.scmd
pdp11 pc11read.scmd

The logic is as decribed for w11, except the file names start with simh_.