シフト演算に関するCASLコードを追加
[YACASL2.git] / as / cmd / SLL / sll.casl
diff --git a/as/cmd/SLL/sll.casl b/as/cmd/SLL/sll.casl
new file mode 100644 (file)
index 0000000..24e1df8
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SLL r,adr
+MAIN    START
+        LAD     GR1,3
+        SLL     GR1,13
+        RET
+        END