-
Notifications
You must be signed in to change notification settings - Fork 54
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
steveschnepp
wants to merge
26
commits into
jarikomppa:master
Choose a base branch
from
steveschnepp:refactor-bitaddr
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fcede57 - Browse repository at this point
Copy the full SHA fcede57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e63003 - Browse repository at this point
Copy the full SHA 8e63003View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 93e392f - Browse repository at this point
Copy the full SHA 93e392fView commit details -
Using (read|write)_bit_addr function
This refactors the bit accesses. Again it gains in readability.
Configuration menu - View commit details
-
Copy full SHA for 2a0b7a1 - Browse repository at this point
Copy the full SHA 2a0b7a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e03dd - Browse repository at this point
Copy the full SHA a2e03ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2730826 - Browse repository at this point
Copy the full SHA 2730826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3c77c - Browse repository at this point
Copy the full SHA 0e3c77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86dd609 - Browse repository at this point
Copy the full SHA 86dd609View commit details -
Configuration menu - View commit details
-
Copy full SHA for a962691 - Browse repository at this point
Copy the full SHA a962691View commit details -
Configuration menu - View commit details
-
Copy full SHA for acefbe6 - Browse repository at this point
Copy the full SHA acefbe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0242457 - Browse repository at this point
Copy the full SHA 0242457View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4bf5a - Browse repository at this point
Copy the full SHA dc4bf5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 958f0a8 - Browse repository at this point
Copy the full SHA 958f0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1362c - Browse repository at this point
Copy the full SHA 7a1362cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf314a - Browse repository at this point
Copy the full SHA 1bf314aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 532f28b - Browse repository at this point
Copy the full SHA 532f28bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a567ae4 - Browse repository at this point
Copy the full SHA a567ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7d950 - Browse repository at this point
Copy the full SHA 8b7d950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de54ca - Browse repository at this point
Copy the full SHA 8de54caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212c017 - Browse repository at this point
Copy the full SHA 212c017View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55313d - Browse repository at this point
Copy the full SHA d55313dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c4f87 - Browse repository at this point
Copy the full SHA b9c4f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2b30e - Browse repository at this point
Copy the full SHA 2d2b30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 173511c - Browse repository at this point
Copy the full SHA 173511cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e117e7d - Browse repository at this point
Copy the full SHA e117e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6284fc0 - Browse repository at this point
Copy the full SHA 6284fc0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.