Reverse-engineering the ALU of 8008 microprocessor


https://www.electronics-lab.com/reverse-engineering-alu-8008-microprocessor/

Ken Shirriff has written an article on reverse engineering the ALU of the 8008 microprocessor: A computer’s arithmetic-logic unit (ALU) is the heart of the processor, performing arithmetic and logic operations on data. If you’ve studied digital logic, you’ve probably learned how to combine simple binary adder circuits to build an ALU. However, the 8008’s […]

Reverse engineering the popular 555 timer chip (CMOS version)


https://www.electronics-lab.com/reverse-engineering-popular-555-timer-chip-cmos-version/

Ken Shirriff reverse engineer the CMOS version of 555 timer IC and explains how it works. This article explains how the LMC555 timer chip works, from the tiny transistors and resistors on the silicon chip, to the functional units such as comparators and current mirrors that make it work. The popular 555 timer integrated circuit […]

Reverse engineering the popular 555 timer chip


https://www.electronics-lab.com/reverse-engineering-popular-555-timer-chip/

Ken Shirriff wrote an article on reverse engineering the 555 timer chip, He writes: This article explains how the LMC555 timer chip works, from the tiny transistors and resistors on the silicon chip, to the functional units such as comparators and current mirrors that make it work. The popular 555 timer integrated circuit is said […]

Reverse engineering the silicon in the ARM1 processor


https://www.electronics-lab.com/reverse-engineering-the-silicon-in-the-arm1-processor/

righto.com has reverse enginnered one of the most popular proccessors: How can you count bits in hardware? In this article, I reverse-engineer the circuit used by the ARM1 processor to count the number of set bits in a 16-bit field, showing how individual transistors form multiplexers, which are combined into adders, and finally form the […]