Assignment task: Assembly using NASM (64-bit)
Write a program that takes three arrays (same size); one array defines bytes, second is words, and third is double words
Using one loop and indexed array addressing, add the values found in each column of the three arrays and store them into a fourth array
Use indirect array addressing to print out the fourth array in decimal.