* gas/v850: New directory with v850 tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / move.s
1
2 .text
3 .global move
4 move:
5 mov r5,r6
6 mov 5,r6
7 movea 5,r5,r6
8 movhi 5,r6,r6
This page took 0.043489 seconds and 5 git commands to generate.