CS Electrical And Electronics
@cselectricalandelectronics

Infer how 3 stage pipeline is used to execute following code in ARM organization?

All QuestionsCategory: Embedded SystemInfer how 3 stage pipeline is used to execute following code in ARM organization?
Anonymous asked 3 years ago

Code:
 
mov R0,#05
add R1, R2, R3
LDR R3, [R1,#4] stop B stop