|
After noticing the nice indentation that the online compiler adds to vm code, I thought I'd add that myself. But I like the visuals included in the offline VM emulator of the call stack, stack, local, argument sections, etc.
However, with version 2.5 of the offline VM emulator, I found that adding indents to the vm code (like the online compiler does) will cause errors in the offline emulator. It errors about 'Unknown label'. The same code runs fine on the online emulator.
|