ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is Assembly code?
|
Another name for Pseudocode
|
|
A programming language that uses mnemonic codes
|
|
A program that joins pieces of code together
|
|
Another name for machine code
|
Explanation:
Detailed explanation-1: -Assembly language uses a mnemonic to represent, e.g., each low-level machine instruction or opcode, each directive, typically also each architectural register, flag, etc. Some of the mnemonics may be built in and some user defined.
Detailed explanation-2: -An assembly language is a type of low-level programming language that is intended to communicate directly with a computer’s hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Detailed explanation-3: -Assembly language uses mnemonics to represent instructions.
There is 1 question to complete.