Hi all!,
i would like to know if there is an implementation of list data structure for masm.
Thanks in advanced,
NCR
i would like to know if there is an implementation of list data structure for masm.
Thanks in advanced,
NCR
NCR,
Which kind of list? List of what?
Linked lists are straightforward (unless you use xor linking). Dynamic array-based implementations require more housekeeping.
Which kind of list? List of what?
Linked lists are straightforward (unless you use xor linking). Dynamic array-based implementations require more housekeeping.
sorry, yes, i'm looking for an implementation of linked list.
NCR,
What stops you from writing code yourself? Those Wiki links even contain pictures.
What stops you from writing code yourself? Those Wiki links even contain pictures.
well, actually, i think i don't ahve the skill yet to write that kind of thing in asm :) that's the reason why i'm not doing it. anyways, i found this: http://www.asmcommunity.net/board/index.php?topic=7361.0 and this: http://guandedio.orgfree.com/ensamblador/ensamblador-masm32/59-lista-doblemente-enlazada-en-masm.html and i think it can help me in my app.
Thanks anyways!,
NCR
Thanks anyways!,
NCR