- Messier 108 (also known as NGC 3556, nicknamed the Surfboard Galaxy) is a barred spiral galaxy about 28 million light-years away from Earth in the northern constellation Ursa Major. It was discovered by Pierre Méchain in 1781 or 1782. From the Earth, this galaxy is seen almost edge-on.
- Silicon reverse-engineering: the Intel 8086 processor’s flag circuitry (righto.com)
Status flags are a key part of most processors, indicating if an arithmetic result is negative, zero, or has a carry, for instance. In this post, I take a close look at the flag circuitry in the Intel 8086 processor (1978), the chip that launched the PC revolution.1 Looking at the silicon die of the 8086 reveals how its flags are implemented. The 8086’s flag circuitry is surprisingly complicated, full of corner cases and special handling. Moreover, I found an undocumented zero register that is used by the microcode.