void drop() { lhs.store(); }
int width() { return lhs.width() + Code.width(typecode); }
Item load() { lhs.stash(typecode); lhs.store(); return stackItem[typecode]; }