hello Everybody . .
I am a new member and I am looking for somebody can help me . .
just I want the code in Assembly language if somebody can write the code for me that do these things :-
1-Make a data file named "datafile.txt" with 100 integers, each on a separate line and each between 0 and 160.
2- write an Assembly code that read file :-
a- if file not found it:
(i) displays error message
(ii) then exits.
b- if file is found then it:
(i) first reads all the numbers
(ii) then prints how many there
(iii) then prints their average
(iv) then exits.
please help me if you can . .