Andy McFadden
Andy McFadden
With respect to the `FOO-1` stuff I called out a few comments back: if a label has been entered into the "Symbol" box to override the automatic assignment, I think...
I did a small disassembly project and found myself using this feature quite often. Thanks for the suggestion!
I haven't worked with A2R files, but it seems possible. CP2 currently handles WOZ images with FLUX chunks, though it treats them as read-only. A2R files would also be handled...
The problem is that the GUI code needs to work with .NET libraries, and my 30 seconds of googling suggest that Dart and .NET don't really have a way to...
I've been including "Wine bottled" binaries for macOS in recent releases; CP2Mac107.zip from https://github.com/fadden/CiderPress2/releases/tag/v1.0.7 is functional if a bit clunky. I was very impressed to discover that drag & drop...
I removed the "+1" and tried different scaling techniques. This is `Shaston.16` zoomed in 4x, using with `HighQuality` mode to do the upscale:  Compare to `NearestNeighbor`:  We can...
Curiously, when using `NearestNeighbor`, the distortion in `BARNS` at 1x changes as the width of the viewer window changes. This happens even when the left edge of the bitmap doesn't...
I added a IIgs Finder screen grab to the set of test images. The Finder uses 640-mode SHR with a vertical dither pattern. Depending on the viewer window width, you...
Select the next piece that starts with $4c, right-click, and select "tag address as code start point" (or hit Ctrl+H Ctrl+C). Repeat. The "repeat" part is sub-optimal. This was actually...
> I agree that is suboptimal. Should be able to select blocks of anything and mark them as code, text, data, vectors, inline, and other common things in 6502. That...