Skip to content

Commit 2ffeb5a

Browse files
5-15
1 parent 69a9078 commit 2ffeb5a

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

_posts/2020-01-01-color_design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ I want to lay out the basic building plans here, mainly about color and design c
1212
| Gray | Control | Processed Control Lines |
1313
| Yellow | Control | Control Lines from Flash |
1414
| Orange | Reset | Reset lines |
15-
| Violet | LEDs | wires for LED display boards |
15+
| Violet | LEDs | wires for LED display boards |
16+
| Brown | Misc | Flags, other listed things |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Stuff I need to buy
2+
3+
- Potentially another 100ft purple wire roll (2154880)

_posts/2025-05-15-alu-update.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## ALU update
2+
3+
### 5-13 note
4+
I'm going to combine several days here since this will take time. It's already too late for tonight, but here I am once again.
5+
6+
### 5-14 note
7+
Ordering 4x 74hc191 from digikey at some point for the stack pointer, just a note for now. Need to start marking these chips with their purpose lol. this is from the `Building the SAP-3 rev 3.3.pdf`. It's also, yet again, too late for tonight. I don't have much time in the day for this project, at least while I'm still deciding what parts that I'll need as I'm trying to stop buying parts online....LOL
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
## Flag Register
20+
I'm going with a 74hc574 because, why not...I already use it everywhere else. Hopefully it doesn't come back to bite me, I don't think it will.
21+
------------------------------------------------------
22+
| D1 | Carry Output | From high 181(left, pin 16) |
23+
| D2 | Zero | AND of both A=B outputs | (not implemented as of 5-13)
24+
| D3 | Overflow | XOR of carry MSB and carry OUT | (not implemented as of 5-13)
25+
| D4 | Sign | MSB of result(bit 7), inverted | (not implemented as of 5-13)

0 commit comments

Comments
 (0)