SchwerToMe wrote
Whenever I try to run the VMEmulator on my Main.vm for the folder Seven, I get this error:
Exception in thread "Thread-8" java.lang.ArrayIndexOutOfBoundsException: 101
at Hack.VMEmulator.CPU.popToSegment(Unknown Source)
at Hack.VMEmulator.CPU.pop(Unknown Source)
...
My guess is that your compiler has written a defective "pop" instruction that for some reason isn't being caught during load.
Please post the Main.vm your compiler generated so I can take a look at it.
--Mark