1. Re: pete: asm.e -bug
- Posted by "mic _" <stabmaster_ at hotmail.com> Sep 08, 2004
- 461 views
- Last edited Sep 09, 2004
I think CauseWay (the DOS extender used by ex.exe) supports DOS interrupts (int 21h), so you should be able to keep using them. If a function takes or returns pointers you should use 32-bit registers instead of the 16-bit ones (edx instead of dx, edi instead of di and so on).