Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 490 Bytes

ii.19.2-handler-blocks.md

File metadata and controls

8 lines (6 loc) · 490 Bytes

II.19.2 Handler blocks

HandlerBlock ::= Description
| handler Label to Label Handler range is from first label to prior to second
| ScopeBlock ScopeBlock is the handler block

In the first case, the labels enclose the instructions of the handler block, the first label being the first instruction of the handler while the second is the instruction immediately after the handler. In the second case, the handler block is just a scope block.