Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 694 Bytes

Free Memory Pointer.md

File metadata and controls

22 lines (19 loc) · 694 Bytes

There is a “free memory pointer” at position 0x40 in memory.

If you want to allocate memory, use the memory starting from where this pointer points at and update it.

Considering the reserved memory, allocatable memory starts at 0x80, which is the initial value of the free memory pointer.


Slide Screenshot

129.jpg


Slide Text

  • Position 0x40
  • Initial Value -> 0x80
  • Beyond Reserved Slots
  • Ptr Points to -> Allocatable Memory
  • Memory Allocation -> Update Free Memory Ptr

References


Tags