mirror of
https://github.com/wfjm/w11.git
synced 2026-03-01 09:51:35 +00:00
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
; $Id: pc11write.scmd 1367 2023-02-06 14:11:34Z 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
|
|
quit
|