2008-11-06 Chao-ying Fu <fu@mips.com>
[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.317854 seconds and 4 git commands to generate.