mirror of
https://github.com/wfjm/w11.git
synced 2026-02-28 09:37:47 +00:00
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
; $Id: lp11write.scmd 1367 2023-02-06 14:11:34Z 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
|
|
quit
|