Posted on October 13, 2017 at 22:28I am trying to write very tight loops in assembly. Looking at the programming guide, I see how many cycles each instruction should take. However, when I execute the code, the instructions take longer than I would e...