アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / and1.casl
diff --git a/as/CMD/and1.casl b/as/CMD/and1.casl
new file mode 100644 (file)
index 0000000..99b3203
--- /dev/null
@@ -0,0 +1,6 @@
+MAIN    START
+BEGIN   LAD     GR0,#3444
+        AND     GR0,A
+        RET
+A       DC      #00DD
+        END