How assembly language loops work
Ben Eater · 31:38
A 6502 breadboard computer that printed Hello World on a slow clock fails at 1 MHz because the HD44780-class LCD is still executing the previous command when the CPU sends the next one. Fixed NOP delays eventually wor...