Motorola 68000 Family - Architecture

Architecture

People who are familiar with the PDP-11 or VAX usually feel comfortable with the 68000. With the exception of the split of general purpose registers into specialized data and address registers, the 68000 architecture is in many ways a 32-bit PDP-11.

The instruction set was much more "orthogonal" than those of many processors that came before (e.g., 8080) and after (e.g., x86). That is, it was typically possible to combine operations freely with operands, rather than being restricted to using certain addressing modes with certain instructions. This property made programming relatively easy for humans, and also made it easier to write code generators for compilers.

The 68000 instruction set can be divided in the following broad categories:

  • Load and store (Move.B, Move.W, Move.L)
  • Arithmetic (Add, Sub, Mul, Div)
  • Bit shifting (left or right, logical or arithmetical)
  • Bit rotation (ROR, ROL, ROXL, ROXR)
  • Logic operations (And, Or, Not, EOr)
  • Type conversion (byte to word and vice versa)
  • Conditional and unconditional branches (Bra, BCS, BEq, BNE, BHI, BLO, BMI, BPL, etc.)
  • Subroutine invocation and return (BSR, RTS)
  • Stack management (pea / move x,(sp) / move (sp),x )
  • Causing and responding to interrupts
  • Exception handling
  • There is no equivalent to the x86 CPUID instruction to determine what CPU or MMU or FPU is present.

Read more about this topic:  Motorola 68000 Family

Famous quotes containing the word architecture:

    Polarized light showed the secret architecture of bodies; and when the second-sight of the mind is opened, now one color or form or gesture, and now another, has a pungency, as if a more interior ray had been emitted, disclosing its deep holdings in the frame of things.
    Ralph Waldo Emerson (1803–1882)

    I don’t think of form as a kind of architecture. The architecture is the result of the forming. It is the kinesthetic and visual sense of position and wholeness that puts the thing into the realm of art.
    Roy Lichtenstein (b. 1923)

    It seems a fantastic paradox, but it is nevertheless a most important truth, that no architecture can be truly noble which is not imperfect.
    John Ruskin (1819–1900)