Tuesday, 6 November 2007

Typical Assembly language instructions :

Using assembly language instructions should be done using typical instructions. With Assembly language, the instructions, the commands are generally straight-forward, such as 'AND', 'OR', 'NOT', and arithmetical instructions as well.

Typical Arithmetical operations (and their Op Codes) :

Addition : Add
Subtraction : Sub
Multiplication : Mul
Division : Div