>>105887756
You're not going to understand much about assembly languages without understanding the basics of chip architecture and memory, at the very least you know what registers are and how they are used.
Aside from that it's just getting used to the operations without the abstraction provided by higher-level languages, like having to use jump statements for conditionals and loops rather than if/else and for/while.