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.
how do you compile like say.....wla dx...i found some little 'walkthrough' (http://www.network54.com/Forum/56397/me ... er+Windows) but, that mingw is like a ton of files big and its like i cant find the program! why cant they have it like ....download and run it. instead of wasting my time!!
ps, if this helps....im using windows
any help would be nice..........thanks!
MinGW is no different from any other GCC port. You need to find gcc.exe and make sure that the environment variable "Path" contains its path. For example, if you have installed MinGW such that there is a file called C:\mingw\bin\gcc.exe then your Path should contain C:\mingw\bin .
If you want a GCC that you can just "double-click" then get a MinGW distribution such as Dev-C++. Play around with it for a while, coding your own C programs starting with hello world, before you tackle something big like WLA-DX.