rename to illegal
This commit is contained in:
parent
fdb7aafbf9
commit
ba42b146ae
@ -35,10 +35,10 @@ call plug#end()
|
|||||||
## Configuration
|
## Configuration
|
||||||
### Select processor
|
### Select processor
|
||||||
By default, the syntax highlighting only highlights the original 6502 instructions.
|
By default, the syntax highlighting only highlights the original 6502 instructions.
|
||||||
To enable the undocumented instructions, the 65C02 instructions or the 65816 instructions, write this into `~/.vim/ftplugin/ca65.vim`:
|
To enable the illegal/undocumented instructions, the 65C02 instructions or the 65816 instructions, write this into `~/.vim/ftplugin/ca65.vim`:
|
||||||
```vim
|
```vim
|
||||||
" in ~/.vim/ftplugin/ca65.vim (or vimrc)
|
" in ~/.vim/ftplugin/ca65.vim (or vimrc)
|
||||||
let g:ca65_undoc = 1 " enable the undocumented opcodes
|
let g:ca65_illegal = 1 " enable the illegal 6502 opcodes
|
||||||
let g:ca65_65C02 = 1 " enable 65C02 instructions
|
let g:ca65_65C02 = 1 " enable 65C02 instructions
|
||||||
let g:ca65_65816 = 1 " enable 65816 instructions
|
let g:ca65_65816 = 1 " enable 65816 instructions
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user