×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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
As an Amazon Associate we earn from qualifying purchases.