コマンドのテスト名を整理
[YACASL2.git] / as / cmd / AND / and0_z.casl
diff --git a/as/cmd/AND/and0_z.casl b/as/cmd/AND/and0_z.casl
deleted file mode 100644 (file)
index a33e69b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-;;; AND r,adr 演算結果が零
-MAIN    START
-        LD      GR1,A
-        AND     GR1,B
-        RET
-A       DC      #0001
-B       DC      #FFFE
-        END