re: RE: Pascal Compilers (was:Compilers needed for FreeDOS ?

Eric Auer <[email protected]> Thu, 7 Nov 2002 00:27:48 +0100 (MET)
Newsgroups gmane.os.freedos.devel
Message-ID <[email protected]>
Hi, after following the discussion a bit (all GNU-like Pascal compilers are
32bit only, others are "not free enough", Turbo Pascal 5.5 lacks ASM),
I want to add: NASM can produce .obj files as well (like the one used in my
UNDELETE - however, I plan to remove all ASM from UNDELETE :-)), which you
can link to your project using the tools of Turbo Pascal 5.5 - hope this helps.

PS: Take care: C and Pascal use different calling conventions, so your .asm
for the .obj must take this into account. See the Turbo Pascal help and other
resources...

Eric