Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / arm / movw-local.s
1 .arch armv7-a
2 .text
3 .syntax unified
4 foo:
5 movw r0, #:lower16: bar
6 movt r0, #:upper16: bar
7 .thumb
8 movw r0, #:lower16: bar
9 movt r0, #:upper16: bar
10
11 .space 0x10000
12
13 bar: