Closed srorso closed 2 years ago
TRAP64 uses PSW directive to create PSWs for an ESA low core. With -t S390x, default PSW format is z/Arch or 128-bit.
A possible change would be to add code to test for Architecture Level 9 and override the default PSW with PSWE390 when encountered.
Source and listing attached.
ztest-002.zip
Corrected TRAP64 PSW generation to inhibit creation of 128-bit PSW in some circumstances. Updated documentation is SATK.odt and SATK.pdf to reflect this restriction.
TRAP64 uses PSW directive to create PSWs for an ESA low core. With -t S390x, default PSW format is z/Arch or 128-bit.
A possible change would be to add code to test for Architecture Level 9 and override the default PSW with PSWE390 when encountered.
Source and listing attached.
ztest-002.zip