General ASM6 Questions

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

User avatar
neilbaldwin
Posts: 481
Joined: Tue Apr 28, 2009 4:12 am
Contact:

Post by neilbaldwin »

Quick tip for OSX users:

If you're running Snow Leopard and have the latest Xcode tools installed, the latest version of GCC tries to build 64-bit by default which causes a run-time segmentation error with ASM6. Use the "-m32" option to force GCC to output a 32-bit version which works fine.
Post Reply