Mail Archives: djgpp/1997/11/11/10:06:04
On Mon, 10 Nov 1997, Jeff W./DMT wrote:
> I have a decent knowledge of C/C++ and the Borland line of compilers,
> but I need to find some sort of guide or tutorial that helps explain the
> differences with DJGPP. Most notably, I'm talking about memory
> addressing conventions and such.
Just think as if you were writing for a small memory model where the
size of the code and data segment is 4GBytes. In other words, forget
about the segment part of a pointer.
- Raw text -