Actualités item/inst
Hillcolin/Java-Virtual-Machine
Thu, 12 Dec 2024 10:12:00 GMT
INST_ICONST0 Pushes the integer 0 onto the stack. INST_POP Pops the top item off the stack. INST_DUP Duplicates the top item on the stack. INST_IADD Pops and adds the top two items on the stack.