summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/movbh.s
blob: 7d711f8512ed14e8e631809f10114dccdb338347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.h8300h
	.text
h8300h_movb:
	mov.b r0l,r1l
	mov.b #16,r0l
	mov.b @er1,r0l
	mov.b @(16:16,er1),r0l
	mov.b @(32:24,er1),r0l
	mov.b @er1+,r0l
	mov.b @16:8,r0l
	mov.b @h8300h_movb:16,r0l
	mov.b @h8300h_movb:24,r0l
	mov.b r0l,@er1
	mov.b r0l,@(16:16,er1)
	mov.b r0l,@(32:24,er1)
	mov.b r0l,@-er1
	mov.b r0l,@16:8
	mov.b r0l,@h8300h_movb:16
	mov.b r0l,@h8300h_movb:24