InterviewSolution
Saved Bookmarks
| 1. |
Assembly languages uses ______ to give instructions |
|
Answer» ong>Answer: Explanation: ASSEMBLY language INSTRUCTIONS usually consist of an opcode MNEMONIC followed by a list of data, arguments or parameters. These are translated by an assembler into MACHINE language instructions that can be loaded into memory and EXECUTED. |
|