Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / m68k / mcf-movsr.s
1 .text
2 |*****************************************************************
3 | Test all permutations of movew sr and movew ccr
4 |*****************************************************************
5         .global test_movsr
6 test_movsr:
7         move.w  %d3,%sr                 | Mode 0
8         move.w  #-1,%sr                 | Mode 7.4
9         move.w  %sr,%d3                 | Mode 0
10
11         move.w  %d3,%ccr                | Mode 0
12         move.w  #-1,%ccr                | Mode 7.4
13         move.w  %ccr,%d3                | Mode 0