mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-17 00:29:21 +00:00
Updated Basic Assembly tutorial (markdown)
@@ -1,3 +1,5 @@
|
||||
Tutorial under construction
|
||||
|
||||
## The very basics
|
||||
### Binary and hexadecimal number representation
|
||||
Computers can only "understand" the binary numbers (or base-2) as an electrical signal in its circuits. It is represented with the symbols 0 and 1. In this tutorial, each digit of a binary number is called a **bit**. We say that a bit is 'set' when it is equal to 1.
|
||||
|
||||
Reference in New Issue
Block a user