Example #1
0
 void drop() {
   lhs.store();
 }
Example #2
0
 int width() {
   return lhs.width() + Code.width(typecode);
 }
Example #3
0
 Item load() {
   lhs.stash(typecode);
   lhs.store();
   return stackItem[typecode];
 }