prb28
prb28
Yes there is no evaluation for now. I'm looking how to do that... maybe tricky. The display is.... normal... The program starts before the cli was loaded, the program is...
It is optional. It's just if you want to code in C.
no, it works like a charm, I do all my fs-UAE devs with it. For these conversation better skip to this issue: https://github.com/prb28/vscode-amiga-assembly/issues/66 it's more related.
The clean workspace command, removes all the .o files from the build directory by design. Using a makefile as in this project you should declare a custom clean command in...
There are a lot of limitations in this integration and the C variables resolution is the biggest. Because the extension only parses a line debug file format that does not...
Sorry again about the delay. All the questions about vbcc and amiga dev should be addressed in a dev forum. Try the English amiga board. This is only a proof...
Sorry I don’t have the answer but you should try in eab forum : http://eab.abime.net/forumdisplay.php?f=118 It has always been a good help for me. Hope it helps!
The main.o must be the first object in an amiga executable. _obj = main.o ...
Try to add the drive in your file name : “dh0:map.raw”.
You may need a lock on the folder before trying to open the file. Do you have a simple program to send so I can test it ? (Just main...