Join 36000+ teachers and students using TTIO.
Assembly language is a low-level programming language. It equates to machine code but is more readable. It can be directly translated into machine code, but it uses mnemonics to represent the instructions to make it easier to understand.
https://en.wikipedia.org/wiki/Assembly_language
https://www.bbc.co.uk/bitesize/guides/zbk8jty/revision/2
Advanced: https://software.intel.com/content/www/us/en/develop/articles/introduction-to-x64-assembly.html
www.teachyourselfpython.com