mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-02 13:51:36 +00:00
09eba228dd
This action removes operand formatting from all code and data in the selected range. In most cases this is equivalent to simply editing the various items and clicking the "default" format radio button, but the feature can be used to remove data formats that end up inside multi-byte instructions. Instructions with such formats cause warnings and were tricky to fix. Labels embedded in multi-byte items are also tricky to remove, so this clears those as well. It does not remove visible labels. This is done in a single pass, which means that labels that would become visible after the formatting is cleared will still be removed. Also, fix inclusion of address range end lines when restoring the selection. Their peculiar nature -- being associated with the offset of the last byte of multi-byte items -- was interfering with the selection save code. This does not add them to the selection when an address region deletion is undone, since technically they weren't part of the selection. Also, moved Edit Note higher in the Actions menu. |
||
---|---|---|
.. | ||
Properties | ||
AddressMap.cs | ||
BitTwiddle.cs | ||
CommonUtil.csproj | ||
Container.cs | ||
CRC32.cs | ||
DebugLog.cs | ||
FileLoadReport.cs | ||
FileUtil.cs | ||
Font8x8.cs | ||
Misc.cs | ||
RangeSet.cs | ||
RawData.cs | ||
ShellCommand.cs | ||
TaskTimer.cs | ||
TextUtil.cs | ||
TypedRangeSet.cs | ||
UnpackedGif.cs | ||
Version.cs |