Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > General Gambling > Computer Technical Help
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-26-2005, 12:13 AM
DoomSlice DoomSlice is offline
Senior Member
 
Join Date: Jan 2005
Posts: 582
Default Assembly Code Multiplication

Anyone know how to do an efficient Assembly Code multiplication of 2 15 bit numbers into a 32 bit register using the following operations:

nand rA rB dest
add rA rB dest
beq rA rB offset (branch to offset or label if rA = rB)
halt

I need to simulate bit shifting by using add and somehow use nand to figure out the product of the two by using some combination of nands.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.