アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / adda0.casl
diff --git a/as/CMD/adda0.casl b/as/CMD/adda0.casl
new file mode 100644 (file)
index 0000000..8e068bc
--- /dev/null
@@ -0,0 +1,6 @@
+MAIN    START
+BEGIN   LAD     GR1,3
+        ADDA    GR1,A
+        RET
+A       DC      1
+        END