1. The JVM INVOKEVIRTUAL instruction needs to know how many parameters it has. Why?
2. Implement the JVM DLOAD instruction for the Mic-2. It has a 1-byte index and pushes the local variable at this position onto the stack. Then it pushes the next higher word onto the stack as well.