Write and assemble the following programs and include the start and end addresses for all memory addresses. Show results in following format:
0000h 3Dh mov a,01h
0001h 01h
0002h 3Fh mov [1000h],a
0003h 00h
Problem: Clear all memory locations from 2000h to 200Ah. Make every odd bit in memory address C000h and D000h a 0. Do not change any other bit at each address.