Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add init functions to OS and call them in Sys.init #461

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

netalondon
Copy link
Collaborator

@netalondon netalondon commented Sep 16, 2024

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

@DavidSouther DavidSouther merged commit fab8cec into nand2tetris:main Sep 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Compiler relying on built-in OS
2 participants