InterviewSolution
Saved Bookmarks
| 1. |
Classify instruction based on operation they perform with example |
|
Answer» Types of INSTRUCTION inside CPU. ... e.g to COPY var1 to VAR2, we have to write: mov ax, var1 mov .... BOOLEAN instructions are based on boolean algebra operations . |
|