Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Instruction set architecture"
From NetSec
(Created page with "An instruction set architecture (ISA) represents the connection between opcodes (hexadecimal or binary instructions) and the processor's hardware. It can also be used to...") |
(No difference)
|
Latest revision as of 14:24, 12 November 2012
An instruction set architecture (ISA) represents the connection between opcodes (hexadecimal or binary instructions) and the processor's hardware. It can also be used to describe the cpu register collection available or other processor characteristics.
Common ISAs include, but are not limited to:
- x86
- x86_64/amd64
- PowerPC
- ARM
- CBEA