コマンドのテスト名を整理
[YACASL2.git] / as / cmd / SLA / sla__z.casl
diff --git a/as/cmd/SLA/sla__z.casl b/as/cmd/SLA/sla__z.casl
new file mode 100644 (file)
index 0000000..71b5692
--- /dev/null
@@ -0,0 +1,6 @@
+;;; SLA r,adr 結果は零
+MAIN    START
+        LAD     GR1,2
+        SLA     GR1,15
+        RET
+        END