Stack: ..., value.word1, value.word2 -> ...
324325326327328329330
public Instruction LOAD(int slot) { return new DLOAD(slot); } public Instruction STORE(int slot) { return new DSTORE(slot); }