gas: require an operand to .startof.()/.sizeof.()
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / uppercase.s
1 .text
2 .global foo
3 foo:
4 mv R0,R1
5 mvfc R0,CBR
6
7 high:
8 seth r0,#HIGH(high)
9 shigh:
10 seth r0,#SHIGH(shigh)
11 low:
12 or3 r0,r0,#LOW(low)
13 sda:
14 add3 r0,r0,#SDA(sdavar)
This page took 0.036428 seconds and 4 git commands to generate.