There are ten 8-bit data values stored in SRAM starting at location $100. Write an efficient assembly language program for a communications transmitter module to generate ODD bit, store the data values in locations starting at ox. 0×200 Algorithm for generating parity bit: 2. Clear the parite value from source location 3. Count the nurity bit. 4. Generate parity bit 1 's in the data value. 5. Store the data bit based on count of 1 's from Step 3. value with parity in target location. bit) in all the generating the parity bit, count the total number of 1 's (including generated parity Hint: Point X to source location and point Y to destination location and use register indirect addressing mode to access the locations.