Roland
Roland
Adding opcodes just for the syntax highlighting is not a big deal (and I think would not disturb or irritate classic 6502 developers). Just to be sure, these are the...
@Gtach : Maybe you want to look at v2.5.5 -- get some more syntax highlighting...
Hi. Regarding "args" - you can do that in the launch configuration. Here's a simple example: ``` { "version": "0.2.0", "configurations": [ { "type": "x16", "request": "launch", "name": "Launch X16",...
Hi. Let me see if I can find some time... BUT... in between - maybe you want to advocate for better debugger support in the X16 forums. If there's support...
Hi. Seems like you're completely bypassing the project configuration and the build system? A quick tour on how to setup the environment can be found in the README - or...
Currently, this option does not exist - but could be added in future versions. But let's find out why the binary monitor doesn't work, maybe that's the better fix. Here's...
Hi. What you describe is how it is designed to be - or, ..., how VICE let's you remote control from outside. Best way to understand is that whenever either...
Hi. Thank you for being interested to contribute!!! I haven't used that assembler - but why not, if the other supported languages and grammars are tested to work seamlessly, the...
Thanks Fabio -- I don't have much time these days, but just ping me in case you've got some questions. Roland
v2.3.4 is out on the marketplace. It adds one feature to the resource compiler that really is fun to use: transcoding of PCM wave files (.wav) to sample tables. It...