ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Assembly langauge is written using ____
|
Binary/hexadecimal
|
|
English-like key words
|
|
Plain English
|
|
Abbreviated mnemonic keywords
|
Explanation:
Detailed explanation-1: -In assembly language, mnemonics are used to specify an opcode that represents a complete and operational machine language instruction. This is later translated by the assembler to generate the object code.
Detailed explanation-2: -Assembly language uses mnemonics to represent instructions. Writing in mnemonics is easier for programmers because they are usually brief representations of the commands. They are quicker to write than binary and it is easier to spot mistakes.
There is 1 question to complete.