This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating with latest gatorgrader and report text
- Loading branch information
Showing
6 changed files
with
69 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Dynamo Dispatcher: Hack documentation | ||
|
||
## Describe the Hack you discovered. | ||
|
||
`TODO` | ||
|
||
## What steps did you take to introduce the conditions supporting the Hack? | ||
|
||
`TODO` | ||
|
||
## What is the potential knowledge value of the Hack? | ||
|
||
`TODO` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Dynamo Dispatcher: General report | ||
|
||
Deepening our knowledge of the stack, in these activitives we're exploring: | ||
|
||
* new functional opportunities with the stack | ||
* an introduction to the link register and new forms of program branching | ||
* bit shifting to leverage the most significant and least significant bits (MSB/LSB) | ||
* dynamic subroutine calls consistent with our broader understanding of program execution | ||
|
||
## Across all activities in this set of exercises, describe the various ways/purposes for which you've used the stack. | ||
|
||
`TODO` | ||
|
||
## `dynamo` proposed a new way to consider bit shifting; explain how this application is different than your use of shifting with the CARDIAC. | ||
|
||
> Be sure to extend beyond just the syntax differences; CARDIAC wasn't a digital system, so how is it different in ARM Assembly? | ||
`TODO` | ||
|
||
## In `sifter`, what was the benefit of using `BL`, `BX`, et al. versus traditional comparison and conditional branching? | ||
|
||
`TODO` | ||
|
||
### Though a more complex cognitive operation, does it simplify our programs? Why or why not? | ||
|
||
## Follow the `sifter` to the deepest point of the stack (i.e. when it was fullest). | ||
|
||
> Describe the values in general terms rather than strict registers or values. For example: | ||
> * Value of `LR` pointing to `sifter` subroutine | ||
> * Current of number from `numbers` array in iteration | ||
|Value | | ||
|:-----| | ||
|`TODO`| |
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