I guess I'm at least 90% fine with the VDP inner workings. Where can I read now about the CPU? So far I only know what's written at the Motorola 68000 Wikipedia page, and of course I need to dig on.

Moderator: BigEvilCorporation
Because it uses a 16 bit ALU to do arithmetic/logic computations. Hence the reason that byte and word ops take the same time, but long ops take more cycles, even when done register to register.sverx wrote: Thu Mar 08, 2018 1:50 pm Thank you - I'm reading them. A lot of addressing modes! Multiplications and divisions, 32 bit registers... why is that called a 16-bit processor?![]()
True, but I would say that the length in bits of the accumulator register (or any data register for processors lacking a designated accumulator) would be a good way to define it. For instance:Sik wrote: Thu Mar 08, 2018 6:12 pmThe bit number is meaningless as a precise definition... It really just refers to the word size at which the CPU is doing its best
More than you personal view, is what everyone write on Internet, but that knowledge comes from selling. When a "new generation" comes marketing people have to convince millions of people, not necessary with any knowledge of computers and alike, to buy a new apparatus, while most of them already have a machine from previous generation. So the most obvious technique is to say this new one is "times better" than the older. For a period 8bits, 16bits, 32bits, 64bits... fitted perfectly.sverx wrote: Fri Mar 09, 2018 12:12 pm sure, that was simply my opinion - the way I personally choose to categorize CPUs - surely not the revealed truth, I'm sorry if I ever given the impression that I'm here to teach, as I'm here to learn, not to teach (and beside that I think I haven't got anything particular to teach anyway)