基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / as / exam_fe / 2011_10 / Q12 / call_div.casl
diff --git a/as/exam_fe/2011_10/Q12/call_div.casl b/as/exam_fe/2011_10/Q12/call_div.casl
new file mode 100644 (file)
index 0000000..5f8d825
--- /dev/null
@@ -0,0 +1,8 @@
+MAIN    START
+        LAD     GR1,0
+        LAD     GR2,17
+        LAD     GR3,OP
+        CALL    DIV
+        RET
+OP      DC      0,3
+        END