Write an assembly-language program to add 40 to each


Write an assembly-language program to add $40 to each element of list1 and store it to the corresponding element of list2. Use a loop.

ORG $2000
LIST1 DC.W $21, $442, 3, 4, 5
LIST2 DS.W
COUNT DS.B 1

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Write an assembly-language program to add 40 to each
Reference No:- TGS0563282

Expected delivery within 24 Hours