]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/fr30/nop.cgs
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / fr30 / nop.cgs
1 # fr30 testcase for nop
2 # mach(): fr30
3
4 .include "testutils.inc"
5
6 START
7
8 .text
9 .global nop
10 nop:
11 ; Test nop
12 set_cc 0x0f ; Condition codes are irrelevent
13 nop
14 test_cc 1 1 1 1
15
16 pass