prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
180 stars 13 forks source link

Additional FPU registers - debugging #175

Open Vagant1 opened 2 years ago

Vagant1 commented 2 years ago

Is there an option to display the content of the additional FPU registers i.e. FP0, FP1 during debugging?

prb28 commented 2 years ago

No, not in the current version.

Vagant1 commented 2 years ago

Is this difficult to add to the current list of the registers? Any plans for adding this feature? Would be great help - right now I need to switch to Devpac or ASM-One

prb28 commented 2 years ago

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... I do not have a release plan on new features for now. But I accept pull requests! Although this one may be a little hard for a start.

prb28 commented 2 years ago

@Vagant1 two questions:

Vagant1 commented 2 years ago

Yes, those are the registers I need. I am using FS-UAE on MacOS