Unfortunately the repo lacks "./assets/SCPH1001.BIN" so I'm unable to reproduce 
the problem.

However, this line is wrong:

`f.readData(addr(this.data), size)`

You need to do this `f.readData(addr(this.data[0]), size)` because seqs have a 
header. (Much like in other langs really, ...)

Reply via email to