Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

ASM: gcc

Joshua Rahm edited this page Feb 8, 2014 · 14 revisions

Maintainer: Joshua Rahm [email protected]

Adds checking for assembly using gcc. The plugin supports both the AT&T and Intel dialects.

Options

The plugin supports the options:

g:syntastic_asm_compiler_options

For extra options to pass to the assembler.

g:syntastic_asm_compiler

To manually specify the assembler to use. (Useful for cross-compiling) And

g:syntastic_asm_dialect

To manually specify the dialect. If this variable is not set, it is inferred from the extension where .s => AT&T and .asm => Intel

Clone this wiki locally