A collection of programs I wrote in C and Assembly specifically for the MSP430-G2553 Dev board as part of an Intro to Microprocessors Class.
This code was originally written with TI Code Composer Studio IDE. For the C programming, Energia IDE is a much more lightweight option I tested which will also flash the microcontroller.
Update: All assembly code has been updated for neatness and proper formatting. I had originally used multiple tabs
to delimit commands and comments with proper spacing, but this became problematic for display in GitHub. I replaced all the tabs
with spaces
and now the code is properly formatted.