419420421422423424425
return add(new LoadLoc(this, pos)); } } public CodeBlock STORELOC (int pos){ return add(new StoreLoc(this, pos)); }