-
Notifications
You must be signed in to change notification settings - Fork 44
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
Faster execution and a new pseudo-instruction #273
Merged
Merged
Commits on Mar 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eeaa4a8 - Browse repository at this point
Copy the full SHA eeaa4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc152e - Browse repository at this point
Copy the full SHA 0bc152eView commit details
Commits on Mar 26, 2018
-
Add RTL step to fetch cycle, going through MBR instead of directly to…
… IR (consistent with textbook). Change ALU control signals to be consistent with textbook. Change control signals in SkipCond to reflect the PC increment step rather than the ALU test.
Configuration menu - View commit details
-
Copy full SHA for 5d9ffeb - Browse repository at this point
Copy the full SHA 5d9ffebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45fef26 - Browse repository at this point
Copy the full SHA 45fef26View commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33db024 - Browse repository at this point
Copy the full SHA 33db024View commit details
Commits on Aug 10, 2018
-
Make multiple iterations per loop if delay < 10 ms (otherwise default…
… delay of 10ms is used, makes some programs far too slow)
Configuration menu - View commit details
-
Copy full SHA for 0ff4bb9 - Browse repository at this point
Copy the full SHA 0ff4bb9View commit details -
Add new pseudo-instruction ADR, which is a synonym for JnS
Can be used to load the address of a label (less confusing than abusing JnS for that purpose)
Configuration menu - View commit details
-
Copy full SHA for 0480d63 - Browse repository at this point
Copy the full SHA 0480d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffcbd2 - Browse repository at this point
Copy the full SHA 2ffcbd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a9be8 - Browse repository at this point
Copy the full SHA e2a9be8View 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.