mirror of
https://github.com/wfjm/w11.git
synced 2026-02-14 12:14:43 +00:00
mcode: use call/return; fix (lp11|pc11)write; add scmd
- 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
This commit is contained in:
15
tools/mcode/pc11/pc11write.scmd
Normal file
15
tools/mcode/pc11/pc11write.scmd
Normal file
@@ -0,0 +1,15 @@
|
||||
; $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
|
||||
Reference in New Issue
Block a user