Adding more machine language instructions to the CPU
Ben Eater · 18:50
This video extends a breadboard 8-bit CPU's instruction set with three new opcodes — STA (store A), LDI (load immediate), and JMP (jump) — by writing new microcode into the EEPROM-based instruction decoder, then demon...