Binary Format

Instructions

Control Instructions

instr::=|0x06  bt:blocktype  (in1:instr)  (0x07  x:tagidx  (in2:instr))  (0x19  (in3:instr))?  0x0Btry bt in1 (catch x in2) (catch_all in3)?end|0x06  bt:blocktype  (in:instr)  0x18  l:labelidxtry bt in delegate l|0x09  l:labelidxrethrow l