sbyte

The sbyte type

In NBC the sbyte type is a signed 8-bit value. This type can store values from SCHAR_MIN to SCHAR_MAX. The sbyte type is often used to store the ASCII value of a single character.

  dseg segment
    ch sbyte 12
  dseg ends

Generated by  doxygen 1.6.2