Document inline assembly ErrorTag

This commit is contained in:
Alex Beregszaszi 2016-11-09 01:18:10 +00:00
parent bee926bf3f
commit 702ab4cb4f

View File

@ -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
----------------------------------