Hi,
I need to write very fast FPU code, so I must do it in assembler.
When I debug this code with single step assembly each step costs 6 cycles. I think this is because the simulator empties the pipeline every time it stops. Unfortunately this hides code that need several pipeline cycles. Is there any way to change this behavior?
Another thing I want to check is how access to external memory slows CPU down.
Thanks