mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-24 13:05:51 +00:00
Updated Basic Assembly tutorial (markdown)
parent
f877bb6b15
commit
961593717b
@ -1,3 +1,5 @@
|
|||||||
|
Tutorial under construction
|
||||||
|
|
||||||
## The very basics
|
## The very basics
|
||||||
### Binary and hexadecimal number representation
|
### 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user