14 years ago
Disassembler Problem
Hi, I'm using AQTime 6.21.400.86 on XP. In the disassembler, Size, Latency and Ops columns are not available!! There are no such things at all. They also do not exist in "field choser" and I al...
Are you working with .NET code? The behavior you observe is correct in such a case, as a .NET executable file contains MSIL code. This code will be compiled into the machine language later (by the JIT compiler) when you run the executable.