mirror of
https://github.com/wfjm/w11.git
synced 2026-01-14 15:56:02 +00:00
- tcode_std_start.mac: system type (w11,simh,e11) detection via sysid - cpu_mmu.mac: add a test done for w11 only - tcode.ecmd,tcode_exec.scmd: set up sysid
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
! $Id: tcode.ecmd 1283 2022-08-22 10:07:58Z 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 cpu 70
|
|
set cpu nofpp
|
|
set idle delay=1
|
|
! 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
|