Hello, I am new in assembly, and ı should write this code:
Write a program correcting white spaces in a text file. The program should remove at least
double spaces, spaces before dots, commas, etc.. and add missing spaces after them. Dots
within decimal numbers should be treated properly.
can you help me, how to write this code?