Visual Studio Code Plugin for CC65

You need an actual VIC.

Moderator: Moderators

Post Reply
User avatar
plbyrd
Vic 20 Hobbyist
Posts: 135
Joined: Tue Jun 01, 2010 9:32 pm
Website: http://thesharp.ninja
Location: Clarksville, TN
Occupation: Software Engineer

Visual Studio Code Plugin for CC65

Post by plbyrd »

I've published an update to my VS Code plugin for CC65 programming (both C and ASM).

* Code coloring
* Snippets
* Build with CC65 toolchain directly
* Run emulator directly
* Build with make
* Run with make

https://marketplace.visualstudio.com/it ... Ninja.cc65
User avatar
TLovskog
Vic 20 Enthusiast
Posts: 194
Joined: Fri Mar 25, 2011 3:16 pm
Location: Kävlinge, Sweden

Re: Visual Studio Code Plugin for CC65

Post by TLovskog »

Ohh!
That is so beautiful. Thanks for the work.
BR
Thomas Lövskog
rhurst
Omega Star Commander
Posts: 1371
Joined: Thu Jan 31, 2008 2:12 pm
Website: https://robert.hurst-ri.us
Location: Providence, RI
Occupation: Tech & Innovation

Re: Visual Studio Code Plugin for CC65

Post by rhurst »

I will definitely be checking this one out. Thanks for writing and posting this.
Any technology distinguishable from magic is insufficiently advanced.
https://robert.hurst-ri.us/rob/retrocomputing
rhurst
Omega Star Commander
Posts: 1371
Joined: Thu Jan 31, 2008 2:12 pm
Website: https://robert.hurst-ri.us
Location: Providence, RI
Occupation: Tech & Innovation

Re: Visual Studio Code Plugin for CC65

Post by rhurst »

Is there ca65 ASM color coding?
  • A single opcode paints as a label, i.e., asl, clc, inx, iny, rts all show up in red
  • Cheap local label paints in dark blue, i.e., @loop
  • Compiler directives .include is bright blue, .ifdef/.else/.endif are bright purple, .byte, .fileopt, .segment, .word are cyan
Any technology distinguishable from magic is insufficiently advanced.
https://robert.hurst-ri.us/rob/retrocomputing
norm8332
Vic 20 Nerd
Posts: 626
Joined: Sun Nov 13, 2016 11:04 am
Location: USA

Re: Visual Studio Code Plugin for CC65

Post by norm8332 »

(from atariage)
plbyrd wrote:I have deleted all of my source code, both locally and in source control systems permanently. Please respect my copyrights by not distributing any of my software, whether in binary or source code form:

CBM-Command
NinaTerm
A2Command
EasyCLI
EasyFlash Cart Builder

Thank you.
plbyrd wrote:As for taking down all my stuff; It's mine to take down. It's mine to withhold from society. It's mine to do with what I want to do with it. I don't want ANY temptation to come back. I don't want any unfinished projects hanging around my neck to take me away from my family.

I have been nothing but giving to this community. I've built all kinds of software for other people to use and didn't ask a penny for any of it. I've earned some respect and there are those who barely do anything that want to tear other people down. I'm done with it all. I've got a few things to sell and when they're gone I'm not looking back.
Lame deleting all your stuff. You could have just turned it over to a third party and been done with it but you seem to feel good about denying the community of your work. Good riddance then, great way to go out as a jerk.
“In religion and politics people’s beliefs and convictions are in almost every case gotten at second-hand, and without examination... whose opinions about them were not worth a brass farthing.”

-Autobiography of Mark Twain
groepaz
Vic 20 Scientist
Posts: 1188
Joined: Wed Aug 25, 2010 5:30 pm

Re: Visual Studio Code Plugin for CC65

Post by groepaz »

not the first time this happens...
I'm just a Software Guy who has no Idea how the Hardware works. Don't listen to me.
Post Reply