prb28
prb28
No, not in the current version.
Ok, thanks, I'll add a fix in next release.
Well.... Some yes, it needs a modification of the winuae and fs-uae binary, and the extension to display the values. Adding to this the build time in 3 os, tests......
@Vagant1 two questions: - are these registers : "fp0", "fp1", "fp2", "fp3", "fp4", "fp5", "fp6", "fp7","fpcontrol", "fpstatus", "fpiaddr" all the ones you are looking for ? - "fpcontrol", "fpstatus", "fpiaddr"...
I don't know if it's worth the work (and it is a lot), there are already two project working: - https://github.com/bebbo/amiga-gcc - https://github.com/BartmanAbyss/vscode-amiga-debug They are more advanced in C debugging...
Un debug mode the emulator run slower and that's normal, je has to do some more checks while running. I assume you are on Linux or OS X because it's...
This is due to the way the debugger is integrated in FS-UAE. It's done before the CLI initialization (the exe is injected in the emulator). I will look if sending...
No need to report to emoon, the updates for the last year were done by me ;-).
@geijer The call to the amiga program is done for kickstart >= 2 by calling RunCommand in the dos library: ``` rc = RunCommand(seglist, stacksize, argptr, argsize) D0 D1 D2...
Already fixed that in https://github.com/prb28/fs-uae/commit/bd25a3fcfa2f77e9636832923bab144361215f73 From autodocs : > It's usually appropriate to set the command name (via SetProgramName()) before calling RunCommand(). RunCommand() sets the value returned by GetArgStr() while...