Hi, I recently played around a bit with binpac8x.py, and realized that support for older platforms (TI-82,86) is not working as intended.
Namely I found:
TI-82
- missing the $dc token before the on-calc program name required by CrASH et al
- calculation of binsize, datasize, and checksum is wrong, and possibly more errors in the header
TI-86
- missing the $8e,$28 token at the end of the header
- calculations of binsize, datasize, and checksum are wrong
- on-calc filename is padded with spaces, this isn't necessary
Haven't had a proper look into TI-85, but files created with it also don't seem to work.
Well, nobody has noticed these errors in the 4+ years since binpac8x was released, so probably I'm the only one who cares, but I thought I'd let you know anyway.
Namely I found:
TI-82
- missing the $dc token before the on-calc program name required by CrASH et al
- calculation of binsize, datasize, and checksum is wrong, and possibly more errors in the header
TI-86
- missing the $8e,$28 token at the end of the header
- calculations of binsize, datasize, and checksum are wrong
- on-calc filename is padded with spaces, this isn't necessary
Haven't had a proper look into TI-85, but files created with it also don't seem to work.
Well, nobody has noticed these errors in the 4+ years since binpac8x was released, so probably I'm the only one who cares, but I thought I'd let you know anyway.