File functions in SCI11 and SCI2 compared

Not to be confused with the other one. In SCI11, we get the following FileIO functions: (FileIO fileOpen name mode) Opens file name with the given mode and returns a handle. (FileIO fileClose hnd) Closes the given file handle. (FileIO fileRead hnd ptr size) Reads size bytes to the given address. (FileIO fileWrite hnd ptr size) Writes size … Continue reading File functions in SCI11 and SCI2 compared