Place to talk about all that new hardware and decaying software you have.
Moderator: General Mods
-
Nach
- ZSNES Developer

- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
-
Contact:
Post
by Nach »
Anyone know what the left most logic gate is? Or perhaps have a full understanding of the algorithm?
I can't find the diagram that comes after this one

-
blargg
- Regular
- Posts: 327
- Joined: Thu Jun 30, 2005 1:54 pm
- Location: USA
-
Contact:
Post
by blargg »
Looks like an
arithmetic logic unit (ALU).
Last edited by
blargg on Mon May 19, 2008 8:10 pm, edited 1 time in total.
-
Bent
- Lurker
- Posts: 193
- Joined: Wed Jul 28, 2004 5:16 am
Post
by Bent »
Yah, ALU. Lot more than just a logic gate.
~Bent
-
LobStar
- Lurker
- Posts: 189
- Joined: Tue Dec 14, 2004 3:43 pm
- Location: Corlo Island
-
Contact:
Post
by LobStar »
To me, it looks like it is supposed to be an adder of some sort... Check here to see a half adder:
http://www.cs.cmu.edu/~ref/pgss/lecture/11/haddr00.gif
You link 2 half adders together to get a full adder.
Here is a full adder:
http://www.cs.cmu.edu/~ref/pgss/lecture/11/faddr000.gif
You link these together for how ever many bits you want to add in a chain, and thats called a ripple carry adder.
I could be completely wrong, but at least its a start for you

.
... Ever take a look at the Earthbound ROM? I SWEAR THE PROGRAMMERS WERE ON CRACK WHEN THEY DID IT! JUST LOOK AT IT!