The address addr and length len of the string are pushed to the stack. The location of the newly created string should be considered transitory (for example, calling N>S again with a different value will overwrite the string).
The variable ZEROS is consulted when building the string. If TRUE (or any non-zero value) leading zeros will be included in the string.
If the number is negative a leading - sign will be included.
In V1.2 It is possible to force numbers to be interpreted as unsigned by setting the UNSIGNED variable to true.
|