If you are interested in learning very basic assembly language, please follow along with these series. There are tons of great resources/lectures available on the internet, so why have I bothered to create this thread? Because I can help you debug and can direct you to a manageable approach to learning assembly.

We will be working in x86 using linux system calls. Why? Because I am not too familiar with DOS system calls. We will be using the SASM IDE

https://dman95.github.io/SASM/english.html

I really like the fact that SASM graphically displays register values.

In lesson 0.1 I will very briefly discuss hardware.