Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 388 Bytes

vi.c.4.14-switch-instruction.md

File metadata and controls

18 lines (13 loc) · 388 Bytes

VI.C.4.14 Switch instruction

The switch instruction takes a set of labels or decimal relative values.

<instr> ::=
<instr_switch> ( <labels> )
<instr_switch> ::= Derived from opcode.def
switch

Examples:

switch (0x3, -14, Label1)
switch (5, Label2)