8051 Programming using vi editor and ctags

Here are some tips to work on 8051 assembly language files (A51 assembler) using vi editor and ctags code navigation tool: 1. Syntax highlighting: By default file type extensions .A51 and .I51 are not recognized as assembly language files by vi editor (atleast for my gvim version of vi). To instruct vi to recognize them as assembly ...









