Hi,

I have used the 32 bit asm multiply routine and have got a number larger than 16 bits (of course!!)

Now i want to display this number but it wont !!

OK..

The number is 317440

The numbers displayed are

4 55296

4 is the high byte number = 262144
55296 is the low byte number = 55296

add these togheter you get 317440, correct answer but wrong display...

debug #(hibyte), # (lobyte)

any suggestions ?

thnks

Pete