wording..
This commit is contained in:
parent
c43a240d7f
commit
28394c98be
|
|
@ -1,13 +1,13 @@
|
||||||
# VIM-GAS
|
# 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.
|
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
|
My motivation in writing this was the lack of a complete, working syntax for this
|
||||||
common assembler.
|
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.
|
Opcodes supporting a size suffix are recognized plain as well as suffixed with b/w/l/q.
|
||||||
|
|
||||||
## What does it look like?
|
## What does it look like?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue