CASL2LIBで、固定小数点表示のプログラムを中心に修正
[YACASL2.git] / test / system / casl2 / lib_outa_q15 / outa_q15.casl
similarity index 96%
rename from test/system/casl2/lib_outd_q15/outd_q15.casl
rename to test/system/casl2/lib_outa_q15/outa_q15.casl
index fc2ef1a..1ea1f12 100644 (file)
@@ -2,7 +2,7 @@
 MAIN    START
         LAD     GR2,0
 LOOP    LD      GR1,VAL,GR2
-        CALL    OUTD
+        CALL    OUTAQ15
         LAD     GR2,1,GR2
         CPA     GR2,CNT
         JZE     FIN