Posts tagged as: 8051


8051 Programming using vi editor and ctags

8051

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 ...

FlashMagic on Linux using wine

Running FlashMagic on OpenSUSE linux

After long time, I found some time to work on my new P89V51RD2 (8051 MicroController from NXP) kit. NXP provides FlashMagic tool to flash the assembled HEX file. Unfortunately this tool is available only for MS-Windows versions. Since I am using only Linux for all my home works,  for last few months I had been ...