- Piano Concerto No. 1 (Tchaikovsky) (Wikipedia)
The Piano Concerto No. 1 in B♭ minor, Op. 23, was composed by Pyotr Ilyich Tchaikovsky between November 1874 and February 1875. It was revised in 1879 and in 1888. It was first performed on October 25, 1875, in Boston by Hans von Bülow after Tchaikovsky’s desired pianist, Nikolai Rubinstein, criticised the piece. Rubinstein later withdrew his criticism and became a fervent champion of the work. It is one of the most popular of Tchaikovsky’s compositions and among the best known of all piano concerti.
- 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.