Skip to content

Releases: prb28/vscode-amiga-assembly

Amiga Assembly for testing milestone 0.19.1

29 Nov 07:01
Compare
Choose a tag to compare

Amiga Assembly

30 Dec 16:40
Compare
Choose a tag to compare

0.19

  • Generate Boot Block Code and integrate it to ADF file
  • Modify marked data with expression or defaults
  • Vasm can be completely disabled
  • Register addresses in hover data
  • Add Bitwise operators to calculations &(AND), |(OR), ^|(XOR), <<(Left shift), >>(Sign-propagating right shift), >>>(Zero-fill right shift), ~(NOT)
  • Modify build dir location
  • Add "step out" command in debugger
  • Bug fixes

Binaries

  • Fixes for fs-uae, vasm and adftools.

Amiga Assembly

27 Oct 21:49
Compare
Choose a tag to compare

0.18.2

  • Bug fixes

Binaries

Same as 0.18.1

Amiga Assembly

21 Oct 16:28
Compare
Choose a tag to compare

0.18.1

  • Bug fixes

Binaries

  • Issue #96
  • Fix for osx dylib path in fs-uae

Amiga Assembly

21 Sep 15:33
Compare
Choose a tag to compare

0.18.0

  • Numerical popups with parametrized format and ASCII representation
  • Format a document with TABs
  • Enhanced formatting for generated data: dc.w $0 -> dc.w $0000
  • Gdb protocol review (new fs-uae binaries)
  • Bug fixes

Binaries

  • fs-uae communication protocol updated
  • vasm and vlink update

Amiga Assembly Binaries

20 Oct 22:05
Compare
Choose a tag to compare

Fix for windows and osx issues

  • Issue #96
  • Fix for osx dylib path in fs-uae

Amiga Assembly

14 May 22:37
Compare
Choose a tag to compare

0.17.0

  • Stack frame indicating C source files (basic implementation)
  • Documentation for core amiga libraries
  • Registers documentation enhanced
  • Documentation table of contents
  • Set the entry point for vlink linker
  • Completion for variable and library functions in assembly

Binaries

  • vbcc added

Amiga Assembly

21 Apr 18:19
2c792f3
Compare
Choose a tag to compare

0.16.0

  • View an IFF/ILBM file (use of ilbm.js from Matthias Wiesmann)

Amiga Assembly

18 Apr 17:08
Compare
Choose a tag to compare

0.15.0

  • Generate data from an expression
  • Set the name of the generated ADF file

Amiga Assembly

07 Apr 11:43
Compare
Choose a tag to compare

0.14.0 - New FS-UAE binaries are needed

  • Copper debugging
  • Bug fixes