wording..

This commit is contained in:
René Köcher 2018-05-08 08:54:07 +02:00 committed by GitHub
parent c43a240d7f
commit 28394c98be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# VIM-GAS
This vim bundle adds advanced syntax highlighting for GNU as (AT&T) for *86 CPUs.
This vim bundle adds advanced syntax highlighting for GNU as (AT&T).
This file defines a (almost) complete syntax for GNU as assembler.
My motivation in writing this was the lack of a complete, working syntax for this
common assembler.
For now the basic as directives as well as the Intel / AMD, ARM (thumb) and AVR instruction sets are included.
For now the basic as directives as well as the Intel / AMD, ARM (thumb) and AVR instruction sets are included.
Opcodes supporting a size suffix are recognized plain as well as suffixed with b/w/l/q.
## What does it look like?