- Lake Elmo is a city in Washington County, Minnesota, United States. The population was 11,335 at the 2020 census. According to 2022 census estimates, the city is estimated to have a population of 13,449.
- Reverse-engineering the conditional jump circuitry in the 8086 processor (righto.com)
Intel introduced the 8086 microprocessor in 1978 and it had a huge influence on computing. I’m reverse-engineering the 8086 by examining the circuitry on its silicon die and in this blog post I take a look at how conditional jumps are implemented. Conditional jumps are an important part of any instruction set, changing the flow of execution based on a condition. Although this instruction may seem simple, it involves many parts of the CPU: the 8086 uses microcode along with special-purpose condition logic.