x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / mcf-movsr.s
CommitLineData
25b07cd9
NS
1.text
2|*****************************************************************
3| Test all permutations of movew sr and movew ccr
4|*****************************************************************
5 .global test_movsr
6test_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
This page took 0.44202 seconds and 4 git commands to generate.