sword

The sword type

In NBC the sword type is a signed 16-bit value. This type can store values from INT_MIN to INT_MAX.

  dseg segment
    x sword 0xfff
    y sword -23
  dseg ends

Generated by  doxygen 1.6.2