Question: Write a complete well documented assembly language program (starts at $C000) that counts the number of 1s in each byte in a list. The LIST_IN starts at $C100 and it has 12 bytes ( create your own random bytes for the list). The results (count of 1s) should be written into a LIST_OUT that starts at $C200.
Verify your program on the THRSim11 simulator
Can you provide the assembly language code and simulate the code?