コマンド動作検証用のCASL2プログラム整理を開始
[YACASL2.git] / as / CMD / and1.casl
diff --git a/as/CMD/and1.casl b/as/CMD/and1.casl
deleted file mode 100644 (file)
index 99b3203..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-MAIN    START
-BEGIN   LAD     GR0,#3444
-        AND     GR0,A
-        RET
-A       DC      #00DD
-        END