The LazyBoy Library Manual - ByteToSInt

Part of the Number Conversions group.

%imacro ByteToSInt 2
Prefers: ES:DI, AL
Prefers: DI, AL

Convert a byte to a signed integer string.

The destination buffer must be at least 5 bytes. (range -128..127)

See ByteToHex for more information.