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.

Required fields*

2
  • 2^10-1 = 1023. There are 1024 possible values for 10-bit numbers, but since 0 is usually included, then we think of 10 bits as capable of representing 0 to 1023. Or, -512 to 511 if we have a signed 10-bit number. Commented Jul 19, 2016 at 23:56
  • Possible duplicate of How do we go from assembly to machine code(code generation) Commented Jul 20, 2016 at 6:32