vscode-amiga-vbcc-example
vscode-amiga-vbcc-example copied to clipboard
VBCC workspace example
I am trying to run a program consisting of several object files if I only run main.o (build main exe) and display "helloWorld" in int main() its working fine But...
minor updates to Readme
Hello, This should fix issue #7 VC frontend automatically add -mrel parameter when calling VLink in aos68k* and kick13* configs. We can speak about it on _Amiga France_ ;)
Using: Windows workspace ( vscode-amiga-vbcc-example-windows_x64) Win 10, Amiga Assembly v0.16.0. ---- On launching debug; fs-uae opens but UAE Debugger Crashesm, error #8000000B. The program proceeds to run okay, but it's...
It doesn't seem to be possible to inspect local c variables when debugging. Is this a known limitation or am I missing something?
Targets
The repo (default) gives 2 targets: **m68k-amigaos** and **m68k-kick13**. So if i wanted to access amigaos on kick13 i would choose kick13? If i need amigaos 3.0 i would have...
Let's assume i have if (!(MyHandle = Open("map.raw",MODE_OLDFILE))) in my c file. Where in the VS-code folder structure should I place the external resource "map.raw" I tried the root folder...
I would like to create a project, which among other things includes the functions CreatePort CreateExtIO and so on used. These are defined in clib/alib_protos.h (in NDK 3.9) I can't...
After executing Clean workspace task the environment is broken because all .o files under target were removed.
Hi, I am new to C. I followed all the steps in your "Getting Started" section. However when trying to compile hello.c, I get an error: "Configured debug type fs-uae-run...