Rich,
I would happily convert the asm code into c code if only I knew what it was supposed to do. [...]
I hear ya... Some kind sould was gracious enough to comment some of these routines with their C equivalents in a block comment at the top of the function. Translating those was easy :-).
In order of preference, I would go with:
- someone who knew the x86 assembly routines and would either: i) migrate it to __asm blocks, handling the 16/32 bit change ii) migrate it to C code for use on all platforms
- someone who understands x86 assembly code, but not necessarily the routines and would do i) or ii) above
I can do this. But, don't expect much output until after February due to work constraints. I'll be working six days a week. Jonathan