i have a few .asm files which i want to compile. i get these errors when i try to compile using nasm
Code:
[nspmangalore@localhost XINU-PC-BOOK-CODE]$ nasm -f elf -o ctxsw.o ctxsw.asm
ctxsw.asm:3: error: parser: instruction expected
ctxsw.asm:11: error: parser: instruction expected
ctxsw.asm:30: error: parser: instruction expected
ctxsw.asm:46: error: symbol `_ctxsw' redefined
ctxsw.asm:46: error: parser: instruction expected
[nspmangalore@localhost XINU-PC-BOOK-CODE]$
i have attached an archive containing the files.
it would be gr8 if someone found a way to compile it, and tell me how.
thanks in advance...