This adds no-op init functions into the VM Emulator. These initializations are already performed by the simulator builtins in the TypeScript implementation. This exposes them for correctness when Jack compilers emit them as part of the sys.jack and OS bootstrap.
This adds no-op init functions into the VM Emulator. These initializations are already performed by the simulator builtins in the TypeScript implementation. This exposes them for correctness when Jack compilers emit them as part of the sys.jack and OS bootstrap.
Closes #438