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 takes fewer cycles than that with memory
 Of limited set of instructions for data processing with memory
 Data processing with registers is easier than with memory
 Data processing with memory requires more instructions in the program than that with registers

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
When RET instruction is executed by any subroutine then

 without any operation, the calling program would resume from instruction immediately following the call instruction.
 the PC will be incremented after the execution of the instruction.
 without any operation, the calling program would resume from instruction immediately following the call instruction and also the PC will be incremented after the execution of the instruction.
 the top of the stack will be popped out and assigned to the PC.

ANSWER DOWNLOAD EXAMIANS APP