Assembly Language question:
x byte 10h,20h
y word 30h,40h
z dword 50h,60h,70h
Using above data definitions write assembly commands to movethe second word of array y to the first location of array x
Expert Answer
An answer will be send to you shortly. . . . .