1
0
mirror of https://github.com/wfjm/w11.git synced 2026-05-04 15:16:59 +00:00
Files
wfjm.w11/tools/xxdp/eqkce1_patch_1170.scmd
2022-12-10 08:40:42 +01:00

21 lines
809 B
Plaintext

; $Id: eqkce1_patch_1170.scmd 1319 2022-11-21 14:20:45Z 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 -- SimH -- SimH -- Simh -- Simh -- Simh
;
; 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