Question: Write an Assembly Language code that takes an input ARRAY and passes the array values and address to a MACRO. Now produce the summation of
Write an Assembly Language code that takes an input ARRAY and passes the array values and address to a MACRO. Now produce the summation of odd digits and even digits as output. Input: 3 1 4 5 1 6 8 7 Output: ODD Digits: 17 EVEN Digits: 18
Read and understand the question first, then Paste your code below.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
