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

Additional cleanup and improvements #3

Merged
merged 3 commits into from
Dec 18, 2022
Merged

Commits on Nov 27, 2022

  1. Additional cleanup and improvements

    * Added comments to each instruction
    * Cleaned up coprocessor instructions
    * Included instructions found in MB91301
    * usignedi_4 and signedi_4 can be handled with "signed" tokens
    * shifted bits instead of multiply
    * Cleaned up +16 bit instructions
    * Carry flag was calculated from register with operation applied twice
    * show store from pcodeop stres
    
    Bumps ldef version due to instruction decoding changes
    mumbel committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    a26fc28 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. removed const load

    mumbel committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    09d9204 View commit details
    Browse the repository at this point in the history
  2. patterns

    mumbel committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f1f25cc View commit details
    Browse the repository at this point in the history