HP 3000 Manuals

INTEGER*2 Format [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation


HP FORTRAN 77/iX Reference

INTEGER*2 Format 

An INTEGER*2 datum is always an exact representation of an integer, whose
values can be positive, negative, or zero.

An INTEGER*2 datum occupies half a 32-bit word (two bytes), in two's
complement format, and has a range of:

     -32768 to +32767 (-215 to +215-1)

[]
Figure 10-2. INTEGER*2 Format


MPE/iX 5.0 Documentation