|
Hi! I've been trying to get started with NES programming by following one of the tutorials on the site, and I'm using NESASM 2.0. Unfortunately, no matter what .ASM file I pass to it, it always quits out with a GPF. I'm running Windows XP, does anyone have any advice on how to get it to work? Here's what it does when I try to compile something...
C:\NESDEV>nesasm demo.asm NES Assembler (v2.0)
Exiting due to signal SIGSEGV General Protection Fault at eip=00009a10 eax=fffd0000 ebx=00000000 ecx=0000029f edx=fffd0000 esi=00004000 edi=0000000b ebp=002615cc esp=002615bc program=C:\NESDEV\NES3\NESASM.EXE cs: sel=01a7 base=029f0000 limit=7d5fffff ds: sel=01af base=029f0000 limit=7d5fffff es: sel=01af base=029f0000 limit=7d5fffff fs: sel=017f base=00006830 limit=0000ffff gs: sel=01bf base=00000000 limit=ffffffff ss: sel=01af base=029f0000 limit=7d5fffff
Call frame traceback EIPs: 0x00009a10 0x0000998d 0x0000cc6c 0x0000a456 0x00004c7e 0x0000443d 0x000094fa
|