The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: woonsan on May 07, 2008, 10:36:15 AM

Title: Linked-List, Stack by x86 Assembly
Post by: woonsan on May 07, 2008, 10:36:15 AM
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]