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