assembly language 1314987 2
Project 2: Read from a file named “udp.dat”
Use the swi function to read strings from the file udp.dat. For every string read. Print the ASCII value of each character on a seperate line. After All characters of each string are printed you are to print “Count: 45” to specify how many characters were in the string.
So output of a single string should look like:
65
78
88
45
67
112
99
Count: 7
Repeat this for every string read from the file.