Updated Basic Assembly tutorial (markdown)

Simon Fortier 2017-11-08 20:06:35 -05:00
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.