News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Linked-List, Stack by x86 Assembly

Started by woonsan, May 07, 2008, 10:36:15 AM

Previous topic - Next topic

woonsan

This contains Linked-List and Stack.
It can be reused for many times in a program because it has written as a part of a program. (Founds upon an Object Structure for own data array)

Feature >
The stack can operate data as much as 128-bit and also 64-bit. When use these operation, it returns value via MM0 or XMM0.
Now, it exists as a part of C program but it can be used independently.

Use of this code is free.
If it has some problems, please let me know (I think that Linked-List section might have some problems).

[attachment deleted by admin]