Actions

Difference between revisions of "Word"

From Sonic Retro

(added page)
Line 1: Line 1:
  
A word is two bytes.
+
A word is two [[byte]]s.
  
 
A common use for a word is an integer representing either values from 0 to 65535 or from -32768 to 32767.
 
A common use for a word is an integer representing either values from 0 to 65535 or from -32768 to 32767.
  
 
Words are also used in [[offset index]]es.
 
Words are also used in [[offset index]]es.

Revision as of 13:41, 1 October 2004

A word is two bytes.

A common use for a word is an integer representing either values from 0 to 65535 or from -32768 to 32767.

Words are also used in offset indexes.