* gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / diffexp-ovwr.s
CommitLineData
a471a06b
HPN
1;
2; There are actually two regressions tested here:
3; - That a .byte does not overwrite beyond the "byte", if given
4; a non-immediate-constant value (related to "False broken words").
5; - That "quick-operands" (in this case, just the unsigned 6-bit
6; one is tested) can take "difference-expressions".
7;
8 .text
9start:
10 .dword 0xf0+b-a-0xc5
11 .byte 0xf0+b-a-0xc7
12 .byte 0xab
13 move.b 0xf0+b-a-0xca,r8
14 move.w 0xf0+b-a-0xcb,r8
15 subq 0xf0+b-a-0xcf,r3
16 .ascii "Hello, world\n\0"
17 .space 260,0
18a:
19 .dword 0
20b:
21 .dword 1
This page took 0.041349 seconds and 4 git commands to generate.