From: "Steve Hobson" <[email protected]>
Sent: Wednesday, May 21, 2014 11:31 PM


:>>             MVC  TARGET(0),SOURCE
:>>             EX   Rx,*-6

:> Requires a code base register.

Well, ish:

            LARL Ry,*+6
            MVC  TARGET(0),SOURCE
            EX   Rx,0(,Ry)

This (MVC) still requires a base register.

or:

            BRAS Ry,*+10
            MVC  TARGET(0),SOURCE
            EX   Rx,0(,Ry)

Ditto.

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Reply via email to