Saved Bookmarks
| 1. |
What is move instructions ? |
|
Answer» MOV : This instruction copies a word or a byte of data from some source to a destination. The destination can be a register or a memory location. The source can be a register, a memory location, or an immediate number. |
|