From the screen shot you posted above, it appears that the size of an unsigned long is only 16 bits (2 bytes) for the Turbo compiler you have.
Therefore, when you entered hex: 233AC
it was truncated to two bytes 33AC
= 13228 decimal.
nullptr 167 Occasional Poster
sing1006 commented: thx, you solve my problem by remind me can't return 2 parameters. +1
nullptr 167 Occasional Poster
nullptr 167 Occasional Poster
nullptr 167 Occasional Poster