Microprocessor
A good assembly language programmer should use general purpose registers rather than memory in maximum possible ways for data processing. This is because:

 Data processing with registers is easier than with memory
 Data processing with registers takes fewer cycles than that with memory
 Of limited set of instructions for data processing with memory
 Data processing with memory requires more instructions in the program than that with registers

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
Which of the following statements for intel 8085 is correct?

 PC specifies the number of instructions executed so far
 Program Counter (PC) specifies the address of the instruction last executed
 PC specifies the address of the instruction being executed
 PC specifies the address of the instruction to be executed

ANSWER DOWNLOAD EXAMIANS APP