x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / set.s
CommitLineData
39bec121
TW
1* symbol .set value
2* symbol .equ value
3* These two are completely interchangeable
4 .global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS
5AUX_R1 .set AR1
6 STM #56h, AUX_R1
7INDEX .equ 100/2 +3
8 ADD #INDEX,A
9LABEL .word 10
10SYMTAB .set LABEL + 1
11NSYMS .set INDEX
12 .word NSYMS
13 .end
This page took 0.833391 seconds and 4 git commands to generate.