Description
A procedure to read a line of text directly from memory.
Parameters
1. source The address of the memory to read the text from.
2. buffer The destination buffer to write the line of text to.
3. spos The current location pointer.
Return Value
The updated "spos" value is returned in EAX.
The line length not including zero or 13 is returned in ECX.