コマンドのテスト名を整理
[YACASL2.git] / as / cmd / CPL / cpl0.casl
diff --git a/as/cmd/CPL/cpl0.casl b/as/cmd/CPL/cpl0.casl
deleted file mode 100644 (file)
index 4f3b5f3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-;;; CPL r,adr
-MAIN    START   BEGIN
-BEGIN   LD      GR1,A
-        CPL     GR1,B
-        RET
-A       DC      #5000
-B       DC      #3000
-        END