Great. It's all different flavors of the same solution.

Have a nice day, greetings from Stuttgart

Bernd


Am 05.10.2014 10:00, schrieb [email protected]:
I use this for bit flags:

FIRST EQU *,X'80'
    SECOND EQU   *,X'40'
           DS    X     the flag byte

and in code I use
      TM   FIRST,L'FIRST

or   OI   SECOND,L'SECOND

saves me from remembering the byte name for the flag

Reply via email to