dhanh90 0 Newbie Poster

I'm learning MIPS structure and starting writing assembly code..and i have problem with multiplication...the thing is in mips we have HI and LO to store the product .when the product is small (32 bit) i can use mflo to print out the result..but mult two big numbers the result will store in both HI and Lo registers...so, how can i print exact result i want to print?/
Thanks in advance,