How to Dynamically Allocate Memory Using Assembly and System Calls Under Linux
Posted
by mudge
on Stack Overflow
See other posts from Stack Overflow
or by mudge
Published on 2010-05-06T14:54:04Z
Indexed on
2010/05/06
14:58 UTC
Read the original article
Hit count: 280
I'm looking for some good code examples of dynamic memory allocation using an assembly language under Linux and using system calls, not malloc and friends.
What are some of the simplest but effective ways to do this?
On Intel 386+ computers.
© Stack Overflow or respective owner