-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtcode.ecmd
More file actions
25 lines (25 loc) · 761 Bytes
/
tcode.ecmd
File metadata and controls
25 lines (25 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
; $Id: tcode.ecmd 1313 2022-11-04 14:01:08Z mueller $
; SPDX-License-Identifier: GPL-3.0-or-later
; Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
;
; setup w11 like processor configuration
; set nouwin to disable UNIBUS window (17000000-17757777) to UNIBUS map
; set memory to 3840
; this way e11 behaves like w11 and SimH, which simplifies tcodes
;
set cpu 70
set cpu nouwin
set memory 3840
set cpu nofpp
set idle delay=1
; set ^E as break character (like in SimH)
set break 005
; enable PC value logging (inspect with show pclog)
set pclog on
; set sysid, leading '1' indicates simulator, next '2' e11
set cpu SYSID=0120345
;
; create log file, the only way to capture e11 output
; no rediction to stdout possible
;
log tt0: tmp_e11_tt0