1
0
mirror of https://github.com/moshix/mvs.git synced 2026-02-23 15:12:16 +00:00
Files
moshix.mvs/PC370_orig/Diskette/full/CPY/IHAPSW.CPY

18 lines
799 B
COBOL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
*********************************************************************
*
* PSW.DOC - PC/370 LOW MEMORY FIXED LOCATION OF PROGRAM STATUS WORDS
* AS DEFINED IN IBM 370 ARCHITECTURE
*
*********************************************************************
IHAPSW DSECT
OLDEXT EQU IHAPSW+X'18' ;OLD EXTERNAL PSW
OLDSVC EQU IHAPSW+X'20' ;OLD SUPERVISOR CALL PSW
OLDPGM EQU IHAPSW+X'28' ;OLD PROGRAM CHECK PSW
OLDMCK EQU IHAPSW+X'30' ;OLD MACHINE CHECK PSW
OLDIOS EQU IHAPSW+X'38' ;OLD I/O INTERRUPT PSW
NEWEXT EQU IHAPSW+X'58' ;NEW EXTERNAL PSW
NEWSVC EQU IHAPSW+X'60' ;NEW SUPERVISOR CALL PSW
NEWPGM EQU IHAPSW+X'68' ;NEW PROGRAM CHECK PSW
NEWMCK EQU IHAPSW+X'70' ;NEW MACHINE CHECK PSW
NEWIOS EQU IHAPSW+X'78' ;NEW I/O INTERRUPT PSW