シフト演算に関するCASLコードを追加
[YACASL2.git] / as / cmd / SLL / sll_z.casl
diff --git a/as/cmd/SLL/sll_z.casl b/as/cmd/SLL/sll_z.casl
new file mode 100644 (file)
index 0000000..7d4ec58
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SLL r,adr 結果は零
+MAIN    START
+        LAD     GR1,2
+        SLL     GR1,17
+        RET
+        END