summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/compareh.s
blob: c81e88e0c204495db69220983a082916aa70b172 (plain)
1
2
3
4
5
6
7
8
9
10
	.h8300h
	.text
h8300h_cmp:
	cmp.b #0,r0l
	cmp.b r0h,r0l
	cmp.w #32,r0
	cmp.w r0,r1
	cmp.l #64,er0
	cmp.l er0,er1