Hardware project using machine learning

Write an 80×86 assembly program that performs the following functions: • Reads a set of integers from a file into a memory array. The data file name is to be read from the command line. You are welcome to use the code examples and macros to do this project. • Format of the data file: Assume the file gives the number of data points on the first line. Every line following the first line contains exactly one value. The maximum number of integers in the file will be 1000. • Add all the integers that you have read and print out the sum on the screen as well as all the integers sorted in an descending order.

This question has been answered.

Get Answer