summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/fr30/nop.cgs
blob: 885c55cfd1abc0acc1ff25969b8c0e5e60f27dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fr30 testcase for nop
# mach(): fr30

	.include "testutils.inc"

	START

	.text
	.global nop
nop:
	; Test nop
	set_cc          0x0f		; Condition codes are irrelevent
	nop
	test_cc		1 1 1 1

	pass