prb28

Results 138 comments of prb28

I've downloaded the files and I'm digging... Thanks, I've just reopened the last issue, trying to open this file made me reproduce it ! Yes you're right a real disassembler...

The ".prg" file is not a valid amiga hunk file, it hasn't the magic cookie $000003f3 at the beginning. So you'll need to step from the boot bloc with a...

You can try the [console debugger](https://fs-uae.net/docs/options/console-debugger) of fs-uae.

I understand your frustration. Please see this extensions as an hobby project and not a full professional grade IDE for the Amiga. My main purpose was to have something really...

In vscode you can add comments in the json configuration files -> that helps a lot ;-). Even if the C code is not in good shape, (I don't mind,...

I've started this repository: https://github.com/prb28/vscode-amiga-vbcc-example. I've a vbcc program with mixed asm and C building with vscode on osx. The debugging does not work (I'll dig into that later -...

@geijer which OS do you use ? Do you already use vbcc in a project ? (I'm interested on feedback over windows because it's not my main dev platform) For...

@geijer , @mithrendal , @lastebil If you have some time can you test and review the readme of [vscode-amiga-vbcc-example](https://github.com/prb28/vscode-amiga-vbcc-example)? The zip bundle of the project with binaries for windows and...

The update is with the help/feedback of @geijer . It just removes/concats some files so it's more simple to use and 'understand'. (there is a problem with the CR/LF in...

I work on a osx 10.11 too ;-). So, is it my pre-release that is corrupted ?