[next] [previous] [contents]

  18.1 Integer Format
  There are three ways in which integer data can be repre-
  sented, depending on the size of the data to be stored: byte,
  word, and longword. Note that negative integer values are
  stored in two's complement format. The following sections
  describe each of these formats.