INT

Top  Previous  Next

 

The data type INTEGER corresponds to our normal numbers with sign, its range of values reaches from -32.768 till +32.767. It needs two bytes, just like the WORD.

 

Examples for the use of INT-types

 

      T      ‘Sum’  // ‘Summand’ is declared as INT in the symbol table

      L      -5

 

See also:

Data Types