Difference between revisions of "Chunk Type"

From Foone Wiki
Jump to navigation Jump to search
(Created page with "Chunk types are 4 bytes long, and represent an english word in ASCII. An example is MBMP. Because the x86 architexture is little-endian, They are written backwards in files....")
 
(No difference)

Latest revision as of 10:24, 5 January 2019

Chunk types are 4 bytes long, and represent an english word in ASCII. An example is MBMP.

Because the x86 architexture is little-endian, They are written backwards in files. The above "MBMP" would be written "PMBM", for example.