Releases: prb28/vscode-amiga-assembly
Releases · prb28/vscode-amiga-assembly
Amiga Assembly for testing milestone 0.19.1
Test for milestone : https://github.com/prb28/vscode-amiga-assembly/milestone/19
Amiga Assembly
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
0.18.2
- Bug fixes
Binaries
Same as 0.18.1
Amiga Assembly
Amiga Assembly
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
Fix for windows and osx issues
- Issue #96
- Fix for osx dylib path in fs-uae
Amiga Assembly
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
0.16.0
- View an IFF/ILBM file (use of ilbm.js from Matthias Wiesmann)
Amiga Assembly
0.15.0
- Generate data from an expression
- Set the name of the generated ADF file
Amiga Assembly
0.14.0 - New FS-UAE binaries are needed
- Copper debugging
- Bug fixes