CSCI 261 Lab Task 6 =================== This lab task is concerned with Gcc for 6811 and the code is managed by git. Overview ======== The directory Gcc (from Task-6 git repository) contains the following sub directories viz., sigmanC, sigmanA, sigman16C and paramC. sigmanC and sigmanA both calculate sigma(n) where n is an unsigned char and sigman(n) returns an unsigned char. sigmanC implements sigman(n) in C in the file driver.c. sigmanA implements sigman(n) in assembly language in the file foolib.s. sigman16C calculates sigma(n) where n is a short int and sigman(n) returns a short int. Your task is to develop sigman16A that calculates sigman(n) in assembly language (0 < n <= 200). Deliverables ============ Your solution must be in the directory sigman16A. You must verify your solution by using the same test script as used in sigman16C (ie copy bats.script from sigman16C to sigman16A and make bats). submit you solution using git. Due: end of term