Comment on The Convoluted Way Intel’s 386 Implemented Its Registers
paulh@lemmy.sdf.org 1 week agoFantastic description!
Z-80 was much the same: djnz uses C as the loop counter (like the 8086 LOOP used CX iirc), H and L combine to make a 16-bit pointer…