Roland
Roland
There are quite a few preparation steps needed to produce the build file - and one of the most tricky thing is to disambiguate the include paths. In order to...
Hi. Thanks for the proposal. I'll keep the request in the backlog, but won't be able to spend significant time on it. Also, I don't know the project - how...
I would be interested in comparison between LLVM and KickC as LLVM-MOS stands on the shoulders of the giant efforts to create a superior compiler environment...
Thanks. That's a nice catch... The "magic" is: the BASIC interpreter handles '-' and '+' differently for DATA lines - which I now had to learn. - DATA line: +...
Hi. Thanks for the request. I promise to look into it, but I cannot promise to quickly do ... I am very busy with other things (like work) these days....
What about the debugger? The X16 emu currently does not support being remote controlled (like VICE does with the binary monitor protocol). That basically reduces the capabilities to starting the...
CPU: that's the WDC 65C816. Extending the built-in 6502 CPU emulation with additional opcodes isn't easy, that would also be a separate project for the future.
The most basic functionality is that a vs64 debug session would spawn a x16emu process with some given args and then await termination of that process to end the debugging...
Yep. Ideally, the debug features are extended by a socket based protocol. (Instead of keyboard input and UI output).
Quick update on X16 support: v2.5.4 adds (preliminary) support for X16 launch/debug configurations. Because of the limited debugging capabilities of x16emu, stepping and introspection is not possible - but launching/relaunching...