Understanding The assembly language part 2

I shortly explained some basic things and some instruction in the part 1. In this post i will discuss more about assembly language such as Variable, Array, Conditional, Loop etc. Remember, These post only for basic understanding of asm , not to be coder.

Variable:

Variable is data storage location. If you did the other programming language(You should before asm) then you know how variables work. Variable store some data to be used later when needed. I want to give you 3 example of these programming language.

Read more »