NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on December 20, 2004, 09:44:35 PM

Title: Processor emulation for optimization
Post by: nobody 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