On Friday, 08/01/2008 at 09:44 EDT, Kris Buelens <[EMAIL PROTECTED]> 
wrote:
>   REGEQU
>   USING *,R15
>   L     R15,=A(32)
>   BR    R14

Just to help folks advance their assembler programming, this program would 
these days consist of
    REGEQU
    LHI  R15,32
    BR   R14

In S/390 architecture, Load Halfword Immediate sign-extends the 16-bit 
second operand to 32 bits.  Note also the lack of the USING.

I know it's off-topic, but it IS Friday!  :-)

Alan Altmark
z/VM Development
IBM Endicott

Reply via email to