/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

davquar.it
| | danielmangum.com
3.9 parsecs away

Travel
| | If you read most literature about processor design, you'll inevitably be presented with three broad categories of CPU architectures: Single-Cycle Multicycle Pipelined We'll just be focusing on the first two for today. In fact, my favorite introductory book on computer architecture, Computer Organization and Design (Patterson & Hennessy) progresses through Chapter 4: The Processor by explaining these three models in sequence. The first big idea can be synthesized into the following logic:
| | www.righto.com
3.5 parsecs away

Travel
| | Intel introduced the 8086 microprocessor in 1978, and its influence still remains through the popular x86 architecture. The 8086 was a fai...
| | jborza.com
4.0 parsecs away

Travel
| | Continuing with the implementation of CHIP-8 in Verilog, I wanted to continue with the CPU module and get it to actually execute some instructions, so we'll build an instruction decoder, CPU states and a register file. As described in the previous part , we would like to: fetch instruction (2 bytes) from the memory into an 16-bit opcode register decode the instruction execute the instruction Other articles in the series:
| | www.scattered-thoughts.net
39.4 parsecs away

Travel
|