]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/h8300/movb.s
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / movb.s
1 .text
2 h8300_movb:
3 mov.b r0l,r1l
4 mov.b #16,r0l
5 mov.b @r1,r0l
6 mov.b @(16:16,r1),r0l
7 mov.b @r1+,r0l
8 mov.b @16:8,r0l
9 mov.b @h8300_movb:16,r0l
10 mov.b r0l,@r1
11 mov.b r0l,@(16:16,r1)
12 mov.b r0l,@-r1
13 mov.b r0l,@16:8
14 mov.b r0l,@h8300_movb:16
15