Hi all,

I'm new to this forum and new using Assembly language.

If possible, I would like to know how can I read from a text file, line by line, ignoring the "/n" and knowing when the file ends.

The main idea is to have a program that can find the right unciphered phrase against cipheredtext.txt file using a dictionary (dic.txt), I already have a macro that do that job! My problem is to know how to read the words and pass that "word" to the macro.

Thanks.