命令テストの整理
[YACASL2.git] / as / cmd / AND / and0_z.casl
diff --git a/as/cmd/AND/and0_z.casl b/as/cmd/AND/and0_z.casl
new file mode 100644 (file)
index 0000000..64270ec
--- /dev/null
@@ -0,0 +1,7 @@
+MAIN    START
+        LD      GR1,A
+        AND     GR1,B
+        RET
+A       DC      #0001
+B       DC      #FFFE
+        END