when i include STDLIB.A AND STDLIB.LIB in my file it gives me the errror when i TLINK
error: Undefined symbol PSP in library file stdlib.lib in modlue MEMORY
any help?
Printable View
when i include STDLIB.A AND STDLIB.LIB in my file it gives me the errror when i TLINK
error: Undefined symbol PSP in library file stdlib.lib in modlue MEMORY
any help?
it was my meminit function doing it..but now i get NTVDM error....i think its my DUAL CORE CPU causing this problem
I don't think it has anything to do with the dual processor. I downloaded the stdlib from http://webster.cs.ucr.edu/AsmTools/MASM/stdlib/ but the version I got doesn't need you to declare the PSP variable.
Can you post your code and maybe attach the stdlib that you have so we can check where your exception is.
Ok i got it to work with the stdlib files your provided. but now i got one more problem
byte "Parse error",0
byte shows up ILLEGAL INSTRUCTION
I'm not sure if that error is specific to your assembler. I got no error in my testing.
Maybe try to replace "byte" with "db" and hope it will work :)