using pointers in nasm
I'm trying to create a linked list in assembly using malloc to create space for new nodes. malloc will return a pointer to the memory location it has allocated. I'm not sure how to use that pointer. How do I write to the memory location of the pointer I've been given in nasm assembly?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement