Articles

Why did I start learning assembly?

 Well bascally, I was tired  of these languages with classes , namespaces ... Not only that, most of these languages didn't  give me the option to interact with the system as I wanted. Assembly  did. What type of assembly am I learning? I'm learning x86 Windows assembly ( Intel syntax ). What did I learn? Currently I have learned how to do basic math and printing. Even tho it's not much I believe it is still a giant step. Where can you see my code? You can check it out at  https://git.rtx3080ti0415.qzz.io/RTX3080Ti/learning-asm .