CASLファイルのフォルダを変更
[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 d41a1d8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-MAIN    START
-        LD      GR1,A
-        LD      GR2,B
-        AND     GR1,GR2
-        RET
-A       DC      #3000
-B       DC      #4FFF
-        END