情報処理試験の問題とプログラムファイルを外部に分離
[YACASL2.git] / as / exam_fe / 2011_10 / Q12 / call_btod.casl
diff --git a/as/exam_fe/2011_10/Q12/call_btod.casl b/as/exam_fe/2011_10/Q12/call_btod.casl
deleted file mode 100644 (file)
index a36354c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-MAIN    START
-        LAD     GR1,#0000
-        LAD     GR2,#054D
-        LAD     GR3,STR
-        CALL    BTOD
-        OUT     STR,LEN
-        RET
-STR     DS      5
-LEN     DC      5
-        END