Archive

Archive for June 2nd, 2011

C64 Studio v1.2b

June 2nd, 2011 No comments

C64 Studio is a .NET based IDE written by Georg Rottensteiner.

This app supports project based C64 assembly. The internal assembler is using the ACME syntax.

In connection with Vice the IDE allows you to debug through your code and watch variables/memory locations, registers and memory.

Any other emulator can be set up as well if it’s startable via runtime arguments. C64 Studio allows you to compile to raw binary, .prg, .t64 or cartridge format (.bin and .crt for 8k and 16k).

Additionally to this C64 Studio comes with a charset and sprite editor.

Version history:

02.06.2011 – 1.2b:

  • Fixed crash when pushing “Macros” without active document.
  • Fixed copy/paste bug in charset editor.
  • Added clipboard import for sprites.
  • Cleared undo buffer on direct file load.
  • Fixed parse bug which allowed LDA/STA (xxx),x
  • Added copy/paste for sprites.

24.05.2011 – 1.2a:

  • Fixed sprite editor import and export (horribly messed up)

Download: C64 Studio beta (909)

source: lemon64.com