hi ,
iam new asm and i heave problem exercise
the exercise:
1-Make a data file named "file.txt" with 10 integers, each on a separate line and each between 0 and 160.
2. Write an assembly program which does the following:
a. looks for the above file in your working directory.
b. if file not found it:
(i) displays error message
(ii) then exits.
c. if file is found then it:
(i) first reads all the numbers
(ii) then prints how many there
how can i read integer number from file.txt?then print it?