コマンドのテスト名を整理
[YACASL2.git] / as / cmd / SLL / sll_oz.casl
diff --git a/as/cmd/SLL/sll_oz.casl b/as/cmd/SLL/sll_oz.casl
deleted file mode 100644 (file)
index db7bd15..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-;;; SLL r,adr オーバーフローし、結果は零
-MAIN    START
-        LAD     GR1,3
-        SLL     GR1,16
-        RET
-        END