This tutorial is intended for those who are not familiar with
assembler at all, or have a very distant idea about it. Of course if you
have knowledge of some other programming language (Basic, C/C++,
Pascal...) that may help you a lot.
But even if you are familiar with assembler, it is still a good idea to
look through this document in order to study emu8086 syntax.
It is assumed that you have some knowledge about number
representation (HEX/BIN), if not it is highly recommended to study
Numbering Systems Tutorial before you proceed.