aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/nop.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/cr16/nop.cgs')
-rw-r--r--sim/testsuite/cr16/nop.cgs11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/testsuite/cr16/nop.cgs b/sim/testsuite/cr16/nop.cgs
new file mode 100644
index 0000000..e29fa93
--- /dev/null
+++ b/sim/testsuite/cr16/nop.cgs
@@ -0,0 +1,11 @@
+# cr16 testcase for nop
+# mach(): cr16
+
+ .include "testutils.inc"
+
+ start
+
+ .global nop
+nop:
+ nop
+ pass