Go to the first, previous, next, last section, table of contents.


割り込み

計算を実行中に割り込みをかけたい場合, 割り込みキャラクタ(通常は C-c, Windows, DOS 版では C-x を入力する.

@ (x+y)^1000;
C-cinterrupt ?(q/t/c/d/u/w/?)

各選択肢の意味は次の通り.

q
Asir を終了する. (確認あり)
t
トップレベルに戻る. (確認あり)
c
実行を継続する.
d
デバッグモードに入る. デバッガに関しては See section デバッガ.
u
register_handler() (see section ox_reset,ox_intr,register_handler) で登録された 関数を実行後トップレベルに戻る. (確認あり)
w
中断点までの函数の呼び出し列を表示する.
?
各選択肢の意味を説明する.


Go to the first, previous, next, last section, table of contents.