Question: Easy68k Assembly language Code ONLY! Initialize an array [1, 7, 13, 0, 11, 24, 8]. 1) Load a number from keyboard. 2) If the number
Easy68k Assembly language Code ONLY!
Initialize an array [1, 7, 13, 0, 11, 24, 8]. 1)
Load a number from keyboard. 2)
If the number is negative, print out odd elements of the array.
Otherwise, print out even elements. Do not forget the commas.
Example output:
1, 7, 13, 11
Or:
0, 24, 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
