polarized
Member level 4
Hello,
I have a question regarding the old DOS x86 Borland C compiler. Is it possible to configure the MAP file? The MAP file shows the code and data segments of the generated .EXE file. It is possible to choose the memory model tiny, compact, huge, etc... but not to configure the MAP file, as I understand it. I plan to generate a 16-bit real x86 embedded application with this compiler in a already defined memory space. Is it possible to use some kind of software which will load the .EXE file and the MAP file and produce the same program, but in a different memory space, or to configure the MAP file inside of the compiler or linker itself?
Bye.
I have a question regarding the old DOS x86 Borland C compiler. Is it possible to configure the MAP file? The MAP file shows the code and data segments of the generated .EXE file. It is possible to choose the memory model tiny, compact, huge, etc... but not to configure the MAP file, as I understand it. I plan to generate a 16-bit real x86 embedded application with this compiler in a already defined memory space. Is it possible to use some kind of software which will load the .EXE file and the MAP file and produce the same program, but in a different memory space, or to configure the MAP file inside of the compiler or linker itself?
Bye.