Re: QPROCT and QPRODT

"Richard Thomas" <richard_matthew_thomas-/[email protected]> Fri, 30 Apr 2010 16:52:46 +0100
Newsgroups gmane.comp.lang.as400.mi
Message-ID <[email protected]>
I'm not convinced that MI allows such behaviour - but, as always, I'll be
happy to be proven wrong. 

-----Original Message-----
From: mi400-bounces-Zwy7GipZuJhWk0Htik3J/[email protected] [mailto:mi400-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]] On
Behalf Of Dennis Lovelady
Sent: 30 April 2010 16:39
To: 'MI Programming on the AS400 / iSeries'
Subject: Re: [MI400] QPROCT and QPRODT

> I can't see the subtle difference you allude to - but that means very
> little
> :-)

I mean that those are the result flags that are set.  You are assuming that
MI limits you to test only the flags that are set by the most recent
instruction.  I am suggesting that you can test for things that were not set
by this instruction.

I used to do this in TRS80 assembler.  I forget now the exact situation (and
instructions), but I used to do something like:
   ADDC RESULT,12       Add 12 to RESULT, with carry
   CMP  RESULT,16       Compare RESULT against 16
   JMP  MYTAG,EC        Jump to MYTAG if equal or carry

Assume that carry was not set nor reset by CMP.  I could still test for it
after CMP.

Now I realize this is not TRS80 assembler (thankfully).  I also realize that
I'm not doing a branch on the same instruction line as compare (TRS lacked
that).  But I imagine similar rules apply.

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"United Nations: Where America feeds the hands that bite it."
        -- Gregory Nunn

_______________________________________________
This is the MI Programming on the AS400 / iSeries (MI400) mailing list
To post a message email: MI400-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mi400
or email: MI400-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mi400.



_______________________________________________
This is the MI Programming on the AS400 / iSeries (MI400) mailing list
To post a message email: MI400-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mi400
or email: MI400-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mi400.