Quote Originally Posted by HenrikOlsson View Post
If changing over my other 32-bit operations to N-bit_math in order to get the ASCII conversion going is the easiest way to go forward than I'll need to take it into consideration.
I see no reason to change what you have if it works already.

In post#1 you indicated the value was in myVarH and myVarL.
If you changed those word variables so they are mapped to Value32, you could display your existing values with very little modification. Just GOSUB Signed32.

Code:
myVarH  VAR WORD EXT : @myVarH = _Value32 + 2
myVarL  VAR WORD EXT : @myVarL = _Value32


Any idea of the execution time?
No, I could run some tests in the SIM though.
I'll get back on that.