1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-27 12:52:27 +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_exec.scmd 1275 2022-08-10 08:10:40Z mueller $
; $Id: tcode_exec.scmd 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>
;
@@ -11,6 +11,8 @@ set cpu nofpp
set cpu 4m
set cpu oct
set cpu idle
; set sysid, leading '1' indicates simulator, next '1' SimH
dep sysid 110234
;
; disable simulator stop conditions, especially "read stack trap"
;