I am an absolutely beginner for XEMU and just installed it, but I would like to try out my first test in assembler, so I have setup Retro Assembler and the newest available Xemu. Though I do not expect my first program to work (I think I need some bank stuff), then I actually would expect that I would be able to pass my program from Retro Assembler (in Visual Studio Code) to Xemu and see it failing in there.
This is the error I get in XEMU:
And this is my assembler code where you can see how XEMU is launched:
This is not for you to address my most likely not-working ASM, but maybe you have some hints to the "must start with -"?
EDIT AFTER FIRST POST
The .setting is coming from the Retro Assembler Visual Studio Code extension documentation - quote:
Build & Start utilizes the LaunchCommand setting entered into the source code file, by which you can launch the successfully compiled code file in an emulator. For example:
.setting "LaunchCommand", "C:\\Emulator\\emulator.exe {0}"