An open API service indexing awesome lists of open source software.

https://github.com/slightlynybbled/xc16_mixed

This is a 'template' repository for Microchip XC16 users who may wish to use assembly code within their C programs.
https://github.com/slightlynybbled/xc16_mixed

assembly c mixed msp430

Last synced: 24 days ago
JSON representation

This is a 'template' repository for Microchip XC16 users who may wish to use assembly code within their C programs.

Awesome Lists containing this project

README

          

# Purpose #

The purpose of this repository is to inform those who wish to write assembly routines for their C code. I have found that the compiler documentation - though adequate - is something less than desireable for the community at large to get started.

Having said that, before you go writing a ton of assembly code for C, read the compiler documentation! Otherwise, you may write assembly code that will interfere with your compiler-generated code!

Visit [for(embed)](http://www.forembed.com/xc16-writing-assembly-for-use-in-c.html) to read more about this process.