Author |
Topic: Right shift with sbn SIC instruction (Read 4714 times) |
|
MOR
Newbie
Posts: 2
|
|
Right shift with sbn SIC instruction
« on: Mar 23rd, 2013, 1:52pm » |
Quote Modify
|
Hello there, I have a problem of doing the right shift by 1 position (or divide by 2) with the sbn a,b,c command of SIC instruction set. I want to do that for implementing the Combinational Multiplier. The command does the following: sbn a,b,c # Mem[a] = Mem[a] – Mem[b];if (Mem[a]<0) go to c I am looking forward to hearing from you and i would appreciate any kind of help. thank you.
|
|
IP Logged |
|
|
|
|