The sdword type
In NBC the sdword type is a signed 32-bit value. This type can store values from LONG_MIN to LONG_MAX. You can also define a signed 32-bit variable using the slong keywords.
dseg segment x slong 2147000000 y sdword -88235 dseg ends