Chunk Type

From Foone Wiki
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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.