Difference between revisions of "Instruction"
Chris Tyler (talk | contribs) (Created page with 'Category:Computer Architecture An ''Instruction'' is the smallest unit of code in Machine Language. Each instruction consists of an operation, [[Addressing …') |
Chris Tyler (talk | contribs) |
||
Line 1: | Line 1: | ||
[[Category:Computer Architecture]] | [[Category:Computer Architecture]] | ||
− | An ''Instruction'' is the smallest unit of code in [[Machine Language]]. Each instruction consists of an [[Operation|operation]], [[Addressing Mode|addressing mode]] information, and zero or more arguments such as register numbers, addresses, bit counts, or [[Immediate Value|immediate values]]. | + | An ''Instruction'' is the smallest unit of code in [[Machine Language]]. Each instruction consists of an [[Operation|operation]], [[Addressing Mode|addressing mode]] information, and zero or more arguments such as register numbers, addresses, bit counts, or [[Immediate Value|immediate values]]. Each instruction is [[Instruction Encoding|encoded]] into a binary value in the program text. |
Latest revision as of 11:40, 26 September 2019
An Instruction is the smallest unit of code in Machine Language. Each instruction consists of an operation, addressing mode information, and zero or more arguments such as register numbers, addresses, bit counts, or immediate values. Each instruction is encoded into a binary value in the program text.