情報処理試験の問題とプログラムファイルを外部に分離
[YACASL2.git] / as / exam_fe / 2009_04 / Q12 / muls2_call.casl
diff --git a/as/exam_fe/2009_04/Q12/muls2_call.casl b/as/exam_fe/2009_04/Q12/muls2_call.casl
deleted file mode 100644 (file)
index 6f57d71..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-MAIN    START
-        LAD     GR1,X
-        LAD     GR2,Y
-        LAD     GR3,A
-        CALL    MUL
-        RET
-X       DC      2,3
-Y       DC      4,5
-A       DS      2
-        END