summaryrefslogtreecommitdiffstats
path: root/development/yasm/README
blob: 9840f71a33ea0bf5c27bc91e693061483d5044f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
Yasm is a complete rewrite of the NASM assembler under the "new"
BSD License (some portions are under other licenses, see COPYING
for details). Yasm currently supports the x86 and AMD64 instruction
sets, accepts NASM and GAS assembler syntaxes, outputs binary,
ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and
Win64 object formats, and generates source debugging information
in STABS, DWARF 2, and CodeView? 8 formats.

Building of the python bindings can be enabled by passing
PYTHON_BINDINGS=yes to the script. This requires Cython,
which is also available from SlackBuilds.org.