A virtual machine emulator. Emulates virtual machine code (in VM format). Recognizes the following variables: RAM[i] - the contents of the RAM at location i (short) sp - the value of the stack pointer (short) local - the address of the Local segment (short) local[i] - the contents of the i'th element in the Local segment (short) argument - the address of the Argument segment (short) argument[i] - the contents of the i'th element in the Argument segment (short) this - the address of the This segment (short) this[i] - the contents of the i'th element in the This segment (short) that - the address of the That segment (short) that[i] - the contents of the i'th element in the That segment (short 0..7) temp[i] - the contents of the i'th element in the Temp segment (short) currentFunction - the name of the current function (String) - READ ONLY line - . (String) - READ ONLY
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.