CASLファイルの整理
[YACASL2.git] / as / err / err_106_DS.casl
similarity index 51%
rename from as/err/ds_err.casl
rename to as/err/err_106_DS.casl
index 666484d..81c395f 100644 (file)
@@ -1,6 +1,5 @@
 MAIN    START
-        LAD     GR0,=10
-        ST      GR0,A
-A       DS
+        LD      GR1,A
         RET
+A       DS
         END