シフト演算に関するCASLコードを追加
[YACASL2.git] / as / cmd / SLL / sll_os.casl
diff --git a/as/cmd/SLL/sll_os.casl b/as/cmd/SLL/sll_os.casl
new file mode 100644 (file)
index 0000000..9e7015e
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SLL r,adr 符号フラグオンで、オーバーフロー
+MAIN    START
+        LAD     GR1,3
+        SLL     GR1,15
+        RET
+        END