8-6 Data Transfer and Manipulation
8-6 Data Transfer and Manipulation
Manipulation
By:-
Gaurav Pal(8136)
Data Transfer and
Manipulation
Most computer instructions can be
classified into three categories:
1)Data transfer,
2) Data manipulation,
3) Program control instructions
Data Transfer Instruction
Data transfer instructions move data
from one place in the computer to
another without changing the data
content
The most common transfers are
between memory and processor
registers,between processor registers
and input or output,and between the
processor registers themselves.
NAME Mnemonic
Load LD
Store ST
Move MOV
Exchange XCH
Input IN
Output OUT
Push PUSH
pop POP