How do i install a plug-in for assembly language in order to run a program written in assembler language
Assembly language Plug-in
You can add a plug-in for your assembler compiler by using the Options dialog on the Tools menu (select Environment and then Project plug-ins and then click on the New button).
After that the entries depend upon the compiler that you are using. You will need to be familiar with the command line mode of operation in order to work out how to fill in the dialog entries. Either that or you need to find someone who knows how to use the compiler at command line level.
At some point I will add an Import button to allow you to import some common compilers but I have not done this yet.