
PASCAL/C program that WORK ON SOME COMPUTER(486) but not all computers
Quote:
> I have a program that is written in Microsoft Pascal Ver 4.0 and
> Microsoft C Ver 5.1 with some assmbly lang functions to increase
> speed or to control input devices.
> The program supposed to work on any IBM PS/2 Model 30 386
> with 512K of memory. However when the program was copied to 486
> computers it works on some but not the others (program launches
> and hangs).
> Does anyone knows where the problem lies?
> The program is already in the exe form and there is no source
> codes avialable. Is there any way that the program can be
> decompiled?
> Somebody plaese help.
You can't decompile your program to C/PASCAL/BASIC Etc.
But you can decompile your program to Assembly using de{*filter*}.
I recommend Turbo De{*filter*} - he is very easy.
Using de{*filter*} you can step/trace instruction and usually you can
DE - BUG with it too ...
If you don't know ASM you should beg to some of those Assemly-Men
out there...
hoped I helped ,
Reuven Nof.