The slong type
In NBC the slong 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 sdword keywords.
dseg segment x slong 2147000000 y sdword -88235 dseg ends