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 additional corner cases to tests #187

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Add additional corner cases to tests #187

merged 4 commits into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. Add more tests for comparison of a register with itself

    Some jump tests did it, others didn't.
    
    Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
    dthaler committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    9ec22e7 View commit details
    Browse the repository at this point in the history
  2. Add more addtion and subtraction cases

    Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
    dthaler committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f5bba76 View commit details
    Browse the repository at this point in the history
  3. Add move-to-self

    Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
    dthaler committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    98022c9 View commit details
    Browse the repository at this point in the history
  4. Add tests for OR and AND register with itself

    Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
    dthaler committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2eb430f View commit details
    Browse the repository at this point in the history