Definition of Instruction set

Babylon English
instruction set
commands which the CPU is able to perform

Search Dictionary:
Search Web Search Dictionary



Instruction set definition was found in categories: Computer & Internet(2)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Instruction set Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
instruction set
<architecture> The collection of machine language instructions that a particular processor understands.
The term is almost synonymous with "instruction set architecture" since the instructions are fairly meaningless in isolation from the registers etc. that they manipulate.
(1999-07-05)

A Glossary of Internet & PC Terminology
Instruction Set
Basically the set of instructions which a particular Microprocessor can recognise such as add, subtract.


Instruction set Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
instruction set

instruction set
processor



Instruction set Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Instruction set
An instruction set is (a list of) all instructions, and all their variations, that a processor can execute.

Instructions include:

  • arithmetic such as add and subtract
  • logic instructions such as and, or, and not
  • data instructions such as move, input, output, load, and store
  • control flow instructions such as goto, if ... goto, call, and return.

An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data typesinstructionsregisters, addressing modesmemory architectureinterrupt and exception handling, and external I/O. An ISA includes a specification of the set of opcodes (machine language), the native commands implemented by a particular CPU design.


See more at Wikipedia.org...