On Fri, 1 Apr 2016 12:55:44 -0500, Chuck Arney wrote:

>If you intend to use RMODE64 in the future with that code you will want to
>NOT use that LLGTR.

Right. To cover that case you might want something like this:

        LOAD  EP=MSGTABLE              Load external message table
        TMLL  R0,X'0001'               RMODE(64)
        JO    RMODE64
        LLGTR R0,R0    clean high order word and low high order bit
RMODE64 NILL  R0,X'FFFE'               (same)
        STG   R0,MsgTable              Save clean table address

-- 
Tom Marchant

Reply via email to