Yasm 0.7.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Yasm 0.7.2 (Default branch)
# 1  
Old 10-09-2008
Yasm 0.7.2 (Default branch)

Yasm is a complete rewrite of the NASM assembler. It currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. License: BSD License (revised) Changes:
This release adds 64-bit Mach-O PIC support, --prefix and --suffix options for naming globals, and support for newly specified AVX/AES instructions not in the original spec. It also generates a GOTPCREL relocation for "rel wrt ..gotpc" and optimizes non-strict push to byte size in all possible cases, along with several other fixes. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HWLOC-ASSEMBLER(1)						       hwloc							HWLOC-ASSEMBLER(1)

NAME
hwloc-assembler - Assemble multiple XML topologies SYNOPSIS
hwloc-assembler [options] output.xml [--name <name1>] input1.xml [--name <name2>] input2.xml ... OPTIONS
-n --name <name> Set <name> in the AssemblerName info attribute of the next input topology root to ease identification within the final global topol- ogy. -f --force Ignore errors while reading input files. -v --verbose Verbose messages. DESCRIPTION
hwloc-assembler combines the input XML topologies and exports the resulting global topologies to a new XML file. All inputs are inserting as children of the global root object. Each input topology root is annotated with info attributes before insertion. AssemblerIndex is set to the index within the list of inputs. AssemblerName is set to the name given with --name if any. hwloc-assembler-remote offers a fron- tend for assembling remote nodes topologies without having to manually gather and transfer each of them. EXAMPLES
To assemble two nodes topologies: $ hwloc-assembler output.xml --name host1 host1.xml --name host2 host2.xml RETURN VALUE
Upon successful execution, hwloc-assembler returns 0. hwloc-assembler will return nonzero if any kind of error occurs, such as (but not limited to) failure to parse the command line. SEE ALSO
hwloc(7), lstopo(1), hwloc-assembler-remote(1) 1.7 Apr 07, 2013 HWLOC-ASSEMBLER(1)