Skip to content

Releases: prb28/vscode-amiga-assembly

Amiga Assembly

12 Mar 23:15
Compare
Choose a tag to compare

New in 1.8

  • grahambates new FS-UAE / WINUAE versions
  • grahambates BLTCON Helper
  • binaries are embedded in the extension
  • Bug fixes

Amiga Assembly

05 Jul 23:29
Compare
Choose a tag to compare
1.6.0

chore(readme): update to 1.6 for release

Amiga Assembly

08 May 13:17
Compare
Choose a tag to compare
1.4.0

chore(changelog): release date

Amiga Assembly

16 Dec 20:47
Compare
Choose a tag to compare

Release 1.2.0

Amiga Assembly

23 Mar 22:05
Compare
Choose a tag to compare

Breaking change 1.0!

The build system has been reviewed :

  • 3 commands have been replaced by tasks:
    • amigaassembly: build: to build the workspace
    • amigaassembly: build current file: to build the current file as an executable
    • amigaassembly: compile current file: to compile the current file (creates a .o file)
    • amigaassembly: create ADF: to create an ADF file
  • Builds are triggered in a terminal to show the output
  • There is no more the "Build" button in the bottom of the window
  • The launch.json parameter "buildWorkspace": true, is replaced by "preLaunchTask": "amigaassembly: build"

New in 1.0

  • Build sequence review with output displayed
  • Selection of display format for variables
  • Add a "Run current file" launch configuration
  • Able to change the filename from GENCOP
  • Add command to download the example project workspace
  • Automatically download binaries
  • Right click to add a memory dump in the watch window
  • Include files reference/autocomplete
  • Provide standard vscode tasks
  • Bug fixes

Amiga Assembly

12 May 23:40
Compare
Choose a tag to compare

0.21.3

  • Bug fix : breakpoints not hit if they are at the beginning of the program.

See release 0.21 for more information.

Amiga Assembly

11 May 14:38
Compare
Choose a tag to compare

0.21.2

  • Bug fix : compatibility with vscode 1.56

See release 0.21 for more information.

Amiga Assembly

10 Jan 22:16
Compare
Choose a tag to compare

0.21.1

  • Bug fix : default exception mask modified

See release 0.21 for more information.

Amiga Assembly

12 Nov 00:12
Compare
Choose a tag to compare

0.21

  • Integration WinUAE (custom build)
  • Show CCR codes (Status register)
  • Bug fixes

Binaries

Amiga Assembly