mirror of
https://github.com/wfjm/w11.git
synced 2026-01-19 18:07:49 +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
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
; $Id: lp11write.scmd 1275 2022-08-10 08:10:40Z mueller $
|
|
;
|
|
; Setup file for lp11write
|
|
;
|
|
! make lp11write.lda
|
|
;
|
|
do ../../simh/setup_w11a_mcode.scmd
|
|
;
|
|
; attach lp11 output, ensure fresh file
|
|
! rm -f simh_lp11write.dat
|
|
att lpt simh_lp11write.dat
|
|
;
|
|
load lp11write.lda
|
|
cont
|