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

Improve converter tool #231

Merged
merged 6 commits into from
Feb 26, 2024
Merged

Conversation

netalondon
Copy link
Collaborator

@netalondon netalondon commented Feb 15, 2024

Closes #230

simulator/src/util/asm.ts Outdated Show resolved Hide resolved
);
}

function validUns(value: string) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uns was a bad name for this in retrospect. Oh well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I change this to unsigned?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you, I trust your choices

simulator/src/util/asm.ts Show resolved Hide resolved
@DavidSouther DavidSouther merged commit 5beae4a into nand2tetris:main Feb 26, 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]: Web Editor cursor goes to last line's last column on input
2 participants