コマンドのテスト名を整理
[YACASL2.git] / as / cmd / SLL / sll_o.casl
diff --git a/as/cmd/SLL/sll_o.casl b/as/cmd/SLL/sll_o.casl
deleted file mode 100644 (file)
index 95600ae..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-;;; SLL r,adr 正数のオーバーフロー
-MAIN    START
-        LAD     GR1,2
-        SLL     GR1,15
-        RET
-        END