emit_stloc

Function emit_stloc 

Source
fn emit_stloc(bytecode: &mut Vec<u8>, index: usize)
Expand description

Emit STLOC instruction with proper index encoding NeoVM uses 0x0C-0x0F for indices 0-3, or 0x14 + index for larger indices