アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / and0.casl
diff --git a/as/CMD/and0.casl b/as/CMD/and0.casl
new file mode 100644 (file)
index 0000000..99ca479
--- /dev/null
@@ -0,0 +1,6 @@
+MAIN    START
+BEGIN   LAD     GR1,#8001
+        LAD     GR2,#3521
+        AND     GR1,GR2
+        RET
+        END