ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Quick links for Banking Exams exam a)It is an Object Oriented Programming Languageb)It is a High-level programming languagec)It is a low-level programming languaged)It is a language for assembling computerse)It is latest flash memory languageCorrect answer is option āCā.
Detailed explanation-2: -The input to an assembler is an assembly language program. The Assembler provides instructions to the translating program. Each machine language instruction performs a single complex task, such as sorting a list of numbers.
Detailed explanation-3: -The text section is used for keeping the actual code. This section must begin with the declaration global start, which tells the kernel where the program execution begins.
Detailed explanation-4: -mov-Move. push-Push on stack. pop-Pop from stack. lea-Load effective address. sub-Integer subtraction. inc, dec-Increment, Decrement. imul-Integer multiplication. idiv-Integer division. More items