The LazyBoy Library Manual - DWordToSInt

Part of the Number Conversions group.

%imacro DWordToSInt 2
Prefers: ES:DI, DX:AX
Prefers: DI, DX:AX

Convert a dword to a signed integer string.

The destination buffer must be at least 12 bytes. (range -2147483648..2147483647)

See DWordToHex for more information.