|
Dictionaries
- WordNet
- Jargon File
- Computing Dictionary
- Moby Thesaurus
|
Created by
www.noamnet.com
|
 Definitions for instruction set architecture: The Free On-line Dictionary of Computing (27 SEP 03)
: instruction set architecture
(ISA) The parts of a processor's design that
need to be understood in order to write assembly language,
such as the machine language instructions and registers.
Parts of the architecture that are left to the implementation,
such as number of superscalar functional units, cache
size and cycle speed, are not part of the ISA.
The definition of SPARC, for example, carefully
distinguishes between an implementation and a specification.
(1999-01-16)
Related SitesList of ISAs 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,...
Instruction Set Architecture (ISA) Instruction Set Architecture (ISA) The Instruction Set Architecture (ISA) is the part of the processor that is visible to the programmer or compiler writer.
Chapter Five Instruction Set Architecture 5.1 Chapter Overview This chapter discusses the low-level implementation of the 80x86 instruction set. It describes how the Intel engineers decided to encode the ...
|