* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / diffexp-ovwr.s
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
9 start:
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
18 a:
19 .dword 0
20 b:
21 .dword 1
This page took 0.047757 seconds and 4 git commands to generate.