- Messier 70 or M70, also known as NGC 6681, is a globular cluster of stars to be found in the south of Sagittarius. It was discovered by Charles Messier in 1780. The famous comet Hale–Bopp was discovered near this cluster in 1995.
- Latches inside: Reverse-engineering the Intel 8086’s instruction register (righto.com)
The Intel 8086 microprocessor is one of the most influential chips ever created; it led to the x86 architecture that dominates desktop and server computing today. But it is still simple enough that its circuitry can be studied under the microscope and understood. In this post, I explain the implementation of a dynamic latch, a circuit that holds a single bit. The 8086 has over 80 latches scattered throughout the chip, holding a variety of important processor state bits,1 but I’ll focus on the eight latches that implement the instruction register and hold the instruction that is being executed.