x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / subsym1.s
1 *
2 * String substitution symbol recursion
3 *
4 * Recursive substitution symbols
5 ; recursion should stop at x
6 .asg "x",z
7 .asg "z",y
8 .asg "y",x
9 add x, A ; add x, A
10 .end
This page took 0.031319 seconds and 4 git commands to generate.