!

[c64] CBM prg Studio 3.12.0

[0] @ Niedziela, 14 Stycznia 2018 01:00CET

[c64] CBM prg Studio 3.12.0

Arthur Jordison opublikował CBM prg Studio w wersji 3.20.0 czyli wygodny framework, pozwalający nie tylko na edycję plików napisanych w basicu ale też assemblerze. Dodatkowo Studio posiada moduł do tworzenie duszków ("sprite"), edycji fontów i obsługi SID'ów.

New features in v3.12.0:

  • Assembler:
    • SaveBlock directive.
    • Repeat..EndRepeat directive.
    • Improved "IfDef" directive.
    • Start address can be a label.
  • Screen Editor:
    • New export options for assembly and BASIC programs.
  • General:
    • "Go to" dialog can now use BASIC line numbers.
    • Cursor colour can be changed.
    • Cursor blinking can be turned on/off.
  • Debugger:
    • Variables can be watched.
    • Separate windows for the stack, breakpoints and watches.
    • Stack pointer shown in stack window.
    • Support for the "C64 Debugger". See here for details of this debugger.

Bugs Fixed:

  • Assembler:
    • A comma in quotes as a text or byte directive was not being generated.
    • Reformatting text issues.
    • Global variables appearing twice in the autocomplete list.
    • Forward references for local labels in macros not assembling.
  • BASIC:
    • Incorrect 'Jump to destination' and 'return from jump' with 'similar' line numbers.
  • Screen Editor:
    • Screen mode not being saved/recalled properly.
    • Binary file export problems.
  • General:
    • Crash when using certain mono fonts.
    • Bad formatting of output from data generator tool.
NOWSZY [c64] CBM prg Studio 4.2.1 1/02/2024

New features in CBM prg Studio v4.2.1:

  • The project explorer files can be filtered.
  • The sprite editor can flip (U/D, L/R) a sprite to a different sprite. Makes creating character animations easier as there is no copying/pasting involved. Possibly extend this to other operations, such as invert, shift etc.
  • The colour palette values can be seen by hovering the mouse over the colour selectors in the sprite, character and screen editors.
  • The colour palette values can be saved to a VICE compatible file.
  • The debugger's stack window can set the PC from an address on the stack.

Bugs Fixed:

  •  Decimal mode for ADC and SBC instructions.
  •  Append to disk image was not working.
  •  Function key codes for C128 projects were incorrect.
  •  Problems with changing the user palette values.
NOWSZY [c64] CBM prg Studio 4.2.0 28/10/2023

New features in v4.2.0:

System Requirements:

  • CBM prg Studio will run on any recent PC hardware, The only requirement is .NET 4.6 must be installed.

New features in v4.2.0:

  • Proper project directory structure. The Project Explorer now behaves like the Windows File Explorer in that you can create sub-directories, drag files between directories etc.
  • .prg files now appear in the project explorer and can be launched in an emulator by double clicking them. They can also have their own output directory, away from the project root if necessary.
  • File properties in the Project Explorer have been moved from hovering over the file to clicking on it. The properties are shown below the project explorer.
  • Native debugger can save and load a snapshot. There is a new snapshot manager to help with this.
  • Watch directive now can have an optional comment.

Bugs Fixed:

  • Decimal mode for ADC and SBC instructions.
  • Breakpoint directive setting wrong type of hit condition when using labels.
  • Debugger's Set Registers form using wrong format.
  • Loading a file into the debugger would format the load address to 24 bits for C64 projects.
  • The breakpoint list would increase every time the debugger was started.

 

NOWSZY [c64] CBM prg Studio 4.1.0 19/05/2023

New features in v4.1.0:

System Requirements:

  • CBM prg Studio will run on any recent PC hardware, The only requirement is .NET 4.6 must be installed.

New features in v4.1.0:

  • Hash table generator for Kick assembler.
  • List generator for Kick assembler.
  • Simple recording tool for SID keyboard for Mega65 projects. This just stores the note value of the last key played as a string to be used with the Play keyword.
  • A tool to combine files of the same type (basic or asm) into one file.
  • Ability to select some text and save it as a file, optionally opening it in the editor.
  • Add import/export as CHARDEF function for Mega65.
  • Force users to use the Kick assembler with Mega65 projects. Added a warning if the user tries to untick it but can still use BASIC projects.
  • The Data Generator tool can clamp Y values to within a range.

Bugs Fixed:

  • Plus/4 target was not saving or loading screen designer background and luminance colours.
  • Mega65 basic import not working for certain keywords.
  • When creating a project, if you tick the 'Add Basic' or 'Add assembly' file the file is created with no filename, just the file extension.
  • Repeat directve.
  • There was a slash within a macro definition but not followed by a number but by a label.
  • Screen designer does not prompt to save if the only change was to change the colours.
  • Background and foreground colours not saving/loading properly for C64 projects.
  • In the debugger, searching memory would only search for labels in the watch list. It now searches the label list too.
  • BASIC Statistics tool would crash on lines with no BASIC statements.
NOWSZY [c64] CBM prg Studio 4.0.1 29/12/2022

New features in v4.0.1:

  • Added Emulator pre/post build command which returns the current emulator path.
  • Option to choose BASIC import with upper or lower case keywords.

 

Bugs Fixed:

  • Auto launch not working for Kick projects.
  • If Kick assembly fails the last successfully built prg file is launched.
  • Formed wrong address with indirect jump on page boundary.
  • Breakpoints not passed when debugging projects.
  • Delete/disable all breakpoints only deletes/disables from current file, not all files.
  • Corrected line length warning for Mega65 projects.
  • Corrected aspect ratio for VIC screens.

 

New features in v4.0.0:

  • Kick Assembler support.
  • Mega65/Basic65 support.
  • Revamped title screen.
  • Plus many more. See the help documentation for details.

Bugs Fixed:

  • Too many to list here, see the help for a complete list of new features and fixed bugs.

New features:

  • Assembler:
    • Added support for Kick Assembler.
    • Use a label as a 'relocate' parameter.
    • Change 'repeat' directive to accept hex parameters.
    • Added a lowercase option to the preview dialog.
    • Generate BASIC loader only creates uppercase code which can't be pasted into VICE.
    • Remember the position and size of the assembly output window (native assembler).
  • Debugger:
    • Added 'warp speed' to run large chunks of code as fast as possible, bypassing the debugger's timer.
    • Add cycle count breakpoint to debugger.
    • Remember defaults on debugger settings.
    • Add a hotkey to close the debugger (alt-f4).
  • General:
    • Added Mega65 target.
    • Added tool to convert cps project to kick project. This only converts the CPS project info, not the source code.
    • Optionally add new basic and/or assembly files when creating a project.
    • Rename a project.
    • Added link to CBM prg Studio to Kick Assembler tool.
    • Add PETSCII and CHARCODE commands to generate petscii and char code values for strings.
    • Process/edit/create SEQ files.
    • Ctrl B to toggle a bookmark.
  • Screen Editor:
    • Added ability to load an image into the background of the screen designer to use as a template.
    • Export a screen design in a raw format and optionally add a load address.
  • SID Tool:
    • Extended the 'copy voice' function to copy a voice to the two other voices at the same time.
  • Character Editor:
    • Add animator to character editor.

 

Bugs fixed:

  • Assembler:
    • The DebugStartAddress doesn't like a colon at the end of a label and also doesn't complain if it can't find the label.
    • "Included file too large" error for files which aren't too large.
    • Breakpoint list would grow every time a debugging session was started.
    • LAX abs,y was wrong, it should have been encoded as $BF.
    • Equals sign in a TEXT directive didn't assemble.
    • Issue with creating variables with complex expressions.
  • General:
    • Custom colours are not saved/loaded.
    • When creating a new project, BASIC programs sometimes have a line number as well as a character count.
    • The gitignore file wasn't being stored in the project's directory but in the directory above that.
    • Auto format settings for the Assembler settings weren't being saved.
  • BASIC:
    • Renumbering a basic program with ON..GOSUB threw an exception.
    • Importing basic 7 programs failed with extended basic keywords "RWINDOW" and "DSAVE".
  • Screen Editor:
    • When opening the "Import Characters from Bitmap" window, the "Colour Thresholds" controls are all enabled even if the "Multicolour" checkbox is unset.
    • Recolour is temperamental.
    • Wrong default address for VIC20 screen editor.
    • Crash loading custom VIC20 screens.

 

New features in v3.14.0:

Well it's been nearly two years since the last release (v3.13) of CBM prg Studio and so I'm really pleased to announce the release of version 3.14!
There's a lot of new features and bug fixes in this version, and there's a huge thank you to OldSkoolCoder for encouraging me to get back into this project and also helping with the new Git integration feature.

  • Git integration.
  • BASIC 7 abbreviations.
  • Connect SID tool to MIDI devices.
  • Screen editor digitiser tool.
  • Sprite editor character import.
  • Resize VIC20 screen designs.
  • Screen compression.

Bugs Fixed:

  • Too many to list here, see the help for a complete list of new features and fixed bugs.

Note:In this version, screens saved from the screen designer are not compatible with previous versions of CBM prg Studio.

NOWSZY [c64] CBM prg Studio 3.13.0

New features in v3.13.0:


This is mostly a bug-fix version, though there are some small new features. See the help file for details.

Bugs Fixed:

  • Assembler:
    • Problems with spaces in expressions.
    • Problems with spaces in 'repeat' parameters.
    • Screen codes in byte/text directives not generated properly.
    • Breakpoints were not sent to a debugger properly when building projects.
    • Some zero page optimisation issues.
  • BASIC:
    • Renumber problems for programs with multiple 'ON' statements
    • Problems with importing/generating PI and other characters.
    • Some characters missing from import.

    • Screen Code tool:
    • CBM key would lock sometimes.
  • General:
    • Code snippets had to be re-generated.
    • 'Go to' dialog crash with large files.
    • 'Go to' dialog caused weird zooming issues.
    • Issues with selected columns of text.
    • Problems with compress/uncompress with some control codes.
→ [c64] CBM prg Studio 3.10.0

New features in v3.10.0:

  • Assembler:
    • Increased sprite include limit to 256.
    • 'Memory overwrite' error is now a warning.
    • Use CTRL+[ and CTRL+] to go to previous/next label definition.
  • Sprite Editor:
    • Added new functionality to scratchpad.
    • Functions can act over a range.
  • Character Editor:
    • Rotate character 90 degrees.
  • General:
    • Option to load last edited project automatically.

Bugs Fixed:

  • General:
    • Using space(s) with screen code builder.
    • Wrong menu after creating a project.
    • Occasionally throws an exception when closing and opening the project explorer, project information and output windows.
    • 'User' palette settings not saved/used.
    • 'User' tools menu not created properly.
    • Generate and launch could use wrong filename.
    • VIC 20 memory configuration not set properly in emulator.
    • Tabs with different zoom levels would crash when changing tabs.
  • Assembler:
    • Uppercase PETSCII chars not generated properly.
    • IncBin wrongly reporting file too large.
    • Floating point value 0.0 not generated correctly.
  • BASIC:
    • Renumber not working for certain uppercase keywords.
    • Character code multiplier limited to 255.
    • Compress should ignore comment lines.
  • SID Tool:
    • Incorrectly reporting that the tool was still open when quitting CBM prg Studio.

 

→ [c64] CBM prg Studio 3.9.0

New features in v3.9.0:

  • Assembler:
    • TARGET directive.
    • Logical operators with 'ifdef'.
    • Complex expressions for constants.
  • Debugger:
    • Pass label names to debugger.
  • Screen Editor:
    • Show ECM register in status bar.
  • Sprite Editor:
    • Easier navigation.
  • Character Editor:
    • Change scratchpad background colour.
    • Easier navigation.
  • General:
    • Command window.
    • Autolaunch prg name is per project.
    • Import SEQ files.
    • Force rebuild of source.
  • BASIC:
    • Abbreviated commands for BASIC 3.5.
    • Removed spaces on code generation.
    • Force rebuild of source.

Bugs Fixed:

  • Screen Editor:
    • ECM tools (re-colour, box, text).
  • Assembler:
    • Some character translation issues ('[', ']', '_') etc.
  • BASIC:
    • Fixed quoted and DATA strings for basic 3.5.
    • Renumbering certain 'ON...' lines.
    • Reformatting code.
    • Syntax highlighting for BASIC 3.5
    • Much faster code generation
    • Some incorrect tokens for BASIC 7+


    See the help for a complete list of new features and fixed bugs.

    Note In this version, each target machine can have its own default project directory. If you are upgrading from a previous version (before version 2.5.1) of CBM prg Studio you may be asked to set up your project directories again. Your current projects will not be affected.


    Although CBM prg Studio is a free application, please consider making a donation to encourage me to develop it further, especially if you use CBM prg Studio regularly or for commercial purposes. Donators get put onto my mailing list (with permission) which means you get:

    • priority bug fixes,
    • new beta versions for requested features or changes,
    • my eternal gratitude!
→ [c64] CBM prg Studio 3.8.0

New features in v3.8.0:

  • Assembler:
    • Logical operators.
    • Code relocation.
    • Watch labels/addresses.
    • Local character mapping.
  • Screen Editor:
    • More export options.
    • Change border colour.
  • Sprite Editor:
    • Multiple layers for preview.
    • Invert sprite.
  • General:
    • Load VICE palettes.
    • Open a command line.

Bugs Fixed:

  • General:
    • Remember 'close start page' state.
  • Sprite editor:
    • Imported sprites had the same data.
    • Select mode on scratch pad didn't work.
  • Screen code builder:
    • Left arrow generated wrong code.
  • Character editor:
    • Export characters as hexadecimal.
    • Multicolour chars flip left/right not working.

New features in v3.6.0:

  • Assembler:
    • Reporting of page boundary crossings for branching instructions.
    • Choose character set for TEXT directive.
  • General:
    • Editing tools (Select to end/start of screen/doc etc.)
    • Comment blocks
  • Debugger:
    • Show effective address of next instruction.

Bugs Fixed:

  • Assembler:
    • Low of high byte of labels could fail.
    • Occasionally wrong target machine type with ‘generate and launch.’
    • Problems with a comment character after a comment character or in a string.
    • Problem with a label as a destination when the label is on the same line as the macro definition.
    • ‘Align’ incorrect when already on align boundary.
  • Debugger:
    • Wrong return address shown.
  • BASIC:
    • Statistics tool not coping with ‘rem’ in strings.
→ [c64] CBM prg Studio 3.5.0

Improvements in v3.5.0:

  • Assembler:
    • Fragment assembly.
    • Debug directive.
    • Easier label exporting.
    • Custom character mapping for TEXT directive.
  • General:
    • Overlap detection when building mixed BASIC and Assembly sources.
    • Generate and Launch doesn't rebuild the source if no changes have been made.

Bugs Fixed:

  • Assembler:
    • Better error reporting for invalid WORD values, specifically with arithmetic.
    • TEXT strings containing ';' characters were truncated.
    • Crash when dragging text around a source file.
  • Debugger:
    • SBC instruction not setting/clearing carry flag properly.
  • BASIC:
    • Statistics tool not coping with 'rem' in strings.
  • General:
    • If the confirm quit dialog is turned off and changes have been made there is no save option.

 

wstecz14/01/2018 01:00
Dodatkowe informacje
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU