bfd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / and.s
CommitLineData
3f904b16 1 TFLAG_C == 1
405525ec
AM
2
3 .macro check
4 .if (0 & TFLAG_C)
5 .endif
6 .endm
7
8 .text
9 check
This page took 0.268519 seconds and 4 git commands to generate.