]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/macros/and.s
config:
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / macros / and.s
1 TFLAG_C == 1
2
3 .macro check
4 .if (0 & TFLAG_C)
5 .endif
6 .endm
7
8 .text
9 check