This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / and.s
CommitLineData
d199a636 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.131056 seconds and 4 git commands to generate.