Mips syscall + eof = can't read the entire file? -
I am writing some amps code that reads in a repetition of ~ 4kb per loop. The problem is that the MP3 files I'm reading in I have many examples of 1A, so syscall 14 prevents and will not be read anymore without reaching the actual end of the file. Is there a way around it? Besides, does anyone have a complete list of flags that can be added to syscall 13?
Thank you
If you're using the Mars Simulator, I do not think Is that possible (unless someone has extended the syscall interface to your particular installs) From Docs:
Mars applies two ways: 1 to read and 1 to write, and ignores the flag.
If you are using a simulator, compared to Mars, you need to tell us which ones do not apply the same sysl ...
Comments
Post a Comment