Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / tic54x / set.s
1 * symbol .set value
2 * symbol .equ value
3 * These two are completely interchangeable
4         .global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS
5 AUX_R1  .set    AR1                     
6         STM     #56h, AUX_R1            
7 INDEX   .equ    100/2 +3                
8         ADD     #INDEX,A                
9 LABEL   .word   10                      
10 SYMTAB  .set    LABEL + 1
11 NSYMS   .set    INDEX
12         .word   NSYMS                   
13         .end