Given that the following RAM locations 0x20 to 0x24 have each the content of the string 'HELLO', write a short list of a
Posted: Fri May 20, 2022 5:23 pm
Given that the following RAM locations 0x20 to 0x24 have each the content of the string 'HELLO', write a short list of assembly instructions to move each byte one after the other to the PORT C. Use a loop and a FSR register for the programming: (0x20) = 'H' (0x21) = 'E' (0x22) = 'l' (0x23) = 'l' (0x24) = '0'