コマンドテストCASLファイルの追加、整理
[YACASL2.git] / as / cmd / SRA / sra_o.casl
diff --git a/as/cmd/SRA/sra_o.casl b/as/cmd/SRA/sra_o.casl
new file mode 100644 (file)
index 0000000..ab7aac9
--- /dev/null
@@ -0,0 +1,5 @@
+MAIN    START
+        LAD     GR1,#4000
+        SLA     GR1,1
+        RET
+        END