Difference between revisions of "A16 CPU"

From ScienceZero
Jump to: navigation, search
(New page: thumb ==A16 - High Performance 16 bit RISC CPU== *Harvard style architecture that executes all instructions in a single clock cycle. *8 registers, the pro...)
(No difference)

Revision as of 00:55, 30 January 2007

A16schematic.png

A16 - High Performance 16 bit RISC CPU

  • Harvard style architecture that executes all instructions in a single clock cycle.
  • 8 registers, the program counter is mapped to register 8.
  • Conditional execution of all instructions.
  • Condition flags are set on demand.
  • All instructions execute in a single clock cycle.
  • Branch-link instruction where the program counter is copied to R6.