-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Sliderules: A dynamic ISA reference table #329
Draft
raccog
wants to merge
64
commits into
mortbopet:master
Choose a base branch
from
raccog:features/sliderules
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.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raccog
force-pushed
the
features/sliderules
branch
from
December 28, 2023 19:42
95eb297
to
4ed8f1e
Compare
raccog
force-pushed
the
features/sliderules
branch
from
January 6, 2024 18:12
464a8bf
to
778daff
Compare
Since release-based actions currently require @mortbopet's account details, these actions automatically fail when run on forks. These have been prevented in this commit by adding a conditional that runs them only for @mortbopet's repo. This could be expanded in the future so that forks can use their own account info to create releases.
The sliderules tab will now use two "models" that contains encoding and decoding data. Custom Qt widgets and the Qt signal/slot mechanism will be used for all data/filter updates. For example, a signal that is emitted when the encoding table's ISA family is changed is connected only to a slot in the encoding model. The model would then emit its own signal that is connected to any UI slot that needs to display the changed data. This flow of `User Interaction -> Model Update -> UI Update` will ensure there are no recursive loops in the signal/slot connection tree.
raccog
force-pushed
the
features/sliderules
branch
from
November 22, 2024 16:12
453a2e9
to
7e0a3ac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Draft branch for #297. Progress on implementing this feature will be posted here. Discussion on plans for this feature will be posted in issue #297.
Currently, I have partially implemented the encoding table (without pseudo-instructions) and am working on its filtering system. I have not started implementing the decoding table, yet.
Here is an example of the current encoding table and its filtering system: (note that the checkboxes are not used because they are not working yet)
Sliderules.-.2024-01-06.21-04-16.mp4