BYTE

Top  Previous  Next

 

This data type has got a size of 8 bits. The range of values contains the numbers 0 – 255 resp. $00 - $FF

                8

or 0 – (2  -1). The bits are numbered from 0 till 7, bit 7 is the most significant bit (MSB most significant bit).

         

Examples for the use of BYTE-types

 

      T      MB 177

      L      #Byte2              (Byte2 has been declared as In-BYTE)

      L      B#16#0A             (‘10’ is loaded in accu 1)

 

See also:

Data Types