Content deleted Content added
TheStarman (talk | contribs) Undid revision 145966963 by 59.93.128.41 (talk) |
mNo edit summary |
||
Line 1:
{{Refimprove|date=May 2007}}
In [[computer science]], an '''opcode''' ('''Op'''eration '''Code''') is the portion of a [[machine language]] [[instruction (computer science)|instruction]] that specifies the operation to be performed
The operands upon which opcodes operate may, depending on CPU architecture, consist of [[processor register|registers]], values in [[memory]], values stored on the [[call stack|stack]], [[I/O]] ports, the [[Computer bus|bus]], etc. The operations an opcode may specify can include arithmetic, data copying, logical operations, and program control.
|