コマンドのテスト名を整理
[YACASL2.git] / as / cmd / AND / and1.casl
diff --git a/as/cmd/AND/and1.casl b/as/cmd/AND/and1.casl
deleted file mode 100644 (file)
index 5c348f7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-;;; AND r,adr,x
-MAIN    START
-        LD      GR1,A
-        LAD     GR2,1
-        AND     GR1,A,GR2
-        RET
-A       DC      #3000
-        DC      #4FFF
-        END