The LazyBoy Library Manual - DWordToUInt

Part of the Number Conversions group.

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

Convert a dword to a unsigned integer string.

The destination buffer must be at least 11 bytes. (range 0..4294967295)

See DWordToHex for more information.