Dominic Cerquetti
Dominic Cerquetti
Thanks for the recent reports Totally agree, the label list gui is pretty jank currently. I actually have a working progress rewrite of that form implemented in AvaloniaUI, hoping to...
note to self: woah, looks like @furious already added some support for this? https://github.com/furious/diztinguish/commit/a0a4d7c09da6b447ea4204624016370962a44797 gotta pull those changes in, very cool
other random note for me, ignore this. (about tracelogs) ```c++ // my code in BSNES (prob doing something old now) void Tracer::outputSgbTrace() { char buf[256]; int len; if (traceOutputFormatIsText) {...
ah. I just caught up and hit this, and I think it's the cause of #17. the sample labels and comments are still stored as PC offsets in ExportDisassembly.cs despite...
OK, I've begun the early work on sorta this and related stuff. It'll be in my fork under branch "feature_expression_parsing", where i'm starting work on a simple expression parser (I...
a lot of this is going to be able to handled nicely by the new ByteSource mapping functionality in #48
did some of this for the tracelogging
I'll read this in more depth, I think it's similar to the same idea behind #17 and #34, which is a lot of work to implement general label/expression support.
So, pretty cool, I enabled AppVeyor builds for my forks of BSNES-plus and Asar, so the hard part of this is already done. Example: Build artifacts available here: BSNES patched...
Better links to this stuff: [bsnes-plus-v05.1-master.zip](https://github.com/Dotsarecool/DiztinGUIsh/files/6432652/bsnes-plus-v05.1-master.zip) [asar-domfix--github-issue-170--05-06-2021.zip](https://github.com/Dotsarecool/DiztinGUIsh/files/6432707/asar-domfix--github-issue-170--05-06-2021.zip)