xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/nop.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# Hitachi H8 testcase 'nop'
2# mach(): all
3# as(h8300):	--defsym sim_cpu=0
4# as(h8300h):	--defsym sim_cpu=1
5# as(h8300s):	--defsym sim_cpu=2
6# as(h8sx):	--defsym sim_cpu=3
7# ld(h8300h):	-m h8300helf
8# ld(h8300s):	-m h8300self
9# ld(h8sx):	-m h8300sxelf
10
11	.include "testutils.inc"
12
13	start
14
15nop:	set_grs_a5a5
16	set_ccr_zero
17
18	nop
19
20	test_cc_clear
21	test_grs_a5a5
22
23
24	pass
25
26	exit 0
27