On Thu, 9 Dec 2021 21:10:38 +0000, Ituriel do Neto  wrote:
>
>I would like advice because i have a situation where i need to check a bit of 
>a storage area, usinganother storage area as a pattern and not an immediate.
>
>I have something like this :
>A       DC    X'1C'B       DC    X'08'
>         TM    A,x'08'         JO    X
>
Please write your Assembler instructions on separate lines.

>But instead of using x'08', i need to use the variable B in the comparison, 
>because the content of B may change.So, i would need something like this:
>         TM  A,B
>
    EX?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to