• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't find a good book on mircroprocessor design

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
different variety of ARM processor should be ''mostly'' compatible.
To understand processor design and microcode, you need to know the basics, and most of the older processors, all the way back to 8085 can teach you the basics; how an ALU is strung together with discrete logic, how a ripple adder works, how to overcome the ripple effect are are basic building blocks toward a microcode based processor. Without rudimentary understanding of digital electronics, modern processor design will be quite a leap.
 
Some basic information and examples with logic gates, that should give some insight. 🙂 :

Indeed most basic knowledge is important, because then you can see every functional unit as a black box with a function, inputs and outputs but when you "zoom in" at the black box you know what it's inner functions do...


"Ancient" technology :
http://en.wikipedia.org/wiki/Transistor–transistor_logic

http://www.ce.uniroma2.it/~lopresti/Didattica/Arch_Calc/ALU_AppB.pdf

http://www.windowsnetworking.com/articles_tutorials/Arithmetic-Logic-Unit.html
 
Back
Top