CBM prg Studio
Moderator: Moderators
-
- Vic 20 Enthusiast
- Posts: 185
- Joined: Fri Mar 19, 2010 4:31 pm
- Website: http://www.ajordison.co.uk/
- Location: Hartlepool, UK
- Occupation: Software Engineer
Re: CBM prg Studio
Time to spread some Christmas cheer with a new version of CBM prg Studio.
New features in this version:
* General editing improvements (select to end, screen etc).
* Comment blocks.
Debugger now shows effective address of next instruction.
Assembler:
* Reporting of page boundary crossings for branching instructions.
* Choose character set for TEXT directive.
Download link in my sig below. Enjoy!
New features in this version:
* General editing improvements (select to end, screen etc).
* Comment blocks.
Debugger now shows effective address of next instruction.
Assembler:
* Reporting of page boundary crossings for branching instructions.
* Choose character set for TEXT directive.
Download link in my sig below. Enjoy!
Try out CBM prg Studio over at www.ajordison.co.uk
-
- Vic 20 Amateur
- Posts: 46
- Joined: Fri May 21, 2010 11:50 pm
- Website: http://www.subethasoftware.com
- Location: Des Moines, Iowa, US
- Occupation: Embedded programmer.
Re: CBM prg Studio
I just discovered this IDE and have been checking it out. I would like to import some of my old VIC-20 BASIC programs (from tape images), but when I try File->Import->Basic File and point it to a .t64 I made, I get a xxxxx.bas tabe but the content is not my program. I see the "T64 import header information" comment block, then four numbered entries (are these my BASIC programs from the tape?).
Am I missing a step to get the BASIC program out of this?
Am I missing a step to get the BASIC program out of this?
-
- Vic 20 Enthusiast
- Posts: 185
- Joined: Fri Mar 19, 2010 4:31 pm
- Website: http://www.ajordison.co.uk/
- Location: Hartlepool, UK
- Occupation: Software Engineer
Re: CBM prg Studio
Is it a multi-part tap file? CBM prg studio can't import those.
Try out CBM prg Studio over at www.ajordison.co.uk
-
- Vic 20 Amateur
- Posts: 46
- Joined: Fri May 21, 2010 11:50 pm
- Website: http://www.subethasoftware.com
- Location: Des Moines, Iowa, US
- Occupation: Embedded programmer.
Re: CBM prg Studio
I made .wav files of my VIC tapes. What would you recommend for me to get my files in to the IDE?ajordison wrote:Is it a multi-part tap file? CBM prg studio can't import those.
Re: CBM prg Studio
As far as I could see http://wav-prg.sourceforge.net/audiotap.html is the best instant tool available for that kind of data archeology. There's also a list of alternatives.allenhuffman wrote:I made .wav files of my VIC tapes. What would you recommend for me to get my files in to the IDE?ajordison wrote:Is it a multi-part tap file? CBM prg studio can't import those.
A man without talent or ambition is most easily pleased. Others set his path and he is content.
https://github.com/SvenMichaelKlose
https://github.com/SvenMichaelKlose
Re: CBM prg Studio
While tinkering with my old programs I realised that the changes I made were not being applied to auto.prg when using F5. Even clicking on the save project and save file icons and then using F5 to build to ram and run, resulted in the original file to be opened in the emulator.
I have checked the settings and all seems to be ok. Quitting and then reloading is the only way to get the changes to run in the emulator.
OS = windows 10 32bit
prg studio = v3.6.0
emulator = VICE 2.4
I have checked the settings and all seems to be ok. Quitting and then reloading is the only way to get the changes to run in the emulator.
OS = windows 10 32bit
prg studio = v3.6.0
emulator = VICE 2.4
Re: CBM prg Studio
Please ignore previous post.
Although the symptoms as described above were correct, it must have been a glitch with my system.
I re-booted and now it all works as expected.

Although the symptoms as described above were correct, it must have been a glitch with my system.
I re-booted and now it all works as expected.

-
- Vic 20 Enthusiast
- Posts: 185
- Joined: Fri Mar 19, 2010 4:31 pm
- Website: http://www.ajordison.co.uk/
- Location: Hartlepool, UK
- Occupation: Software Engineer
Re: CBM prg Studio
If you're having problems with F5 not building updated code, choose 'clean' from the 'build' menu to remove temporary files and force a rebuild. This is a bit flaky at the moment!
Try out CBM prg Studio over at www.ajordison.co.uk
Re: CBM prg Studio
OK.
Thanks for the 'heads-up'.
Thanks for the 'heads-up'.
-
- Vic 20 Enthusiast
- Posts: 185
- Joined: Fri Mar 19, 2010 4:31 pm
- Website: http://www.ajordison.co.uk/
- Location: Hartlepool, UK
- Occupation: Software Engineer
Re: CBM prg Studio
Here we go with version 3.7.0 of CBM prg Studio. Two big new features in this version are:
* SID Emulation. Finally, after years in development, you can listen to the sounds created with the tool!
* Support for abbreviate BASIC commands (pO for poke, ? for print etc.) plus tools to compress and uncompress source code. V2 Basic only for the moment.
A big thank you to everyone who helped with this version and for your continued support for this project.
* SID Emulation. Finally, after years in development, you can listen to the sounds created with the tool!
* Support for abbreviate BASIC commands (pO for poke, ? for print etc.) plus tools to compress and uncompress source code. V2 Basic only for the moment.
A big thank you to everyone who helped with this version and for your continued support for this project.
Try out CBM prg Studio over at www.ajordison.co.uk
- Gorf
- Vic 20 Dabbler
- Posts: 92
- Joined: Tue Feb 09, 2016 6:55 pm
- Website: http://home.macintosh.garden/~europa/
- Location: United States
- Occupation: Eccentric Musician
Re: CBM prg Studio
Hi, can someone please tell me how to get the control characters in this software? I want to type up a few programs, but the instructions on how to get the special characters are a little confusing. Thanks! 

She/Her
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw
Re: CBM prg Studio
You type them between curly braces like this:-
{BLACK} {WHITE} {RED} {CYAN} {PURPLE} {GREEN} {BLUE} {YELLOW} {UP} {DOWN}
{LEFT} {RIGHT} {UP} {DOWN} {REVERSE ON} {REVERSE OFF} {HOME} {CLEAR}
{BLACK} {WHITE} {RED} {CYAN} {PURPLE} {GREEN} {BLUE} {YELLOW} {UP} {DOWN}
{LEFT} {RIGHT} {UP} {DOWN} {REVERSE ON} {REVERSE OFF} {HOME} {CLEAR}
- Gorf
- Vic 20 Dabbler
- Posts: 92
- Joined: Tue Feb 09, 2016 6:55 pm
- Website: http://home.macintosh.garden/~europa/
- Location: United States
- Occupation: Eccentric Musician
Re: CBM prg Studio
Thanks for your help!vicist wrote:You type them between curly braces like this:-
{BLACK} {WHITE} {RED} {CYAN} {PURPLE} {GREEN} {BLUE} {YELLOW} {UP} {DOWN}
{LEFT} {RIGHT} {UP} {DOWN} {REVERSE ON} {REVERSE OFF} {HOME} {CLEAR}

She/Her
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw
-
- Vic 20 Enthusiast
- Posts: 185
- Joined: Fri Mar 19, 2010 4:31 pm
- Website: http://www.ajordison.co.uk/
- Location: Hartlepool, UK
- Occupation: Software Engineer
Re: CBM prg Studio
Yes, thanks for the help!
It's best to use the screen code builder tool (F4) first to get a feel for them.

Try out CBM prg Studio over at www.ajordison.co.uk
- Gorf
- Vic 20 Dabbler
- Posts: 92
- Joined: Tue Feb 09, 2016 6:55 pm
- Website: http://home.macintosh.garden/~europa/
- Location: United States
- Occupation: Eccentric Musician
Re: CBM prg Studio
ajordison wrote:Yes, thanks for the help!It's best to use the screen code builder tool (F4) first to get a feel for them.
Thanks for the tip.

NOTE: I am really glad there is a community like this out there for VIC-20 users and I hope this forum continues to grow because I know it has been a huge help to me when I use my VIC.

She/Her
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw
SoundCloud: https://soundcloud.com/user-385492180
YouTube: https://www.youtube.com/channel/UC3uSQ5 ... AJkFHzReqw