Addressing Modes

ALL ABOUT ADDRESSING MODES: Moving into the depths of low-level programming, we land upon assembly language. Assembly language is the closest language to us programmers and hardware. The assembly language is hardware dependent. You can’t write the same code for all the devices that you are about to use. Before you write any assembly code, […]

Read More Addressing Modes

The allocators behind dynamic memory allocators

We know the common memory allocators as 𝐦𝐚π₯π₯𝐨𝐜(), 𝐜𝐚π₯π₯𝐨𝐜(), 𝐫𝐞𝐚π₯π₯𝐨𝐜(). Although having a different functionality, almost all of the above function as the same. 𝐌𝐚π₯π₯𝐨𝐜() allocates a chunk of memory with respect to the data type they are provided with.π’π²π§π­πšπ±: pointer = (typecast*) malloc(byte-size) π‚πšπ₯π₯𝐨𝐜() allocates given chunk of memory with size of each element, […]

Read More The allocators behind dynamic memory allocators

CURIOSITY – MSL

MARS! Our lovely neighbour.  Do you want to go there? One day we might be there, don’t worry, Elon’s here with us. Scientists sent many rovers, landers and orbiters to mars. One among them is Curiosity. Curiosity is the largest and most capable rover ever sent to Mars. It launched November 26, 2011 and landed […]

Read More CURIOSITY – MSL