mirror of
https://github.com/wfjm/w11.git
synced 2026-01-17 09:03:30 +00:00
- tools/mcode - *.mac: use call/return - (lp11|pc11)write: check line count after last char is accepted - pc11copy: kw11-p: use 100 kHz/13.; ensure last puncher interrupt - *.scmd: add SimH startup files when reasonable - tools/simh/setup_w11a_(max|min).scmd: enable pclk
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
; $Id: pc11write.scmd 1275 2022-08-10 08:10:40Z mueller $
|
|
;
|
|
; Setup file for pc11write
|
|
;
|
|
! make pc11write.lda
|
|
;
|
|
do ../../simh/setup_w11a_mcode.scmd
|
|
;
|
|
; attach PC11, ensure fresh file
|
|
! rm -f simh_pc11write.dat
|
|
det ptr
|
|
att ptp simh_pc11write.dat
|
|
;
|
|
load pc11write.lda
|
|
cont
|