commodorejohn wrote:
The question of influence on the 6502 is a good one. DEC's accumulator-based machines weren't the only ones with a paged addressing model, and the 6502 more likely got zero-page directly from the 6800, but the 6800 doesn't have the memory-indirect addressing feature that the 6502 shares with the PDP-8.
I went further down the rabbit hole and found this web page:
https://homepage.cs.uiowa.edu/~jones/pdp8/faqs/Which claims that:
Quote:
C. Gordon Bell has said that the basic ideas behind the PDP-5 and -8 were not really original with him. He gives credit to Seymour Cray (of CDC and later Cray) for the idea of a single-accumulator 12 bit minicomputer. Cray's CDC 160 family (see CACM, march 1961, photo on page 244, text on page 246) was such a machine, and in addition to the hundreds of CDC 160 systems sold as stand-alone machines, a derivative 12 bit architecture was used for the I/O processors on Cray's first great supercomputer, the CDC 6600.
I also did a deep dive on DG Nova programming. It looks much easier than PDP-8 programming, almost normal in fact. I also like the assembler syntax as well.