1. Download the latest version of CCS to your computer and install it.
2. Create an empty C project.
a. Add the code block given in Listing 5.1.
b. Debug the code and run it.
c. Observe the local and global variables.
d. Add breakpoints and observe their effects.
e. Obtain the assembly code corresponding to the C code.