Spectrum tape interface: Difference between revisions

Jump to navigation Jump to search
no edit summary
(data block array format)
No edit summary
Line 139: Line 139:


''(Of course on the tape there are two more bytes: a 0xff -- marker of data block -- at the beginning and a checksum byte at the end.)''
''(Of course on the tape there are two more bytes: a 0xff -- marker of data block -- at the beginning and a checksum byte at the end.)''
Note: although the array name is saved, you cannot just ''LOAD "" DATA'', you have to explicitly say where to load: e.g. ''LOAD "" DATA w()'', but you can use any letter regardless of the original name.


Program files are stored as a sequence of lines each stored the same way it is in RAM:
Program files are stored as a sequence of lines each stored the same way it is in RAM:
162

edits

Navigation menu