Is there a utility like CodeView that I can use to step through code assembled by NASM where I can see the current state of the registers/memory?
I am interested in forcing a CPU cache flush in Windows (for benchmarking reasons, I want to emulate starting with no data in CPU cache), preferably a basic C implementation or Win32 call. Is there a ...