Menu

Home

Martin Krischik

6029 MOS 6502 Assembler

This is a mirror of http://www.vim.org/scripts/script.php?script_id=6029

Description

Provides a Vim syntax-highlighting plugin, auto-indent plugin, and filetype
plugin for the ca65 assembly language..

Installation

Install from https://github.com/krischik/vim-asm_ca65 using dein
(https://github.com/Shougo/dein.vim) or similar:

   call dein#begin('$HOME/vimfiles/bundles')
   call dein#add('krischik/vim-asm_ca65')
   call dein#end()
   call dein#install()

References

6029 MOS 6502 Assembler Vim-Script |
https://www.vim.org/scripts/script.php?script_id=6029
---|---
Source | https://github.com/krischik/vim-asm_ca65
Wiki | https://github.com/krischik/vim-asm_ca65/wiki
Releases | https://github.com/krischik/vim-asm_ca65/releases
Issues | https://github.com/krischik/vim-asm_ca65/issues
Discussions | https://github.com/krischik/vim-asm_ca65/discussions

Comments

/* vim: set textwidth=0 wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab
/ / vim: set filetype=mediawiki fileencoding=utf8 fileformat=unix
foldmethod=marker : / / vim: set nospell spelllang=en_gb : */

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.