Advertisement

using pointers in nasm

Started by October 25, 2004 02:49 PM
0 comments, last by GameDev.net 20 years, 3 months ago
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