Close

9129 Results for "8-bit cpu"

  • 4-bit TTL ALU

  • If you are interested in flipflops, building CPU's might also be of interest to you.... I started a new project, a 4 bit TTL ALU with only 7 TTL IC's.  It fits on a 1 x 1 inch PCB.....And the next project is a TTL CPU on one square inch...
  • Adding 16 bit ISA support

  • Today I will be adding 4 project logs, 3 of which are a bit overdue.For the first, sometime back in June of last year, I began to look into the simple ISA implementation used to interface the Cirrus Logic CL-GD5429 SVGA chip to the 68332. My intention...
  • Fixing bit 17, more properlyish

  • I had to undo the last change to the ALU, because it broke things.The ALU, and also the right-shifting mechanism, need to work on full 18-bit words with the sign bit in bit 17, to accommodate a one-bit overflow of intermediate results during multiplication....
  • State Machine and instruction types

  • When I was coming up with new Register Transfer Scheme,  and in general while rethinking the design approach for this CPU, I realised that the explicit state machine will be the way to go. At the time I thought it would consist of quite a few of...
  • All Your ISA Belong to Me!

  • Before I began the layout of the DDL4-CPU, I came up with an initial Instruction Set Architecture (ISA) for the design. It went through several revisions as I was designing the boards and refined the components. Here at the last minute as I am...