+ 1
i just want to ask how can i learn assembly language easily ?? how can i master it. and if ther is some sources or books to help
2 ответов
+ 3
First of why?
Either way, assembly is not really easy, it requires you to have at least the basics of how computers work in the back of your head, also knowing the binary system will be handy + (hexadecimal system). Binary arithmetic (adding and subtracting in binary). And last but not least memory addressing (I'm not gonna go deeper into this).
If however you want to learn assembly for whatever reason, I think tutorialspoint does a decent job of it:
https://www.tutorialspoint.com/assembly_programming/index.htm
0
thanks for youre help ..
i appreciate it.😊