External tools - prb28/vscode-amiga-assembly GitHub Wiki
The extension can be used without external binaries. But some features are only supported if there are the associated binary files.
In the background the prebuilt binaries are downloaded
But to have the latest one you can build it yourself.
Building
Running / Debugging
The remote debugging option is not merged in the current release of FS-UAE, you must use the emulators bundled with UAE-DAP project
Disassembler
- Capstone: the cstool binary is called to disassemble, it must be a version with m68k support.
ADFTools
- ADFTools: tools to create and modify the ADF disk files from Rikard Bosnjakovic. For amiga assemble build use my forked repository.