コマンドのテスト名を整理
[YACASL2.git] / as / cmd / SRA / sra__s.casl
diff --git a/as/cmd/SRA/sra__s.casl b/as/cmd/SRA/sra__s.casl
new file mode 100644 (file)
index 0000000..cf5e692
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SRA r,adr 負数
+SRA2    START   BEGIN
+BEGIN   LAD     GR1,#A000
+        SRA     GR1,13
+        RET
+        END