1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-13 15:37:43 +00:00
wfjm.w11/tools/xxdp/eqkce1_patch_1170.scmd
2022-12-25 09:07:26 +01:00

21 lines
797 B
Plaintext

; $Id: eqkce1_patch_1170.scmd 1336 2022-12-23 19:31:01Z mueller $
; SPDX-License-Identifier: GPL-3.0-or-later
; Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
;
; Patch set eqkce1 for SimH -- tested with SimH V3.12-3
;
; AP: skip test 041: check stack overflow ------------------------------------
; fails for example at 024632 mov (sp)+,@-(sp) which aborts but shouldn't
; because mode 3,5, and 7 don't trap/abort on a 11/70.
; SimH implements a different set of STKLIM address modes
;
dep 024440 000137
dep 024442 025130
;
; AP: skip test 065: check stack limit register ------------------------------
; fails for example at 032542 clr 336(sp) which should abort but didn't
; SimH implements a different set of STKLIM address modes
;
dep 032354 000137
dep 032356 032700