mirror of
https://github.com/wfjm/w11.git
synced 2026-02-04 16:03:52 +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
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
; $Id: dl11echo.scmd 1275 2022-08-10 08:10:40Z mueller $
|
|
;
|
|
; Setup file for dl11echo
|
|
;
|
|
! make dl11echo.lda
|
|
;
|
|
do ../../simh/setup_w11a_mcode.scmd
|
|
;
|
|
; attach console to telnet
|
|
set cons telnet=5670
|
|
;
|
|
load dl11echo.lda
|
|
cont
|