アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / ds_0.casl
diff --git a/as/CMD/ds_0.casl b/as/CMD/ds_0.casl
new file mode 100644 (file)
index 0000000..9e161f1
--- /dev/null
@@ -0,0 +1,8 @@
+;; 「DS 0」を指定したプログラム例
+MAIN    START
+        LD      GR1,A
+        LD      GR2,B
+        RET
+A       DS      0
+B       DC      15
+        END