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.
- Host: GitHub
- URL: https://github.com/slightlynybbled/xc16_mixed
- Owner: slightlynybbled
- Created: 2016-01-31T23:21:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T20:33:36.000Z (about 10 years ago)
- Last Synced: 2025-07-15T06:25:40.671Z (11 months ago)
- Topics: assembly, c, mixed, msp430
- Language: Makefile
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.