1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-26 04:21:05 +00:00

add systyp checking; add w11 specific tcode tests

- 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
This commit is contained in:
wfjm
2022-08-25 09:00:53 +02:00
parent faf596e531
commit 7f9506b201
5 changed files with 64 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
! $Id: tcode.ecmd 1264 2022-07-30 07:42:17Z mueller $
! $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>
!
@@ -7,6 +7,8 @@
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