Logo 
Search:

Assembly Language Interview FAQs

Submit Interview FAQ
Home » Interview FAQs » Assembly LanguageRSS Feeds
Assembly Language
Comments: 0

What are the various registers in 8085?

Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 .
Posted By:Jarvia Miller      Posted On: Dec 21

Assembly Language
Comments: 0

In 8085 name the 16 bit registers?

Stack pointer and Program counter all have 16 bits.
Posted By:Grace Campbell      Posted On: Dec 01

Assembly Language
Comments: 0

What are the various flags used in 8085?

Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.
Posted By:Joe Evans      Posted On: Oct 13

Assembly Language
Comments: 0

What is Stack Pointer?

Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack.
Posted By:Harvey Evans      Posted On: Oct 29

Assembly Language
Comments: 0

What is Program counter?

Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented a...
Posted By:Adelita Fischer      Posted On: Nov 12

Assembly Language
Comments: 0

Which Stack is used in 8085?

LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first.
Posted By:Mohammad Evans      Posted On: Apr 22

  12  13  14  15  16  17  18  19  20  21  22