Ever since I installed winXp service pack 2 w/security updates nasm will not work. I keep getting the same "General protection fault" error.
C:\djgpp>nasm -f coff project3.asm
Exiting due to signal SIGSEGV
General Protection Fault at eip=0002a997
eax=ffca0080 ebx=0000001f ecx=000002ad edx=ffca0000 esi=00000080 edi=00000004
ebp=0008bfc4 esp=0008bfb4 program=
cs: sel=01a7 base=02ad0000 limit=7d51ffff
ds: sel=01af base=02ad0000 limit=7d51ffff
es: sel=01af base=02ad0000 limit=7d51ffff
fs: sel=017f base=0000dfe0 limit=0000ffff
gs: sel=01bf base=00000000 limit=ffffffff
ss: sel=01af base=02ad0000 limit=7d51ffff
Call frame traceback EIPs:
0x0002a997
0x0002a91d
0x00029bae
0x00029c65
C:\djgpp>
Can anyone tell me how to solve this problem? Thanks.