Author Topic: Processor emulation for optimization  (Read 8781 times)

nobody

  • Guest
Processor emulation for optimization
« on: December 20, 2004, 09:44:35 PM »
Hi, I've written an application that is optimized towards 1GHz Intel processor using assembly. However, I'd like to optimize it for older processors as well, but I haven't got a machine to test the effect of my optimizations.
Are there any software processor emulators? Don't have to be very fast, it's just important that they mimic the processors' behaviour precisely.

Thanks,
Stevie