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

Refactoring the bit addressing opcodes #29

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    fcede57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e63003 View commit details
    Browse the repository at this point in the history
  3. Using (int8_t) instead of (signed char)

    For consistency with C99 fixed size types.
    
    Given the C integer arithmetic rules it isn't even required
    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    93e392f View commit details
    Browse the repository at this point in the history
  4. Using (read|write)_bit_addr function

    This refactors the bit accesses.
    
    Again it gains in readability.
    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2a0b7a1 View commit details
    Browse the repository at this point in the history
  5. write_bit_addr fix

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a2e03dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2730826 View commit details
    Browse the repository at this point in the history
  7. refactor bitmask

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0e3c77c View commit details
    Browse the repository at this point in the history
  8. orl_c_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    86dd609 View commit details
    Browse the repository at this point in the history
  9. orl_c_bitaddr fix

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a962691 View commit details
    Browse the repository at this point in the history
  10. anl_c_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    acefbe6 View commit details
    Browse the repository at this point in the history
  11. anl_c_bitaddr fix

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0242457 View commit details
    Browse the repository at this point in the history
  12. anl_c_compl_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    dc4bf5a View commit details
    Browse the repository at this point in the history
  13. anl_c_compl_bitaddr fix

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    958f0a8 View commit details
    Browse the repository at this point in the history
  14. cpl_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7a1362c View commit details
    Browse the repository at this point in the history
  15. clr_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1bf314a View commit details
    Browse the repository at this point in the history
  16. setb_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    532f28b View commit details
    Browse the repository at this point in the history
  17. subb_a_indir_rx

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a567ae4 View commit details
    Browse the repository at this point in the history
  18. mov_c_bitaddr

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8b7d950 View commit details
    Browse the repository at this point in the history
  19. mov_c_bitaddr fix

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8de54ca View commit details
    Browse the repository at this point in the history
  20. mov_bitaddr_c

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    212c017 View commit details
    Browse the repository at this point in the history
  21. jb_bitaddr_offset

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d55313d View commit details
    Browse the repository at this point in the history
  22. jb_bitaddr_offset fix PC

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b9c4f87 View commit details
    Browse the repository at this point in the history
  23. jnb_bitaddr_offset

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2d2b30e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    173511c View commit details
    Browse the repository at this point in the history
  25. jbc_bitaddr_offset

    steveschnepp committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e117e7d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6284fc0 View commit details
    Browse the repository at this point in the history