Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 3
    To clarify: you can't represent -10 in twos complement in only 4 bits: a 4 bit, 2s-complement integer runs from -8 to +7. So you must do your math with at least 5 bit integers and use at least 10 bits for representing the product. Commented Oct 10, 2010 at 7:44