C64Studio icon indicating copy to clipboard operation
C64Studio copied to clipboard

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC

Results 21 C64Studio issues
Sort by recently updated
recently updated
newest added

It would be nice if the tool supported Mulit-file BASIC build. Is this possible today? If selected wisely (either as labelled listing without duplicate labels or with non-overlapping Start/Range-addresses per...

Thanks for making a great tool! It would be great if the labelling somehow was the original/reference file, thus making it possible to select any names to any lines. This...

I've tried to get C64Studio running on Ubuntu 20.04. There are some copy problems in C64Studio.csproj, but they are easily fixed ny adding cp $(TargetDir)C64Studio.exe $(SolutionDir)C64StudioRelease/$(TargetFileName) cp $(TargetDir)*.dll $(SolutionDir)C64StudioRelease rm...

According to documentation it should be able to cope with other start addresses _This pseudo op adds a BASIC start line with a sys call to either the given jump...

> Uploaded the fixed version to the usual link: https://www.georg-rottensteiner.de/files/C64StudioRelease.zip only just tried this and still having the same problem :( errors with unused label !text and !binary Edit: think...

When a CONST ist created its not showing up in auto completion list ![image](https://user-images.githubusercontent.com/28303235/132033359-029e6768-6ff5-41f3-9450-097f57645af3.png) Once the project is build once, it's listed. Is this a known or normal behavior?

while im posting .... any chance you can support c64tass tasm syntax/pseudo commands please ... pretty please with cherries on top :D wishful thinking

Hi, the combination of using MS Visual Code and a Kick Assembler plugin is becoming increasingly popular, see for example https://marketplace.visualstudio.com/items?itemName=sanmont.kickass-studio. Kick Assembler has a lot of feature which the...

Hi, I tried to enable dark mode in C64 Studio since the current setup hurts my eyes. In the last few years, most IDEs started offering dark mode support. I...