Difference between revisions of "Instruction set"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "An '''instruction set''', or '''instruction set architecture''' ('''ISA'''), is the part of the computer architecture related to programming, including the native data types,...")
 
(No difference)

Latest revision as of 18:03, 10 September 2016

An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception handling, and external I/O.

An ISA includes a specification of the set of opcodes (machine language), and the native commands implemented by a particular processor.

An instruction set is the interface between a computer's software and its hardware, and thereby enables the independent development of these two computing realms.

See also

External links