Oppolzer - Informatik / Blog


Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie

ASSEMBLER-L - Bit-Variablen in ASSEMBLER

Subject:

Re: Syntax for using created SET symbols in a SETC value?

From:

Bernd Oppolzer <bernd.oppolzer@T-ONLINE.DE>

Reply-To:

IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU>

Date:

2014.10.05 11:21:47


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 M.T.:
> 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
>

Blog-Hauptseite      Neuester Artikel      Älterer Artikel      Neuerer Artikel      Älterer gleiche Kategorie      Neuerer gleiche Kategorie