I know that this is not a forum that explicitly does assembly, but I was directed here from another forum and I was wondering if anyone could help.
My orginal post was:
Someone then suggested to create a memory manager. Does anyone have resources (websites, papers, books, code, etc.) to implement such a thing?Is there a way to dynamically allocate memory in the data segment? If so, how?



LinkBack URL
About LinkBacks



) The user is to input a string, and using some parsing techniques, I will generate an array (list, vector, whatever) of tokens. I am attempting to do this all in assembler.