Assembly Crash Course
Compilers convert C code into Instructions
HEAP
Whenever you use malloc or calloc or global or static variable we use the memory of heap
Registers
Registers are special memory containers present in CPU.
There are general purpose registers (eax,ebx,e...
booleanbug.hashnode.dev1 min read