Question: solve this in 8086. Practice Problem You are given an array of 10 elements. Create two arrays 'even' and 'odd'. Write a code to put
Practice Problem You are given an array of 10 elements. Create two arrays 'even' and 'odd'. Write a code to put the even- indexed values in 'even' array and odd-indexed values in 'odd' array. (Use LEA, INC, DEC] For example: Array Index Value 6 0 1 3 2 1 3 4 4 o 5 8 6 9 7 2 8 7 9 5 Even indexes are marked in green and odd indexes are marked in blue Even Index 0 1 2 Value 1 o 3 9 4 7 6 Odd Index Value 1 0 3 2 8 3 2 4 5 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
