Example of vscode workspace for Amiga Assembly and C integration building.
- Download the latest Example vbcc workspace bundle zip file FOR YOUR OS
- Unzip it
- Launch VSCode
- Install the Amiga Assembly Extension extension
- Install Microsoft C/C++ extension (optional)
- Open the workspace File/Open Workspace... -> Select the
vbcc
(.code-workspace)
- Type (⇧⌘B) or enter the Command Palette (⇧⌘P or F1) and select
Tasks: Run Build Task
)
- Click on the debug icon (⇧⌘D)
- In the upper combo select Run
- Click on the Play button or type F5
- Click on the debug icon (⇧⌘D)
- In the upper combo select Debug
- Open a C or ASM file and set a breakpoint
- Click on the Play button or type F5
- Change the name
hello
of the executable invbcc.code-workspace
- Change the name
hello
in the Makefile
- Each modification of a source file add/rename/remove must reported in the Makefile
- Build VASM
- Build VLINK
- Build VBCC
- Build a modified version of FS-UAE
- Build a modified version of WinUAE
- Download/Build CAPSTONE
- Make.exe for windows
- Blitter Studio Guide: https://blitterstudio.com/setting-up-an-amiga-cross-compiler-windows/