613614615616617618619
public CodeBlock JMPINDEXED(IList labels){ return add(new JmpIndexed(this, labels)); } public CodeBlock LOADLOCKWP(String name) { return add(new LoadLocKwp(this, name)); }