Welcome, Guest. Please login or register.

Author Topic: Vampire, Gotek, 68000, misteries, doubts, questions...  (Read 2635 times)

Description:

0 Members and 1 Guest are viewing this topic.

guest11527

  • Guest
Re: Vampire, Gotek, 68000, misteries, doubts, questions...
« Reply #14 from previous page: September 13, 2017, 06:58:46 PM »
Quote from: SamuraiCrow;830603
Starting with the 040 opcodes and addressing modes were dropped to simplify the instruction set.  The 060 could not do a 32b by 32b multiply, for example.
Well, the addressing mode that is missing is actually "packed decimal", which is a 68881/882 addressing mode. 64 bit integer instructions are missing, yes.

But "complexity" is not a matter of the number of instructions. The 68060 is certainly more complex than the 68020, given that it includes "one and a half" arithmetic unit, is super-scalar, includes the FPU and MMU, unlike the 68020 which micro-coded many instructions.

The 68000 is, for example, completely micro-coded, i.e. it runs on its on native "microcode" that interprets the 68000 instructions.
 

Offline grond

  • Full Member
  • ***
  • Join Date: Feb 2016
  • Posts: 154
    • Show only replies by grond
Re: Vampire, Gotek, 68000, misteries, doubts, questions...
« Reply #15 on: September 14, 2017, 09:42:22 AM »
Quote from: Thomas Richter;830620
But "complexity" is not a matter of the number of instructions.

I obviously was referring to the ISA, not the complexity of the circuit. Obviously more recent processors tend to be more complex than their predecessors. This already because the number of transistors is growing exponentially. Did I use the word "obvious" already?
 

guest11527

  • Guest
Re: Vampire, Gotek, 68000, misteries, doubts, questions...
« Reply #16 on: September 14, 2017, 11:10:08 AM »
Quote from: grond;830632
I obviously was referring to the ISA, not the complexity of the circuit.
In terms of the ISA, the 68020 together with the 68882 and 68581 is the "most complete" processor from the 68K line, certainly. It also includes the ring-protection mechanisms - which probably nobdoy ever used at all.