A good assembly language programmer should use ___

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

This is because:

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

Show Answer

Answer: D

Share your understanding of this question with the correct explanation.