added CFA>TFA
[rrq/rrqforth.git] / adoc / p_setup_signals.adoc
1 //signals.asm:  WORD p_setup_signals,'[p_setup_signals]',dovariable
2
3 anchor:p_setup_signals[]
4
5 === Word: [p_setup_signals]
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "[p_setup_signals]" is a variable word that contains the assembly code
12 sniippet for setting up the signal handling. rrqforth handles SEGV by
13 restarting the interpreter loop on xref:p_stdin[STDIN].
14