Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/18/05 07:28
Read: times


 
#87855 - Push and Pop
My question is like this :

I have 2 variables X and Y,each of them will be 16 bits. I need to do the multiplication of XiY,which means it is a loop.When i=0,I need to do X0Y and so on.

The problem is how to extract all Y element from Y and do the multiplication?How to store the large multiplication result with the limited accumulators and keep multiply until get the final results (XiY)?

I have tried the function of Push and Pop but the overall idea of how it works is too vague for me.

Please help. Thanks!


List of 12 messages in thread
TopicAuthorDate
Push and Pop            01/01/70 00:00      
   Loop            01/01/70 00:00      
   Wrong value            01/01/70 00:00      
      Expanding            01/01/70 00:00      
         re:expanding            01/01/70 00:00      
            possible - yes. practical - no            01/01/70 00:00      
               :)            01/01/70 00:00      
                  not scientific            01/01/70 00:00      
                     Hmm            01/01/70 00:00      
                     test            01/01/70 00:00      
                        a small correction to the previous post            01/01/70 00:00      
                           :)            01/01/70 00:00      

Back to Subject List