コマンドテストCASLファイルの追加、整理
[YACASL2.git] / as / cmd / SRA / sra_1.casl
diff --git a/as/cmd/SRA/sra_1.casl b/as/cmd/SRA/sra_1.casl
new file mode 100644 (file)
index 0000000..ce1fee4
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SRA r,adr
+MAIN    START
+        LAD     GR1,12
+        SRA     GR1,2
+        RET
+        END