* Question
What basic operations will the 28X core perform when executing an instruction? |
* Answer
The instruction is fetched from the program memory; the instruction is decoded; the data is read from a memory or central processing unit (CPU) register; the instruction is executed; the result is written to a memory or central processing unit (CPU) register. |
COMMENTS