View previous topic :: View next topic |
Author |
Message |
ajdeaver Beginner
Joined: 10 Apr 2003 Posts: 3 Topics: 2 Location: St. Paul Minnesota
|
Posted: Mon Jul 19, 2004 3:15 pm Post subject: MVC Edit Masks? |
|
|
I have some code I need help finding info about...
Code: |
...
MVC ZAL1EX,=X'F0202120'
ED ZAL1EX(4),$PRIMARY+4
...
$PRIMARY DS PL6
ZAL1EX DS CL4
...
|
Problem with this code is when $Primary > 1000, I lose the the value. Actually 1000 seems to come out just 1, other numbers seem to have their leading digit lopped off, 1434 becomes just 434.
Can someone tell me what the masking in the first statement is called? I'm looking through my assembler book but have yet to find it. Pointers to references would also be appriciated.
Thanks! |
|
Back to top |
|
|
Mervyn Moderator
Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
|
Back to top |
|
|
ajdeaver Beginner
Joined: 10 Apr 2003 Posts: 3 Topics: 2 Location: St. Paul Minnesota
|
Posted: Tue Jul 20, 2004 3:19 pm Post subject: Worked well. |
|
|
Solution worked well and I figured out a bit more on how it works from the reading.
THanks. |
|
Back to top |
|
|
|
|