CASLファイルのフォルダを変更
[YACASL2.git] / as / CMD / DS / ds_0.casl
diff --git a/as/CMD/DS/ds_0.casl b/as/CMD/DS/ds_0.casl
deleted file mode 100644 (file)
index 9e161f1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-;; 「DS 0」を指定したプログラム例
-MAIN    START
-        LD      GR1,A
-        LD      GR2,B
-        RET
-A       DS      0
-B       DC      15
-        END