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