Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 5dd5d2e

Browse files
authored
Addressing additional review comments to #227 (#240)
In particular the following three comments are addressed. - #227 (comment) - #227 (comment) - #227 (comment) - rephrasing "|CAUGHTadm| instruction" to "catch clause".
1 parent ef20842 commit 5dd5d2e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

document/core/exec/instructions.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,23 +3052,22 @@ Throwing an exception with :ref:`tag address <syntax-tagaddr>` :math:`a`
30523052

30533053
.. _exec-caughtadm:
30543054

3055-
Exiting a |CAUGHTadm|
3056-
.....................
3055+
Exiting a catch clause
3056+
......................
30573057

3058-
When the |END| of a |CAUGHTadm|, is reached without a jump, exception, or trap, then the following steps are performed.
3058+
When the |END| of a catch clause is reached without a jump, exception, or trap, then the following steps are performed.
30593059

30603060
1. Let :math:`\val^\ast` be the values on the top of the stack.
30613061

30623062
2. Pop the values :math:`\val^\ast` from the stack.
30633063

3064-
3. Assert: due to :ref:`validation <valid-instr-seq>`, an administrative instruction :math:`\CAUGHTadm\{a~\val_0^\ast\}` is now on the top of the stack.
3064+
3. Assert: due to :ref:`validation <valid-instr-seq>`, a caught exception :math:`\{a~\val_0^\ast\}` is now on the top of the stack.
30653065

3066-
4. Pop the |CAUGHTadm| from the stack.
3066+
4. Pop the caught exception from the stack.
30673067

30683068
5. Push :math:`\val^\ast` back to the stack.
30693069

3070-
6. Jump to the position after the |END| of the administrative instruction associated with the |CAUGHTadm| instruction.
3071-
3070+
6. Jump to the position after the |END| of the administrative instruction associated with the catch clause.
30723071

30733072
.. math::
30743073
\begin{array}{rcl}

0 commit comments

Comments
 (0)