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

Patch forth.asm to correct issues with UM/MOD #402

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

MrMarkB
Copy link
Contributor

@MrMarkB MrMarkB commented Feb 8, 2021

Addresses UM/MOD issues including not accounting for carry out in shift operation for quotient and remainder (#400) and issue with compare on overflow checking (#401).

Addresses UM/MOD issues including not accounting for carry out in shift operation for quotient and remainder (TG9541#400) and issue with compare on overflow checking (TG9541#401).
@TG9541 TG9541 self-requested a review February 8, 2021 17:18
Copy link
Owner

@TG9541 TG9541 left a comment

Choose a reason for hiding this comment

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

Fixes #400 and #401 with contributions from @MrMarkB and @Picatout

@TG9541 TG9541 merged commit c450bb7 into TG9541:master Feb 8, 2021
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.

2 participants