|
I'm not convinced that MI allows such behaviour - but, as always, I'll
be
happy to be proven wrong.
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.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.