Chunk Type
Revision as of 10:24, 5 January 2019 by <bdi>Foone</bdi> (talk | contribs) (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....")
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.