Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i860 / dir-intel02.s
1 // Intel assembler directives:
2 // Test that the .atmp directive is recognized and functions.
3
4         .text
5
6         .atmp r31
7         or      0x12345678,r0,r24
8         adds    r24,r9,r8
9
10         .atmp r5
11         or      0xf0f05a5a,r0,r24
12         adds    r24,r9,r8
13