Spectrum tape interface: Difference between revisions

Jump to navigation Jump to search
m
Use HTTPS, use proper multiplication sign
m (Use HTTPS, use proper multiplication sign)
 
Line 98: Line 98:
=== Data block ===
=== Data block ===
==== Arrays ====
==== Arrays ====
Number and string arrays are stored on tape in the same format as in RAM [http://www.worldofspectrum.org/ZXBasicManual/zxmanchap24.html|] except that the very first byte (the name of the array) is absent. The name of the array stored in the second byte of ''Parameter 1'' in header block.
Number and string arrays are stored on tape in the same format as in RAM [https://www.worldofspectrum.org/ZXBasicManual/zxmanchap24.html|] except that the very first byte (the name of the array) is absent. The name of the array stored in the second byte of ''Parameter 1'' in header block.


For example data block of a 2x3 numeric array (with small integer numbers):
For example data block of a 2×3 numeric array (with small integer numbers):
{|border="1"
{|border="1"
!Byte (decimal)
!Byte (decimal)

Navigation menu