C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Arithmetic Micro-operationsIn general, the Arithmetic Micro-operations deals with the operations performed on numeric data stored in the registers. The basic Arithmetic Micro-operations are classified in the following categories:
Some additional Arithmetic Micro-operations are classified as:
The following table shows the symbolic representation of various Arithmetic Micro-operations.
Note: The increment and decrement micro-operations are symbolized by '+ 1' and '? 1' respectively. Arithmetic operations like multiply and divide are not included in the basic set of micro-operations.
Next TopicBinary Adder
|