From 702ab4cb4f9344ce6d8fb1311db7c9fc94431386 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 9 Nov 2016 01:18:10 +0000 Subject: Document inline assembly ErrorTag --- docs/control-structures.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/control-structures.rst') diff --git a/docs/control-structures.rst b/docs/control-structures.rst index bbb90e6a..351e4c91 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -716,6 +716,10 @@ will have a wrong impression about the stack height at label ``two``: three: } +.. note:: + + ``ErrorTag`` is a pre-defined label. Jumping to this location will always + result in an invalid jump, effectively aborting execution of the code. Declaring Assembly-Local Variables ---------------------------------- -- cgit