what helper function in masm32 does it exist for read floats and ints?
and fseek, how fast is it to seek past sections of file that I dont wanna load into memory?, compared to normal discread on modern computer with diskcache?
you can use "fscanf" in msvcrt.lib to read in floats, ints, strings or a single char from a textfile.