Assembly is dead. There is no point wasting your time writing your entire programs in ASM. The only use for it now is to speed up programs by embedding it in existing C/C++ code. I suggest you learn C++ first, then learn about the cpu architecture ( you need to understand that if you want to use ASM ) before you move on to inline ASM.
Yours,
-Elly
Yours,
-Elly