flat assembler
Message board for the users of flat assembler.
Index
> High Level Languages > fasm and borland c |
Author |
|
bpstoyanov 26 Jun 2006, 08:10
I want to make dos-oriented lib in fasm and call it from borland c. help me with the frames of these two files.
|
|||
26 Jun 2006, 08:10 |
|
rugxulo 27 Jun 2006, 20:33
Yeah, Borland requires OBJ support, which NASM and LZASM support, but FASM does not.
Other than that, I can't help since I don't use Borland C. Last edited by rugxulo on 28 Jun 2006, 22:10; edited 4 times in total |
|||
27 Jun 2006, 20:33 |
|
vid 28 Jun 2006, 08:42
you can still include module as binary data and create your header to access it... somehow more dificult, but it is a solution.
Or maybe overlays could do it somehow, but i never used them |
|||
28 Jun 2006, 08:42 |
|
OzzY 15 Sep 2006, 00:02
The easiest way to link borland c code with fasm code is using dynamic linking (DLL's).
For static linking try to find a COFF2OMF. |
|||
15 Sep 2006, 00:02 |
|
vid 15 Sep 2006, 07:49
MSVC states it CAN link COFF too
|
|||
15 Sep 2006, 07:49 |
|
Nikolay Petrov 26 Apr 2008, 23:42
http://www.agner.org/optimize/?e=0#objconv
This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can also be used as a cross-platform library manager, a dump utility, and a powerful disassembler supporting the SSE4 and SSE5 instruction sets. Source code included (GPL).
_________________ regards |
|||||||||||
26 Apr 2008, 23:42 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.