Enable Intel MOVDIRI, MOVDIR64B instructions
[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