Hi All,
I have a bunch of assembly routines that I would like to turn into a module. They are written in FASM and I can output them as a DLL and get them to run with BlitzMax in that way, but I wanted to turn it into a module directly.
How do I go about making (out of the assembly code of course) the pair of files:
MyLib.win32.x86.a
MyLib.win32.x86.i
which are required for a module using FASM?
FASM can optionally export the procdures as a COFF .OBJ file. Is there some way of converting that to pair of '.a & .o' files?
I have a bunch of assembly routines that I would like to turn into a module. They are written in FASM and I can output them as a DLL and get them to run with BlitzMax in that way, but I wanted to turn it into a module directly.
How do I go about making (out of the assembly code of course) the pair of files:
MyLib.win32.x86.a
MyLib.win32.x86.i
which are required for a module using FASM?
FASM can optionally export the procdures as a COFF .OBJ file. Is there some way of converting that to pair of '.a & .o' files?