Query: yasm_parsers
OS: debian
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YASM_PARSERS(7) Yasm Supported Parsers YASM_PARSERS(7)NAMEyasm_parsers - Yasm Supported Parsers (Assembler Syntaxes)SYNOPSISyasm -p parser [-r preproc] ...DESCRIPTIONThe standard Yasm distribution includes a number of modules for different parsers (assembler syntaxes). The parser is selected on the yasm(1) command line by use of the -p parser command line option.NASM PARSERNASM syntax, selected with -p nasm, is the most full-featured syntax supported by Yasm. Yasm is nearly 100% compatible with NASM for 16-bit and 32-bit x86 code. Yasm additionally supports 64-bit AMD64 code with Yasm extensions to the NASM syntax; see yasm_arch(7) for details. NASM syntax is the Yasm default.GAS PARSERThe GNU Assembler (GAS) is the de-facto cross-platform assembler for modern Unix systems, and is used as the backend for the GCC compiler. Yasm's support for GAS syntax is moderately good, although immature: not all directives are supported, and only 32-bit x86 and AMD64 architectures are supported. There is also no support for the GAS preprocessor. Despite these limitations, Yasm's GAS syntax support is good enough to handle essentially all x86 and AMD64 GCC compiler output. The GAS parser can be selected with -p gas.SEE ALSOyasm(1), yasm_arch(7)AUTHORPeter Johnson <peter@tortall.net> Author.COPYRIGHTCopyright (C) 2006 Peter Johnson Yasm October 2006 YASM_PARSERS(7)
Related Man Pages |
---|
intel2gas(1) - debian |
yasm_arch(7) - debian |
yasm_dbgfmts(7) - debian |
yasm_parsers(7) - debian |
nasm(1) - centos |
Similar Topics in the Unix Linux Community |
---|
using sed |
vim and syntax max os |
sh: syntax error at line 8 : `<<' is not matched. |
GCC 3.2 on Redhat8 and Suse 9 |
Help w/ writing a custom Linux shell using x86 assembly (NASM) |