Thanks AmKG!!
I solved the problem. I used 2 array of 10000 elements each and just multiply digit by digit...i dont know the other ways...
Wishing you a happy holiday AmKG
sd
Thanks AmkG
Now the requirement changes to displaying up to 500 digits...the multi-word maths would not work. Someone told me using array to store single digit in each element..but i am not sure how to do it
Thanks
Thanks Oak
It works but the cursor is not advanced...the first character got overdrived(I want to highline a number in an array). I try to used
mov ah, oeh
It displayed the number, but i lost the color
Hope to here from you
Thanks
Hi
I need to to N! and display to the screen up to 71 digits...I dont know how to do that...Would appreciate if anyone can help me with that..
Thanks
sd
Hi
I want to display the index of the array but it just prints out crazy chareters...Please help
INCLUDE PCMAC.INC
.MODEL SMALL
.586 ;Allows pentinum instructions.
.STACK 100h
.DATA
D DB 501 DUP (1)
OutPut DB 'Cup number $'
OutPut1 DB...
Hi
I need to to N! and display to the screen up to 71 digits...I dont know how to do that...Would appreciate if anyone can help me with that..
Thanks
sd
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.