What is an assembly language?
Assembly language is a low level programming language. You need
to get some knowledge about computer structure in order to understand
anything. The simple computer model as I see it:
The system bus (shown in yellow) connects the various
components of a computer.
The CPU is the heart of the computer, most of computations occur
inside the CPU.
RAM is a place to where the programs are loaded in order to be
executed.