At 04:22 PM 9/1/2006, you wrote: >I appear to have the same MASM as you, as shown in the log below, >showing a manual compile of xmul1.asm......
It seems version 24.14 was compiled with the beta version of MSVC 8. You have two options: 1) Try to make version 24.14 work. The changes should be very minor. To start, replace all _movsd references with movsd. 2) Try to make version 25.1 work. This is pre-pre-pre-beta code. It does work, but will change greatly before it is final. Most of the changes will be in the C code, not the assembly code. _______________________________________________ Prime mailing list [email protected] http://hogranch.com/mailman/listinfo/prime
