I know how to write and read files in NASM 16-bit but is there a way to either move the file pointer to read a single line? Or at least split the lines in different strings? It's for a game that has a config file and a string list.
If you don't like my question, I'm just a beginner with files.