B
B
Begginer_serg2020-05-12 00:09:36
assembler
Begginer_serg, 2020-05-12 00:09:36

How to determine the addressing execution time?

It is necessary to determine the duration of the execution of commands of various addressing, how can this be implemented on assebmler?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2020-05-12
@jcmvbkbc

The problem in this formulation has no solution and most likely does not make sense.
Try to start answering what exactly you want to measure the time.
I suspect that you want to compare the execution speed of a particular program written using one or another addressing method. If so, then this is an understandable task, but you should not call it "determining the addressing execution time". To solve it, you can use the cycle counter if it is in your processor. If not, you can use an external timer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question