Remix.run Logo
GoblinSlayer 9 hours ago

Harvard Mark I? Not sure why people think programming started with Z80.

bonzini 5 hours ago | parent | next [-]

The article is about x86, and x86 assembly is mostly a superset of 8080 (which is why machine language numbers registers as AX/CX/DX/BX, matching roughly the function of A/BC/DE/HL on the 8080—in particular with respect to BX and HL being last).

flohofwoe 5 hours ago | parent | prev [-]

My WW2-era assembly is a bit rusty, but I don't think the Harvard Mark 1 had bitwise logical operations?