On 2022-04-22 03:38, Paul Gilmartin wrote:
I believe the Reference Summary Page 35 tells me that the
instruction to test for a zero result after Add Logial is
    AL
    BC 10,addr

There's no extended mnemonic for this.

For clarity, its it preferable too code:
    AL
    LTR
    BZ add
???

The first is better, unless you don't mind changing the CC.

Reply via email to