Andy McFadden
Andy McFadden
This might actually work with the "isolated region" concept from issue #139. $c780-c7ff in each bank would be marked as isolated so that it didn't try to resolve symbols in...
Here's a quick project using the new address space isolation features to put the entire ROM in a single project. I did a rough setup with the regions on the...
I can think of two general ways to do something like this: 1. Import raw binary. 2. Import assembler code with bulk data instructions. The limiting factor on (1) is...
I appear to have underestimated support among assemblers. Thank you for doing the research. We can work around non-support by just not separating the data if the assembler can't handle...
> The reference to "output a label", would that mean that all references to inside the block exported would be "label+offset"? (I would very much like that!) Yes. That would...
Added to ["TO-DO" list](https://github.com/fadden/6502bench/wiki/TO-DO-List).
Available in https://github.com/fadden/6502bench/releases/tag/v1.9.0-dev2 In brief: - Works just like the other "bulk data" formatters. - Each binary include must have a unique filename. - Files can be stored in subdirectories...
In the docs, under Editors > Create/Edit Address Region: > **Resize** > If you select multiple lines, and the first line is an address region start directive, you will be...
> Would say there could be a value in allowing the user to type in the end value. I think that could feel natural if we did text editing within...
Plan: - Add an "isolated region" checkbox to the address region editor. - Add matching flag to the internal data structures. Save/load from project file. - Modify AddressMap.AddressToOffset() so that...