formats

Charles Bailey yasm at hashpling.org
Thu Feb 22 03:00:34 PST 2007


Is mccoff a typo?  If by mscoff, you mean the Microsoft 32-bit object 
format then the yasm -f option for this is just win32.

$ ./yasm -f help
Available yasm object formats:
     dbg         Trace of all info passed to object format module
     bin         Flat format binary
     elf         ELF
     elf32       ELF (32-bit)
     elf64       ELF (64-bit)
     coff        COFF (DJGPP)
     macho       Mac OS X ABI Mach-O File Format
     macho32     Mac OS X ABI Mach-O File Format (32-bit)
     macho64     Mac OS X ABI Mach-O File Format (64-bit)
     rdf         Relocatable Dynamic Object File Format (RDOFF) v2.0
     win32       Win32
     win64       Win64
     x64         Win64
     xdf         Extended Dynamic Object

OMF support: http://www.tortall.net/projects/yasm/ticket/41

I'm sure that reading options from a file could probably be worked 
around with a simple shell script.  What's the background behind this 
requirement?

Charles.

pingved at gmail.com wrote:
> yasm don't support mscoff & omf objects format.
> What different between mscoff & coff? My linker say me:
> "Fatal error 2540: 'Invalid FixUp TgtMethod = 5h' - FixUp error."
> I think that it's different type of relocs.
> 
> Can you add support for mccoff and after omf?
> And you can also use file for params as tasm for example:
> 
> @echo /ML /M2 /Q /LA > tasm.cfg
> @%TASM% @tasm.cfg some.asm >> msg
> _______________________________________________
> yasm-devel mailing list
> yasm-devel at tortall.net
> http://cvs.tortall.net/mailman/listinfo/yasm-devel



More information about the yasm-devel mailing list