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 subtractlogic instructions such as and, or, and notdata instructions such as move, input, output, load, and storecontrol 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 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), the native commands implemented by a particular
CPU design.
See more at Wikipedia.org...