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