CC65 in Windows

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
MartyG
Posts: 7
Joined: 31 Oct 2023

CC65 in Windows

Post by MartyG »

Hi All;
When wanting to install CC65 in windows 10, the instructions say "install.vbs" where do I find the Install vbs file in CC65 ?? I don't see it anywhere ?? THANK YOU marty
GinDiamond
Posts: 39
Joined: 12 Feb 2022

Re: CC65 in Windows

Post by GinDiamond »

What do you particularly mean? If you clone the git repo, then make sure you have gcc of some sort and added to your path, you should just be able to cd to the root cc65 directory and type "make" and let it ride

Also, there are prebuilt binaries for you, you can add the bin folder to path if you want. I do it all local from a batch file.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: CC65 in Windows

Post by BigEd »

Perhaps the errant instructions are from the wiki on nesdev - and that's probaby outdated - it's five years old. The instructions on the cc65 site are simpler:
https://cc65.github.io/getting-started.html
User avatar
Proxy
Posts: 746
Joined: 03 Aug 2018
Location: Germany

Re: CC65 in Windows

Post by Proxy »

yea cc65 just has a prebuilt version for windows, you download it (in the link that BigEd posted), unzip it to somewhere, add the bin folder to your PATH variable and then it just works.

though cc65 also has it's own envrioment variable that you should probably set, that being "CC65_HOME" which simply points to the directory where you put cc65.
Post Reply