diff --git a/Basic-Assembly-tutorial.md b/Basic-Assembly-tutorial.md index e618562..e2141a6 100644 --- a/Basic-Assembly-tutorial.md +++ b/Basic-Assembly-tutorial.md @@ -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.