]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/h8300/movbh.s
This commit was manufactured by cvs2svn to create branch 'binutils-
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / movbh.s
CommitLineData
252b5132
RH
1 .h8300h
2 .text
3h8300h_movb:
4 mov.b r0l,r1l
5 mov.b #16,r0l
6 mov.b @er1,r0l
7 mov.b @(16:16,er1),r0l
8 mov.b @(32:24,er1),r0l
9 mov.b @er1+,r0l
10 mov.b @16:8,r0l
11 mov.b @h8300h_movb:16,r0l
12 mov.b @h8300h_movb:24,r0l
13 mov.b r0l,@er1
14 mov.b r0l,@(16:16,er1)
15 mov.b r0l,@(32:24,er1)
16 mov.b r0l,@-er1
17 mov.b r0l,@16:8
18 mov.b r0l,@h8300h_movb:16
19 mov.b r0l,@h8300h_movb:24
20