diff --git a/README.md b/README.md index 8811467..e47f6a4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ To run the newer sidecar protocol and gate/queue analysis tools: .\.venv\Scripts\python.exe h8536_report_source_trace.py build\rom_decompiled.json --out build\rom_report_sources.txt .\.venv\Scripts\python.exe h8536_table_xrefs.py --out build\rom_table_xrefs.txt .\.venv\Scripts\python.exe h8536_ccu_seed_hints.py build\rom_decompiled.json --out build\rom_ccu_seed_hints.txt +.\.venv\Scripts\python.exe h8536_eeprom_layout.py build\rom_decompiled.json --out build\rom_eeprom_layout.txt .\.venv\Scripts\python.exe h8536_consistency.py build\rom_decompiled.json --out build\rom_consistency.txt .\.venv\Scripts\python.exe h8536_protocol_capture.py ROM\rcp-txd-idle-only.txt ``` @@ -53,6 +54,7 @@ To start the current emulator harness: .\.venv\Scripts\python.exe scripts\state_map_runner.py --analyze-log captures\ack-race-000-001.txt .\.venv\Scripts\python.exe h8536_emulator_state_search.py --preset connect-queue --target ok --first-hit --json-out build\connect-state-search-ok.json .\.venv\Scripts\python.exe h8536_emulator_bench_replay.py captures\bench-connect-lcd-sequence-20260525-214411.txt --assert-bench-parity +.\.venv\Scripts\python.exe h8536_emulator.py --max-steps 250000 --p9-fast-path --eeprom-seed blank --eeprom-save build\emulator-eeprom-boot.bin --eeprom-report build\emulator-eeprom-boot.txt --eeprom-report-json build\emulator-eeprom-boot.json ``` The real-device bench helper uses `pyserial`; install repo dependencies with `.\.venv\Scripts\python.exe -m pip install -r requirements.txt` if needed. @@ -83,6 +85,7 @@ The real-device bench helper uses `pyserial`; install repo dependencies with `.\ - Traces direct callers to `loc_3E54` to identify report queue sources and conservatively flags whether observed report indexes such as `0x0007` are ROM-proven constants or runtime/capture observations. - Generates table/index cross-reference reports for candidate value/current/secondary/flag tables and LCD text correlations. - Mines ROM-backed CCU seed hints from table xrefs, selector dispatch, LCD text terms, and observed report overlays, then proposes syntactically valid command-0 seed frames and command-1 readback frames for high-value selectors. +- Mines the ROM-backed X24164 EEPROM layout, including the factory F400-F4FF shadow defaults, the page-0 EEPROM signature/options header, the fifteen blank-by-default 8-byte record slots loaded into F7B8-F82F, and the serial selector-to-persistent-offset map used by command 0/4 handlers. - Adds a Sony RCP-TX7 board profile that ties H8/536 pin 66 `P95/TXD` and pin 67 `P96/RXD` to the MAX202 RS232 transceiver. - Flags/manual-annotates TEMP-register access ordering for FRT and A/D 16-bit peripheral registers. - Scans unreached ROM ranges for ASCII strings and pointer-table candidates. @@ -96,7 +99,7 @@ The real-device bench helper uses `pyserial`; install repo dependencies with `.\ - Handles the E-clock transfer instructions `MOVFPE` and `MOVTPE`. - Recognizes likely LCD E-clock access routines at `H'F200`/`H'F201`, including busy-flag polling and data/control writes. - Generates a separate C-like pseudocode view from the JSON, preserving labels, calls, branches, register names, inferred symbols, metadata comments, optional cycle notes, and simple structured `if`/`do while` patterns. -- Provides an early H8/536 emulator harness with ROM/RAM/register memory mapping, reset-vector boot, SCI1 transmit capture, MOV condition-code updates, `SCB/F`, stack/call/return support, indirect `JMP/JSR @Rn` dispatch, scaffolded SCI1 RXI/ERI/TXI and interval timer scheduling, manual-derived FRT1/FRT2 OCIA cycle scheduling, a P9 bit-banged bus model, an X24164 two-wire EEPROM model on traced `P91/SCL` and `P97/SDA`, a 16x4 LCD bus/DDRAM model for `H'F200`/`H'F201`, and an opt-in P9 transfer fast path. +- Provides an early H8/536 emulator harness with ROM/RAM/register memory mapping, reset-vector boot, SCI1 transmit capture, MOV condition-code updates, `SCB/F`, stack/call/return support, indirect `JMP/JSR @Rn` dispatch, scaffolded SCI1 RXI/ERI/TXI and interval timer scheduling, manual-derived FRT1/FRT2 OCIA cycle scheduling, a P9 bit-banged bus model, an X24164 two-wire EEPROM model on traced `P91/SCL` and `P97/SDA`, logical EEPROM image load/save/reporting, a 16x4 LCD bus/DDRAM model for `H'F200`/`H'F201`, and an opt-in P9 transfer fast path. - Includes an emulator probe that reports hot PCs, recent P9/SCI accesses, serial report queue/gate traces, RAM lifecycle watches, final SCI1/TXI state, and captured P9 byte candidates while running the real ROM. - Includes an RX command probe that boots until SCI1 RXI is serviceable, injects host six-byte frames through RDR/RDRF, can optionally schedule 38400 8N1 byte arrivals at real UART spacing, listens for device TX frames, and reports serial latch/table/LCD-buffer and emulated-LCD effects. - Includes a bench helper for replaying the emulator-derived CONNECT LCD frame sequence against the real device through COM5, with optional COM6 relay power cycling and timestamped capture logs. @@ -119,6 +122,8 @@ Current serial observations: - Emulator LCD finding: the ROM writes the boot/no-active-session message to the LCD bus as ` CONNECT:NOT ACT` on line 0 by the time SCI1 RX is serviceable. Valid and invalid six-byte host frames leave that display active while normal serial replies/heartbeats continue. - Board/P9 finding: traced MCU pin 62 `P91` reaches X24164 pin 6 `SCL`, and MCU pin 68 `P97` reaches the shared X24164 pin 5 `SDA` node. The emulator now treats the ROM's `C121/C08B/C0DB/C10C/C142` P9 routines as an X24164-style two-wire EEPROM bus, with ROM logical addresses `0x000-0x7FF` on the `H'A0/H'A1` control-byte family and `0x800-0xFFF` on `H'E0/H'E1`. - EEPROM role finding: `loc_40BB` checks `P7DR.7` and the `F402 == H'6B6F` signature before defaulting EEPROM/shadow tables; `loc_4103` writes ROM default words through `BFE0`, `loc_41D2` reads sixteen 8-byte records into `F7B0-F82F`, and the command-4 path at `BD2B-BD5F` can persist serial table writes when `F76E.7` is set. +- EEPROM layout finding: `build\rom_eeprom_layout.txt` currently identifies the ROM factory table at `H'C964-H'CA63`, the F400 shadow defaults, page 0 offset `0x000-0x007` as the signature/options header (`00 00 6B 6F FE 00 00 00`), pages 1-F offset `0x00-0x07` as blank-by-default record slots, and 89 selector mappings from the `H'C564` table into F400/EEPROM offsets. `F404` defaults to `H'FE00` and is tested as option/feature bits, while `F76E` combines persistence enable, dispatch suppression, and low-nibble EEPROM page selection. +- Emulator EEPROM-image finding: `build\emulator-eeprom-boot.txt` captures a blank-EEPROM boot defaulting pass. The ROM writes 2108 words, leaves page 0's signature/options header intact, blanks page 1-F record headers, and the final image matches the ROM factory/default baseline. Use `--eeprom-load`/`--eeprom-save` to persist an emulated EEPROM image across runs and compare command-induced changes. - Emulator board-state finding: P7 now reads external pin state for input bits, so the DIP-off default is modeled as `--p7-input 0xFF`; `--eeprom-seed factory` can pre-seed the X24164 devices and `F400-F4FF` shadow from the ROM default table for already-initialized-state experiments. - RX probe finding: the `--preset connect-lcd` sequence is sensitive to injection timing and modeled external state. With timed UART injection, the emulator can still reach `CONNECT: OK`/`02 00 02 00 00 5A`, while the real bench remains at `CONNECT NOT ACT`; this points to missing session/P9/external-panel context rather than a simple checksum or UART-spacing issue. - Emulator state-search finding: the minimum ROM-visible OK display condition is now reproducible without serial. Direct entry at `loc_2CB9` with `E000[0]=0x8080` and unsuppressed `F730=0` reaches `CONNECT: OK`; the queued selector-zero path also reaches OK when `F970[0]=0`, `F9B9=0`, `F9B4=1`, `E000[0]=0x8080`, and `F730=0`. This makes the bench problem sharper: prove whether serial can retain `E000[0]=0x8080` and enqueue selector zero without the reset/clobber path clearing it first. @@ -147,7 +152,9 @@ build/rom_serial_gate.txt build/rom_report_sources.txt build/rom_table_xrefs.txt build/rom_ccu_seed_hints.txt +build/rom_eeprom_layout.txt build/rom_consistency.txt +build/emulator-eeprom-boot.txt build/callgraph.dot ``` @@ -212,6 +219,7 @@ python h8536_rx_branch_trace.py --help python h8536_report_source_trace.py --help python h8536_table_xrefs.py --help python h8536_ccu_seed_hints.py --help +python h8536_eeprom_layout.py --help python h8536_consistency.py --help ``` @@ -220,6 +228,7 @@ python h8536_consistency.py --help - `h8536_report_source_trace.py`: traces direct `loc_3E54` report enqueue sources. Current finding: no direct static `R3 = 0x0007` enqueue in the JSON, so CAM power `0x0007` remains runtime/capture-observed unless a later indirect/table path proves it. - `h8536_table_xrefs.py`: emits candidate table/index xrefs and LCD text correlation hints. - `h8536_ccu_seed_hints.py`: mines table, dispatch, LCD, and observed-report hints for the CCU-side state stream the RCP may expect before active displays/reports. +- `h8536_eeprom_layout.py`: mines the X24164 EEPROM layout, ROM factory defaults, persistent record slots, and serial selector-to-EEPROM offset mapping. - `h8536_consistency.py`: flags JSON-to-pseudocode semantic hazards such as byte immediates written to word destinations. For the emulator harness: @@ -241,6 +250,9 @@ python h8536_emulator_rx_probe.py --help - `--p9-fast-optimistic-wrapper`: legacy fallback for older wrapper experiments; the known `BFE0/BFFE` EEPROM wrappers now use the X24164 model instead. - `--p7-input 0xFF`: set external P7 input pin state; this matters for the EEPROM defaulting gate at `P7DR.7` and the DIP-switch style inputs. - `--eeprom-seed blank|factory`: choose blank X24164 power-on state or pre-seed the X24164/shadow tables from the ROM defaults before reset. +- `--eeprom-load PATH`: load a 0x1000-byte logical X24164 EEPROM image before boot/probe; page 0 is also mirrored into the F400 shadow so the ROM's early `F402` signature check sees the loaded state. +- `--eeprom-save PATH`: save the final 0x1000-byte logical EEPROM image after boot/probe. +- `--eeprom-report PATH` / `--eeprom-report-json PATH`: write a ROM-layout-aware EEPROM snapshot with page records, write logs, factory diffs, and F400 shadow diffs. - `--trace-report-gates`, `--trace-report-queue`, and `--trace-ram-lifecycle`: inspect the serial report queue, `loc_4046`/`F9C4` gate, and watched RAM byte history. - `--target-frame "00 00 00 00 80 DA"`: compare staged/emitted TX bytes against an expected six-byte frame. - `h8536_emulator_rx_probe.py "04 00 00 80 00"`: append the checksum, inject the host frame through SCI1 RX, and summarize responses. @@ -289,8 +301,10 @@ python h8536_emulator_rx_probe.py --help - `h8536/report_source_trace.py`: direct `loc_3E54` report enqueue source tracer. - `h8536/table_xrefs.py`: table/index xrefs and LCD correlation report generation. - `h8536/ccu_seed_hints.py`: ROM miner for likely fake-CCU state seed selectors and candidate command/readback frames. +- `h8536/eeprom_layout.py`: ROM miner for X24164 EEPROM defaults, 8-byte record slots, and serial persistence mapping. - `h8536/consistency.py`: decompiler/pseudocode semantic consistency checks. - `h8536/emulator/`: early H8/536 emulator package split into CPU state, memory map, SCI1 TX capture, 38400 8N1 UART injection timing, P9/X24164 EEPROM bus model, LCD model, manual-derived FRT timer scheduling, runner, probe, CLI, and peripheral scaffolding. +- `h8536/emulator/eeprom_image.py`: logical EEPROM image dump/report helpers for emulator runs, including factory diffs and record-slot summaries. - `h8536/emulator/rx_probe.py`: host-frame injection and response/listener probe for SCI1 RX experiments. - `h8536/emulator/state_search.py`: bounded internal-state search for CONNECT LCD outcomes using ROM execution plus explicit RAM/table patches. - `h8536/board_profile.py`: Sony RCP-TX7 board-trace annotations, including the MAX202 RS232 path. @@ -301,7 +315,7 @@ python h8536_emulator_rx_probe.py --help - `h8536_pseudocode.py`: pseudocode CLI wrapper. - `h8536_serial_pseudocode.py`: focused serial pseudocode CLI wrapper. - `h8536_protocol_trace.py`, `h8536_protocol_capture.py`: protocol analysis CLI wrappers. -- `h8536_serial_gate.py`, `h8536_report_source_trace.py`, `h8536_table_xrefs.py`, `h8536_ccu_seed_hints.py`, `h8536_consistency.py`: sidecar analysis CLI wrappers. +- `h8536_serial_gate.py`, `h8536_report_source_trace.py`, `h8536_table_xrefs.py`, `h8536_ccu_seed_hints.py`, `h8536_eeprom_layout.py`, `h8536_consistency.py`: sidecar analysis CLI wrappers. - `h8536_emulator.py`, `h8536_emulator_probe.py`, `h8536_emulator_rx_probe.py`, `h8536_emulator_bench_replay.py`: emulator CLI wrappers. - `h8536_emulator_state_search.py`: emulator CONNECT state-search CLI wrapper. - `scripts/bench_connect_lcd_sequence.py`: real-device COM5/COM6 bench runner for the CONNECT LCD sequence. diff --git a/build/emulator-eeprom-boot.bin b/build/emulator-eeprom-boot.bin new file mode 100644 index 0000000..337213d Binary files /dev/null and b/build/emulator-eeprom-boot.bin differ diff --git a/build/emulator-eeprom-boot.json b/build/emulator-eeprom-boot.json new file mode 100644 index 0000000..958bc57 --- /dev/null +++ b/build/emulator-eeprom-boot.json @@ -0,0 +1,158603 @@ +{ + "factory_diffs": [], + "kind": "emulator_eeprom_snapshot", + "records": [ + { + "address": 0, + "address_hex": "0x000", + "ascii": "..ko....", + "bytes_hex": "00 00 6B 6F FE 00 00 00", + "is_blank_spaces": false, + "page": 0, + "page_hex": "0x0", + "range_hex": "0x000-0x007", + "words_hex": [ + "0x0000", + "0x6B6F", + "0xFE00", + "0x0000" + ] + }, + { + "address": 256, + "address_hex": "0x100", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 1, + "page_hex": "0x1", + "range_hex": "0x100-0x107", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 512, + "address_hex": "0x200", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 2, + "page_hex": "0x2", + "range_hex": "0x200-0x207", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 768, + "address_hex": "0x300", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 3, + "page_hex": "0x3", + "range_hex": "0x300-0x307", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1024, + "address_hex": "0x400", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 4, + "page_hex": "0x4", + "range_hex": "0x400-0x407", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1280, + "address_hex": "0x500", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 5, + "page_hex": "0x5", + "range_hex": "0x500-0x507", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1536, + "address_hex": "0x600", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 6, + "page_hex": "0x6", + "range_hex": "0x600-0x607", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1792, + "address_hex": "0x700", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 7, + "page_hex": "0x7", + "range_hex": "0x700-0x707", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2048, + "address_hex": "0x800", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 8, + "page_hex": "0x8", + "range_hex": "0x800-0x807", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2304, + "address_hex": "0x900", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 9, + "page_hex": "0x9", + "range_hex": "0x900-0x907", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2560, + "address_hex": "0xA00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 10, + "page_hex": "0xA", + "range_hex": "0xA00-0xA07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2816, + "address_hex": "0xB00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 11, + "page_hex": "0xB", + "range_hex": "0xB00-0xB07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3072, + "address_hex": "0xC00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 12, + "page_hex": "0xC", + "range_hex": "0xC00-0xC07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3328, + "address_hex": "0xD00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 13, + "page_hex": "0xD", + "range_hex": "0xD00-0xD07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3584, + "address_hex": "0xE00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 14, + "page_hex": "0xE", + "range_hex": "0xE00-0xE07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3840, + "address_hex": "0xF00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 15, + "page_hex": "0xF", + "range_hex": "0xF00-0xF07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + } + ], + "shadow_f400": { + "diff_count": 0, + "diffs": [] + }, + "summary": { + "factory_diff_word_count": 0, + "logical_size": 4096, + "logical_size_hex": "0x1000", + "record_count": 16, + "sha256": "4bed7704e1ea085487ca325c43bd60da75d37b6ae6f8292544e069a8825c64c6", + "write_byte_count": 4216, + "write_word_count": 2108 + }, + "write_events": [ + { + "address": 254, + "address_hex": "0x0FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 254, + "device_offset_hex": "0x0FE", + "index": 0, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 255, + "address_hex": "0x0FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 255, + "device_offset_hex": "0x0FF", + "index": 1, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 510, + "address_hex": "0x1FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 510, + "device_offset_hex": "0x1FE", + "index": 2, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 511, + "address_hex": "0x1FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 511, + "device_offset_hex": "0x1FF", + "index": 3, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 766, + "address_hex": "0x2FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 766, + "device_offset_hex": "0x2FE", + "index": 4, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 767, + "address_hex": "0x2FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 767, + "device_offset_hex": "0x2FF", + "index": 5, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1022, + "address_hex": "0x3FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1022, + "device_offset_hex": "0x3FE", + "index": 6, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1023, + "address_hex": "0x3FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1023, + "device_offset_hex": "0x3FF", + "index": 7, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1278, + "address_hex": "0x4FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1278, + "device_offset_hex": "0x4FE", + "index": 8, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1279, + "address_hex": "0x4FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1279, + "device_offset_hex": "0x4FF", + "index": 9, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1534, + "address_hex": "0x5FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1534, + "device_offset_hex": "0x5FE", + "index": 10, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1535, + "address_hex": "0x5FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1535, + "device_offset_hex": "0x5FF", + "index": 11, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1790, + "address_hex": "0x6FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1790, + "device_offset_hex": "0x6FE", + "index": 12, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1791, + "address_hex": "0x6FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 1791, + "device_offset_hex": "0x6FF", + "index": 13, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2046, + "address_hex": "0x7FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 2046, + "device_offset_hex": "0x7FE", + "index": 14, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2047, + "address_hex": "0x7FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "device_offset": 2047, + "device_offset_hex": "0x7FF", + "index": 15, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2302, + "address_hex": "0x8FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 254, + "device_offset_hex": "0x0FE", + "index": 16, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2303, + "address_hex": "0x8FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 255, + "device_offset_hex": "0x0FF", + "index": 17, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2558, + "address_hex": "0x9FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 510, + "device_offset_hex": "0x1FE", + "index": 18, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2559, + "address_hex": "0x9FF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 511, + "device_offset_hex": "0x1FF", + "index": 19, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2814, + "address_hex": "0xAFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 766, + "device_offset_hex": "0x2FE", + "index": 20, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2815, + "address_hex": "0xAFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 767, + "device_offset_hex": "0x2FF", + "index": 21, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3070, + "address_hex": "0xBFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1022, + "device_offset_hex": "0x3FE", + "index": 22, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3071, + "address_hex": "0xBFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1023, + "device_offset_hex": "0x3FF", + "index": 23, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3326, + "address_hex": "0xCFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1278, + "device_offset_hex": "0x4FE", + "index": 24, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3327, + "address_hex": "0xCFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1279, + "device_offset_hex": "0x4FF", + "index": 25, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3582, + "address_hex": "0xDFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1534, + "device_offset_hex": "0x5FE", + "index": 26, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3583, + "address_hex": "0xDFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1535, + "device_offset_hex": "0x5FF", + "index": 27, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3838, + "address_hex": "0xEFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1790, + "device_offset_hex": "0x6FE", + "index": 28, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3839, + "address_hex": "0xEFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 1791, + "device_offset_hex": "0x6FF", + "index": 29, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4094, + "address_hex": "0xFFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 2046, + "device_offset_hex": "0x7FE", + "index": 30, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 254, + "offset_hex": "0xFE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4095, + "address_hex": "0xFFF", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "device_offset": 2047, + "device_offset_hex": "0x7FF", + "index": 31, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 255, + "offset_hex": "0xFF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 252, + "address_hex": "0x0FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 252, + "device_offset_hex": "0x0FC", + "index": 32, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 253, + "address_hex": "0x0FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 253, + "device_offset_hex": "0x0FD", + "index": 33, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 508, + "address_hex": "0x1FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 508, + "device_offset_hex": "0x1FC", + "index": 34, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 509, + "address_hex": "0x1FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 509, + "device_offset_hex": "0x1FD", + "index": 35, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 764, + "address_hex": "0x2FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 764, + "device_offset_hex": "0x2FC", + "index": 36, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 765, + "address_hex": "0x2FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 765, + "device_offset_hex": "0x2FD", + "index": 37, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1020, + "address_hex": "0x3FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1020, + "device_offset_hex": "0x3FC", + "index": 38, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1021, + "address_hex": "0x3FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1021, + "device_offset_hex": "0x3FD", + "index": 39, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1276, + "address_hex": "0x4FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1276, + "device_offset_hex": "0x4FC", + "index": 40, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1277, + "address_hex": "0x4FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1277, + "device_offset_hex": "0x4FD", + "index": 41, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1532, + "address_hex": "0x5FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1532, + "device_offset_hex": "0x5FC", + "index": 42, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1533, + "address_hex": "0x5FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1533, + "device_offset_hex": "0x5FD", + "index": 43, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1788, + "address_hex": "0x6FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1788, + "device_offset_hex": "0x6FC", + "index": 44, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1789, + "address_hex": "0x6FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 1789, + "device_offset_hex": "0x6FD", + "index": 45, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2044, + "address_hex": "0x7FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 2044, + "device_offset_hex": "0x7FC", + "index": 46, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2045, + "address_hex": "0x7FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "device_offset": 2045, + "device_offset_hex": "0x7FD", + "index": 47, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2300, + "address_hex": "0x8FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 252, + "device_offset_hex": "0x0FC", + "index": 48, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2301, + "address_hex": "0x8FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 253, + "device_offset_hex": "0x0FD", + "index": 49, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2556, + "address_hex": "0x9FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 508, + "device_offset_hex": "0x1FC", + "index": 50, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2557, + "address_hex": "0x9FD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 509, + "device_offset_hex": "0x1FD", + "index": 51, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2812, + "address_hex": "0xAFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 764, + "device_offset_hex": "0x2FC", + "index": 52, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2813, + "address_hex": "0xAFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 765, + "device_offset_hex": "0x2FD", + "index": 53, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3068, + "address_hex": "0xBFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1020, + "device_offset_hex": "0x3FC", + "index": 54, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3069, + "address_hex": "0xBFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1021, + "device_offset_hex": "0x3FD", + "index": 55, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3324, + "address_hex": "0xCFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1276, + "device_offset_hex": "0x4FC", + "index": 56, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3325, + "address_hex": "0xCFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1277, + "device_offset_hex": "0x4FD", + "index": 57, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3580, + "address_hex": "0xDFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1532, + "device_offset_hex": "0x5FC", + "index": 58, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3581, + "address_hex": "0xDFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1533, + "device_offset_hex": "0x5FD", + "index": 59, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3836, + "address_hex": "0xEFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1788, + "device_offset_hex": "0x6FC", + "index": 60, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3837, + "address_hex": "0xEFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 1789, + "device_offset_hex": "0x6FD", + "index": 61, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4092, + "address_hex": "0xFFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 2044, + "device_offset_hex": "0x7FC", + "index": 62, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 252, + "offset_hex": "0xFC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4093, + "address_hex": "0xFFD", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "device_offset": 2045, + "device_offset_hex": "0x7FD", + "index": 63, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 253, + "offset_hex": "0xFD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 250, + "address_hex": "0x0FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 250, + "device_offset_hex": "0x0FA", + "index": 64, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 251, + "address_hex": "0x0FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 251, + "device_offset_hex": "0x0FB", + "index": 65, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 506, + "address_hex": "0x1FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 506, + "device_offset_hex": "0x1FA", + "index": 66, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 507, + "address_hex": "0x1FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 507, + "device_offset_hex": "0x1FB", + "index": 67, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 762, + "address_hex": "0x2FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 762, + "device_offset_hex": "0x2FA", + "index": 68, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 763, + "address_hex": "0x2FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 763, + "device_offset_hex": "0x2FB", + "index": 69, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1018, + "address_hex": "0x3FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1018, + "device_offset_hex": "0x3FA", + "index": 70, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1019, + "address_hex": "0x3FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1019, + "device_offset_hex": "0x3FB", + "index": 71, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1274, + "address_hex": "0x4FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1274, + "device_offset_hex": "0x4FA", + "index": 72, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1275, + "address_hex": "0x4FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1275, + "device_offset_hex": "0x4FB", + "index": 73, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1530, + "address_hex": "0x5FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1530, + "device_offset_hex": "0x5FA", + "index": 74, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1531, + "address_hex": "0x5FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1531, + "device_offset_hex": "0x5FB", + "index": 75, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1786, + "address_hex": "0x6FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1786, + "device_offset_hex": "0x6FA", + "index": 76, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1787, + "address_hex": "0x6FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 1787, + "device_offset_hex": "0x6FB", + "index": 77, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2042, + "address_hex": "0x7FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 2042, + "device_offset_hex": "0x7FA", + "index": 78, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2043, + "address_hex": "0x7FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "device_offset": 2043, + "device_offset_hex": "0x7FB", + "index": 79, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2298, + "address_hex": "0x8FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 250, + "device_offset_hex": "0x0FA", + "index": 80, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2299, + "address_hex": "0x8FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 251, + "device_offset_hex": "0x0FB", + "index": 81, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2554, + "address_hex": "0x9FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 506, + "device_offset_hex": "0x1FA", + "index": 82, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2555, + "address_hex": "0x9FB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 507, + "device_offset_hex": "0x1FB", + "index": 83, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2810, + "address_hex": "0xAFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 762, + "device_offset_hex": "0x2FA", + "index": 84, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2811, + "address_hex": "0xAFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 763, + "device_offset_hex": "0x2FB", + "index": 85, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3066, + "address_hex": "0xBFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1018, + "device_offset_hex": "0x3FA", + "index": 86, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3067, + "address_hex": "0xBFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1019, + "device_offset_hex": "0x3FB", + "index": 87, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3322, + "address_hex": "0xCFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1274, + "device_offset_hex": "0x4FA", + "index": 88, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3323, + "address_hex": "0xCFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1275, + "device_offset_hex": "0x4FB", + "index": 89, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3578, + "address_hex": "0xDFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1530, + "device_offset_hex": "0x5FA", + "index": 90, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3579, + "address_hex": "0xDFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1531, + "device_offset_hex": "0x5FB", + "index": 91, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3834, + "address_hex": "0xEFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1786, + "device_offset_hex": "0x6FA", + "index": 92, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3835, + "address_hex": "0xEFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 1787, + "device_offset_hex": "0x6FB", + "index": 93, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4090, + "address_hex": "0xFFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 2042, + "device_offset_hex": "0x7FA", + "index": 94, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 250, + "offset_hex": "0xFA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4091, + "address_hex": "0xFFB", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "device_offset": 2043, + "device_offset_hex": "0x7FB", + "index": 95, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 251, + "offset_hex": "0xFB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 248, + "address_hex": "0x0F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 248, + "device_offset_hex": "0x0F8", + "index": 96, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 249, + "address_hex": "0x0F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 249, + "device_offset_hex": "0x0F9", + "index": 97, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 504, + "address_hex": "0x1F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 504, + "device_offset_hex": "0x1F8", + "index": 98, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 505, + "address_hex": "0x1F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 505, + "device_offset_hex": "0x1F9", + "index": 99, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 760, + "address_hex": "0x2F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 760, + "device_offset_hex": "0x2F8", + "index": 100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 761, + "address_hex": "0x2F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 761, + "device_offset_hex": "0x2F9", + "index": 101, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1016, + "address_hex": "0x3F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1016, + "device_offset_hex": "0x3F8", + "index": 102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1017, + "address_hex": "0x3F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1017, + "device_offset_hex": "0x3F9", + "index": 103, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1272, + "address_hex": "0x4F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1272, + "device_offset_hex": "0x4F8", + "index": 104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1273, + "address_hex": "0x4F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1273, + "device_offset_hex": "0x4F9", + "index": 105, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1528, + "address_hex": "0x5F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1528, + "device_offset_hex": "0x5F8", + "index": 106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1529, + "address_hex": "0x5F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1529, + "device_offset_hex": "0x5F9", + "index": 107, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1784, + "address_hex": "0x6F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1784, + "device_offset_hex": "0x6F8", + "index": 108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1785, + "address_hex": "0x6F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 1785, + "device_offset_hex": "0x6F9", + "index": 109, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2040, + "address_hex": "0x7F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 2040, + "device_offset_hex": "0x7F8", + "index": 110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2041, + "address_hex": "0x7F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "device_offset": 2041, + "device_offset_hex": "0x7F9", + "index": 111, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2296, + "address_hex": "0x8F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 248, + "device_offset_hex": "0x0F8", + "index": 112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2297, + "address_hex": "0x8F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 249, + "device_offset_hex": "0x0F9", + "index": 113, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2552, + "address_hex": "0x9F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 504, + "device_offset_hex": "0x1F8", + "index": 114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2553, + "address_hex": "0x9F9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 505, + "device_offset_hex": "0x1F9", + "index": 115, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2808, + "address_hex": "0xAF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 760, + "device_offset_hex": "0x2F8", + "index": 116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2809, + "address_hex": "0xAF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 761, + "device_offset_hex": "0x2F9", + "index": 117, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3064, + "address_hex": "0xBF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1016, + "device_offset_hex": "0x3F8", + "index": 118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3065, + "address_hex": "0xBF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1017, + "device_offset_hex": "0x3F9", + "index": 119, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3320, + "address_hex": "0xCF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1272, + "device_offset_hex": "0x4F8", + "index": 120, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3321, + "address_hex": "0xCF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1273, + "device_offset_hex": "0x4F9", + "index": 121, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3576, + "address_hex": "0xDF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1528, + "device_offset_hex": "0x5F8", + "index": 122, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3577, + "address_hex": "0xDF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1529, + "device_offset_hex": "0x5F9", + "index": 123, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3832, + "address_hex": "0xEF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1784, + "device_offset_hex": "0x6F8", + "index": 124, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3833, + "address_hex": "0xEF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 1785, + "device_offset_hex": "0x6F9", + "index": 125, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4088, + "address_hex": "0xFF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 2040, + "device_offset_hex": "0x7F8", + "index": 126, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 248, + "offset_hex": "0xF8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4089, + "address_hex": "0xFF9", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "device_offset": 2041, + "device_offset_hex": "0x7F9", + "index": 127, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 249, + "offset_hex": "0xF9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 246, + "address_hex": "0x0F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 246, + "device_offset_hex": "0x0F6", + "index": 128, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 247, + "address_hex": "0x0F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 247, + "device_offset_hex": "0x0F7", + "index": 129, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 502, + "address_hex": "0x1F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 502, + "device_offset_hex": "0x1F6", + "index": 130, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 503, + "address_hex": "0x1F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 503, + "device_offset_hex": "0x1F7", + "index": 131, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 758, + "address_hex": "0x2F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 758, + "device_offset_hex": "0x2F6", + "index": 132, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 759, + "address_hex": "0x2F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 759, + "device_offset_hex": "0x2F7", + "index": 133, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1014, + "address_hex": "0x3F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1014, + "device_offset_hex": "0x3F6", + "index": 134, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1015, + "address_hex": "0x3F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1015, + "device_offset_hex": "0x3F7", + "index": 135, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1270, + "address_hex": "0x4F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1270, + "device_offset_hex": "0x4F6", + "index": 136, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1271, + "address_hex": "0x4F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1271, + "device_offset_hex": "0x4F7", + "index": 137, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1526, + "address_hex": "0x5F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1526, + "device_offset_hex": "0x5F6", + "index": 138, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1527, + "address_hex": "0x5F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1527, + "device_offset_hex": "0x5F7", + "index": 139, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1782, + "address_hex": "0x6F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1782, + "device_offset_hex": "0x6F6", + "index": 140, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1783, + "address_hex": "0x6F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 1783, + "device_offset_hex": "0x6F7", + "index": 141, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2038, + "address_hex": "0x7F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 2038, + "device_offset_hex": "0x7F6", + "index": 142, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2039, + "address_hex": "0x7F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "device_offset": 2039, + "device_offset_hex": "0x7F7", + "index": 143, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2294, + "address_hex": "0x8F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 246, + "device_offset_hex": "0x0F6", + "index": 144, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2295, + "address_hex": "0x8F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 247, + "device_offset_hex": "0x0F7", + "index": 145, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2550, + "address_hex": "0x9F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 502, + "device_offset_hex": "0x1F6", + "index": 146, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2551, + "address_hex": "0x9F7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 503, + "device_offset_hex": "0x1F7", + "index": 147, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2806, + "address_hex": "0xAF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 758, + "device_offset_hex": "0x2F6", + "index": 148, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2807, + "address_hex": "0xAF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 759, + "device_offset_hex": "0x2F7", + "index": 149, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3062, + "address_hex": "0xBF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1014, + "device_offset_hex": "0x3F6", + "index": 150, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3063, + "address_hex": "0xBF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1015, + "device_offset_hex": "0x3F7", + "index": 151, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3318, + "address_hex": "0xCF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1270, + "device_offset_hex": "0x4F6", + "index": 152, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3319, + "address_hex": "0xCF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1271, + "device_offset_hex": "0x4F7", + "index": 153, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3574, + "address_hex": "0xDF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1526, + "device_offset_hex": "0x5F6", + "index": 154, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3575, + "address_hex": "0xDF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1527, + "device_offset_hex": "0x5F7", + "index": 155, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3830, + "address_hex": "0xEF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1782, + "device_offset_hex": "0x6F6", + "index": 156, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3831, + "address_hex": "0xEF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 1783, + "device_offset_hex": "0x6F7", + "index": 157, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4086, + "address_hex": "0xFF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 2038, + "device_offset_hex": "0x7F6", + "index": 158, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 246, + "offset_hex": "0xF6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4087, + "address_hex": "0xFF7", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "device_offset": 2039, + "device_offset_hex": "0x7F7", + "index": 159, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 247, + "offset_hex": "0xF7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 244, + "address_hex": "0x0F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 244, + "device_offset_hex": "0x0F4", + "index": 160, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 245, + "address_hex": "0x0F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 245, + "device_offset_hex": "0x0F5", + "index": 161, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 500, + "address_hex": "0x1F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 500, + "device_offset_hex": "0x1F4", + "index": 162, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 501, + "address_hex": "0x1F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 501, + "device_offset_hex": "0x1F5", + "index": 163, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 756, + "address_hex": "0x2F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 756, + "device_offset_hex": "0x2F4", + "index": 164, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 757, + "address_hex": "0x2F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 757, + "device_offset_hex": "0x2F5", + "index": 165, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1012, + "address_hex": "0x3F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1012, + "device_offset_hex": "0x3F4", + "index": 166, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1013, + "address_hex": "0x3F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1013, + "device_offset_hex": "0x3F5", + "index": 167, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1268, + "address_hex": "0x4F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1268, + "device_offset_hex": "0x4F4", + "index": 168, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1269, + "address_hex": "0x4F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1269, + "device_offset_hex": "0x4F5", + "index": 169, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1524, + "address_hex": "0x5F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1524, + "device_offset_hex": "0x5F4", + "index": 170, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1525, + "address_hex": "0x5F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1525, + "device_offset_hex": "0x5F5", + "index": 171, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1780, + "address_hex": "0x6F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1780, + "device_offset_hex": "0x6F4", + "index": 172, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1781, + "address_hex": "0x6F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 1781, + "device_offset_hex": "0x6F5", + "index": 173, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2036, + "address_hex": "0x7F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 2036, + "device_offset_hex": "0x7F4", + "index": 174, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2037, + "address_hex": "0x7F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "device_offset": 2037, + "device_offset_hex": "0x7F5", + "index": 175, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2292, + "address_hex": "0x8F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 244, + "device_offset_hex": "0x0F4", + "index": 176, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2293, + "address_hex": "0x8F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 245, + "device_offset_hex": "0x0F5", + "index": 177, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2548, + "address_hex": "0x9F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 500, + "device_offset_hex": "0x1F4", + "index": 178, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2549, + "address_hex": "0x9F5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 501, + "device_offset_hex": "0x1F5", + "index": 179, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2804, + "address_hex": "0xAF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 756, + "device_offset_hex": "0x2F4", + "index": 180, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2805, + "address_hex": "0xAF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 757, + "device_offset_hex": "0x2F5", + "index": 181, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3060, + "address_hex": "0xBF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1012, + "device_offset_hex": "0x3F4", + "index": 182, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3061, + "address_hex": "0xBF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1013, + "device_offset_hex": "0x3F5", + "index": 183, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3316, + "address_hex": "0xCF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1268, + "device_offset_hex": "0x4F4", + "index": 184, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3317, + "address_hex": "0xCF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1269, + "device_offset_hex": "0x4F5", + "index": 185, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3572, + "address_hex": "0xDF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1524, + "device_offset_hex": "0x5F4", + "index": 186, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3573, + "address_hex": "0xDF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1525, + "device_offset_hex": "0x5F5", + "index": 187, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3828, + "address_hex": "0xEF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1780, + "device_offset_hex": "0x6F4", + "index": 188, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3829, + "address_hex": "0xEF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 1781, + "device_offset_hex": "0x6F5", + "index": 189, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4084, + "address_hex": "0xFF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 2036, + "device_offset_hex": "0x7F4", + "index": 190, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 244, + "offset_hex": "0xF4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4085, + "address_hex": "0xFF5", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "device_offset": 2037, + "device_offset_hex": "0x7F5", + "index": 191, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 245, + "offset_hex": "0xF5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 242, + "address_hex": "0x0F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 242, + "device_offset_hex": "0x0F2", + "index": 192, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 243, + "address_hex": "0x0F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 243, + "device_offset_hex": "0x0F3", + "index": 193, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 498, + "address_hex": "0x1F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 498, + "device_offset_hex": "0x1F2", + "index": 194, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 499, + "address_hex": "0x1F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 499, + "device_offset_hex": "0x1F3", + "index": 195, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 754, + "address_hex": "0x2F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 754, + "device_offset_hex": "0x2F2", + "index": 196, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 755, + "address_hex": "0x2F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 755, + "device_offset_hex": "0x2F3", + "index": 197, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1010, + "address_hex": "0x3F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1010, + "device_offset_hex": "0x3F2", + "index": 198, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1011, + "address_hex": "0x3F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1011, + "device_offset_hex": "0x3F3", + "index": 199, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1266, + "address_hex": "0x4F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1266, + "device_offset_hex": "0x4F2", + "index": 200, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1267, + "address_hex": "0x4F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1267, + "device_offset_hex": "0x4F3", + "index": 201, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1522, + "address_hex": "0x5F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1522, + "device_offset_hex": "0x5F2", + "index": 202, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1523, + "address_hex": "0x5F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1523, + "device_offset_hex": "0x5F3", + "index": 203, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1778, + "address_hex": "0x6F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1778, + "device_offset_hex": "0x6F2", + "index": 204, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1779, + "address_hex": "0x6F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 1779, + "device_offset_hex": "0x6F3", + "index": 205, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2034, + "address_hex": "0x7F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 2034, + "device_offset_hex": "0x7F2", + "index": 206, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2035, + "address_hex": "0x7F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "device_offset": 2035, + "device_offset_hex": "0x7F3", + "index": 207, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2290, + "address_hex": "0x8F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 242, + "device_offset_hex": "0x0F2", + "index": 208, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2291, + "address_hex": "0x8F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 243, + "device_offset_hex": "0x0F3", + "index": 209, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2546, + "address_hex": "0x9F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 498, + "device_offset_hex": "0x1F2", + "index": 210, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2547, + "address_hex": "0x9F3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 499, + "device_offset_hex": "0x1F3", + "index": 211, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2802, + "address_hex": "0xAF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 754, + "device_offset_hex": "0x2F2", + "index": 212, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2803, + "address_hex": "0xAF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 755, + "device_offset_hex": "0x2F3", + "index": 213, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3058, + "address_hex": "0xBF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1010, + "device_offset_hex": "0x3F2", + "index": 214, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3059, + "address_hex": "0xBF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1011, + "device_offset_hex": "0x3F3", + "index": 215, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3314, + "address_hex": "0xCF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1266, + "device_offset_hex": "0x4F2", + "index": 216, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3315, + "address_hex": "0xCF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1267, + "device_offset_hex": "0x4F3", + "index": 217, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3570, + "address_hex": "0xDF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1522, + "device_offset_hex": "0x5F2", + "index": 218, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3571, + "address_hex": "0xDF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1523, + "device_offset_hex": "0x5F3", + "index": 219, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3826, + "address_hex": "0xEF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1778, + "device_offset_hex": "0x6F2", + "index": 220, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3827, + "address_hex": "0xEF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 1779, + "device_offset_hex": "0x6F3", + "index": 221, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4082, + "address_hex": "0xFF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 2034, + "device_offset_hex": "0x7F2", + "index": 222, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 242, + "offset_hex": "0xF2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4083, + "address_hex": "0xFF3", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "device_offset": 2035, + "device_offset_hex": "0x7F3", + "index": 223, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 243, + "offset_hex": "0xF3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 240, + "address_hex": "0x0F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 240, + "device_offset_hex": "0x0F0", + "index": 224, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 241, + "address_hex": "0x0F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 241, + "device_offset_hex": "0x0F1", + "index": 225, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 496, + "address_hex": "0x1F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 496, + "device_offset_hex": "0x1F0", + "index": 226, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 497, + "address_hex": "0x1F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 497, + "device_offset_hex": "0x1F1", + "index": 227, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 752, + "address_hex": "0x2F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 752, + "device_offset_hex": "0x2F0", + "index": 228, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 753, + "address_hex": "0x2F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 753, + "device_offset_hex": "0x2F1", + "index": 229, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1008, + "address_hex": "0x3F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1008, + "device_offset_hex": "0x3F0", + "index": 230, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1009, + "address_hex": "0x3F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1009, + "device_offset_hex": "0x3F1", + "index": 231, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1264, + "address_hex": "0x4F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1264, + "device_offset_hex": "0x4F0", + "index": 232, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1265, + "address_hex": "0x4F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1265, + "device_offset_hex": "0x4F1", + "index": 233, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1520, + "address_hex": "0x5F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1520, + "device_offset_hex": "0x5F0", + "index": 234, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1521, + "address_hex": "0x5F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1521, + "device_offset_hex": "0x5F1", + "index": 235, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1776, + "address_hex": "0x6F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1776, + "device_offset_hex": "0x6F0", + "index": 236, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1777, + "address_hex": "0x6F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 1777, + "device_offset_hex": "0x6F1", + "index": 237, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2032, + "address_hex": "0x7F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 2032, + "device_offset_hex": "0x7F0", + "index": 238, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2033, + "address_hex": "0x7F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "device_offset": 2033, + "device_offset_hex": "0x7F1", + "index": 239, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2288, + "address_hex": "0x8F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 240, + "device_offset_hex": "0x0F0", + "index": 240, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2289, + "address_hex": "0x8F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 241, + "device_offset_hex": "0x0F1", + "index": 241, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2544, + "address_hex": "0x9F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 496, + "device_offset_hex": "0x1F0", + "index": 242, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2545, + "address_hex": "0x9F1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 497, + "device_offset_hex": "0x1F1", + "index": 243, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2800, + "address_hex": "0xAF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 752, + "device_offset_hex": "0x2F0", + "index": 244, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2801, + "address_hex": "0xAF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 753, + "device_offset_hex": "0x2F1", + "index": 245, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3056, + "address_hex": "0xBF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1008, + "device_offset_hex": "0x3F0", + "index": 246, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3057, + "address_hex": "0xBF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1009, + "device_offset_hex": "0x3F1", + "index": 247, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3312, + "address_hex": "0xCF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1264, + "device_offset_hex": "0x4F0", + "index": 248, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3313, + "address_hex": "0xCF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1265, + "device_offset_hex": "0x4F1", + "index": 249, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3568, + "address_hex": "0xDF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1520, + "device_offset_hex": "0x5F0", + "index": 250, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3569, + "address_hex": "0xDF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1521, + "device_offset_hex": "0x5F1", + "index": 251, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3824, + "address_hex": "0xEF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1776, + "device_offset_hex": "0x6F0", + "index": 252, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3825, + "address_hex": "0xEF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 1777, + "device_offset_hex": "0x6F1", + "index": 253, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4080, + "address_hex": "0xFF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 2032, + "device_offset_hex": "0x7F0", + "index": 254, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 240, + "offset_hex": "0xF0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4081, + "address_hex": "0xFF1", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "device_offset": 2033, + "device_offset_hex": "0x7F1", + "index": 255, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 241, + "offset_hex": "0xF1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 238, + "address_hex": "0x0EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 238, + "device_offset_hex": "0x0EE", + "index": 256, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 239, + "address_hex": "0x0EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 239, + "device_offset_hex": "0x0EF", + "index": 257, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 494, + "address_hex": "0x1EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 494, + "device_offset_hex": "0x1EE", + "index": 258, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 495, + "address_hex": "0x1EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 495, + "device_offset_hex": "0x1EF", + "index": 259, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 750, + "address_hex": "0x2EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 750, + "device_offset_hex": "0x2EE", + "index": 260, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 751, + "address_hex": "0x2EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 751, + "device_offset_hex": "0x2EF", + "index": 261, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1006, + "address_hex": "0x3EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1006, + "device_offset_hex": "0x3EE", + "index": 262, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1007, + "address_hex": "0x3EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1007, + "device_offset_hex": "0x3EF", + "index": 263, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1262, + "address_hex": "0x4EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1262, + "device_offset_hex": "0x4EE", + "index": 264, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1263, + "address_hex": "0x4EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1263, + "device_offset_hex": "0x4EF", + "index": 265, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1518, + "address_hex": "0x5EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1518, + "device_offset_hex": "0x5EE", + "index": 266, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1519, + "address_hex": "0x5EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1519, + "device_offset_hex": "0x5EF", + "index": 267, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1774, + "address_hex": "0x6EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1774, + "device_offset_hex": "0x6EE", + "index": 268, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1775, + "address_hex": "0x6EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 1775, + "device_offset_hex": "0x6EF", + "index": 269, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2030, + "address_hex": "0x7EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 2030, + "device_offset_hex": "0x7EE", + "index": 270, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2031, + "address_hex": "0x7EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "device_offset": 2031, + "device_offset_hex": "0x7EF", + "index": 271, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2286, + "address_hex": "0x8EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 238, + "device_offset_hex": "0x0EE", + "index": 272, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2287, + "address_hex": "0x8EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 239, + "device_offset_hex": "0x0EF", + "index": 273, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2542, + "address_hex": "0x9EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 494, + "device_offset_hex": "0x1EE", + "index": 274, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2543, + "address_hex": "0x9EF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 495, + "device_offset_hex": "0x1EF", + "index": 275, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2798, + "address_hex": "0xAEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 750, + "device_offset_hex": "0x2EE", + "index": 276, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2799, + "address_hex": "0xAEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 751, + "device_offset_hex": "0x2EF", + "index": 277, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3054, + "address_hex": "0xBEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1006, + "device_offset_hex": "0x3EE", + "index": 278, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3055, + "address_hex": "0xBEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1007, + "device_offset_hex": "0x3EF", + "index": 279, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3310, + "address_hex": "0xCEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1262, + "device_offset_hex": "0x4EE", + "index": 280, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3311, + "address_hex": "0xCEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1263, + "device_offset_hex": "0x4EF", + "index": 281, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3566, + "address_hex": "0xDEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1518, + "device_offset_hex": "0x5EE", + "index": 282, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3567, + "address_hex": "0xDEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1519, + "device_offset_hex": "0x5EF", + "index": 283, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3822, + "address_hex": "0xEEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1774, + "device_offset_hex": "0x6EE", + "index": 284, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3823, + "address_hex": "0xEEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 1775, + "device_offset_hex": "0x6EF", + "index": 285, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4078, + "address_hex": "0xFEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 2030, + "device_offset_hex": "0x7EE", + "index": 286, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 238, + "offset_hex": "0xEE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4079, + "address_hex": "0xFEF", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "device_offset": 2031, + "device_offset_hex": "0x7EF", + "index": 287, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 239, + "offset_hex": "0xEF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 236, + "address_hex": "0x0EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 236, + "device_offset_hex": "0x0EC", + "index": 288, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 237, + "address_hex": "0x0ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 237, + "device_offset_hex": "0x0ED", + "index": 289, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 492, + "address_hex": "0x1EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 492, + "device_offset_hex": "0x1EC", + "index": 290, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 493, + "address_hex": "0x1ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 493, + "device_offset_hex": "0x1ED", + "index": 291, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 748, + "address_hex": "0x2EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 748, + "device_offset_hex": "0x2EC", + "index": 292, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 749, + "address_hex": "0x2ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 749, + "device_offset_hex": "0x2ED", + "index": 293, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1004, + "address_hex": "0x3EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1004, + "device_offset_hex": "0x3EC", + "index": 294, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1005, + "address_hex": "0x3ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1005, + "device_offset_hex": "0x3ED", + "index": 295, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1260, + "address_hex": "0x4EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1260, + "device_offset_hex": "0x4EC", + "index": 296, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1261, + "address_hex": "0x4ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1261, + "device_offset_hex": "0x4ED", + "index": 297, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1516, + "address_hex": "0x5EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1516, + "device_offset_hex": "0x5EC", + "index": 298, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1517, + "address_hex": "0x5ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1517, + "device_offset_hex": "0x5ED", + "index": 299, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1772, + "address_hex": "0x6EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1772, + "device_offset_hex": "0x6EC", + "index": 300, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1773, + "address_hex": "0x6ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 1773, + "device_offset_hex": "0x6ED", + "index": 301, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2028, + "address_hex": "0x7EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 2028, + "device_offset_hex": "0x7EC", + "index": 302, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2029, + "address_hex": "0x7ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "device_offset": 2029, + "device_offset_hex": "0x7ED", + "index": 303, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2284, + "address_hex": "0x8EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 236, + "device_offset_hex": "0x0EC", + "index": 304, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2285, + "address_hex": "0x8ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 237, + "device_offset_hex": "0x0ED", + "index": 305, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2540, + "address_hex": "0x9EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 492, + "device_offset_hex": "0x1EC", + "index": 306, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2541, + "address_hex": "0x9ED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 493, + "device_offset_hex": "0x1ED", + "index": 307, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2796, + "address_hex": "0xAEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 748, + "device_offset_hex": "0x2EC", + "index": 308, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2797, + "address_hex": "0xAED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 749, + "device_offset_hex": "0x2ED", + "index": 309, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3052, + "address_hex": "0xBEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1004, + "device_offset_hex": "0x3EC", + "index": 310, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3053, + "address_hex": "0xBED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1005, + "device_offset_hex": "0x3ED", + "index": 311, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3308, + "address_hex": "0xCEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1260, + "device_offset_hex": "0x4EC", + "index": 312, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3309, + "address_hex": "0xCED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1261, + "device_offset_hex": "0x4ED", + "index": 313, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3564, + "address_hex": "0xDEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1516, + "device_offset_hex": "0x5EC", + "index": 314, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3565, + "address_hex": "0xDED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1517, + "device_offset_hex": "0x5ED", + "index": 315, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3820, + "address_hex": "0xEEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1772, + "device_offset_hex": "0x6EC", + "index": 316, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3821, + "address_hex": "0xEED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 1773, + "device_offset_hex": "0x6ED", + "index": 317, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4076, + "address_hex": "0xFEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 2028, + "device_offset_hex": "0x7EC", + "index": 318, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 236, + "offset_hex": "0xEC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4077, + "address_hex": "0xFED", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "device_offset": 2029, + "device_offset_hex": "0x7ED", + "index": 319, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 237, + "offset_hex": "0xED", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 234, + "address_hex": "0x0EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 234, + "device_offset_hex": "0x0EA", + "index": 320, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 235, + "address_hex": "0x0EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 235, + "device_offset_hex": "0x0EB", + "index": 321, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 490, + "address_hex": "0x1EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 490, + "device_offset_hex": "0x1EA", + "index": 322, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 491, + "address_hex": "0x1EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 491, + "device_offset_hex": "0x1EB", + "index": 323, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 746, + "address_hex": "0x2EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 746, + "device_offset_hex": "0x2EA", + "index": 324, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 747, + "address_hex": "0x2EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 747, + "device_offset_hex": "0x2EB", + "index": 325, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1002, + "address_hex": "0x3EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1002, + "device_offset_hex": "0x3EA", + "index": 326, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1003, + "address_hex": "0x3EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1003, + "device_offset_hex": "0x3EB", + "index": 327, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1258, + "address_hex": "0x4EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1258, + "device_offset_hex": "0x4EA", + "index": 328, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1259, + "address_hex": "0x4EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1259, + "device_offset_hex": "0x4EB", + "index": 329, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1514, + "address_hex": "0x5EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1514, + "device_offset_hex": "0x5EA", + "index": 330, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1515, + "address_hex": "0x5EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1515, + "device_offset_hex": "0x5EB", + "index": 331, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1770, + "address_hex": "0x6EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1770, + "device_offset_hex": "0x6EA", + "index": 332, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1771, + "address_hex": "0x6EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 1771, + "device_offset_hex": "0x6EB", + "index": 333, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2026, + "address_hex": "0x7EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 2026, + "device_offset_hex": "0x7EA", + "index": 334, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2027, + "address_hex": "0x7EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "device_offset": 2027, + "device_offset_hex": "0x7EB", + "index": 335, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2282, + "address_hex": "0x8EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 234, + "device_offset_hex": "0x0EA", + "index": 336, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2283, + "address_hex": "0x8EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 235, + "device_offset_hex": "0x0EB", + "index": 337, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2538, + "address_hex": "0x9EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 490, + "device_offset_hex": "0x1EA", + "index": 338, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2539, + "address_hex": "0x9EB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 491, + "device_offset_hex": "0x1EB", + "index": 339, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2794, + "address_hex": "0xAEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 746, + "device_offset_hex": "0x2EA", + "index": 340, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2795, + "address_hex": "0xAEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 747, + "device_offset_hex": "0x2EB", + "index": 341, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3050, + "address_hex": "0xBEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1002, + "device_offset_hex": "0x3EA", + "index": 342, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3051, + "address_hex": "0xBEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1003, + "device_offset_hex": "0x3EB", + "index": 343, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3306, + "address_hex": "0xCEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1258, + "device_offset_hex": "0x4EA", + "index": 344, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3307, + "address_hex": "0xCEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1259, + "device_offset_hex": "0x4EB", + "index": 345, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3562, + "address_hex": "0xDEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1514, + "device_offset_hex": "0x5EA", + "index": 346, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3563, + "address_hex": "0xDEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1515, + "device_offset_hex": "0x5EB", + "index": 347, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3818, + "address_hex": "0xEEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1770, + "device_offset_hex": "0x6EA", + "index": 348, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3819, + "address_hex": "0xEEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 1771, + "device_offset_hex": "0x6EB", + "index": 349, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4074, + "address_hex": "0xFEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 2026, + "device_offset_hex": "0x7EA", + "index": 350, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 234, + "offset_hex": "0xEA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4075, + "address_hex": "0xFEB", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "device_offset": 2027, + "device_offset_hex": "0x7EB", + "index": 351, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 235, + "offset_hex": "0xEB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 232, + "address_hex": "0x0E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 232, + "device_offset_hex": "0x0E8", + "index": 352, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 233, + "address_hex": "0x0E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 233, + "device_offset_hex": "0x0E9", + "index": 353, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 488, + "address_hex": "0x1E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 488, + "device_offset_hex": "0x1E8", + "index": 354, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 489, + "address_hex": "0x1E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 489, + "device_offset_hex": "0x1E9", + "index": 355, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 744, + "address_hex": "0x2E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 744, + "device_offset_hex": "0x2E8", + "index": 356, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 745, + "address_hex": "0x2E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 745, + "device_offset_hex": "0x2E9", + "index": 357, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1000, + "address_hex": "0x3E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1000, + "device_offset_hex": "0x3E8", + "index": 358, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1001, + "address_hex": "0x3E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1001, + "device_offset_hex": "0x3E9", + "index": 359, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1256, + "address_hex": "0x4E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1256, + "device_offset_hex": "0x4E8", + "index": 360, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1257, + "address_hex": "0x4E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1257, + "device_offset_hex": "0x4E9", + "index": 361, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1512, + "address_hex": "0x5E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1512, + "device_offset_hex": "0x5E8", + "index": 362, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1513, + "address_hex": "0x5E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1513, + "device_offset_hex": "0x5E9", + "index": 363, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1768, + "address_hex": "0x6E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1768, + "device_offset_hex": "0x6E8", + "index": 364, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1769, + "address_hex": "0x6E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 1769, + "device_offset_hex": "0x6E9", + "index": 365, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2024, + "address_hex": "0x7E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 2024, + "device_offset_hex": "0x7E8", + "index": 366, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2025, + "address_hex": "0x7E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "device_offset": 2025, + "device_offset_hex": "0x7E9", + "index": 367, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2280, + "address_hex": "0x8E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 232, + "device_offset_hex": "0x0E8", + "index": 368, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2281, + "address_hex": "0x8E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 233, + "device_offset_hex": "0x0E9", + "index": 369, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2536, + "address_hex": "0x9E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 488, + "device_offset_hex": "0x1E8", + "index": 370, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2537, + "address_hex": "0x9E9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 489, + "device_offset_hex": "0x1E9", + "index": 371, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2792, + "address_hex": "0xAE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 744, + "device_offset_hex": "0x2E8", + "index": 372, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2793, + "address_hex": "0xAE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 745, + "device_offset_hex": "0x2E9", + "index": 373, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3048, + "address_hex": "0xBE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1000, + "device_offset_hex": "0x3E8", + "index": 374, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3049, + "address_hex": "0xBE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1001, + "device_offset_hex": "0x3E9", + "index": 375, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3304, + "address_hex": "0xCE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1256, + "device_offset_hex": "0x4E8", + "index": 376, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3305, + "address_hex": "0xCE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1257, + "device_offset_hex": "0x4E9", + "index": 377, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3560, + "address_hex": "0xDE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1512, + "device_offset_hex": "0x5E8", + "index": 378, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3561, + "address_hex": "0xDE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1513, + "device_offset_hex": "0x5E9", + "index": 379, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3816, + "address_hex": "0xEE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1768, + "device_offset_hex": "0x6E8", + "index": 380, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3817, + "address_hex": "0xEE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 1769, + "device_offset_hex": "0x6E9", + "index": 381, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4072, + "address_hex": "0xFE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 2024, + "device_offset_hex": "0x7E8", + "index": 382, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 232, + "offset_hex": "0xE8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4073, + "address_hex": "0xFE9", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "device_offset": 2025, + "device_offset_hex": "0x7E9", + "index": 383, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 233, + "offset_hex": "0xE9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 230, + "address_hex": "0x0E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 230, + "device_offset_hex": "0x0E6", + "index": 384, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 231, + "address_hex": "0x0E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 231, + "device_offset_hex": "0x0E7", + "index": 385, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 486, + "address_hex": "0x1E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 486, + "device_offset_hex": "0x1E6", + "index": 386, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 487, + "address_hex": "0x1E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 487, + "device_offset_hex": "0x1E7", + "index": 387, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 742, + "address_hex": "0x2E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 742, + "device_offset_hex": "0x2E6", + "index": 388, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 743, + "address_hex": "0x2E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 743, + "device_offset_hex": "0x2E7", + "index": 389, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 998, + "address_hex": "0x3E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 998, + "device_offset_hex": "0x3E6", + "index": 390, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 999, + "address_hex": "0x3E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 999, + "device_offset_hex": "0x3E7", + "index": 391, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1254, + "address_hex": "0x4E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1254, + "device_offset_hex": "0x4E6", + "index": 392, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1255, + "address_hex": "0x4E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1255, + "device_offset_hex": "0x4E7", + "index": 393, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1510, + "address_hex": "0x5E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1510, + "device_offset_hex": "0x5E6", + "index": 394, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1511, + "address_hex": "0x5E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1511, + "device_offset_hex": "0x5E7", + "index": 395, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1766, + "address_hex": "0x6E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1766, + "device_offset_hex": "0x6E6", + "index": 396, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1767, + "address_hex": "0x6E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 1767, + "device_offset_hex": "0x6E7", + "index": 397, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2022, + "address_hex": "0x7E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 2022, + "device_offset_hex": "0x7E6", + "index": 398, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2023, + "address_hex": "0x7E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "device_offset": 2023, + "device_offset_hex": "0x7E7", + "index": 399, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2278, + "address_hex": "0x8E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 230, + "device_offset_hex": "0x0E6", + "index": 400, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2279, + "address_hex": "0x8E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 231, + "device_offset_hex": "0x0E7", + "index": 401, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2534, + "address_hex": "0x9E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 486, + "device_offset_hex": "0x1E6", + "index": 402, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2535, + "address_hex": "0x9E7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 487, + "device_offset_hex": "0x1E7", + "index": 403, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2790, + "address_hex": "0xAE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 742, + "device_offset_hex": "0x2E6", + "index": 404, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2791, + "address_hex": "0xAE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 743, + "device_offset_hex": "0x2E7", + "index": 405, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3046, + "address_hex": "0xBE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 998, + "device_offset_hex": "0x3E6", + "index": 406, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3047, + "address_hex": "0xBE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 999, + "device_offset_hex": "0x3E7", + "index": 407, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3302, + "address_hex": "0xCE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1254, + "device_offset_hex": "0x4E6", + "index": 408, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3303, + "address_hex": "0xCE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1255, + "device_offset_hex": "0x4E7", + "index": 409, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3558, + "address_hex": "0xDE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1510, + "device_offset_hex": "0x5E6", + "index": 410, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3559, + "address_hex": "0xDE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1511, + "device_offset_hex": "0x5E7", + "index": 411, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3814, + "address_hex": "0xEE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1766, + "device_offset_hex": "0x6E6", + "index": 412, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3815, + "address_hex": "0xEE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 1767, + "device_offset_hex": "0x6E7", + "index": 413, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4070, + "address_hex": "0xFE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 2022, + "device_offset_hex": "0x7E6", + "index": 414, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 230, + "offset_hex": "0xE6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4071, + "address_hex": "0xFE7", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "device_offset": 2023, + "device_offset_hex": "0x7E7", + "index": 415, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 231, + "offset_hex": "0xE7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 228, + "address_hex": "0x0E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 228, + "device_offset_hex": "0x0E4", + "index": 416, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 229, + "address_hex": "0x0E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 229, + "device_offset_hex": "0x0E5", + "index": 417, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 484, + "address_hex": "0x1E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 484, + "device_offset_hex": "0x1E4", + "index": 418, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 485, + "address_hex": "0x1E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 485, + "device_offset_hex": "0x1E5", + "index": 419, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 740, + "address_hex": "0x2E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 740, + "device_offset_hex": "0x2E4", + "index": 420, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 741, + "address_hex": "0x2E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 741, + "device_offset_hex": "0x2E5", + "index": 421, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 996, + "address_hex": "0x3E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 996, + "device_offset_hex": "0x3E4", + "index": 422, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 997, + "address_hex": "0x3E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 997, + "device_offset_hex": "0x3E5", + "index": 423, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1252, + "address_hex": "0x4E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1252, + "device_offset_hex": "0x4E4", + "index": 424, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1253, + "address_hex": "0x4E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1253, + "device_offset_hex": "0x4E5", + "index": 425, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1508, + "address_hex": "0x5E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1508, + "device_offset_hex": "0x5E4", + "index": 426, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1509, + "address_hex": "0x5E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1509, + "device_offset_hex": "0x5E5", + "index": 427, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1764, + "address_hex": "0x6E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1764, + "device_offset_hex": "0x6E4", + "index": 428, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1765, + "address_hex": "0x6E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 1765, + "device_offset_hex": "0x6E5", + "index": 429, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2020, + "address_hex": "0x7E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 2020, + "device_offset_hex": "0x7E4", + "index": 430, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2021, + "address_hex": "0x7E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "device_offset": 2021, + "device_offset_hex": "0x7E5", + "index": 431, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2276, + "address_hex": "0x8E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 228, + "device_offset_hex": "0x0E4", + "index": 432, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2277, + "address_hex": "0x8E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 229, + "device_offset_hex": "0x0E5", + "index": 433, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2532, + "address_hex": "0x9E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 484, + "device_offset_hex": "0x1E4", + "index": 434, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2533, + "address_hex": "0x9E5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 485, + "device_offset_hex": "0x1E5", + "index": 435, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2788, + "address_hex": "0xAE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 740, + "device_offset_hex": "0x2E4", + "index": 436, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2789, + "address_hex": "0xAE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 741, + "device_offset_hex": "0x2E5", + "index": 437, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3044, + "address_hex": "0xBE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 996, + "device_offset_hex": "0x3E4", + "index": 438, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3045, + "address_hex": "0xBE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 997, + "device_offset_hex": "0x3E5", + "index": 439, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3300, + "address_hex": "0xCE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1252, + "device_offset_hex": "0x4E4", + "index": 440, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3301, + "address_hex": "0xCE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1253, + "device_offset_hex": "0x4E5", + "index": 441, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3556, + "address_hex": "0xDE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1508, + "device_offset_hex": "0x5E4", + "index": 442, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3557, + "address_hex": "0xDE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1509, + "device_offset_hex": "0x5E5", + "index": 443, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3812, + "address_hex": "0xEE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1764, + "device_offset_hex": "0x6E4", + "index": 444, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3813, + "address_hex": "0xEE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 1765, + "device_offset_hex": "0x6E5", + "index": 445, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4068, + "address_hex": "0xFE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 2020, + "device_offset_hex": "0x7E4", + "index": 446, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 228, + "offset_hex": "0xE4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4069, + "address_hex": "0xFE5", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "device_offset": 2021, + "device_offset_hex": "0x7E5", + "index": 447, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 229, + "offset_hex": "0xE5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 226, + "address_hex": "0x0E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 226, + "device_offset_hex": "0x0E2", + "index": 448, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 227, + "address_hex": "0x0E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 227, + "device_offset_hex": "0x0E3", + "index": 449, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 482, + "address_hex": "0x1E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 482, + "device_offset_hex": "0x1E2", + "index": 450, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 483, + "address_hex": "0x1E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 483, + "device_offset_hex": "0x1E3", + "index": 451, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 738, + "address_hex": "0x2E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 738, + "device_offset_hex": "0x2E2", + "index": 452, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 739, + "address_hex": "0x2E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 739, + "device_offset_hex": "0x2E3", + "index": 453, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 994, + "address_hex": "0x3E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 994, + "device_offset_hex": "0x3E2", + "index": 454, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 995, + "address_hex": "0x3E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 995, + "device_offset_hex": "0x3E3", + "index": 455, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1250, + "address_hex": "0x4E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1250, + "device_offset_hex": "0x4E2", + "index": 456, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1251, + "address_hex": "0x4E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1251, + "device_offset_hex": "0x4E3", + "index": 457, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1506, + "address_hex": "0x5E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1506, + "device_offset_hex": "0x5E2", + "index": 458, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1507, + "address_hex": "0x5E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1507, + "device_offset_hex": "0x5E3", + "index": 459, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1762, + "address_hex": "0x6E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1762, + "device_offset_hex": "0x6E2", + "index": 460, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1763, + "address_hex": "0x6E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 1763, + "device_offset_hex": "0x6E3", + "index": 461, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2018, + "address_hex": "0x7E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 2018, + "device_offset_hex": "0x7E2", + "index": 462, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2019, + "address_hex": "0x7E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "device_offset": 2019, + "device_offset_hex": "0x7E3", + "index": 463, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2274, + "address_hex": "0x8E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 226, + "device_offset_hex": "0x0E2", + "index": 464, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2275, + "address_hex": "0x8E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 227, + "device_offset_hex": "0x0E3", + "index": 465, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2530, + "address_hex": "0x9E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 482, + "device_offset_hex": "0x1E2", + "index": 466, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2531, + "address_hex": "0x9E3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 483, + "device_offset_hex": "0x1E3", + "index": 467, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2786, + "address_hex": "0xAE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 738, + "device_offset_hex": "0x2E2", + "index": 468, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2787, + "address_hex": "0xAE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 739, + "device_offset_hex": "0x2E3", + "index": 469, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3042, + "address_hex": "0xBE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 994, + "device_offset_hex": "0x3E2", + "index": 470, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3043, + "address_hex": "0xBE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 995, + "device_offset_hex": "0x3E3", + "index": 471, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3298, + "address_hex": "0xCE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1250, + "device_offset_hex": "0x4E2", + "index": 472, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3299, + "address_hex": "0xCE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1251, + "device_offset_hex": "0x4E3", + "index": 473, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3554, + "address_hex": "0xDE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1506, + "device_offset_hex": "0x5E2", + "index": 474, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3555, + "address_hex": "0xDE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1507, + "device_offset_hex": "0x5E3", + "index": 475, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3810, + "address_hex": "0xEE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1762, + "device_offset_hex": "0x6E2", + "index": 476, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3811, + "address_hex": "0xEE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 1763, + "device_offset_hex": "0x6E3", + "index": 477, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4066, + "address_hex": "0xFE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 2018, + "device_offset_hex": "0x7E2", + "index": 478, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 226, + "offset_hex": "0xE2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4067, + "address_hex": "0xFE3", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "device_offset": 2019, + "device_offset_hex": "0x7E3", + "index": 479, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 227, + "offset_hex": "0xE3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 224, + "address_hex": "0x0E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 224, + "device_offset_hex": "0x0E0", + "index": 480, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 225, + "address_hex": "0x0E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 225, + "device_offset_hex": "0x0E1", + "index": 481, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 480, + "address_hex": "0x1E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 480, + "device_offset_hex": "0x1E0", + "index": 482, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 481, + "address_hex": "0x1E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 481, + "device_offset_hex": "0x1E1", + "index": 483, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 736, + "address_hex": "0x2E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 736, + "device_offset_hex": "0x2E0", + "index": 484, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 737, + "address_hex": "0x2E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 737, + "device_offset_hex": "0x2E1", + "index": 485, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 992, + "address_hex": "0x3E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 992, + "device_offset_hex": "0x3E0", + "index": 486, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 993, + "address_hex": "0x3E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 993, + "device_offset_hex": "0x3E1", + "index": 487, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1248, + "address_hex": "0x4E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1248, + "device_offset_hex": "0x4E0", + "index": 488, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1249, + "address_hex": "0x4E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1249, + "device_offset_hex": "0x4E1", + "index": 489, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1504, + "address_hex": "0x5E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1504, + "device_offset_hex": "0x5E0", + "index": 490, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1505, + "address_hex": "0x5E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1505, + "device_offset_hex": "0x5E1", + "index": 491, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1760, + "address_hex": "0x6E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1760, + "device_offset_hex": "0x6E0", + "index": 492, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1761, + "address_hex": "0x6E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 1761, + "device_offset_hex": "0x6E1", + "index": 493, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2016, + "address_hex": "0x7E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 2016, + "device_offset_hex": "0x7E0", + "index": 494, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2017, + "address_hex": "0x7E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "device_offset": 2017, + "device_offset_hex": "0x7E1", + "index": 495, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2272, + "address_hex": "0x8E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 224, + "device_offset_hex": "0x0E0", + "index": 496, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2273, + "address_hex": "0x8E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 225, + "device_offset_hex": "0x0E1", + "index": 497, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2528, + "address_hex": "0x9E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 480, + "device_offset_hex": "0x1E0", + "index": 498, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2529, + "address_hex": "0x9E1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 481, + "device_offset_hex": "0x1E1", + "index": 499, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2784, + "address_hex": "0xAE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 736, + "device_offset_hex": "0x2E0", + "index": 500, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2785, + "address_hex": "0xAE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 737, + "device_offset_hex": "0x2E1", + "index": 501, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3040, + "address_hex": "0xBE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 992, + "device_offset_hex": "0x3E0", + "index": 502, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3041, + "address_hex": "0xBE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 993, + "device_offset_hex": "0x3E1", + "index": 503, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3296, + "address_hex": "0xCE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1248, + "device_offset_hex": "0x4E0", + "index": 504, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3297, + "address_hex": "0xCE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1249, + "device_offset_hex": "0x4E1", + "index": 505, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3552, + "address_hex": "0xDE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1504, + "device_offset_hex": "0x5E0", + "index": 506, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3553, + "address_hex": "0xDE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1505, + "device_offset_hex": "0x5E1", + "index": 507, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3808, + "address_hex": "0xEE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1760, + "device_offset_hex": "0x6E0", + "index": 508, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3809, + "address_hex": "0xEE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 1761, + "device_offset_hex": "0x6E1", + "index": 509, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4064, + "address_hex": "0xFE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 2016, + "device_offset_hex": "0x7E0", + "index": 510, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 224, + "offset_hex": "0xE0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4065, + "address_hex": "0xFE1", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "device_offset": 2017, + "device_offset_hex": "0x7E1", + "index": 511, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 225, + "offset_hex": "0xE1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 222, + "address_hex": "0x0DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 222, + "device_offset_hex": "0x0DE", + "index": 512, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 223, + "address_hex": "0x0DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 223, + "device_offset_hex": "0x0DF", + "index": 513, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 478, + "address_hex": "0x1DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 478, + "device_offset_hex": "0x1DE", + "index": 514, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 479, + "address_hex": "0x1DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 479, + "device_offset_hex": "0x1DF", + "index": 515, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 734, + "address_hex": "0x2DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 734, + "device_offset_hex": "0x2DE", + "index": 516, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 735, + "address_hex": "0x2DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 735, + "device_offset_hex": "0x2DF", + "index": 517, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 990, + "address_hex": "0x3DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 990, + "device_offset_hex": "0x3DE", + "index": 518, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 991, + "address_hex": "0x3DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 991, + "device_offset_hex": "0x3DF", + "index": 519, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1246, + "address_hex": "0x4DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1246, + "device_offset_hex": "0x4DE", + "index": 520, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1247, + "address_hex": "0x4DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1247, + "device_offset_hex": "0x4DF", + "index": 521, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1502, + "address_hex": "0x5DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1502, + "device_offset_hex": "0x5DE", + "index": 522, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1503, + "address_hex": "0x5DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1503, + "device_offset_hex": "0x5DF", + "index": 523, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1758, + "address_hex": "0x6DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1758, + "device_offset_hex": "0x6DE", + "index": 524, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1759, + "address_hex": "0x6DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 1759, + "device_offset_hex": "0x6DF", + "index": 525, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2014, + "address_hex": "0x7DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 2014, + "device_offset_hex": "0x7DE", + "index": 526, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2015, + "address_hex": "0x7DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "device_offset": 2015, + "device_offset_hex": "0x7DF", + "index": 527, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2270, + "address_hex": "0x8DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 222, + "device_offset_hex": "0x0DE", + "index": 528, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2271, + "address_hex": "0x8DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 223, + "device_offset_hex": "0x0DF", + "index": 529, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2526, + "address_hex": "0x9DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 478, + "device_offset_hex": "0x1DE", + "index": 530, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2527, + "address_hex": "0x9DF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 479, + "device_offset_hex": "0x1DF", + "index": 531, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2782, + "address_hex": "0xADE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 734, + "device_offset_hex": "0x2DE", + "index": 532, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2783, + "address_hex": "0xADF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 735, + "device_offset_hex": "0x2DF", + "index": 533, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3038, + "address_hex": "0xBDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 990, + "device_offset_hex": "0x3DE", + "index": 534, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3039, + "address_hex": "0xBDF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 991, + "device_offset_hex": "0x3DF", + "index": 535, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3294, + "address_hex": "0xCDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1246, + "device_offset_hex": "0x4DE", + "index": 536, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3295, + "address_hex": "0xCDF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1247, + "device_offset_hex": "0x4DF", + "index": 537, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3550, + "address_hex": "0xDDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1502, + "device_offset_hex": "0x5DE", + "index": 538, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3551, + "address_hex": "0xDDF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1503, + "device_offset_hex": "0x5DF", + "index": 539, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3806, + "address_hex": "0xEDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1758, + "device_offset_hex": "0x6DE", + "index": 540, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3807, + "address_hex": "0xEDF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 1759, + "device_offset_hex": "0x6DF", + "index": 541, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4062, + "address_hex": "0xFDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 2014, + "device_offset_hex": "0x7DE", + "index": 542, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 222, + "offset_hex": "0xDE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4063, + "address_hex": "0xFDF", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "device_offset": 2015, + "device_offset_hex": "0x7DF", + "index": 543, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 223, + "offset_hex": "0xDF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 220, + "address_hex": "0x0DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 220, + "device_offset_hex": "0x0DC", + "index": 544, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 221, + "address_hex": "0x0DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 221, + "device_offset_hex": "0x0DD", + "index": 545, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 476, + "address_hex": "0x1DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 476, + "device_offset_hex": "0x1DC", + "index": 546, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 477, + "address_hex": "0x1DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 477, + "device_offset_hex": "0x1DD", + "index": 547, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 732, + "address_hex": "0x2DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 732, + "device_offset_hex": "0x2DC", + "index": 548, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 733, + "address_hex": "0x2DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 733, + "device_offset_hex": "0x2DD", + "index": 549, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 988, + "address_hex": "0x3DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 988, + "device_offset_hex": "0x3DC", + "index": 550, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 989, + "address_hex": "0x3DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 989, + "device_offset_hex": "0x3DD", + "index": 551, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1244, + "address_hex": "0x4DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1244, + "device_offset_hex": "0x4DC", + "index": 552, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1245, + "address_hex": "0x4DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1245, + "device_offset_hex": "0x4DD", + "index": 553, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1500, + "address_hex": "0x5DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1500, + "device_offset_hex": "0x5DC", + "index": 554, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1501, + "address_hex": "0x5DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1501, + "device_offset_hex": "0x5DD", + "index": 555, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1756, + "address_hex": "0x6DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1756, + "device_offset_hex": "0x6DC", + "index": 556, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1757, + "address_hex": "0x6DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 1757, + "device_offset_hex": "0x6DD", + "index": 557, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2012, + "address_hex": "0x7DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 2012, + "device_offset_hex": "0x7DC", + "index": 558, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2013, + "address_hex": "0x7DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "device_offset": 2013, + "device_offset_hex": "0x7DD", + "index": 559, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2268, + "address_hex": "0x8DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 220, + "device_offset_hex": "0x0DC", + "index": 560, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2269, + "address_hex": "0x8DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 221, + "device_offset_hex": "0x0DD", + "index": 561, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2524, + "address_hex": "0x9DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 476, + "device_offset_hex": "0x1DC", + "index": 562, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2525, + "address_hex": "0x9DD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 477, + "device_offset_hex": "0x1DD", + "index": 563, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2780, + "address_hex": "0xADC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 732, + "device_offset_hex": "0x2DC", + "index": 564, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2781, + "address_hex": "0xADD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 733, + "device_offset_hex": "0x2DD", + "index": 565, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3036, + "address_hex": "0xBDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 988, + "device_offset_hex": "0x3DC", + "index": 566, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3037, + "address_hex": "0xBDD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 989, + "device_offset_hex": "0x3DD", + "index": 567, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3292, + "address_hex": "0xCDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1244, + "device_offset_hex": "0x4DC", + "index": 568, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3293, + "address_hex": "0xCDD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1245, + "device_offset_hex": "0x4DD", + "index": 569, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3548, + "address_hex": "0xDDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1500, + "device_offset_hex": "0x5DC", + "index": 570, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3549, + "address_hex": "0xDDD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1501, + "device_offset_hex": "0x5DD", + "index": 571, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3804, + "address_hex": "0xEDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1756, + "device_offset_hex": "0x6DC", + "index": 572, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3805, + "address_hex": "0xEDD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 1757, + "device_offset_hex": "0x6DD", + "index": 573, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4060, + "address_hex": "0xFDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 2012, + "device_offset_hex": "0x7DC", + "index": 574, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 220, + "offset_hex": "0xDC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4061, + "address_hex": "0xFDD", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "device_offset": 2013, + "device_offset_hex": "0x7DD", + "index": 575, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 221, + "offset_hex": "0xDD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 218, + "address_hex": "0x0DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 218, + "device_offset_hex": "0x0DA", + "index": 576, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 219, + "address_hex": "0x0DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 219, + "device_offset_hex": "0x0DB", + "index": 577, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 474, + "address_hex": "0x1DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 474, + "device_offset_hex": "0x1DA", + "index": 578, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 475, + "address_hex": "0x1DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 475, + "device_offset_hex": "0x1DB", + "index": 579, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 730, + "address_hex": "0x2DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 730, + "device_offset_hex": "0x2DA", + "index": 580, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 731, + "address_hex": "0x2DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 731, + "device_offset_hex": "0x2DB", + "index": 581, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 986, + "address_hex": "0x3DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 986, + "device_offset_hex": "0x3DA", + "index": 582, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 987, + "address_hex": "0x3DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 987, + "device_offset_hex": "0x3DB", + "index": 583, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1242, + "address_hex": "0x4DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1242, + "device_offset_hex": "0x4DA", + "index": 584, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1243, + "address_hex": "0x4DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1243, + "device_offset_hex": "0x4DB", + "index": 585, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1498, + "address_hex": "0x5DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1498, + "device_offset_hex": "0x5DA", + "index": 586, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1499, + "address_hex": "0x5DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1499, + "device_offset_hex": "0x5DB", + "index": 587, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1754, + "address_hex": "0x6DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1754, + "device_offset_hex": "0x6DA", + "index": 588, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1755, + "address_hex": "0x6DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 1755, + "device_offset_hex": "0x6DB", + "index": 589, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2010, + "address_hex": "0x7DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 2010, + "device_offset_hex": "0x7DA", + "index": 590, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2011, + "address_hex": "0x7DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "device_offset": 2011, + "device_offset_hex": "0x7DB", + "index": 591, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2266, + "address_hex": "0x8DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 218, + "device_offset_hex": "0x0DA", + "index": 592, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2267, + "address_hex": "0x8DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 219, + "device_offset_hex": "0x0DB", + "index": 593, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2522, + "address_hex": "0x9DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 474, + "device_offset_hex": "0x1DA", + "index": 594, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2523, + "address_hex": "0x9DB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 475, + "device_offset_hex": "0x1DB", + "index": 595, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2778, + "address_hex": "0xADA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 730, + "device_offset_hex": "0x2DA", + "index": 596, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2779, + "address_hex": "0xADB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 731, + "device_offset_hex": "0x2DB", + "index": 597, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3034, + "address_hex": "0xBDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 986, + "device_offset_hex": "0x3DA", + "index": 598, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3035, + "address_hex": "0xBDB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 987, + "device_offset_hex": "0x3DB", + "index": 599, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3290, + "address_hex": "0xCDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1242, + "device_offset_hex": "0x4DA", + "index": 600, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3291, + "address_hex": "0xCDB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1243, + "device_offset_hex": "0x4DB", + "index": 601, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3546, + "address_hex": "0xDDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1498, + "device_offset_hex": "0x5DA", + "index": 602, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3547, + "address_hex": "0xDDB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1499, + "device_offset_hex": "0x5DB", + "index": 603, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3802, + "address_hex": "0xEDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1754, + "device_offset_hex": "0x6DA", + "index": 604, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3803, + "address_hex": "0xEDB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 1755, + "device_offset_hex": "0x6DB", + "index": 605, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4058, + "address_hex": "0xFDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 2010, + "device_offset_hex": "0x7DA", + "index": 606, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 218, + "offset_hex": "0xDA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4059, + "address_hex": "0xFDB", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "device_offset": 2011, + "device_offset_hex": "0x7DB", + "index": 607, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 219, + "offset_hex": "0xDB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 216, + "address_hex": "0x0D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 216, + "device_offset_hex": "0x0D8", + "index": 608, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 217, + "address_hex": "0x0D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 217, + "device_offset_hex": "0x0D9", + "index": 609, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 472, + "address_hex": "0x1D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 472, + "device_offset_hex": "0x1D8", + "index": 610, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 473, + "address_hex": "0x1D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 473, + "device_offset_hex": "0x1D9", + "index": 611, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 728, + "address_hex": "0x2D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 728, + "device_offset_hex": "0x2D8", + "index": 612, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 729, + "address_hex": "0x2D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 729, + "device_offset_hex": "0x2D9", + "index": 613, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 984, + "address_hex": "0x3D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 984, + "device_offset_hex": "0x3D8", + "index": 614, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 985, + "address_hex": "0x3D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 985, + "device_offset_hex": "0x3D9", + "index": 615, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1240, + "address_hex": "0x4D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1240, + "device_offset_hex": "0x4D8", + "index": 616, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1241, + "address_hex": "0x4D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1241, + "device_offset_hex": "0x4D9", + "index": 617, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1496, + "address_hex": "0x5D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1496, + "device_offset_hex": "0x5D8", + "index": 618, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1497, + "address_hex": "0x5D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1497, + "device_offset_hex": "0x5D9", + "index": 619, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1752, + "address_hex": "0x6D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1752, + "device_offset_hex": "0x6D8", + "index": 620, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1753, + "address_hex": "0x6D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 1753, + "device_offset_hex": "0x6D9", + "index": 621, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2008, + "address_hex": "0x7D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 2008, + "device_offset_hex": "0x7D8", + "index": 622, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2009, + "address_hex": "0x7D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "device_offset": 2009, + "device_offset_hex": "0x7D9", + "index": 623, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2264, + "address_hex": "0x8D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 216, + "device_offset_hex": "0x0D8", + "index": 624, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2265, + "address_hex": "0x8D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 217, + "device_offset_hex": "0x0D9", + "index": 625, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2520, + "address_hex": "0x9D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 472, + "device_offset_hex": "0x1D8", + "index": 626, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2521, + "address_hex": "0x9D9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 473, + "device_offset_hex": "0x1D9", + "index": 627, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2776, + "address_hex": "0xAD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 728, + "device_offset_hex": "0x2D8", + "index": 628, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2777, + "address_hex": "0xAD9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 729, + "device_offset_hex": "0x2D9", + "index": 629, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3032, + "address_hex": "0xBD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 984, + "device_offset_hex": "0x3D8", + "index": 630, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3033, + "address_hex": "0xBD9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 985, + "device_offset_hex": "0x3D9", + "index": 631, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3288, + "address_hex": "0xCD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1240, + "device_offset_hex": "0x4D8", + "index": 632, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3289, + "address_hex": "0xCD9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1241, + "device_offset_hex": "0x4D9", + "index": 633, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3544, + "address_hex": "0xDD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1496, + "device_offset_hex": "0x5D8", + "index": 634, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3545, + "address_hex": "0xDD9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1497, + "device_offset_hex": "0x5D9", + "index": 635, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3800, + "address_hex": "0xED8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1752, + "device_offset_hex": "0x6D8", + "index": 636, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3801, + "address_hex": "0xED9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 1753, + "device_offset_hex": "0x6D9", + "index": 637, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4056, + "address_hex": "0xFD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 2008, + "device_offset_hex": "0x7D8", + "index": 638, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 216, + "offset_hex": "0xD8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4057, + "address_hex": "0xFD9", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "device_offset": 2009, + "device_offset_hex": "0x7D9", + "index": 639, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 217, + "offset_hex": "0xD9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 214, + "address_hex": "0x0D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 214, + "device_offset_hex": "0x0D6", + "index": 640, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 215, + "address_hex": "0x0D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 215, + "device_offset_hex": "0x0D7", + "index": 641, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 470, + "address_hex": "0x1D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 470, + "device_offset_hex": "0x1D6", + "index": 642, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 471, + "address_hex": "0x1D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 471, + "device_offset_hex": "0x1D7", + "index": 643, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 726, + "address_hex": "0x2D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 726, + "device_offset_hex": "0x2D6", + "index": 644, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 727, + "address_hex": "0x2D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 727, + "device_offset_hex": "0x2D7", + "index": 645, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 982, + "address_hex": "0x3D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 982, + "device_offset_hex": "0x3D6", + "index": 646, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 983, + "address_hex": "0x3D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 983, + "device_offset_hex": "0x3D7", + "index": 647, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1238, + "address_hex": "0x4D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1238, + "device_offset_hex": "0x4D6", + "index": 648, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1239, + "address_hex": "0x4D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1239, + "device_offset_hex": "0x4D7", + "index": 649, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1494, + "address_hex": "0x5D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1494, + "device_offset_hex": "0x5D6", + "index": 650, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1495, + "address_hex": "0x5D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1495, + "device_offset_hex": "0x5D7", + "index": 651, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1750, + "address_hex": "0x6D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1750, + "device_offset_hex": "0x6D6", + "index": 652, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1751, + "address_hex": "0x6D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 1751, + "device_offset_hex": "0x6D7", + "index": 653, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2006, + "address_hex": "0x7D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 2006, + "device_offset_hex": "0x7D6", + "index": 654, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2007, + "address_hex": "0x7D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "device_offset": 2007, + "device_offset_hex": "0x7D7", + "index": 655, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2262, + "address_hex": "0x8D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 214, + "device_offset_hex": "0x0D6", + "index": 656, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2263, + "address_hex": "0x8D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 215, + "device_offset_hex": "0x0D7", + "index": 657, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2518, + "address_hex": "0x9D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 470, + "device_offset_hex": "0x1D6", + "index": 658, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2519, + "address_hex": "0x9D7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 471, + "device_offset_hex": "0x1D7", + "index": 659, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2774, + "address_hex": "0xAD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 726, + "device_offset_hex": "0x2D6", + "index": 660, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2775, + "address_hex": "0xAD7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 727, + "device_offset_hex": "0x2D7", + "index": 661, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3030, + "address_hex": "0xBD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 982, + "device_offset_hex": "0x3D6", + "index": 662, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3031, + "address_hex": "0xBD7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 983, + "device_offset_hex": "0x3D7", + "index": 663, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3286, + "address_hex": "0xCD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1238, + "device_offset_hex": "0x4D6", + "index": 664, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3287, + "address_hex": "0xCD7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1239, + "device_offset_hex": "0x4D7", + "index": 665, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3542, + "address_hex": "0xDD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1494, + "device_offset_hex": "0x5D6", + "index": 666, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3543, + "address_hex": "0xDD7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1495, + "device_offset_hex": "0x5D7", + "index": 667, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3798, + "address_hex": "0xED6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1750, + "device_offset_hex": "0x6D6", + "index": 668, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3799, + "address_hex": "0xED7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 1751, + "device_offset_hex": "0x6D7", + "index": 669, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4054, + "address_hex": "0xFD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 2006, + "device_offset_hex": "0x7D6", + "index": 670, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 214, + "offset_hex": "0xD6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4055, + "address_hex": "0xFD7", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "device_offset": 2007, + "device_offset_hex": "0x7D7", + "index": 671, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 215, + "offset_hex": "0xD7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 212, + "address_hex": "0x0D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 212, + "device_offset_hex": "0x0D4", + "index": 672, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 213, + "address_hex": "0x0D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 213, + "device_offset_hex": "0x0D5", + "index": 673, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 468, + "address_hex": "0x1D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 468, + "device_offset_hex": "0x1D4", + "index": 674, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 469, + "address_hex": "0x1D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 469, + "device_offset_hex": "0x1D5", + "index": 675, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 724, + "address_hex": "0x2D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 724, + "device_offset_hex": "0x2D4", + "index": 676, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 725, + "address_hex": "0x2D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 725, + "device_offset_hex": "0x2D5", + "index": 677, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 980, + "address_hex": "0x3D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 980, + "device_offset_hex": "0x3D4", + "index": 678, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 981, + "address_hex": "0x3D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 981, + "device_offset_hex": "0x3D5", + "index": 679, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1236, + "address_hex": "0x4D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1236, + "device_offset_hex": "0x4D4", + "index": 680, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1237, + "address_hex": "0x4D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1237, + "device_offset_hex": "0x4D5", + "index": 681, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1492, + "address_hex": "0x5D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1492, + "device_offset_hex": "0x5D4", + "index": 682, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1493, + "address_hex": "0x5D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1493, + "device_offset_hex": "0x5D5", + "index": 683, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1748, + "address_hex": "0x6D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1748, + "device_offset_hex": "0x6D4", + "index": 684, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1749, + "address_hex": "0x6D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 1749, + "device_offset_hex": "0x6D5", + "index": 685, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2004, + "address_hex": "0x7D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 2004, + "device_offset_hex": "0x7D4", + "index": 686, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2005, + "address_hex": "0x7D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "device_offset": 2005, + "device_offset_hex": "0x7D5", + "index": 687, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2260, + "address_hex": "0x8D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 212, + "device_offset_hex": "0x0D4", + "index": 688, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2261, + "address_hex": "0x8D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 213, + "device_offset_hex": "0x0D5", + "index": 689, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2516, + "address_hex": "0x9D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 468, + "device_offset_hex": "0x1D4", + "index": 690, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2517, + "address_hex": "0x9D5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 469, + "device_offset_hex": "0x1D5", + "index": 691, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2772, + "address_hex": "0xAD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 724, + "device_offset_hex": "0x2D4", + "index": 692, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2773, + "address_hex": "0xAD5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 725, + "device_offset_hex": "0x2D5", + "index": 693, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3028, + "address_hex": "0xBD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 980, + "device_offset_hex": "0x3D4", + "index": 694, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3029, + "address_hex": "0xBD5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 981, + "device_offset_hex": "0x3D5", + "index": 695, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3284, + "address_hex": "0xCD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1236, + "device_offset_hex": "0x4D4", + "index": 696, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3285, + "address_hex": "0xCD5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1237, + "device_offset_hex": "0x4D5", + "index": 697, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3540, + "address_hex": "0xDD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1492, + "device_offset_hex": "0x5D4", + "index": 698, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3541, + "address_hex": "0xDD5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1493, + "device_offset_hex": "0x5D5", + "index": 699, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3796, + "address_hex": "0xED4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1748, + "device_offset_hex": "0x6D4", + "index": 700, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3797, + "address_hex": "0xED5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 1749, + "device_offset_hex": "0x6D5", + "index": 701, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4052, + "address_hex": "0xFD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 2004, + "device_offset_hex": "0x7D4", + "index": 702, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 212, + "offset_hex": "0xD4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4053, + "address_hex": "0xFD5", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "device_offset": 2005, + "device_offset_hex": "0x7D5", + "index": 703, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 213, + "offset_hex": "0xD5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 210, + "address_hex": "0x0D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 210, + "device_offset_hex": "0x0D2", + "index": 704, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 211, + "address_hex": "0x0D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 211, + "device_offset_hex": "0x0D3", + "index": 705, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 466, + "address_hex": "0x1D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 466, + "device_offset_hex": "0x1D2", + "index": 706, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 467, + "address_hex": "0x1D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 467, + "device_offset_hex": "0x1D3", + "index": 707, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 722, + "address_hex": "0x2D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 722, + "device_offset_hex": "0x2D2", + "index": 708, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 723, + "address_hex": "0x2D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 723, + "device_offset_hex": "0x2D3", + "index": 709, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 978, + "address_hex": "0x3D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 978, + "device_offset_hex": "0x3D2", + "index": 710, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 979, + "address_hex": "0x3D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 979, + "device_offset_hex": "0x3D3", + "index": 711, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1234, + "address_hex": "0x4D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1234, + "device_offset_hex": "0x4D2", + "index": 712, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1235, + "address_hex": "0x4D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1235, + "device_offset_hex": "0x4D3", + "index": 713, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1490, + "address_hex": "0x5D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1490, + "device_offset_hex": "0x5D2", + "index": 714, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1491, + "address_hex": "0x5D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1491, + "device_offset_hex": "0x5D3", + "index": 715, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1746, + "address_hex": "0x6D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1746, + "device_offset_hex": "0x6D2", + "index": 716, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1747, + "address_hex": "0x6D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 1747, + "device_offset_hex": "0x6D3", + "index": 717, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2002, + "address_hex": "0x7D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 2002, + "device_offset_hex": "0x7D2", + "index": 718, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2003, + "address_hex": "0x7D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "device_offset": 2003, + "device_offset_hex": "0x7D3", + "index": 719, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2258, + "address_hex": "0x8D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 210, + "device_offset_hex": "0x0D2", + "index": 720, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2259, + "address_hex": "0x8D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 211, + "device_offset_hex": "0x0D3", + "index": 721, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2514, + "address_hex": "0x9D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 466, + "device_offset_hex": "0x1D2", + "index": 722, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2515, + "address_hex": "0x9D3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 467, + "device_offset_hex": "0x1D3", + "index": 723, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2770, + "address_hex": "0xAD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 722, + "device_offset_hex": "0x2D2", + "index": 724, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2771, + "address_hex": "0xAD3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 723, + "device_offset_hex": "0x2D3", + "index": 725, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3026, + "address_hex": "0xBD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 978, + "device_offset_hex": "0x3D2", + "index": 726, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3027, + "address_hex": "0xBD3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 979, + "device_offset_hex": "0x3D3", + "index": 727, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3282, + "address_hex": "0xCD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1234, + "device_offset_hex": "0x4D2", + "index": 728, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3283, + "address_hex": "0xCD3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1235, + "device_offset_hex": "0x4D3", + "index": 729, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3538, + "address_hex": "0xDD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1490, + "device_offset_hex": "0x5D2", + "index": 730, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3539, + "address_hex": "0xDD3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1491, + "device_offset_hex": "0x5D3", + "index": 731, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3794, + "address_hex": "0xED2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1746, + "device_offset_hex": "0x6D2", + "index": 732, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3795, + "address_hex": "0xED3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 1747, + "device_offset_hex": "0x6D3", + "index": 733, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4050, + "address_hex": "0xFD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 2002, + "device_offset_hex": "0x7D2", + "index": 734, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 210, + "offset_hex": "0xD2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4051, + "address_hex": "0xFD3", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "device_offset": 2003, + "device_offset_hex": "0x7D3", + "index": 735, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 211, + "offset_hex": "0xD3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 208, + "address_hex": "0x0D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 208, + "device_offset_hex": "0x0D0", + "index": 736, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 209, + "address_hex": "0x0D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 209, + "device_offset_hex": "0x0D1", + "index": 737, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 464, + "address_hex": "0x1D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 464, + "device_offset_hex": "0x1D0", + "index": 738, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 465, + "address_hex": "0x1D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 465, + "device_offset_hex": "0x1D1", + "index": 739, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 720, + "address_hex": "0x2D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 720, + "device_offset_hex": "0x2D0", + "index": 740, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 721, + "address_hex": "0x2D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 721, + "device_offset_hex": "0x2D1", + "index": 741, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 976, + "address_hex": "0x3D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 976, + "device_offset_hex": "0x3D0", + "index": 742, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 977, + "address_hex": "0x3D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 977, + "device_offset_hex": "0x3D1", + "index": 743, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1232, + "address_hex": "0x4D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1232, + "device_offset_hex": "0x4D0", + "index": 744, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1233, + "address_hex": "0x4D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1233, + "device_offset_hex": "0x4D1", + "index": 745, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1488, + "address_hex": "0x5D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1488, + "device_offset_hex": "0x5D0", + "index": 746, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1489, + "address_hex": "0x5D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1489, + "device_offset_hex": "0x5D1", + "index": 747, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1744, + "address_hex": "0x6D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1744, + "device_offset_hex": "0x6D0", + "index": 748, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1745, + "address_hex": "0x6D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 1745, + "device_offset_hex": "0x6D1", + "index": 749, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2000, + "address_hex": "0x7D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 2000, + "device_offset_hex": "0x7D0", + "index": 750, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2001, + "address_hex": "0x7D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "device_offset": 2001, + "device_offset_hex": "0x7D1", + "index": 751, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2256, + "address_hex": "0x8D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 208, + "device_offset_hex": "0x0D0", + "index": 752, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2257, + "address_hex": "0x8D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 209, + "device_offset_hex": "0x0D1", + "index": 753, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2512, + "address_hex": "0x9D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 464, + "device_offset_hex": "0x1D0", + "index": 754, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2513, + "address_hex": "0x9D1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 465, + "device_offset_hex": "0x1D1", + "index": 755, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2768, + "address_hex": "0xAD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 720, + "device_offset_hex": "0x2D0", + "index": 756, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2769, + "address_hex": "0xAD1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 721, + "device_offset_hex": "0x2D1", + "index": 757, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3024, + "address_hex": "0xBD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 976, + "device_offset_hex": "0x3D0", + "index": 758, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3025, + "address_hex": "0xBD1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 977, + "device_offset_hex": "0x3D1", + "index": 759, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3280, + "address_hex": "0xCD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1232, + "device_offset_hex": "0x4D0", + "index": 760, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3281, + "address_hex": "0xCD1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1233, + "device_offset_hex": "0x4D1", + "index": 761, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3536, + "address_hex": "0xDD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1488, + "device_offset_hex": "0x5D0", + "index": 762, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3537, + "address_hex": "0xDD1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1489, + "device_offset_hex": "0x5D1", + "index": 763, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3792, + "address_hex": "0xED0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1744, + "device_offset_hex": "0x6D0", + "index": 764, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3793, + "address_hex": "0xED1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 1745, + "device_offset_hex": "0x6D1", + "index": 765, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4048, + "address_hex": "0xFD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 2000, + "device_offset_hex": "0x7D0", + "index": 766, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 208, + "offset_hex": "0xD0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4049, + "address_hex": "0xFD1", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "device_offset": 2001, + "device_offset_hex": "0x7D1", + "index": 767, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 209, + "offset_hex": "0xD1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 206, + "address_hex": "0x0CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 206, + "device_offset_hex": "0x0CE", + "index": 768, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 207, + "address_hex": "0x0CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 207, + "device_offset_hex": "0x0CF", + "index": 769, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 462, + "address_hex": "0x1CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 462, + "device_offset_hex": "0x1CE", + "index": 770, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 463, + "address_hex": "0x1CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 463, + "device_offset_hex": "0x1CF", + "index": 771, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 718, + "address_hex": "0x2CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 718, + "device_offset_hex": "0x2CE", + "index": 772, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 719, + "address_hex": "0x2CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 719, + "device_offset_hex": "0x2CF", + "index": 773, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 974, + "address_hex": "0x3CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 974, + "device_offset_hex": "0x3CE", + "index": 774, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 975, + "address_hex": "0x3CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 975, + "device_offset_hex": "0x3CF", + "index": 775, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1230, + "address_hex": "0x4CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1230, + "device_offset_hex": "0x4CE", + "index": 776, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1231, + "address_hex": "0x4CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1231, + "device_offset_hex": "0x4CF", + "index": 777, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1486, + "address_hex": "0x5CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1486, + "device_offset_hex": "0x5CE", + "index": 778, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1487, + "address_hex": "0x5CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1487, + "device_offset_hex": "0x5CF", + "index": 779, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1742, + "address_hex": "0x6CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1742, + "device_offset_hex": "0x6CE", + "index": 780, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1743, + "address_hex": "0x6CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1743, + "device_offset_hex": "0x6CF", + "index": 781, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1998, + "address_hex": "0x7CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1998, + "device_offset_hex": "0x7CE", + "index": 782, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1999, + "address_hex": "0x7CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "device_offset": 1999, + "device_offset_hex": "0x7CF", + "index": 783, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2254, + "address_hex": "0x8CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 206, + "device_offset_hex": "0x0CE", + "index": 784, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2255, + "address_hex": "0x8CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 207, + "device_offset_hex": "0x0CF", + "index": 785, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2510, + "address_hex": "0x9CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 462, + "device_offset_hex": "0x1CE", + "index": 786, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2511, + "address_hex": "0x9CF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 463, + "device_offset_hex": "0x1CF", + "index": 787, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2766, + "address_hex": "0xACE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 718, + "device_offset_hex": "0x2CE", + "index": 788, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2767, + "address_hex": "0xACF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 719, + "device_offset_hex": "0x2CF", + "index": 789, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3022, + "address_hex": "0xBCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 974, + "device_offset_hex": "0x3CE", + "index": 790, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3023, + "address_hex": "0xBCF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 975, + "device_offset_hex": "0x3CF", + "index": 791, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3278, + "address_hex": "0xCCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1230, + "device_offset_hex": "0x4CE", + "index": 792, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3279, + "address_hex": "0xCCF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1231, + "device_offset_hex": "0x4CF", + "index": 793, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3534, + "address_hex": "0xDCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1486, + "device_offset_hex": "0x5CE", + "index": 794, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3535, + "address_hex": "0xDCF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1487, + "device_offset_hex": "0x5CF", + "index": 795, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3790, + "address_hex": "0xECE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1742, + "device_offset_hex": "0x6CE", + "index": 796, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3791, + "address_hex": "0xECF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1743, + "device_offset_hex": "0x6CF", + "index": 797, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4046, + "address_hex": "0xFCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1998, + "device_offset_hex": "0x7CE", + "index": 798, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 206, + "offset_hex": "0xCE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4047, + "address_hex": "0xFCF", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "device_offset": 1999, + "device_offset_hex": "0x7CF", + "index": 799, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 207, + "offset_hex": "0xCF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 204, + "address_hex": "0x0CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 204, + "device_offset_hex": "0x0CC", + "index": 800, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 205, + "address_hex": "0x0CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 205, + "device_offset_hex": "0x0CD", + "index": 801, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 460, + "address_hex": "0x1CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 460, + "device_offset_hex": "0x1CC", + "index": 802, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 461, + "address_hex": "0x1CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 461, + "device_offset_hex": "0x1CD", + "index": 803, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 716, + "address_hex": "0x2CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 716, + "device_offset_hex": "0x2CC", + "index": 804, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 717, + "address_hex": "0x2CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 717, + "device_offset_hex": "0x2CD", + "index": 805, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 972, + "address_hex": "0x3CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 972, + "device_offset_hex": "0x3CC", + "index": 806, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 973, + "address_hex": "0x3CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 973, + "device_offset_hex": "0x3CD", + "index": 807, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1228, + "address_hex": "0x4CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1228, + "device_offset_hex": "0x4CC", + "index": 808, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1229, + "address_hex": "0x4CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1229, + "device_offset_hex": "0x4CD", + "index": 809, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1484, + "address_hex": "0x5CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1484, + "device_offset_hex": "0x5CC", + "index": 810, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1485, + "address_hex": "0x5CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1485, + "device_offset_hex": "0x5CD", + "index": 811, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1740, + "address_hex": "0x6CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1740, + "device_offset_hex": "0x6CC", + "index": 812, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1741, + "address_hex": "0x6CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1741, + "device_offset_hex": "0x6CD", + "index": 813, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1996, + "address_hex": "0x7CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1996, + "device_offset_hex": "0x7CC", + "index": 814, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1997, + "address_hex": "0x7CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "device_offset": 1997, + "device_offset_hex": "0x7CD", + "index": 815, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2252, + "address_hex": "0x8CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 204, + "device_offset_hex": "0x0CC", + "index": 816, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2253, + "address_hex": "0x8CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 205, + "device_offset_hex": "0x0CD", + "index": 817, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2508, + "address_hex": "0x9CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 460, + "device_offset_hex": "0x1CC", + "index": 818, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2509, + "address_hex": "0x9CD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 461, + "device_offset_hex": "0x1CD", + "index": 819, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2764, + "address_hex": "0xACC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 716, + "device_offset_hex": "0x2CC", + "index": 820, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2765, + "address_hex": "0xACD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 717, + "device_offset_hex": "0x2CD", + "index": 821, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3020, + "address_hex": "0xBCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 972, + "device_offset_hex": "0x3CC", + "index": 822, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3021, + "address_hex": "0xBCD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 973, + "device_offset_hex": "0x3CD", + "index": 823, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3276, + "address_hex": "0xCCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1228, + "device_offset_hex": "0x4CC", + "index": 824, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3277, + "address_hex": "0xCCD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1229, + "device_offset_hex": "0x4CD", + "index": 825, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3532, + "address_hex": "0xDCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1484, + "device_offset_hex": "0x5CC", + "index": 826, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3533, + "address_hex": "0xDCD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1485, + "device_offset_hex": "0x5CD", + "index": 827, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3788, + "address_hex": "0xECC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1740, + "device_offset_hex": "0x6CC", + "index": 828, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3789, + "address_hex": "0xECD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1741, + "device_offset_hex": "0x6CD", + "index": 829, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4044, + "address_hex": "0xFCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1996, + "device_offset_hex": "0x7CC", + "index": 830, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 204, + "offset_hex": "0xCC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4045, + "address_hex": "0xFCD", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "device_offset": 1997, + "device_offset_hex": "0x7CD", + "index": 831, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 205, + "offset_hex": "0xCD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 202, + "address_hex": "0x0CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 202, + "device_offset_hex": "0x0CA", + "index": 832, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 203, + "address_hex": "0x0CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 203, + "device_offset_hex": "0x0CB", + "index": 833, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 458, + "address_hex": "0x1CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 458, + "device_offset_hex": "0x1CA", + "index": 834, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 459, + "address_hex": "0x1CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 459, + "device_offset_hex": "0x1CB", + "index": 835, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 714, + "address_hex": "0x2CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 714, + "device_offset_hex": "0x2CA", + "index": 836, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 715, + "address_hex": "0x2CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 715, + "device_offset_hex": "0x2CB", + "index": 837, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 970, + "address_hex": "0x3CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 970, + "device_offset_hex": "0x3CA", + "index": 838, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 971, + "address_hex": "0x3CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 971, + "device_offset_hex": "0x3CB", + "index": 839, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1226, + "address_hex": "0x4CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1226, + "device_offset_hex": "0x4CA", + "index": 840, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1227, + "address_hex": "0x4CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1227, + "device_offset_hex": "0x4CB", + "index": 841, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1482, + "address_hex": "0x5CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1482, + "device_offset_hex": "0x5CA", + "index": 842, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1483, + "address_hex": "0x5CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1483, + "device_offset_hex": "0x5CB", + "index": 843, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1738, + "address_hex": "0x6CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1738, + "device_offset_hex": "0x6CA", + "index": 844, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1739, + "address_hex": "0x6CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1739, + "device_offset_hex": "0x6CB", + "index": 845, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1994, + "address_hex": "0x7CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1994, + "device_offset_hex": "0x7CA", + "index": 846, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1995, + "address_hex": "0x7CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "device_offset": 1995, + "device_offset_hex": "0x7CB", + "index": 847, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2250, + "address_hex": "0x8CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 202, + "device_offset_hex": "0x0CA", + "index": 848, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2251, + "address_hex": "0x8CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 203, + "device_offset_hex": "0x0CB", + "index": 849, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2506, + "address_hex": "0x9CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 458, + "device_offset_hex": "0x1CA", + "index": 850, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2507, + "address_hex": "0x9CB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 459, + "device_offset_hex": "0x1CB", + "index": 851, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2762, + "address_hex": "0xACA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 714, + "device_offset_hex": "0x2CA", + "index": 852, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2763, + "address_hex": "0xACB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 715, + "device_offset_hex": "0x2CB", + "index": 853, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3018, + "address_hex": "0xBCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 970, + "device_offset_hex": "0x3CA", + "index": 854, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3019, + "address_hex": "0xBCB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 971, + "device_offset_hex": "0x3CB", + "index": 855, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3274, + "address_hex": "0xCCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1226, + "device_offset_hex": "0x4CA", + "index": 856, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3275, + "address_hex": "0xCCB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1227, + "device_offset_hex": "0x4CB", + "index": 857, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3530, + "address_hex": "0xDCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1482, + "device_offset_hex": "0x5CA", + "index": 858, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3531, + "address_hex": "0xDCB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1483, + "device_offset_hex": "0x5CB", + "index": 859, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3786, + "address_hex": "0xECA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1738, + "device_offset_hex": "0x6CA", + "index": 860, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3787, + "address_hex": "0xECB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1739, + "device_offset_hex": "0x6CB", + "index": 861, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4042, + "address_hex": "0xFCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1994, + "device_offset_hex": "0x7CA", + "index": 862, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 202, + "offset_hex": "0xCA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4043, + "address_hex": "0xFCB", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "device_offset": 1995, + "device_offset_hex": "0x7CB", + "index": 863, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 203, + "offset_hex": "0xCB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 200, + "address_hex": "0x0C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 200, + "device_offset_hex": "0x0C8", + "index": 864, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 201, + "address_hex": "0x0C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 201, + "device_offset_hex": "0x0C9", + "index": 865, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 456, + "address_hex": "0x1C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 456, + "device_offset_hex": "0x1C8", + "index": 866, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 457, + "address_hex": "0x1C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 457, + "device_offset_hex": "0x1C9", + "index": 867, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 712, + "address_hex": "0x2C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 712, + "device_offset_hex": "0x2C8", + "index": 868, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 713, + "address_hex": "0x2C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 713, + "device_offset_hex": "0x2C9", + "index": 869, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 968, + "address_hex": "0x3C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 968, + "device_offset_hex": "0x3C8", + "index": 870, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 969, + "address_hex": "0x3C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 969, + "device_offset_hex": "0x3C9", + "index": 871, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1224, + "address_hex": "0x4C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1224, + "device_offset_hex": "0x4C8", + "index": 872, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1225, + "address_hex": "0x4C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1225, + "device_offset_hex": "0x4C9", + "index": 873, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1480, + "address_hex": "0x5C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1480, + "device_offset_hex": "0x5C8", + "index": 874, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1481, + "address_hex": "0x5C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1481, + "device_offset_hex": "0x5C9", + "index": 875, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1736, + "address_hex": "0x6C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1736, + "device_offset_hex": "0x6C8", + "index": 876, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1737, + "address_hex": "0x6C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1737, + "device_offset_hex": "0x6C9", + "index": 877, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1992, + "address_hex": "0x7C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1992, + "device_offset_hex": "0x7C8", + "index": 878, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1993, + "address_hex": "0x7C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "device_offset": 1993, + "device_offset_hex": "0x7C9", + "index": 879, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2248, + "address_hex": "0x8C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 200, + "device_offset_hex": "0x0C8", + "index": 880, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2249, + "address_hex": "0x8C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 201, + "device_offset_hex": "0x0C9", + "index": 881, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2504, + "address_hex": "0x9C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 456, + "device_offset_hex": "0x1C8", + "index": 882, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2505, + "address_hex": "0x9C9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 457, + "device_offset_hex": "0x1C9", + "index": 883, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2760, + "address_hex": "0xAC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 712, + "device_offset_hex": "0x2C8", + "index": 884, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2761, + "address_hex": "0xAC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 713, + "device_offset_hex": "0x2C9", + "index": 885, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3016, + "address_hex": "0xBC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 968, + "device_offset_hex": "0x3C8", + "index": 886, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3017, + "address_hex": "0xBC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 969, + "device_offset_hex": "0x3C9", + "index": 887, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3272, + "address_hex": "0xCC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1224, + "device_offset_hex": "0x4C8", + "index": 888, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3273, + "address_hex": "0xCC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1225, + "device_offset_hex": "0x4C9", + "index": 889, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3528, + "address_hex": "0xDC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1480, + "device_offset_hex": "0x5C8", + "index": 890, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3529, + "address_hex": "0xDC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1481, + "device_offset_hex": "0x5C9", + "index": 891, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3784, + "address_hex": "0xEC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1736, + "device_offset_hex": "0x6C8", + "index": 892, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3785, + "address_hex": "0xEC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1737, + "device_offset_hex": "0x6C9", + "index": 893, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4040, + "address_hex": "0xFC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1992, + "device_offset_hex": "0x7C8", + "index": 894, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 200, + "offset_hex": "0xC8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4041, + "address_hex": "0xFC9", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "device_offset": 1993, + "device_offset_hex": "0x7C9", + "index": 895, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 201, + "offset_hex": "0xC9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 198, + "address_hex": "0x0C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 198, + "device_offset_hex": "0x0C6", + "index": 896, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 199, + "address_hex": "0x0C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 199, + "device_offset_hex": "0x0C7", + "index": 897, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 454, + "address_hex": "0x1C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 454, + "device_offset_hex": "0x1C6", + "index": 898, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 455, + "address_hex": "0x1C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 455, + "device_offset_hex": "0x1C7", + "index": 899, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 710, + "address_hex": "0x2C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 710, + "device_offset_hex": "0x2C6", + "index": 900, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 711, + "address_hex": "0x2C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 711, + "device_offset_hex": "0x2C7", + "index": 901, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 966, + "address_hex": "0x3C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 966, + "device_offset_hex": "0x3C6", + "index": 902, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 967, + "address_hex": "0x3C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 967, + "device_offset_hex": "0x3C7", + "index": 903, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1222, + "address_hex": "0x4C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1222, + "device_offset_hex": "0x4C6", + "index": 904, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1223, + "address_hex": "0x4C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1223, + "device_offset_hex": "0x4C7", + "index": 905, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1478, + "address_hex": "0x5C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1478, + "device_offset_hex": "0x5C6", + "index": 906, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1479, + "address_hex": "0x5C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1479, + "device_offset_hex": "0x5C7", + "index": 907, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1734, + "address_hex": "0x6C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1734, + "device_offset_hex": "0x6C6", + "index": 908, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1735, + "address_hex": "0x6C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1735, + "device_offset_hex": "0x6C7", + "index": 909, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1990, + "address_hex": "0x7C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1990, + "device_offset_hex": "0x7C6", + "index": 910, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1991, + "address_hex": "0x7C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "device_offset": 1991, + "device_offset_hex": "0x7C7", + "index": 911, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2246, + "address_hex": "0x8C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 198, + "device_offset_hex": "0x0C6", + "index": 912, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2247, + "address_hex": "0x8C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 199, + "device_offset_hex": "0x0C7", + "index": 913, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2502, + "address_hex": "0x9C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 454, + "device_offset_hex": "0x1C6", + "index": 914, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2503, + "address_hex": "0x9C7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 455, + "device_offset_hex": "0x1C7", + "index": 915, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2758, + "address_hex": "0xAC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 710, + "device_offset_hex": "0x2C6", + "index": 916, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2759, + "address_hex": "0xAC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 711, + "device_offset_hex": "0x2C7", + "index": 917, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3014, + "address_hex": "0xBC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 966, + "device_offset_hex": "0x3C6", + "index": 918, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3015, + "address_hex": "0xBC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 967, + "device_offset_hex": "0x3C7", + "index": 919, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3270, + "address_hex": "0xCC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1222, + "device_offset_hex": "0x4C6", + "index": 920, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3271, + "address_hex": "0xCC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1223, + "device_offset_hex": "0x4C7", + "index": 921, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3526, + "address_hex": "0xDC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1478, + "device_offset_hex": "0x5C6", + "index": 922, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3527, + "address_hex": "0xDC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1479, + "device_offset_hex": "0x5C7", + "index": 923, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3782, + "address_hex": "0xEC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1734, + "device_offset_hex": "0x6C6", + "index": 924, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3783, + "address_hex": "0xEC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1735, + "device_offset_hex": "0x6C7", + "index": 925, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4038, + "address_hex": "0xFC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1990, + "device_offset_hex": "0x7C6", + "index": 926, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 198, + "offset_hex": "0xC6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4039, + "address_hex": "0xFC7", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "device_offset": 1991, + "device_offset_hex": "0x7C7", + "index": 927, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 199, + "offset_hex": "0xC7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 196, + "address_hex": "0x0C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 196, + "device_offset_hex": "0x0C4", + "index": 928, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 197, + "address_hex": "0x0C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 197, + "device_offset_hex": "0x0C5", + "index": 929, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 452, + "address_hex": "0x1C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 452, + "device_offset_hex": "0x1C4", + "index": 930, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 453, + "address_hex": "0x1C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 453, + "device_offset_hex": "0x1C5", + "index": 931, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 708, + "address_hex": "0x2C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 708, + "device_offset_hex": "0x2C4", + "index": 932, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 709, + "address_hex": "0x2C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 709, + "device_offset_hex": "0x2C5", + "index": 933, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 964, + "address_hex": "0x3C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 964, + "device_offset_hex": "0x3C4", + "index": 934, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 965, + "address_hex": "0x3C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 965, + "device_offset_hex": "0x3C5", + "index": 935, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1220, + "address_hex": "0x4C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1220, + "device_offset_hex": "0x4C4", + "index": 936, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1221, + "address_hex": "0x4C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1221, + "device_offset_hex": "0x4C5", + "index": 937, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1476, + "address_hex": "0x5C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1476, + "device_offset_hex": "0x5C4", + "index": 938, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1477, + "address_hex": "0x5C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1477, + "device_offset_hex": "0x5C5", + "index": 939, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1732, + "address_hex": "0x6C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1732, + "device_offset_hex": "0x6C4", + "index": 940, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1733, + "address_hex": "0x6C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1733, + "device_offset_hex": "0x6C5", + "index": 941, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1988, + "address_hex": "0x7C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1988, + "device_offset_hex": "0x7C4", + "index": 942, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1989, + "address_hex": "0x7C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "device_offset": 1989, + "device_offset_hex": "0x7C5", + "index": 943, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2244, + "address_hex": "0x8C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 196, + "device_offset_hex": "0x0C4", + "index": 944, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2245, + "address_hex": "0x8C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 197, + "device_offset_hex": "0x0C5", + "index": 945, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2500, + "address_hex": "0x9C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 452, + "device_offset_hex": "0x1C4", + "index": 946, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2501, + "address_hex": "0x9C5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 453, + "device_offset_hex": "0x1C5", + "index": 947, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2756, + "address_hex": "0xAC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 708, + "device_offset_hex": "0x2C4", + "index": 948, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2757, + "address_hex": "0xAC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 709, + "device_offset_hex": "0x2C5", + "index": 949, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3012, + "address_hex": "0xBC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 964, + "device_offset_hex": "0x3C4", + "index": 950, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3013, + "address_hex": "0xBC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 965, + "device_offset_hex": "0x3C5", + "index": 951, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3268, + "address_hex": "0xCC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1220, + "device_offset_hex": "0x4C4", + "index": 952, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3269, + "address_hex": "0xCC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1221, + "device_offset_hex": "0x4C5", + "index": 953, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3524, + "address_hex": "0xDC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1476, + "device_offset_hex": "0x5C4", + "index": 954, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3525, + "address_hex": "0xDC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1477, + "device_offset_hex": "0x5C5", + "index": 955, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3780, + "address_hex": "0xEC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1732, + "device_offset_hex": "0x6C4", + "index": 956, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3781, + "address_hex": "0xEC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1733, + "device_offset_hex": "0x6C5", + "index": 957, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4036, + "address_hex": "0xFC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1988, + "device_offset_hex": "0x7C4", + "index": 958, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 196, + "offset_hex": "0xC4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4037, + "address_hex": "0xFC5", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "device_offset": 1989, + "device_offset_hex": "0x7C5", + "index": 959, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 197, + "offset_hex": "0xC5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 194, + "address_hex": "0x0C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 194, + "device_offset_hex": "0x0C2", + "index": 960, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 195, + "address_hex": "0x0C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 195, + "device_offset_hex": "0x0C3", + "index": 961, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 450, + "address_hex": "0x1C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 450, + "device_offset_hex": "0x1C2", + "index": 962, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 451, + "address_hex": "0x1C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 451, + "device_offset_hex": "0x1C3", + "index": 963, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 706, + "address_hex": "0x2C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 706, + "device_offset_hex": "0x2C2", + "index": 964, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 707, + "address_hex": "0x2C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 707, + "device_offset_hex": "0x2C3", + "index": 965, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 962, + "address_hex": "0x3C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 962, + "device_offset_hex": "0x3C2", + "index": 966, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 963, + "address_hex": "0x3C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 963, + "device_offset_hex": "0x3C3", + "index": 967, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1218, + "address_hex": "0x4C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1218, + "device_offset_hex": "0x4C2", + "index": 968, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1219, + "address_hex": "0x4C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1219, + "device_offset_hex": "0x4C3", + "index": 969, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1474, + "address_hex": "0x5C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1474, + "device_offset_hex": "0x5C2", + "index": 970, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1475, + "address_hex": "0x5C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1475, + "device_offset_hex": "0x5C3", + "index": 971, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1730, + "address_hex": "0x6C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1730, + "device_offset_hex": "0x6C2", + "index": 972, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1731, + "address_hex": "0x6C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1731, + "device_offset_hex": "0x6C3", + "index": 973, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1986, + "address_hex": "0x7C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1986, + "device_offset_hex": "0x7C2", + "index": 974, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1987, + "address_hex": "0x7C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "device_offset": 1987, + "device_offset_hex": "0x7C3", + "index": 975, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2242, + "address_hex": "0x8C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 194, + "device_offset_hex": "0x0C2", + "index": 976, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2243, + "address_hex": "0x8C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 195, + "device_offset_hex": "0x0C3", + "index": 977, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2498, + "address_hex": "0x9C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 450, + "device_offset_hex": "0x1C2", + "index": 978, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2499, + "address_hex": "0x9C3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 451, + "device_offset_hex": "0x1C3", + "index": 979, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2754, + "address_hex": "0xAC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 706, + "device_offset_hex": "0x2C2", + "index": 980, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2755, + "address_hex": "0xAC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 707, + "device_offset_hex": "0x2C3", + "index": 981, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3010, + "address_hex": "0xBC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 962, + "device_offset_hex": "0x3C2", + "index": 982, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3011, + "address_hex": "0xBC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 963, + "device_offset_hex": "0x3C3", + "index": 983, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3266, + "address_hex": "0xCC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1218, + "device_offset_hex": "0x4C2", + "index": 984, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3267, + "address_hex": "0xCC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1219, + "device_offset_hex": "0x4C3", + "index": 985, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3522, + "address_hex": "0xDC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1474, + "device_offset_hex": "0x5C2", + "index": 986, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3523, + "address_hex": "0xDC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1475, + "device_offset_hex": "0x5C3", + "index": 987, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3778, + "address_hex": "0xEC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1730, + "device_offset_hex": "0x6C2", + "index": 988, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3779, + "address_hex": "0xEC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1731, + "device_offset_hex": "0x6C3", + "index": 989, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4034, + "address_hex": "0xFC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1986, + "device_offset_hex": "0x7C2", + "index": 990, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 194, + "offset_hex": "0xC2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4035, + "address_hex": "0xFC3", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "device_offset": 1987, + "device_offset_hex": "0x7C3", + "index": 991, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 195, + "offset_hex": "0xC3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 192, + "address_hex": "0x0C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 192, + "device_offset_hex": "0x0C0", + "index": 992, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 193, + "address_hex": "0x0C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 193, + "device_offset_hex": "0x0C1", + "index": 993, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 448, + "address_hex": "0x1C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 448, + "device_offset_hex": "0x1C0", + "index": 994, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 449, + "address_hex": "0x1C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 449, + "device_offset_hex": "0x1C1", + "index": 995, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 704, + "address_hex": "0x2C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 704, + "device_offset_hex": "0x2C0", + "index": 996, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 705, + "address_hex": "0x2C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 705, + "device_offset_hex": "0x2C1", + "index": 997, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 960, + "address_hex": "0x3C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 960, + "device_offset_hex": "0x3C0", + "index": 998, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 961, + "address_hex": "0x3C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 961, + "device_offset_hex": "0x3C1", + "index": 999, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1216, + "address_hex": "0x4C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1216, + "device_offset_hex": "0x4C0", + "index": 1000, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1217, + "address_hex": "0x4C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1217, + "device_offset_hex": "0x4C1", + "index": 1001, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1472, + "address_hex": "0x5C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1472, + "device_offset_hex": "0x5C0", + "index": 1002, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1473, + "address_hex": "0x5C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1473, + "device_offset_hex": "0x5C1", + "index": 1003, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1728, + "address_hex": "0x6C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1728, + "device_offset_hex": "0x6C0", + "index": 1004, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1729, + "address_hex": "0x6C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1729, + "device_offset_hex": "0x6C1", + "index": 1005, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1984, + "address_hex": "0x7C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1984, + "device_offset_hex": "0x7C0", + "index": 1006, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1985, + "address_hex": "0x7C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "device_offset": 1985, + "device_offset_hex": "0x7C1", + "index": 1007, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2240, + "address_hex": "0x8C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 192, + "device_offset_hex": "0x0C0", + "index": 1008, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2241, + "address_hex": "0x8C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 193, + "device_offset_hex": "0x0C1", + "index": 1009, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2496, + "address_hex": "0x9C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 448, + "device_offset_hex": "0x1C0", + "index": 1010, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2497, + "address_hex": "0x9C1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 449, + "device_offset_hex": "0x1C1", + "index": 1011, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2752, + "address_hex": "0xAC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 704, + "device_offset_hex": "0x2C0", + "index": 1012, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2753, + "address_hex": "0xAC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 705, + "device_offset_hex": "0x2C1", + "index": 1013, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3008, + "address_hex": "0xBC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 960, + "device_offset_hex": "0x3C0", + "index": 1014, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3009, + "address_hex": "0xBC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 961, + "device_offset_hex": "0x3C1", + "index": 1015, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3264, + "address_hex": "0xCC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1216, + "device_offset_hex": "0x4C0", + "index": 1016, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3265, + "address_hex": "0xCC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1217, + "device_offset_hex": "0x4C1", + "index": 1017, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3520, + "address_hex": "0xDC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1472, + "device_offset_hex": "0x5C0", + "index": 1018, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3521, + "address_hex": "0xDC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1473, + "device_offset_hex": "0x5C1", + "index": 1019, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3776, + "address_hex": "0xEC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1728, + "device_offset_hex": "0x6C0", + "index": 1020, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3777, + "address_hex": "0xEC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1729, + "device_offset_hex": "0x6C1", + "index": 1021, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4032, + "address_hex": "0xFC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1984, + "device_offset_hex": "0x7C0", + "index": 1022, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 192, + "offset_hex": "0xC0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4033, + "address_hex": "0xFC1", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "device_offset": 1985, + "device_offset_hex": "0x7C1", + "index": 1023, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 193, + "offset_hex": "0xC1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 190, + "address_hex": "0x0BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 190, + "device_offset_hex": "0x0BE", + "index": 1024, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 191, + "address_hex": "0x0BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 191, + "device_offset_hex": "0x0BF", + "index": 1025, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 446, + "address_hex": "0x1BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 446, + "device_offset_hex": "0x1BE", + "index": 1026, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 447, + "address_hex": "0x1BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 447, + "device_offset_hex": "0x1BF", + "index": 1027, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 702, + "address_hex": "0x2BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 702, + "device_offset_hex": "0x2BE", + "index": 1028, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 703, + "address_hex": "0x2BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 703, + "device_offset_hex": "0x2BF", + "index": 1029, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 958, + "address_hex": "0x3BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 958, + "device_offset_hex": "0x3BE", + "index": 1030, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 959, + "address_hex": "0x3BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 959, + "device_offset_hex": "0x3BF", + "index": 1031, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1214, + "address_hex": "0x4BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1214, + "device_offset_hex": "0x4BE", + "index": 1032, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1215, + "address_hex": "0x4BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1215, + "device_offset_hex": "0x4BF", + "index": 1033, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1470, + "address_hex": "0x5BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1470, + "device_offset_hex": "0x5BE", + "index": 1034, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1471, + "address_hex": "0x5BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1471, + "device_offset_hex": "0x5BF", + "index": 1035, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1726, + "address_hex": "0x6BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1726, + "device_offset_hex": "0x6BE", + "index": 1036, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1727, + "address_hex": "0x6BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1727, + "device_offset_hex": "0x6BF", + "index": 1037, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1982, + "address_hex": "0x7BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1982, + "device_offset_hex": "0x7BE", + "index": 1038, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1983, + "address_hex": "0x7BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "device_offset": 1983, + "device_offset_hex": "0x7BF", + "index": 1039, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2238, + "address_hex": "0x8BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 190, + "device_offset_hex": "0x0BE", + "index": 1040, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2239, + "address_hex": "0x8BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 191, + "device_offset_hex": "0x0BF", + "index": 1041, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2494, + "address_hex": "0x9BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 446, + "device_offset_hex": "0x1BE", + "index": 1042, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2495, + "address_hex": "0x9BF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 447, + "device_offset_hex": "0x1BF", + "index": 1043, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2750, + "address_hex": "0xABE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 702, + "device_offset_hex": "0x2BE", + "index": 1044, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2751, + "address_hex": "0xABF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 703, + "device_offset_hex": "0x2BF", + "index": 1045, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3006, + "address_hex": "0xBBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 958, + "device_offset_hex": "0x3BE", + "index": 1046, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3007, + "address_hex": "0xBBF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 959, + "device_offset_hex": "0x3BF", + "index": 1047, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3262, + "address_hex": "0xCBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1214, + "device_offset_hex": "0x4BE", + "index": 1048, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3263, + "address_hex": "0xCBF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1215, + "device_offset_hex": "0x4BF", + "index": 1049, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3518, + "address_hex": "0xDBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1470, + "device_offset_hex": "0x5BE", + "index": 1050, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3519, + "address_hex": "0xDBF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1471, + "device_offset_hex": "0x5BF", + "index": 1051, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3774, + "address_hex": "0xEBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1726, + "device_offset_hex": "0x6BE", + "index": 1052, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3775, + "address_hex": "0xEBF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1727, + "device_offset_hex": "0x6BF", + "index": 1053, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4030, + "address_hex": "0xFBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1982, + "device_offset_hex": "0x7BE", + "index": 1054, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 190, + "offset_hex": "0xBE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4031, + "address_hex": "0xFBF", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "device_offset": 1983, + "device_offset_hex": "0x7BF", + "index": 1055, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 191, + "offset_hex": "0xBF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 188, + "address_hex": "0x0BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 188, + "device_offset_hex": "0x0BC", + "index": 1056, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 189, + "address_hex": "0x0BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 189, + "device_offset_hex": "0x0BD", + "index": 1057, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 444, + "address_hex": "0x1BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 444, + "device_offset_hex": "0x1BC", + "index": 1058, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 445, + "address_hex": "0x1BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 445, + "device_offset_hex": "0x1BD", + "index": 1059, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 700, + "address_hex": "0x2BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 700, + "device_offset_hex": "0x2BC", + "index": 1060, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 701, + "address_hex": "0x2BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 701, + "device_offset_hex": "0x2BD", + "index": 1061, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 956, + "address_hex": "0x3BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 956, + "device_offset_hex": "0x3BC", + "index": 1062, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 957, + "address_hex": "0x3BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 957, + "device_offset_hex": "0x3BD", + "index": 1063, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1212, + "address_hex": "0x4BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1212, + "device_offset_hex": "0x4BC", + "index": 1064, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1213, + "address_hex": "0x4BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1213, + "device_offset_hex": "0x4BD", + "index": 1065, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1468, + "address_hex": "0x5BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1468, + "device_offset_hex": "0x5BC", + "index": 1066, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1469, + "address_hex": "0x5BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1469, + "device_offset_hex": "0x5BD", + "index": 1067, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1724, + "address_hex": "0x6BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1724, + "device_offset_hex": "0x6BC", + "index": 1068, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1725, + "address_hex": "0x6BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1725, + "device_offset_hex": "0x6BD", + "index": 1069, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1980, + "address_hex": "0x7BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1980, + "device_offset_hex": "0x7BC", + "index": 1070, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1981, + "address_hex": "0x7BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "device_offset": 1981, + "device_offset_hex": "0x7BD", + "index": 1071, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2236, + "address_hex": "0x8BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 188, + "device_offset_hex": "0x0BC", + "index": 1072, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2237, + "address_hex": "0x8BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 189, + "device_offset_hex": "0x0BD", + "index": 1073, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2492, + "address_hex": "0x9BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 444, + "device_offset_hex": "0x1BC", + "index": 1074, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2493, + "address_hex": "0x9BD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 445, + "device_offset_hex": "0x1BD", + "index": 1075, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2748, + "address_hex": "0xABC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 700, + "device_offset_hex": "0x2BC", + "index": 1076, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2749, + "address_hex": "0xABD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 701, + "device_offset_hex": "0x2BD", + "index": 1077, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3004, + "address_hex": "0xBBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 956, + "device_offset_hex": "0x3BC", + "index": 1078, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3005, + "address_hex": "0xBBD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 957, + "device_offset_hex": "0x3BD", + "index": 1079, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3260, + "address_hex": "0xCBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1212, + "device_offset_hex": "0x4BC", + "index": 1080, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3261, + "address_hex": "0xCBD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1213, + "device_offset_hex": "0x4BD", + "index": 1081, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3516, + "address_hex": "0xDBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1468, + "device_offset_hex": "0x5BC", + "index": 1082, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3517, + "address_hex": "0xDBD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1469, + "device_offset_hex": "0x5BD", + "index": 1083, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3772, + "address_hex": "0xEBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1724, + "device_offset_hex": "0x6BC", + "index": 1084, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3773, + "address_hex": "0xEBD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1725, + "device_offset_hex": "0x6BD", + "index": 1085, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4028, + "address_hex": "0xFBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1980, + "device_offset_hex": "0x7BC", + "index": 1086, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 188, + "offset_hex": "0xBC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4029, + "address_hex": "0xFBD", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "device_offset": 1981, + "device_offset_hex": "0x7BD", + "index": 1087, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 189, + "offset_hex": "0xBD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 186, + "address_hex": "0x0BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 186, + "device_offset_hex": "0x0BA", + "index": 1088, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 187, + "address_hex": "0x0BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 187, + "device_offset_hex": "0x0BB", + "index": 1089, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 442, + "address_hex": "0x1BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 442, + "device_offset_hex": "0x1BA", + "index": 1090, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 443, + "address_hex": "0x1BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 443, + "device_offset_hex": "0x1BB", + "index": 1091, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 698, + "address_hex": "0x2BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 698, + "device_offset_hex": "0x2BA", + "index": 1092, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 699, + "address_hex": "0x2BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 699, + "device_offset_hex": "0x2BB", + "index": 1093, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 954, + "address_hex": "0x3BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 954, + "device_offset_hex": "0x3BA", + "index": 1094, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 955, + "address_hex": "0x3BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 955, + "device_offset_hex": "0x3BB", + "index": 1095, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1210, + "address_hex": "0x4BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1210, + "device_offset_hex": "0x4BA", + "index": 1096, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1211, + "address_hex": "0x4BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1211, + "device_offset_hex": "0x4BB", + "index": 1097, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1466, + "address_hex": "0x5BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1466, + "device_offset_hex": "0x5BA", + "index": 1098, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1467, + "address_hex": "0x5BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1467, + "device_offset_hex": "0x5BB", + "index": 1099, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1722, + "address_hex": "0x6BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1722, + "device_offset_hex": "0x6BA", + "index": 1100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1723, + "address_hex": "0x6BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1723, + "device_offset_hex": "0x6BB", + "index": 1101, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1978, + "address_hex": "0x7BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1978, + "device_offset_hex": "0x7BA", + "index": 1102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1979, + "address_hex": "0x7BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "device_offset": 1979, + "device_offset_hex": "0x7BB", + "index": 1103, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2234, + "address_hex": "0x8BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 186, + "device_offset_hex": "0x0BA", + "index": 1104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2235, + "address_hex": "0x8BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 187, + "device_offset_hex": "0x0BB", + "index": 1105, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2490, + "address_hex": "0x9BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 442, + "device_offset_hex": "0x1BA", + "index": 1106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2491, + "address_hex": "0x9BB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 443, + "device_offset_hex": "0x1BB", + "index": 1107, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2746, + "address_hex": "0xABA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 698, + "device_offset_hex": "0x2BA", + "index": 1108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2747, + "address_hex": "0xABB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 699, + "device_offset_hex": "0x2BB", + "index": 1109, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3002, + "address_hex": "0xBBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 954, + "device_offset_hex": "0x3BA", + "index": 1110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3003, + "address_hex": "0xBBB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 955, + "device_offset_hex": "0x3BB", + "index": 1111, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3258, + "address_hex": "0xCBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1210, + "device_offset_hex": "0x4BA", + "index": 1112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3259, + "address_hex": "0xCBB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1211, + "device_offset_hex": "0x4BB", + "index": 1113, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3514, + "address_hex": "0xDBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1466, + "device_offset_hex": "0x5BA", + "index": 1114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3515, + "address_hex": "0xDBB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1467, + "device_offset_hex": "0x5BB", + "index": 1115, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3770, + "address_hex": "0xEBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1722, + "device_offset_hex": "0x6BA", + "index": 1116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3771, + "address_hex": "0xEBB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1723, + "device_offset_hex": "0x6BB", + "index": 1117, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4026, + "address_hex": "0xFBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1978, + "device_offset_hex": "0x7BA", + "index": 1118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 186, + "offset_hex": "0xBA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4027, + "address_hex": "0xFBB", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "device_offset": 1979, + "device_offset_hex": "0x7BB", + "index": 1119, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 187, + "offset_hex": "0xBB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 184, + "address_hex": "0x0B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 184, + "device_offset_hex": "0x0B8", + "index": 1120, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 185, + "address_hex": "0x0B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 185, + "device_offset_hex": "0x0B9", + "index": 1121, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 440, + "address_hex": "0x1B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 440, + "device_offset_hex": "0x1B8", + "index": 1122, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 441, + "address_hex": "0x1B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 441, + "device_offset_hex": "0x1B9", + "index": 1123, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 696, + "address_hex": "0x2B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 696, + "device_offset_hex": "0x2B8", + "index": 1124, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 697, + "address_hex": "0x2B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 697, + "device_offset_hex": "0x2B9", + "index": 1125, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 952, + "address_hex": "0x3B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 952, + "device_offset_hex": "0x3B8", + "index": 1126, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 953, + "address_hex": "0x3B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 953, + "device_offset_hex": "0x3B9", + "index": 1127, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1208, + "address_hex": "0x4B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1208, + "device_offset_hex": "0x4B8", + "index": 1128, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1209, + "address_hex": "0x4B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1209, + "device_offset_hex": "0x4B9", + "index": 1129, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1464, + "address_hex": "0x5B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1464, + "device_offset_hex": "0x5B8", + "index": 1130, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1465, + "address_hex": "0x5B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1465, + "device_offset_hex": "0x5B9", + "index": 1131, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1720, + "address_hex": "0x6B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1720, + "device_offset_hex": "0x6B8", + "index": 1132, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1721, + "address_hex": "0x6B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1721, + "device_offset_hex": "0x6B9", + "index": 1133, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1976, + "address_hex": "0x7B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1976, + "device_offset_hex": "0x7B8", + "index": 1134, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1977, + "address_hex": "0x7B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "device_offset": 1977, + "device_offset_hex": "0x7B9", + "index": 1135, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2232, + "address_hex": "0x8B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 184, + "device_offset_hex": "0x0B8", + "index": 1136, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2233, + "address_hex": "0x8B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 185, + "device_offset_hex": "0x0B9", + "index": 1137, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2488, + "address_hex": "0x9B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 440, + "device_offset_hex": "0x1B8", + "index": 1138, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2489, + "address_hex": "0x9B9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 441, + "device_offset_hex": "0x1B9", + "index": 1139, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2744, + "address_hex": "0xAB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 696, + "device_offset_hex": "0x2B8", + "index": 1140, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2745, + "address_hex": "0xAB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 697, + "device_offset_hex": "0x2B9", + "index": 1141, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3000, + "address_hex": "0xBB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 952, + "device_offset_hex": "0x3B8", + "index": 1142, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3001, + "address_hex": "0xBB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 953, + "device_offset_hex": "0x3B9", + "index": 1143, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3256, + "address_hex": "0xCB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1208, + "device_offset_hex": "0x4B8", + "index": 1144, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3257, + "address_hex": "0xCB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1209, + "device_offset_hex": "0x4B9", + "index": 1145, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3512, + "address_hex": "0xDB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1464, + "device_offset_hex": "0x5B8", + "index": 1146, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3513, + "address_hex": "0xDB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1465, + "device_offset_hex": "0x5B9", + "index": 1147, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3768, + "address_hex": "0xEB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1720, + "device_offset_hex": "0x6B8", + "index": 1148, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3769, + "address_hex": "0xEB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1721, + "device_offset_hex": "0x6B9", + "index": 1149, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4024, + "address_hex": "0xFB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1976, + "device_offset_hex": "0x7B8", + "index": 1150, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 184, + "offset_hex": "0xB8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4025, + "address_hex": "0xFB9", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "device_offset": 1977, + "device_offset_hex": "0x7B9", + "index": 1151, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 185, + "offset_hex": "0xB9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 182, + "address_hex": "0x0B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 182, + "device_offset_hex": "0x0B6", + "index": 1152, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 183, + "address_hex": "0x0B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 183, + "device_offset_hex": "0x0B7", + "index": 1153, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 438, + "address_hex": "0x1B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 438, + "device_offset_hex": "0x1B6", + "index": 1154, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 439, + "address_hex": "0x1B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 439, + "device_offset_hex": "0x1B7", + "index": 1155, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 694, + "address_hex": "0x2B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 694, + "device_offset_hex": "0x2B6", + "index": 1156, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 695, + "address_hex": "0x2B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 695, + "device_offset_hex": "0x2B7", + "index": 1157, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 950, + "address_hex": "0x3B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 950, + "device_offset_hex": "0x3B6", + "index": 1158, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 951, + "address_hex": "0x3B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 951, + "device_offset_hex": "0x3B7", + "index": 1159, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1206, + "address_hex": "0x4B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1206, + "device_offset_hex": "0x4B6", + "index": 1160, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1207, + "address_hex": "0x4B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1207, + "device_offset_hex": "0x4B7", + "index": 1161, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1462, + "address_hex": "0x5B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1462, + "device_offset_hex": "0x5B6", + "index": 1162, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1463, + "address_hex": "0x5B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1463, + "device_offset_hex": "0x5B7", + "index": 1163, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1718, + "address_hex": "0x6B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1718, + "device_offset_hex": "0x6B6", + "index": 1164, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1719, + "address_hex": "0x6B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1719, + "device_offset_hex": "0x6B7", + "index": 1165, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1974, + "address_hex": "0x7B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1974, + "device_offset_hex": "0x7B6", + "index": 1166, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1975, + "address_hex": "0x7B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "device_offset": 1975, + "device_offset_hex": "0x7B7", + "index": 1167, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2230, + "address_hex": "0x8B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 182, + "device_offset_hex": "0x0B6", + "index": 1168, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2231, + "address_hex": "0x8B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 183, + "device_offset_hex": "0x0B7", + "index": 1169, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2486, + "address_hex": "0x9B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 438, + "device_offset_hex": "0x1B6", + "index": 1170, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2487, + "address_hex": "0x9B7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 439, + "device_offset_hex": "0x1B7", + "index": 1171, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2742, + "address_hex": "0xAB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 694, + "device_offset_hex": "0x2B6", + "index": 1172, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2743, + "address_hex": "0xAB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 695, + "device_offset_hex": "0x2B7", + "index": 1173, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2998, + "address_hex": "0xBB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 950, + "device_offset_hex": "0x3B6", + "index": 1174, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2999, + "address_hex": "0xBB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 951, + "device_offset_hex": "0x3B7", + "index": 1175, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3254, + "address_hex": "0xCB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1206, + "device_offset_hex": "0x4B6", + "index": 1176, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3255, + "address_hex": "0xCB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1207, + "device_offset_hex": "0x4B7", + "index": 1177, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3510, + "address_hex": "0xDB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1462, + "device_offset_hex": "0x5B6", + "index": 1178, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3511, + "address_hex": "0xDB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1463, + "device_offset_hex": "0x5B7", + "index": 1179, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3766, + "address_hex": "0xEB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1718, + "device_offset_hex": "0x6B6", + "index": 1180, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3767, + "address_hex": "0xEB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1719, + "device_offset_hex": "0x6B7", + "index": 1181, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4022, + "address_hex": "0xFB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1974, + "device_offset_hex": "0x7B6", + "index": 1182, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 182, + "offset_hex": "0xB6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4023, + "address_hex": "0xFB7", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "device_offset": 1975, + "device_offset_hex": "0x7B7", + "index": 1183, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 183, + "offset_hex": "0xB7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 180, + "address_hex": "0x0B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 180, + "device_offset_hex": "0x0B4", + "index": 1184, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 181, + "address_hex": "0x0B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 181, + "device_offset_hex": "0x0B5", + "index": 1185, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 436, + "address_hex": "0x1B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 436, + "device_offset_hex": "0x1B4", + "index": 1186, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 437, + "address_hex": "0x1B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 437, + "device_offset_hex": "0x1B5", + "index": 1187, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 692, + "address_hex": "0x2B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 692, + "device_offset_hex": "0x2B4", + "index": 1188, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 693, + "address_hex": "0x2B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 693, + "device_offset_hex": "0x2B5", + "index": 1189, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 948, + "address_hex": "0x3B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 948, + "device_offset_hex": "0x3B4", + "index": 1190, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 949, + "address_hex": "0x3B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 949, + "device_offset_hex": "0x3B5", + "index": 1191, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1204, + "address_hex": "0x4B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1204, + "device_offset_hex": "0x4B4", + "index": 1192, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1205, + "address_hex": "0x4B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1205, + "device_offset_hex": "0x4B5", + "index": 1193, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1460, + "address_hex": "0x5B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1460, + "device_offset_hex": "0x5B4", + "index": 1194, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1461, + "address_hex": "0x5B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1461, + "device_offset_hex": "0x5B5", + "index": 1195, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1716, + "address_hex": "0x6B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1716, + "device_offset_hex": "0x6B4", + "index": 1196, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1717, + "address_hex": "0x6B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1717, + "device_offset_hex": "0x6B5", + "index": 1197, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1972, + "address_hex": "0x7B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1972, + "device_offset_hex": "0x7B4", + "index": 1198, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1973, + "address_hex": "0x7B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "device_offset": 1973, + "device_offset_hex": "0x7B5", + "index": 1199, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2228, + "address_hex": "0x8B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 180, + "device_offset_hex": "0x0B4", + "index": 1200, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2229, + "address_hex": "0x8B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 181, + "device_offset_hex": "0x0B5", + "index": 1201, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2484, + "address_hex": "0x9B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 436, + "device_offset_hex": "0x1B4", + "index": 1202, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2485, + "address_hex": "0x9B5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 437, + "device_offset_hex": "0x1B5", + "index": 1203, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2740, + "address_hex": "0xAB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 692, + "device_offset_hex": "0x2B4", + "index": 1204, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2741, + "address_hex": "0xAB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 693, + "device_offset_hex": "0x2B5", + "index": 1205, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2996, + "address_hex": "0xBB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 948, + "device_offset_hex": "0x3B4", + "index": 1206, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2997, + "address_hex": "0xBB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 949, + "device_offset_hex": "0x3B5", + "index": 1207, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3252, + "address_hex": "0xCB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1204, + "device_offset_hex": "0x4B4", + "index": 1208, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3253, + "address_hex": "0xCB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1205, + "device_offset_hex": "0x4B5", + "index": 1209, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3508, + "address_hex": "0xDB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1460, + "device_offset_hex": "0x5B4", + "index": 1210, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3509, + "address_hex": "0xDB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1461, + "device_offset_hex": "0x5B5", + "index": 1211, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3764, + "address_hex": "0xEB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1716, + "device_offset_hex": "0x6B4", + "index": 1212, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3765, + "address_hex": "0xEB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1717, + "device_offset_hex": "0x6B5", + "index": 1213, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4020, + "address_hex": "0xFB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1972, + "device_offset_hex": "0x7B4", + "index": 1214, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 180, + "offset_hex": "0xB4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4021, + "address_hex": "0xFB5", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "device_offset": 1973, + "device_offset_hex": "0x7B5", + "index": 1215, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 181, + "offset_hex": "0xB5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 178, + "address_hex": "0x0B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 178, + "device_offset_hex": "0x0B2", + "index": 1216, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 179, + "address_hex": "0x0B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 179, + "device_offset_hex": "0x0B3", + "index": 1217, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 434, + "address_hex": "0x1B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 434, + "device_offset_hex": "0x1B2", + "index": 1218, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 435, + "address_hex": "0x1B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 435, + "device_offset_hex": "0x1B3", + "index": 1219, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 690, + "address_hex": "0x2B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 690, + "device_offset_hex": "0x2B2", + "index": 1220, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 691, + "address_hex": "0x2B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 691, + "device_offset_hex": "0x2B3", + "index": 1221, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 946, + "address_hex": "0x3B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 946, + "device_offset_hex": "0x3B2", + "index": 1222, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 947, + "address_hex": "0x3B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 947, + "device_offset_hex": "0x3B3", + "index": 1223, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1202, + "address_hex": "0x4B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1202, + "device_offset_hex": "0x4B2", + "index": 1224, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1203, + "address_hex": "0x4B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1203, + "device_offset_hex": "0x4B3", + "index": 1225, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1458, + "address_hex": "0x5B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1458, + "device_offset_hex": "0x5B2", + "index": 1226, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1459, + "address_hex": "0x5B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1459, + "device_offset_hex": "0x5B3", + "index": 1227, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1714, + "address_hex": "0x6B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1714, + "device_offset_hex": "0x6B2", + "index": 1228, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1715, + "address_hex": "0x6B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1715, + "device_offset_hex": "0x6B3", + "index": 1229, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1970, + "address_hex": "0x7B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1970, + "device_offset_hex": "0x7B2", + "index": 1230, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1971, + "address_hex": "0x7B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "device_offset": 1971, + "device_offset_hex": "0x7B3", + "index": 1231, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2226, + "address_hex": "0x8B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 178, + "device_offset_hex": "0x0B2", + "index": 1232, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2227, + "address_hex": "0x8B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 179, + "device_offset_hex": "0x0B3", + "index": 1233, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2482, + "address_hex": "0x9B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 434, + "device_offset_hex": "0x1B2", + "index": 1234, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2483, + "address_hex": "0x9B3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 435, + "device_offset_hex": "0x1B3", + "index": 1235, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2738, + "address_hex": "0xAB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 690, + "device_offset_hex": "0x2B2", + "index": 1236, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2739, + "address_hex": "0xAB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 691, + "device_offset_hex": "0x2B3", + "index": 1237, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2994, + "address_hex": "0xBB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 946, + "device_offset_hex": "0x3B2", + "index": 1238, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2995, + "address_hex": "0xBB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 947, + "device_offset_hex": "0x3B3", + "index": 1239, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3250, + "address_hex": "0xCB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1202, + "device_offset_hex": "0x4B2", + "index": 1240, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3251, + "address_hex": "0xCB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1203, + "device_offset_hex": "0x4B3", + "index": 1241, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3506, + "address_hex": "0xDB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1458, + "device_offset_hex": "0x5B2", + "index": 1242, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3507, + "address_hex": "0xDB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1459, + "device_offset_hex": "0x5B3", + "index": 1243, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3762, + "address_hex": "0xEB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1714, + "device_offset_hex": "0x6B2", + "index": 1244, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3763, + "address_hex": "0xEB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1715, + "device_offset_hex": "0x6B3", + "index": 1245, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4018, + "address_hex": "0xFB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1970, + "device_offset_hex": "0x7B2", + "index": 1246, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 178, + "offset_hex": "0xB2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4019, + "address_hex": "0xFB3", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "device_offset": 1971, + "device_offset_hex": "0x7B3", + "index": 1247, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 179, + "offset_hex": "0xB3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 176, + "address_hex": "0x0B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 176, + "device_offset_hex": "0x0B0", + "index": 1248, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 177, + "address_hex": "0x0B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 177, + "device_offset_hex": "0x0B1", + "index": 1249, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 432, + "address_hex": "0x1B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 432, + "device_offset_hex": "0x1B0", + "index": 1250, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 433, + "address_hex": "0x1B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 433, + "device_offset_hex": "0x1B1", + "index": 1251, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 688, + "address_hex": "0x2B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 688, + "device_offset_hex": "0x2B0", + "index": 1252, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 689, + "address_hex": "0x2B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 689, + "device_offset_hex": "0x2B1", + "index": 1253, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 944, + "address_hex": "0x3B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 944, + "device_offset_hex": "0x3B0", + "index": 1254, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 945, + "address_hex": "0x3B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 945, + "device_offset_hex": "0x3B1", + "index": 1255, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1200, + "address_hex": "0x4B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1200, + "device_offset_hex": "0x4B0", + "index": 1256, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1201, + "address_hex": "0x4B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1201, + "device_offset_hex": "0x4B1", + "index": 1257, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1456, + "address_hex": "0x5B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1456, + "device_offset_hex": "0x5B0", + "index": 1258, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1457, + "address_hex": "0x5B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1457, + "device_offset_hex": "0x5B1", + "index": 1259, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1712, + "address_hex": "0x6B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1712, + "device_offset_hex": "0x6B0", + "index": 1260, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1713, + "address_hex": "0x6B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1713, + "device_offset_hex": "0x6B1", + "index": 1261, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1968, + "address_hex": "0x7B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1968, + "device_offset_hex": "0x7B0", + "index": 1262, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1969, + "address_hex": "0x7B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "device_offset": 1969, + "device_offset_hex": "0x7B1", + "index": 1263, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2224, + "address_hex": "0x8B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 176, + "device_offset_hex": "0x0B0", + "index": 1264, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2225, + "address_hex": "0x8B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 177, + "device_offset_hex": "0x0B1", + "index": 1265, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2480, + "address_hex": "0x9B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 432, + "device_offset_hex": "0x1B0", + "index": 1266, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2481, + "address_hex": "0x9B1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 433, + "device_offset_hex": "0x1B1", + "index": 1267, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2736, + "address_hex": "0xAB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 688, + "device_offset_hex": "0x2B0", + "index": 1268, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2737, + "address_hex": "0xAB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 689, + "device_offset_hex": "0x2B1", + "index": 1269, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2992, + "address_hex": "0xBB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 944, + "device_offset_hex": "0x3B0", + "index": 1270, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2993, + "address_hex": "0xBB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 945, + "device_offset_hex": "0x3B1", + "index": 1271, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3248, + "address_hex": "0xCB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1200, + "device_offset_hex": "0x4B0", + "index": 1272, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3249, + "address_hex": "0xCB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1201, + "device_offset_hex": "0x4B1", + "index": 1273, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3504, + "address_hex": "0xDB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1456, + "device_offset_hex": "0x5B0", + "index": 1274, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3505, + "address_hex": "0xDB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1457, + "device_offset_hex": "0x5B1", + "index": 1275, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3760, + "address_hex": "0xEB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1712, + "device_offset_hex": "0x6B0", + "index": 1276, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3761, + "address_hex": "0xEB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1713, + "device_offset_hex": "0x6B1", + "index": 1277, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4016, + "address_hex": "0xFB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1968, + "device_offset_hex": "0x7B0", + "index": 1278, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 176, + "offset_hex": "0xB0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4017, + "address_hex": "0xFB1", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "device_offset": 1969, + "device_offset_hex": "0x7B1", + "index": 1279, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 177, + "offset_hex": "0xB1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 174, + "address_hex": "0x0AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 174, + "device_offset_hex": "0x0AE", + "index": 1280, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 175, + "address_hex": "0x0AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 175, + "device_offset_hex": "0x0AF", + "index": 1281, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 430, + "address_hex": "0x1AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 430, + "device_offset_hex": "0x1AE", + "index": 1282, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 431, + "address_hex": "0x1AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 431, + "device_offset_hex": "0x1AF", + "index": 1283, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 686, + "address_hex": "0x2AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 686, + "device_offset_hex": "0x2AE", + "index": 1284, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 687, + "address_hex": "0x2AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 687, + "device_offset_hex": "0x2AF", + "index": 1285, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 942, + "address_hex": "0x3AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 942, + "device_offset_hex": "0x3AE", + "index": 1286, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 943, + "address_hex": "0x3AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 943, + "device_offset_hex": "0x3AF", + "index": 1287, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1198, + "address_hex": "0x4AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1198, + "device_offset_hex": "0x4AE", + "index": 1288, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1199, + "address_hex": "0x4AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1199, + "device_offset_hex": "0x4AF", + "index": 1289, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1454, + "address_hex": "0x5AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1454, + "device_offset_hex": "0x5AE", + "index": 1290, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1455, + "address_hex": "0x5AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1455, + "device_offset_hex": "0x5AF", + "index": 1291, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1710, + "address_hex": "0x6AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1710, + "device_offset_hex": "0x6AE", + "index": 1292, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1711, + "address_hex": "0x6AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1711, + "device_offset_hex": "0x6AF", + "index": 1293, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1966, + "address_hex": "0x7AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1966, + "device_offset_hex": "0x7AE", + "index": 1294, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1967, + "address_hex": "0x7AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "device_offset": 1967, + "device_offset_hex": "0x7AF", + "index": 1295, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2222, + "address_hex": "0x8AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 174, + "device_offset_hex": "0x0AE", + "index": 1296, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2223, + "address_hex": "0x8AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 175, + "device_offset_hex": "0x0AF", + "index": 1297, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2478, + "address_hex": "0x9AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 430, + "device_offset_hex": "0x1AE", + "index": 1298, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2479, + "address_hex": "0x9AF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 431, + "device_offset_hex": "0x1AF", + "index": 1299, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2734, + "address_hex": "0xAAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 686, + "device_offset_hex": "0x2AE", + "index": 1300, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2735, + "address_hex": "0xAAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 687, + "device_offset_hex": "0x2AF", + "index": 1301, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2990, + "address_hex": "0xBAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 942, + "device_offset_hex": "0x3AE", + "index": 1302, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2991, + "address_hex": "0xBAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 943, + "device_offset_hex": "0x3AF", + "index": 1303, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3246, + "address_hex": "0xCAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1198, + "device_offset_hex": "0x4AE", + "index": 1304, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3247, + "address_hex": "0xCAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1199, + "device_offset_hex": "0x4AF", + "index": 1305, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3502, + "address_hex": "0xDAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1454, + "device_offset_hex": "0x5AE", + "index": 1306, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3503, + "address_hex": "0xDAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1455, + "device_offset_hex": "0x5AF", + "index": 1307, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3758, + "address_hex": "0xEAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1710, + "device_offset_hex": "0x6AE", + "index": 1308, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3759, + "address_hex": "0xEAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1711, + "device_offset_hex": "0x6AF", + "index": 1309, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4014, + "address_hex": "0xFAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1966, + "device_offset_hex": "0x7AE", + "index": 1310, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 174, + "offset_hex": "0xAE", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4015, + "address_hex": "0xFAF", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "device_offset": 1967, + "device_offset_hex": "0x7AF", + "index": 1311, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 175, + "offset_hex": "0xAF", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 172, + "address_hex": "0x0AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 172, + "device_offset_hex": "0x0AC", + "index": 1312, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 173, + "address_hex": "0x0AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 173, + "device_offset_hex": "0x0AD", + "index": 1313, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 428, + "address_hex": "0x1AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 428, + "device_offset_hex": "0x1AC", + "index": 1314, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 429, + "address_hex": "0x1AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 429, + "device_offset_hex": "0x1AD", + "index": 1315, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 684, + "address_hex": "0x2AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 684, + "device_offset_hex": "0x2AC", + "index": 1316, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 685, + "address_hex": "0x2AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 685, + "device_offset_hex": "0x2AD", + "index": 1317, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 940, + "address_hex": "0x3AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 940, + "device_offset_hex": "0x3AC", + "index": 1318, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 941, + "address_hex": "0x3AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 941, + "device_offset_hex": "0x3AD", + "index": 1319, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1196, + "address_hex": "0x4AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1196, + "device_offset_hex": "0x4AC", + "index": 1320, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1197, + "address_hex": "0x4AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1197, + "device_offset_hex": "0x4AD", + "index": 1321, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1452, + "address_hex": "0x5AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1452, + "device_offset_hex": "0x5AC", + "index": 1322, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1453, + "address_hex": "0x5AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1453, + "device_offset_hex": "0x5AD", + "index": 1323, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1708, + "address_hex": "0x6AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1708, + "device_offset_hex": "0x6AC", + "index": 1324, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1709, + "address_hex": "0x6AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1709, + "device_offset_hex": "0x6AD", + "index": 1325, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1964, + "address_hex": "0x7AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1964, + "device_offset_hex": "0x7AC", + "index": 1326, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1965, + "address_hex": "0x7AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "device_offset": 1965, + "device_offset_hex": "0x7AD", + "index": 1327, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2220, + "address_hex": "0x8AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 172, + "device_offset_hex": "0x0AC", + "index": 1328, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2221, + "address_hex": "0x8AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 173, + "device_offset_hex": "0x0AD", + "index": 1329, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2476, + "address_hex": "0x9AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 428, + "device_offset_hex": "0x1AC", + "index": 1330, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2477, + "address_hex": "0x9AD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 429, + "device_offset_hex": "0x1AD", + "index": 1331, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2732, + "address_hex": "0xAAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 684, + "device_offset_hex": "0x2AC", + "index": 1332, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2733, + "address_hex": "0xAAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 685, + "device_offset_hex": "0x2AD", + "index": 1333, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2988, + "address_hex": "0xBAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 940, + "device_offset_hex": "0x3AC", + "index": 1334, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2989, + "address_hex": "0xBAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 941, + "device_offset_hex": "0x3AD", + "index": 1335, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3244, + "address_hex": "0xCAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1196, + "device_offset_hex": "0x4AC", + "index": 1336, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3245, + "address_hex": "0xCAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1197, + "device_offset_hex": "0x4AD", + "index": 1337, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3500, + "address_hex": "0xDAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1452, + "device_offset_hex": "0x5AC", + "index": 1338, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3501, + "address_hex": "0xDAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1453, + "device_offset_hex": "0x5AD", + "index": 1339, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3756, + "address_hex": "0xEAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1708, + "device_offset_hex": "0x6AC", + "index": 1340, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3757, + "address_hex": "0xEAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1709, + "device_offset_hex": "0x6AD", + "index": 1341, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4012, + "address_hex": "0xFAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1964, + "device_offset_hex": "0x7AC", + "index": 1342, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 172, + "offset_hex": "0xAC", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4013, + "address_hex": "0xFAD", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "device_offset": 1965, + "device_offset_hex": "0x7AD", + "index": 1343, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 173, + "offset_hex": "0xAD", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 170, + "address_hex": "0x0AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 170, + "device_offset_hex": "0x0AA", + "index": 1344, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 171, + "address_hex": "0x0AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 171, + "device_offset_hex": "0x0AB", + "index": 1345, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 426, + "address_hex": "0x1AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 426, + "device_offset_hex": "0x1AA", + "index": 1346, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 427, + "address_hex": "0x1AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 427, + "device_offset_hex": "0x1AB", + "index": 1347, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 682, + "address_hex": "0x2AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 682, + "device_offset_hex": "0x2AA", + "index": 1348, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 683, + "address_hex": "0x2AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 683, + "device_offset_hex": "0x2AB", + "index": 1349, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 938, + "address_hex": "0x3AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 938, + "device_offset_hex": "0x3AA", + "index": 1350, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 939, + "address_hex": "0x3AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 939, + "device_offset_hex": "0x3AB", + "index": 1351, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1194, + "address_hex": "0x4AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1194, + "device_offset_hex": "0x4AA", + "index": 1352, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1195, + "address_hex": "0x4AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1195, + "device_offset_hex": "0x4AB", + "index": 1353, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1450, + "address_hex": "0x5AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1450, + "device_offset_hex": "0x5AA", + "index": 1354, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1451, + "address_hex": "0x5AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1451, + "device_offset_hex": "0x5AB", + "index": 1355, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1706, + "address_hex": "0x6AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1706, + "device_offset_hex": "0x6AA", + "index": 1356, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1707, + "address_hex": "0x6AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1707, + "device_offset_hex": "0x6AB", + "index": 1357, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1962, + "address_hex": "0x7AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1962, + "device_offset_hex": "0x7AA", + "index": 1358, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1963, + "address_hex": "0x7AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "device_offset": 1963, + "device_offset_hex": "0x7AB", + "index": 1359, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2218, + "address_hex": "0x8AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 170, + "device_offset_hex": "0x0AA", + "index": 1360, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2219, + "address_hex": "0x8AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 171, + "device_offset_hex": "0x0AB", + "index": 1361, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2474, + "address_hex": "0x9AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 426, + "device_offset_hex": "0x1AA", + "index": 1362, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2475, + "address_hex": "0x9AB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 427, + "device_offset_hex": "0x1AB", + "index": 1363, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2730, + "address_hex": "0xAAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 682, + "device_offset_hex": "0x2AA", + "index": 1364, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2731, + "address_hex": "0xAAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 683, + "device_offset_hex": "0x2AB", + "index": 1365, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2986, + "address_hex": "0xBAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 938, + "device_offset_hex": "0x3AA", + "index": 1366, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2987, + "address_hex": "0xBAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 939, + "device_offset_hex": "0x3AB", + "index": 1367, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3242, + "address_hex": "0xCAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1194, + "device_offset_hex": "0x4AA", + "index": 1368, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3243, + "address_hex": "0xCAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1195, + "device_offset_hex": "0x4AB", + "index": 1369, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3498, + "address_hex": "0xDAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1450, + "device_offset_hex": "0x5AA", + "index": 1370, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3499, + "address_hex": "0xDAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1451, + "device_offset_hex": "0x5AB", + "index": 1371, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3754, + "address_hex": "0xEAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1706, + "device_offset_hex": "0x6AA", + "index": 1372, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3755, + "address_hex": "0xEAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1707, + "device_offset_hex": "0x6AB", + "index": 1373, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4010, + "address_hex": "0xFAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1962, + "device_offset_hex": "0x7AA", + "index": 1374, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 170, + "offset_hex": "0xAA", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4011, + "address_hex": "0xFAB", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "device_offset": 1963, + "device_offset_hex": "0x7AB", + "index": 1375, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 171, + "offset_hex": "0xAB", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 168, + "address_hex": "0x0A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 168, + "device_offset_hex": "0x0A8", + "index": 1376, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 169, + "address_hex": "0x0A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 169, + "device_offset_hex": "0x0A9", + "index": 1377, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 424, + "address_hex": "0x1A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 424, + "device_offset_hex": "0x1A8", + "index": 1378, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 425, + "address_hex": "0x1A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 425, + "device_offset_hex": "0x1A9", + "index": 1379, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 680, + "address_hex": "0x2A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 680, + "device_offset_hex": "0x2A8", + "index": 1380, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 681, + "address_hex": "0x2A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 681, + "device_offset_hex": "0x2A9", + "index": 1381, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 936, + "address_hex": "0x3A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 936, + "device_offset_hex": "0x3A8", + "index": 1382, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 937, + "address_hex": "0x3A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 937, + "device_offset_hex": "0x3A9", + "index": 1383, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1192, + "address_hex": "0x4A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1192, + "device_offset_hex": "0x4A8", + "index": 1384, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1193, + "address_hex": "0x4A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1193, + "device_offset_hex": "0x4A9", + "index": 1385, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1448, + "address_hex": "0x5A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1448, + "device_offset_hex": "0x5A8", + "index": 1386, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1449, + "address_hex": "0x5A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1449, + "device_offset_hex": "0x5A9", + "index": 1387, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1704, + "address_hex": "0x6A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1704, + "device_offset_hex": "0x6A8", + "index": 1388, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1705, + "address_hex": "0x6A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1705, + "device_offset_hex": "0x6A9", + "index": 1389, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1960, + "address_hex": "0x7A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1960, + "device_offset_hex": "0x7A8", + "index": 1390, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1961, + "address_hex": "0x7A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "device_offset": 1961, + "device_offset_hex": "0x7A9", + "index": 1391, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2216, + "address_hex": "0x8A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 168, + "device_offset_hex": "0x0A8", + "index": 1392, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2217, + "address_hex": "0x8A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 169, + "device_offset_hex": "0x0A9", + "index": 1393, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2472, + "address_hex": "0x9A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 424, + "device_offset_hex": "0x1A8", + "index": 1394, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2473, + "address_hex": "0x9A9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 425, + "device_offset_hex": "0x1A9", + "index": 1395, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2728, + "address_hex": "0xAA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 680, + "device_offset_hex": "0x2A8", + "index": 1396, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2729, + "address_hex": "0xAA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 681, + "device_offset_hex": "0x2A9", + "index": 1397, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2984, + "address_hex": "0xBA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 936, + "device_offset_hex": "0x3A8", + "index": 1398, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2985, + "address_hex": "0xBA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 937, + "device_offset_hex": "0x3A9", + "index": 1399, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3240, + "address_hex": "0xCA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1192, + "device_offset_hex": "0x4A8", + "index": 1400, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3241, + "address_hex": "0xCA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1193, + "device_offset_hex": "0x4A9", + "index": 1401, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3496, + "address_hex": "0xDA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1448, + "device_offset_hex": "0x5A8", + "index": 1402, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3497, + "address_hex": "0xDA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1449, + "device_offset_hex": "0x5A9", + "index": 1403, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3752, + "address_hex": "0xEA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1704, + "device_offset_hex": "0x6A8", + "index": 1404, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3753, + "address_hex": "0xEA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1705, + "device_offset_hex": "0x6A9", + "index": 1405, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4008, + "address_hex": "0xFA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1960, + "device_offset_hex": "0x7A8", + "index": 1406, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 168, + "offset_hex": "0xA8", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4009, + "address_hex": "0xFA9", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "device_offset": 1961, + "device_offset_hex": "0x7A9", + "index": 1407, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 169, + "offset_hex": "0xA9", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 166, + "address_hex": "0x0A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 166, + "device_offset_hex": "0x0A6", + "index": 1408, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 167, + "address_hex": "0x0A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 167, + "device_offset_hex": "0x0A7", + "index": 1409, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 422, + "address_hex": "0x1A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 422, + "device_offset_hex": "0x1A6", + "index": 1410, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 423, + "address_hex": "0x1A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 423, + "device_offset_hex": "0x1A7", + "index": 1411, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 678, + "address_hex": "0x2A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 678, + "device_offset_hex": "0x2A6", + "index": 1412, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 679, + "address_hex": "0x2A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 679, + "device_offset_hex": "0x2A7", + "index": 1413, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 934, + "address_hex": "0x3A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 934, + "device_offset_hex": "0x3A6", + "index": 1414, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 935, + "address_hex": "0x3A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 935, + "device_offset_hex": "0x3A7", + "index": 1415, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1190, + "address_hex": "0x4A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1190, + "device_offset_hex": "0x4A6", + "index": 1416, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1191, + "address_hex": "0x4A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1191, + "device_offset_hex": "0x4A7", + "index": 1417, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1446, + "address_hex": "0x5A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1446, + "device_offset_hex": "0x5A6", + "index": 1418, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1447, + "address_hex": "0x5A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1447, + "device_offset_hex": "0x5A7", + "index": 1419, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1702, + "address_hex": "0x6A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1702, + "device_offset_hex": "0x6A6", + "index": 1420, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1703, + "address_hex": "0x6A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1703, + "device_offset_hex": "0x6A7", + "index": 1421, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1958, + "address_hex": "0x7A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1958, + "device_offset_hex": "0x7A6", + "index": 1422, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1959, + "address_hex": "0x7A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "device_offset": 1959, + "device_offset_hex": "0x7A7", + "index": 1423, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2214, + "address_hex": "0x8A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 166, + "device_offset_hex": "0x0A6", + "index": 1424, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2215, + "address_hex": "0x8A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 167, + "device_offset_hex": "0x0A7", + "index": 1425, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2470, + "address_hex": "0x9A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 422, + "device_offset_hex": "0x1A6", + "index": 1426, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2471, + "address_hex": "0x9A7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 423, + "device_offset_hex": "0x1A7", + "index": 1427, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2726, + "address_hex": "0xAA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 678, + "device_offset_hex": "0x2A6", + "index": 1428, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2727, + "address_hex": "0xAA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 679, + "device_offset_hex": "0x2A7", + "index": 1429, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2982, + "address_hex": "0xBA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 934, + "device_offset_hex": "0x3A6", + "index": 1430, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2983, + "address_hex": "0xBA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 935, + "device_offset_hex": "0x3A7", + "index": 1431, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3238, + "address_hex": "0xCA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1190, + "device_offset_hex": "0x4A6", + "index": 1432, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3239, + "address_hex": "0xCA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1191, + "device_offset_hex": "0x4A7", + "index": 1433, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3494, + "address_hex": "0xDA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1446, + "device_offset_hex": "0x5A6", + "index": 1434, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3495, + "address_hex": "0xDA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1447, + "device_offset_hex": "0x5A7", + "index": 1435, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3750, + "address_hex": "0xEA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1702, + "device_offset_hex": "0x6A6", + "index": 1436, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3751, + "address_hex": "0xEA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1703, + "device_offset_hex": "0x6A7", + "index": 1437, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4006, + "address_hex": "0xFA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1958, + "device_offset_hex": "0x7A6", + "index": 1438, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 166, + "offset_hex": "0xA6", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4007, + "address_hex": "0xFA7", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "device_offset": 1959, + "device_offset_hex": "0x7A7", + "index": 1439, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 167, + "offset_hex": "0xA7", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 164, + "address_hex": "0x0A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 164, + "device_offset_hex": "0x0A4", + "index": 1440, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 165, + "address_hex": "0x0A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 165, + "device_offset_hex": "0x0A5", + "index": 1441, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 420, + "address_hex": "0x1A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 420, + "device_offset_hex": "0x1A4", + "index": 1442, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 421, + "address_hex": "0x1A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 421, + "device_offset_hex": "0x1A5", + "index": 1443, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 676, + "address_hex": "0x2A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 676, + "device_offset_hex": "0x2A4", + "index": 1444, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 677, + "address_hex": "0x2A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 677, + "device_offset_hex": "0x2A5", + "index": 1445, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 932, + "address_hex": "0x3A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 932, + "device_offset_hex": "0x3A4", + "index": 1446, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 933, + "address_hex": "0x3A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 933, + "device_offset_hex": "0x3A5", + "index": 1447, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1188, + "address_hex": "0x4A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1188, + "device_offset_hex": "0x4A4", + "index": 1448, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1189, + "address_hex": "0x4A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1189, + "device_offset_hex": "0x4A5", + "index": 1449, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1444, + "address_hex": "0x5A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1444, + "device_offset_hex": "0x5A4", + "index": 1450, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1445, + "address_hex": "0x5A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1445, + "device_offset_hex": "0x5A5", + "index": 1451, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1700, + "address_hex": "0x6A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1700, + "device_offset_hex": "0x6A4", + "index": 1452, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1701, + "address_hex": "0x6A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1701, + "device_offset_hex": "0x6A5", + "index": 1453, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1956, + "address_hex": "0x7A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1956, + "device_offset_hex": "0x7A4", + "index": 1454, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1957, + "address_hex": "0x7A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "device_offset": 1957, + "device_offset_hex": "0x7A5", + "index": 1455, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2212, + "address_hex": "0x8A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 164, + "device_offset_hex": "0x0A4", + "index": 1456, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2213, + "address_hex": "0x8A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 165, + "device_offset_hex": "0x0A5", + "index": 1457, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2468, + "address_hex": "0x9A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 420, + "device_offset_hex": "0x1A4", + "index": 1458, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2469, + "address_hex": "0x9A5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 421, + "device_offset_hex": "0x1A5", + "index": 1459, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2724, + "address_hex": "0xAA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 676, + "device_offset_hex": "0x2A4", + "index": 1460, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2725, + "address_hex": "0xAA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 677, + "device_offset_hex": "0x2A5", + "index": 1461, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2980, + "address_hex": "0xBA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 932, + "device_offset_hex": "0x3A4", + "index": 1462, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2981, + "address_hex": "0xBA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 933, + "device_offset_hex": "0x3A5", + "index": 1463, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3236, + "address_hex": "0xCA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1188, + "device_offset_hex": "0x4A4", + "index": 1464, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3237, + "address_hex": "0xCA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1189, + "device_offset_hex": "0x4A5", + "index": 1465, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3492, + "address_hex": "0xDA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1444, + "device_offset_hex": "0x5A4", + "index": 1466, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3493, + "address_hex": "0xDA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1445, + "device_offset_hex": "0x5A5", + "index": 1467, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3748, + "address_hex": "0xEA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1700, + "device_offset_hex": "0x6A4", + "index": 1468, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3749, + "address_hex": "0xEA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1701, + "device_offset_hex": "0x6A5", + "index": 1469, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4004, + "address_hex": "0xFA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1956, + "device_offset_hex": "0x7A4", + "index": 1470, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 164, + "offset_hex": "0xA4", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4005, + "address_hex": "0xFA5", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "device_offset": 1957, + "device_offset_hex": "0x7A5", + "index": 1471, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 165, + "offset_hex": "0xA5", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 162, + "address_hex": "0x0A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 162, + "device_offset_hex": "0x0A2", + "index": 1472, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 163, + "address_hex": "0x0A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 163, + "device_offset_hex": "0x0A3", + "index": 1473, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 418, + "address_hex": "0x1A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 418, + "device_offset_hex": "0x1A2", + "index": 1474, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 419, + "address_hex": "0x1A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 419, + "device_offset_hex": "0x1A3", + "index": 1475, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 674, + "address_hex": "0x2A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 674, + "device_offset_hex": "0x2A2", + "index": 1476, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 675, + "address_hex": "0x2A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 675, + "device_offset_hex": "0x2A3", + "index": 1477, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 930, + "address_hex": "0x3A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 930, + "device_offset_hex": "0x3A2", + "index": 1478, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 931, + "address_hex": "0x3A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 931, + "device_offset_hex": "0x3A3", + "index": 1479, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1186, + "address_hex": "0x4A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1186, + "device_offset_hex": "0x4A2", + "index": 1480, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1187, + "address_hex": "0x4A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1187, + "device_offset_hex": "0x4A3", + "index": 1481, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1442, + "address_hex": "0x5A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1442, + "device_offset_hex": "0x5A2", + "index": 1482, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1443, + "address_hex": "0x5A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1443, + "device_offset_hex": "0x5A3", + "index": 1483, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1698, + "address_hex": "0x6A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1698, + "device_offset_hex": "0x6A2", + "index": 1484, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1699, + "address_hex": "0x6A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1699, + "device_offset_hex": "0x6A3", + "index": 1485, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1954, + "address_hex": "0x7A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1954, + "device_offset_hex": "0x7A2", + "index": 1486, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1955, + "address_hex": "0x7A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "device_offset": 1955, + "device_offset_hex": "0x7A3", + "index": 1487, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2210, + "address_hex": "0x8A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 162, + "device_offset_hex": "0x0A2", + "index": 1488, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2211, + "address_hex": "0x8A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 163, + "device_offset_hex": "0x0A3", + "index": 1489, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2466, + "address_hex": "0x9A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 418, + "device_offset_hex": "0x1A2", + "index": 1490, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2467, + "address_hex": "0x9A3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 419, + "device_offset_hex": "0x1A3", + "index": 1491, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2722, + "address_hex": "0xAA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 674, + "device_offset_hex": "0x2A2", + "index": 1492, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2723, + "address_hex": "0xAA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 675, + "device_offset_hex": "0x2A3", + "index": 1493, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2978, + "address_hex": "0xBA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 930, + "device_offset_hex": "0x3A2", + "index": 1494, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2979, + "address_hex": "0xBA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 931, + "device_offset_hex": "0x3A3", + "index": 1495, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3234, + "address_hex": "0xCA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1186, + "device_offset_hex": "0x4A2", + "index": 1496, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3235, + "address_hex": "0xCA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1187, + "device_offset_hex": "0x4A3", + "index": 1497, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3490, + "address_hex": "0xDA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1442, + "device_offset_hex": "0x5A2", + "index": 1498, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3491, + "address_hex": "0xDA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1443, + "device_offset_hex": "0x5A3", + "index": 1499, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3746, + "address_hex": "0xEA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1698, + "device_offset_hex": "0x6A2", + "index": 1500, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3747, + "address_hex": "0xEA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1699, + "device_offset_hex": "0x6A3", + "index": 1501, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4002, + "address_hex": "0xFA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1954, + "device_offset_hex": "0x7A2", + "index": 1502, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 162, + "offset_hex": "0xA2", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4003, + "address_hex": "0xFA3", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "device_offset": 1955, + "device_offset_hex": "0x7A3", + "index": 1503, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 163, + "offset_hex": "0xA3", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 160, + "address_hex": "0x0A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 160, + "device_offset_hex": "0x0A0", + "index": 1504, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 161, + "address_hex": "0x0A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 161, + "device_offset_hex": "0x0A1", + "index": 1505, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 416, + "address_hex": "0x1A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 416, + "device_offset_hex": "0x1A0", + "index": 1506, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 417, + "address_hex": "0x1A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 417, + "device_offset_hex": "0x1A1", + "index": 1507, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 672, + "address_hex": "0x2A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 672, + "device_offset_hex": "0x2A0", + "index": 1508, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 673, + "address_hex": "0x2A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 673, + "device_offset_hex": "0x2A1", + "index": 1509, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 928, + "address_hex": "0x3A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 928, + "device_offset_hex": "0x3A0", + "index": 1510, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 929, + "address_hex": "0x3A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 929, + "device_offset_hex": "0x3A1", + "index": 1511, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1184, + "address_hex": "0x4A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1184, + "device_offset_hex": "0x4A0", + "index": 1512, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1185, + "address_hex": "0x4A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1185, + "device_offset_hex": "0x4A1", + "index": 1513, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1440, + "address_hex": "0x5A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1440, + "device_offset_hex": "0x5A0", + "index": 1514, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1441, + "address_hex": "0x5A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1441, + "device_offset_hex": "0x5A1", + "index": 1515, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1696, + "address_hex": "0x6A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1696, + "device_offset_hex": "0x6A0", + "index": 1516, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1697, + "address_hex": "0x6A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1697, + "device_offset_hex": "0x6A1", + "index": 1517, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1952, + "address_hex": "0x7A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1952, + "device_offset_hex": "0x7A0", + "index": 1518, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1953, + "address_hex": "0x7A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "device_offset": 1953, + "device_offset_hex": "0x7A1", + "index": 1519, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2208, + "address_hex": "0x8A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 160, + "device_offset_hex": "0x0A0", + "index": 1520, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2209, + "address_hex": "0x8A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 161, + "device_offset_hex": "0x0A1", + "index": 1521, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2464, + "address_hex": "0x9A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 416, + "device_offset_hex": "0x1A0", + "index": 1522, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2465, + "address_hex": "0x9A1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 417, + "device_offset_hex": "0x1A1", + "index": 1523, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2720, + "address_hex": "0xAA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 672, + "device_offset_hex": "0x2A0", + "index": 1524, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2721, + "address_hex": "0xAA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 673, + "device_offset_hex": "0x2A1", + "index": 1525, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2976, + "address_hex": "0xBA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 928, + "device_offset_hex": "0x3A0", + "index": 1526, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2977, + "address_hex": "0xBA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 929, + "device_offset_hex": "0x3A1", + "index": 1527, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3232, + "address_hex": "0xCA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1184, + "device_offset_hex": "0x4A0", + "index": 1528, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3233, + "address_hex": "0xCA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1185, + "device_offset_hex": "0x4A1", + "index": 1529, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3488, + "address_hex": "0xDA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1440, + "device_offset_hex": "0x5A0", + "index": 1530, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3489, + "address_hex": "0xDA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1441, + "device_offset_hex": "0x5A1", + "index": 1531, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3744, + "address_hex": "0xEA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1696, + "device_offset_hex": "0x6A0", + "index": 1532, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3745, + "address_hex": "0xEA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1697, + "device_offset_hex": "0x6A1", + "index": 1533, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4000, + "address_hex": "0xFA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1952, + "device_offset_hex": "0x7A0", + "index": 1534, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 160, + "offset_hex": "0xA0", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4001, + "address_hex": "0xFA1", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "device_offset": 1953, + "device_offset_hex": "0x7A1", + "index": 1535, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 161, + "offset_hex": "0xA1", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 158, + "address_hex": "0x09E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 158, + "device_offset_hex": "0x09E", + "index": 1536, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 159, + "address_hex": "0x09F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 159, + "device_offset_hex": "0x09F", + "index": 1537, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 414, + "address_hex": "0x19E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 414, + "device_offset_hex": "0x19E", + "index": 1538, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 415, + "address_hex": "0x19F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 415, + "device_offset_hex": "0x19F", + "index": 1539, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 670, + "address_hex": "0x29E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 670, + "device_offset_hex": "0x29E", + "index": 1540, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 671, + "address_hex": "0x29F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 671, + "device_offset_hex": "0x29F", + "index": 1541, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 926, + "address_hex": "0x39E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 926, + "device_offset_hex": "0x39E", + "index": 1542, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 927, + "address_hex": "0x39F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 927, + "device_offset_hex": "0x39F", + "index": 1543, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1182, + "address_hex": "0x49E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1182, + "device_offset_hex": "0x49E", + "index": 1544, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1183, + "address_hex": "0x49F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1183, + "device_offset_hex": "0x49F", + "index": 1545, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1438, + "address_hex": "0x59E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1438, + "device_offset_hex": "0x59E", + "index": 1546, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1439, + "address_hex": "0x59F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1439, + "device_offset_hex": "0x59F", + "index": 1547, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1694, + "address_hex": "0x69E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1694, + "device_offset_hex": "0x69E", + "index": 1548, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1695, + "address_hex": "0x69F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1695, + "device_offset_hex": "0x69F", + "index": 1549, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1950, + "address_hex": "0x79E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1950, + "device_offset_hex": "0x79E", + "index": 1550, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1951, + "address_hex": "0x79F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "device_offset": 1951, + "device_offset_hex": "0x79F", + "index": 1551, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2206, + "address_hex": "0x89E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 158, + "device_offset_hex": "0x09E", + "index": 1552, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2207, + "address_hex": "0x89F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 159, + "device_offset_hex": "0x09F", + "index": 1553, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2462, + "address_hex": "0x99E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 414, + "device_offset_hex": "0x19E", + "index": 1554, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2463, + "address_hex": "0x99F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 415, + "device_offset_hex": "0x19F", + "index": 1555, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2718, + "address_hex": "0xA9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 670, + "device_offset_hex": "0x29E", + "index": 1556, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2719, + "address_hex": "0xA9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 671, + "device_offset_hex": "0x29F", + "index": 1557, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2974, + "address_hex": "0xB9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 926, + "device_offset_hex": "0x39E", + "index": 1558, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2975, + "address_hex": "0xB9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 927, + "device_offset_hex": "0x39F", + "index": 1559, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3230, + "address_hex": "0xC9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1182, + "device_offset_hex": "0x49E", + "index": 1560, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3231, + "address_hex": "0xC9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1183, + "device_offset_hex": "0x49F", + "index": 1561, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3486, + "address_hex": "0xD9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1438, + "device_offset_hex": "0x59E", + "index": 1562, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3487, + "address_hex": "0xD9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1439, + "device_offset_hex": "0x59F", + "index": 1563, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3742, + "address_hex": "0xE9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1694, + "device_offset_hex": "0x69E", + "index": 1564, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3743, + "address_hex": "0xE9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1695, + "device_offset_hex": "0x69F", + "index": 1565, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3998, + "address_hex": "0xF9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1950, + "device_offset_hex": "0x79E", + "index": 1566, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 158, + "offset_hex": "0x9E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3999, + "address_hex": "0xF9F", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "device_offset": 1951, + "device_offset_hex": "0x79F", + "index": 1567, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 159, + "offset_hex": "0x9F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 156, + "address_hex": "0x09C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 156, + "device_offset_hex": "0x09C", + "index": 1568, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 157, + "address_hex": "0x09D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 157, + "device_offset_hex": "0x09D", + "index": 1569, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 412, + "address_hex": "0x19C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 412, + "device_offset_hex": "0x19C", + "index": 1570, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 413, + "address_hex": "0x19D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 413, + "device_offset_hex": "0x19D", + "index": 1571, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 668, + "address_hex": "0x29C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 668, + "device_offset_hex": "0x29C", + "index": 1572, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 669, + "address_hex": "0x29D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 669, + "device_offset_hex": "0x29D", + "index": 1573, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 924, + "address_hex": "0x39C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 924, + "device_offset_hex": "0x39C", + "index": 1574, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 925, + "address_hex": "0x39D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 925, + "device_offset_hex": "0x39D", + "index": 1575, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1180, + "address_hex": "0x49C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1180, + "device_offset_hex": "0x49C", + "index": 1576, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1181, + "address_hex": "0x49D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1181, + "device_offset_hex": "0x49D", + "index": 1577, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1436, + "address_hex": "0x59C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1436, + "device_offset_hex": "0x59C", + "index": 1578, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1437, + "address_hex": "0x59D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1437, + "device_offset_hex": "0x59D", + "index": 1579, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1692, + "address_hex": "0x69C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1692, + "device_offset_hex": "0x69C", + "index": 1580, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1693, + "address_hex": "0x69D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1693, + "device_offset_hex": "0x69D", + "index": 1581, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1948, + "address_hex": "0x79C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1948, + "device_offset_hex": "0x79C", + "index": 1582, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1949, + "address_hex": "0x79D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "device_offset": 1949, + "device_offset_hex": "0x79D", + "index": 1583, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2204, + "address_hex": "0x89C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 156, + "device_offset_hex": "0x09C", + "index": 1584, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2205, + "address_hex": "0x89D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 157, + "device_offset_hex": "0x09D", + "index": 1585, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2460, + "address_hex": "0x99C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 412, + "device_offset_hex": "0x19C", + "index": 1586, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2461, + "address_hex": "0x99D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 413, + "device_offset_hex": "0x19D", + "index": 1587, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2716, + "address_hex": "0xA9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 668, + "device_offset_hex": "0x29C", + "index": 1588, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2717, + "address_hex": "0xA9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 669, + "device_offset_hex": "0x29D", + "index": 1589, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2972, + "address_hex": "0xB9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 924, + "device_offset_hex": "0x39C", + "index": 1590, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2973, + "address_hex": "0xB9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 925, + "device_offset_hex": "0x39D", + "index": 1591, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3228, + "address_hex": "0xC9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1180, + "device_offset_hex": "0x49C", + "index": 1592, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3229, + "address_hex": "0xC9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1181, + "device_offset_hex": "0x49D", + "index": 1593, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3484, + "address_hex": "0xD9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1436, + "device_offset_hex": "0x59C", + "index": 1594, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3485, + "address_hex": "0xD9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1437, + "device_offset_hex": "0x59D", + "index": 1595, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3740, + "address_hex": "0xE9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1692, + "device_offset_hex": "0x69C", + "index": 1596, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3741, + "address_hex": "0xE9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1693, + "device_offset_hex": "0x69D", + "index": 1597, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3996, + "address_hex": "0xF9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1948, + "device_offset_hex": "0x79C", + "index": 1598, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 156, + "offset_hex": "0x9C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3997, + "address_hex": "0xF9D", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "device_offset": 1949, + "device_offset_hex": "0x79D", + "index": 1599, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 157, + "offset_hex": "0x9D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 154, + "address_hex": "0x09A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 154, + "device_offset_hex": "0x09A", + "index": 1600, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 155, + "address_hex": "0x09B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 155, + "device_offset_hex": "0x09B", + "index": 1601, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 410, + "address_hex": "0x19A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 410, + "device_offset_hex": "0x19A", + "index": 1602, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 411, + "address_hex": "0x19B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 411, + "device_offset_hex": "0x19B", + "index": 1603, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 666, + "address_hex": "0x29A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 666, + "device_offset_hex": "0x29A", + "index": 1604, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 667, + "address_hex": "0x29B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 667, + "device_offset_hex": "0x29B", + "index": 1605, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 922, + "address_hex": "0x39A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 922, + "device_offset_hex": "0x39A", + "index": 1606, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 923, + "address_hex": "0x39B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 923, + "device_offset_hex": "0x39B", + "index": 1607, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1178, + "address_hex": "0x49A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1178, + "device_offset_hex": "0x49A", + "index": 1608, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1179, + "address_hex": "0x49B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1179, + "device_offset_hex": "0x49B", + "index": 1609, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1434, + "address_hex": "0x59A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1434, + "device_offset_hex": "0x59A", + "index": 1610, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1435, + "address_hex": "0x59B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1435, + "device_offset_hex": "0x59B", + "index": 1611, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1690, + "address_hex": "0x69A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1690, + "device_offset_hex": "0x69A", + "index": 1612, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1691, + "address_hex": "0x69B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1691, + "device_offset_hex": "0x69B", + "index": 1613, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1946, + "address_hex": "0x79A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1946, + "device_offset_hex": "0x79A", + "index": 1614, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1947, + "address_hex": "0x79B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "device_offset": 1947, + "device_offset_hex": "0x79B", + "index": 1615, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2202, + "address_hex": "0x89A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 154, + "device_offset_hex": "0x09A", + "index": 1616, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2203, + "address_hex": "0x89B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 155, + "device_offset_hex": "0x09B", + "index": 1617, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2458, + "address_hex": "0x99A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 410, + "device_offset_hex": "0x19A", + "index": 1618, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2459, + "address_hex": "0x99B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 411, + "device_offset_hex": "0x19B", + "index": 1619, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2714, + "address_hex": "0xA9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 666, + "device_offset_hex": "0x29A", + "index": 1620, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2715, + "address_hex": "0xA9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 667, + "device_offset_hex": "0x29B", + "index": 1621, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2970, + "address_hex": "0xB9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 922, + "device_offset_hex": "0x39A", + "index": 1622, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2971, + "address_hex": "0xB9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 923, + "device_offset_hex": "0x39B", + "index": 1623, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3226, + "address_hex": "0xC9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1178, + "device_offset_hex": "0x49A", + "index": 1624, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3227, + "address_hex": "0xC9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1179, + "device_offset_hex": "0x49B", + "index": 1625, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3482, + "address_hex": "0xD9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1434, + "device_offset_hex": "0x59A", + "index": 1626, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3483, + "address_hex": "0xD9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1435, + "device_offset_hex": "0x59B", + "index": 1627, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3738, + "address_hex": "0xE9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1690, + "device_offset_hex": "0x69A", + "index": 1628, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3739, + "address_hex": "0xE9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1691, + "device_offset_hex": "0x69B", + "index": 1629, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3994, + "address_hex": "0xF9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1946, + "device_offset_hex": "0x79A", + "index": 1630, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 154, + "offset_hex": "0x9A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3995, + "address_hex": "0xF9B", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "device_offset": 1947, + "device_offset_hex": "0x79B", + "index": 1631, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 155, + "offset_hex": "0x9B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 152, + "address_hex": "0x098", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 152, + "device_offset_hex": "0x098", + "index": 1632, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 153, + "address_hex": "0x099", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 153, + "device_offset_hex": "0x099", + "index": 1633, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 408, + "address_hex": "0x198", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 408, + "device_offset_hex": "0x198", + "index": 1634, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 409, + "address_hex": "0x199", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 409, + "device_offset_hex": "0x199", + "index": 1635, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 664, + "address_hex": "0x298", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 664, + "device_offset_hex": "0x298", + "index": 1636, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 665, + "address_hex": "0x299", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 665, + "device_offset_hex": "0x299", + "index": 1637, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 920, + "address_hex": "0x398", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 920, + "device_offset_hex": "0x398", + "index": 1638, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 921, + "address_hex": "0x399", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 921, + "device_offset_hex": "0x399", + "index": 1639, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1176, + "address_hex": "0x498", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1176, + "device_offset_hex": "0x498", + "index": 1640, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1177, + "address_hex": "0x499", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1177, + "device_offset_hex": "0x499", + "index": 1641, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1432, + "address_hex": "0x598", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1432, + "device_offset_hex": "0x598", + "index": 1642, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1433, + "address_hex": "0x599", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1433, + "device_offset_hex": "0x599", + "index": 1643, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1688, + "address_hex": "0x698", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1688, + "device_offset_hex": "0x698", + "index": 1644, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1689, + "address_hex": "0x699", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1689, + "device_offset_hex": "0x699", + "index": 1645, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1944, + "address_hex": "0x798", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1944, + "device_offset_hex": "0x798", + "index": 1646, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1945, + "address_hex": "0x799", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "device_offset": 1945, + "device_offset_hex": "0x799", + "index": 1647, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2200, + "address_hex": "0x898", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 152, + "device_offset_hex": "0x098", + "index": 1648, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2201, + "address_hex": "0x899", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 153, + "device_offset_hex": "0x099", + "index": 1649, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2456, + "address_hex": "0x998", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 408, + "device_offset_hex": "0x198", + "index": 1650, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2457, + "address_hex": "0x999", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 409, + "device_offset_hex": "0x199", + "index": 1651, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2712, + "address_hex": "0xA98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 664, + "device_offset_hex": "0x298", + "index": 1652, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2713, + "address_hex": "0xA99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 665, + "device_offset_hex": "0x299", + "index": 1653, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2968, + "address_hex": "0xB98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 920, + "device_offset_hex": "0x398", + "index": 1654, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2969, + "address_hex": "0xB99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 921, + "device_offset_hex": "0x399", + "index": 1655, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3224, + "address_hex": "0xC98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1176, + "device_offset_hex": "0x498", + "index": 1656, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3225, + "address_hex": "0xC99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1177, + "device_offset_hex": "0x499", + "index": 1657, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3480, + "address_hex": "0xD98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1432, + "device_offset_hex": "0x598", + "index": 1658, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3481, + "address_hex": "0xD99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1433, + "device_offset_hex": "0x599", + "index": 1659, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3736, + "address_hex": "0xE98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1688, + "device_offset_hex": "0x698", + "index": 1660, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3737, + "address_hex": "0xE99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1689, + "device_offset_hex": "0x699", + "index": 1661, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3992, + "address_hex": "0xF98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1944, + "device_offset_hex": "0x798", + "index": 1662, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 152, + "offset_hex": "0x98", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3993, + "address_hex": "0xF99", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "device_offset": 1945, + "device_offset_hex": "0x799", + "index": 1663, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 153, + "offset_hex": "0x99", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 150, + "address_hex": "0x096", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 150, + "device_offset_hex": "0x096", + "index": 1664, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 151, + "address_hex": "0x097", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 151, + "device_offset_hex": "0x097", + "index": 1665, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 406, + "address_hex": "0x196", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 406, + "device_offset_hex": "0x196", + "index": 1666, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 407, + "address_hex": "0x197", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 407, + "device_offset_hex": "0x197", + "index": 1667, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 662, + "address_hex": "0x296", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 662, + "device_offset_hex": "0x296", + "index": 1668, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 663, + "address_hex": "0x297", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 663, + "device_offset_hex": "0x297", + "index": 1669, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 918, + "address_hex": "0x396", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 918, + "device_offset_hex": "0x396", + "index": 1670, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 919, + "address_hex": "0x397", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 919, + "device_offset_hex": "0x397", + "index": 1671, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1174, + "address_hex": "0x496", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1174, + "device_offset_hex": "0x496", + "index": 1672, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1175, + "address_hex": "0x497", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1175, + "device_offset_hex": "0x497", + "index": 1673, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1430, + "address_hex": "0x596", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1430, + "device_offset_hex": "0x596", + "index": 1674, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1431, + "address_hex": "0x597", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1431, + "device_offset_hex": "0x597", + "index": 1675, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1686, + "address_hex": "0x696", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1686, + "device_offset_hex": "0x696", + "index": 1676, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1687, + "address_hex": "0x697", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1687, + "device_offset_hex": "0x697", + "index": 1677, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1942, + "address_hex": "0x796", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1942, + "device_offset_hex": "0x796", + "index": 1678, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1943, + "address_hex": "0x797", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "device_offset": 1943, + "device_offset_hex": "0x797", + "index": 1679, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2198, + "address_hex": "0x896", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 150, + "device_offset_hex": "0x096", + "index": 1680, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2199, + "address_hex": "0x897", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 151, + "device_offset_hex": "0x097", + "index": 1681, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2454, + "address_hex": "0x996", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 406, + "device_offset_hex": "0x196", + "index": 1682, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2455, + "address_hex": "0x997", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 407, + "device_offset_hex": "0x197", + "index": 1683, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2710, + "address_hex": "0xA96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 662, + "device_offset_hex": "0x296", + "index": 1684, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2711, + "address_hex": "0xA97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 663, + "device_offset_hex": "0x297", + "index": 1685, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2966, + "address_hex": "0xB96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 918, + "device_offset_hex": "0x396", + "index": 1686, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2967, + "address_hex": "0xB97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 919, + "device_offset_hex": "0x397", + "index": 1687, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3222, + "address_hex": "0xC96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1174, + "device_offset_hex": "0x496", + "index": 1688, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3223, + "address_hex": "0xC97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1175, + "device_offset_hex": "0x497", + "index": 1689, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3478, + "address_hex": "0xD96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1430, + "device_offset_hex": "0x596", + "index": 1690, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3479, + "address_hex": "0xD97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1431, + "device_offset_hex": "0x597", + "index": 1691, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3734, + "address_hex": "0xE96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1686, + "device_offset_hex": "0x696", + "index": 1692, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3735, + "address_hex": "0xE97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1687, + "device_offset_hex": "0x697", + "index": 1693, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3990, + "address_hex": "0xF96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1942, + "device_offset_hex": "0x796", + "index": 1694, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 150, + "offset_hex": "0x96", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3991, + "address_hex": "0xF97", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "device_offset": 1943, + "device_offset_hex": "0x797", + "index": 1695, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 151, + "offset_hex": "0x97", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 148, + "address_hex": "0x094", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 148, + "device_offset_hex": "0x094", + "index": 1696, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 149, + "address_hex": "0x095", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 149, + "device_offset_hex": "0x095", + "index": 1697, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 404, + "address_hex": "0x194", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 404, + "device_offset_hex": "0x194", + "index": 1698, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 405, + "address_hex": "0x195", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 405, + "device_offset_hex": "0x195", + "index": 1699, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 660, + "address_hex": "0x294", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 660, + "device_offset_hex": "0x294", + "index": 1700, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 661, + "address_hex": "0x295", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 661, + "device_offset_hex": "0x295", + "index": 1701, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 916, + "address_hex": "0x394", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 916, + "device_offset_hex": "0x394", + "index": 1702, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 917, + "address_hex": "0x395", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 917, + "device_offset_hex": "0x395", + "index": 1703, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1172, + "address_hex": "0x494", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1172, + "device_offset_hex": "0x494", + "index": 1704, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1173, + "address_hex": "0x495", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1173, + "device_offset_hex": "0x495", + "index": 1705, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1428, + "address_hex": "0x594", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1428, + "device_offset_hex": "0x594", + "index": 1706, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1429, + "address_hex": "0x595", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1429, + "device_offset_hex": "0x595", + "index": 1707, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1684, + "address_hex": "0x694", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1684, + "device_offset_hex": "0x694", + "index": 1708, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1685, + "address_hex": "0x695", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1685, + "device_offset_hex": "0x695", + "index": 1709, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1940, + "address_hex": "0x794", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1940, + "device_offset_hex": "0x794", + "index": 1710, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1941, + "address_hex": "0x795", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "device_offset": 1941, + "device_offset_hex": "0x795", + "index": 1711, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2196, + "address_hex": "0x894", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 148, + "device_offset_hex": "0x094", + "index": 1712, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2197, + "address_hex": "0x895", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 149, + "device_offset_hex": "0x095", + "index": 1713, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2452, + "address_hex": "0x994", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 404, + "device_offset_hex": "0x194", + "index": 1714, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2453, + "address_hex": "0x995", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 405, + "device_offset_hex": "0x195", + "index": 1715, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2708, + "address_hex": "0xA94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 660, + "device_offset_hex": "0x294", + "index": 1716, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2709, + "address_hex": "0xA95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 661, + "device_offset_hex": "0x295", + "index": 1717, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2964, + "address_hex": "0xB94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 916, + "device_offset_hex": "0x394", + "index": 1718, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2965, + "address_hex": "0xB95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 917, + "device_offset_hex": "0x395", + "index": 1719, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3220, + "address_hex": "0xC94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1172, + "device_offset_hex": "0x494", + "index": 1720, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3221, + "address_hex": "0xC95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1173, + "device_offset_hex": "0x495", + "index": 1721, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3476, + "address_hex": "0xD94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1428, + "device_offset_hex": "0x594", + "index": 1722, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3477, + "address_hex": "0xD95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1429, + "device_offset_hex": "0x595", + "index": 1723, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3732, + "address_hex": "0xE94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1684, + "device_offset_hex": "0x694", + "index": 1724, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3733, + "address_hex": "0xE95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1685, + "device_offset_hex": "0x695", + "index": 1725, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3988, + "address_hex": "0xF94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1940, + "device_offset_hex": "0x794", + "index": 1726, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 148, + "offset_hex": "0x94", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3989, + "address_hex": "0xF95", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "device_offset": 1941, + "device_offset_hex": "0x795", + "index": 1727, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 149, + "offset_hex": "0x95", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 146, + "address_hex": "0x092", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 146, + "device_offset_hex": "0x092", + "index": 1728, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 147, + "address_hex": "0x093", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 147, + "device_offset_hex": "0x093", + "index": 1729, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 402, + "address_hex": "0x192", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 402, + "device_offset_hex": "0x192", + "index": 1730, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 403, + "address_hex": "0x193", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 403, + "device_offset_hex": "0x193", + "index": 1731, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 658, + "address_hex": "0x292", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 658, + "device_offset_hex": "0x292", + "index": 1732, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 659, + "address_hex": "0x293", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 659, + "device_offset_hex": "0x293", + "index": 1733, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 914, + "address_hex": "0x392", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 914, + "device_offset_hex": "0x392", + "index": 1734, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 915, + "address_hex": "0x393", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 915, + "device_offset_hex": "0x393", + "index": 1735, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1170, + "address_hex": "0x492", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1170, + "device_offset_hex": "0x492", + "index": 1736, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1171, + "address_hex": "0x493", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1171, + "device_offset_hex": "0x493", + "index": 1737, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1426, + "address_hex": "0x592", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1426, + "device_offset_hex": "0x592", + "index": 1738, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1427, + "address_hex": "0x593", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1427, + "device_offset_hex": "0x593", + "index": 1739, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1682, + "address_hex": "0x692", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1682, + "device_offset_hex": "0x692", + "index": 1740, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1683, + "address_hex": "0x693", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1683, + "device_offset_hex": "0x693", + "index": 1741, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1938, + "address_hex": "0x792", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1938, + "device_offset_hex": "0x792", + "index": 1742, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1939, + "address_hex": "0x793", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "device_offset": 1939, + "device_offset_hex": "0x793", + "index": 1743, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2194, + "address_hex": "0x892", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 146, + "device_offset_hex": "0x092", + "index": 1744, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2195, + "address_hex": "0x893", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 147, + "device_offset_hex": "0x093", + "index": 1745, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2450, + "address_hex": "0x992", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 402, + "device_offset_hex": "0x192", + "index": 1746, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2451, + "address_hex": "0x993", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 403, + "device_offset_hex": "0x193", + "index": 1747, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2706, + "address_hex": "0xA92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 658, + "device_offset_hex": "0x292", + "index": 1748, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2707, + "address_hex": "0xA93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 659, + "device_offset_hex": "0x293", + "index": 1749, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2962, + "address_hex": "0xB92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 914, + "device_offset_hex": "0x392", + "index": 1750, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2963, + "address_hex": "0xB93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 915, + "device_offset_hex": "0x393", + "index": 1751, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3218, + "address_hex": "0xC92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1170, + "device_offset_hex": "0x492", + "index": 1752, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3219, + "address_hex": "0xC93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1171, + "device_offset_hex": "0x493", + "index": 1753, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3474, + "address_hex": "0xD92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1426, + "device_offset_hex": "0x592", + "index": 1754, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3475, + "address_hex": "0xD93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1427, + "device_offset_hex": "0x593", + "index": 1755, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3730, + "address_hex": "0xE92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1682, + "device_offset_hex": "0x692", + "index": 1756, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3731, + "address_hex": "0xE93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1683, + "device_offset_hex": "0x693", + "index": 1757, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3986, + "address_hex": "0xF92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1938, + "device_offset_hex": "0x792", + "index": 1758, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 146, + "offset_hex": "0x92", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3987, + "address_hex": "0xF93", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "device_offset": 1939, + "device_offset_hex": "0x793", + "index": 1759, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 147, + "offset_hex": "0x93", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 144, + "address_hex": "0x090", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 144, + "device_offset_hex": "0x090", + "index": 1760, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 145, + "address_hex": "0x091", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 145, + "device_offset_hex": "0x091", + "index": 1761, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 400, + "address_hex": "0x190", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 400, + "device_offset_hex": "0x190", + "index": 1762, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 401, + "address_hex": "0x191", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 401, + "device_offset_hex": "0x191", + "index": 1763, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 656, + "address_hex": "0x290", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 656, + "device_offset_hex": "0x290", + "index": 1764, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 657, + "address_hex": "0x291", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 657, + "device_offset_hex": "0x291", + "index": 1765, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 912, + "address_hex": "0x390", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 912, + "device_offset_hex": "0x390", + "index": 1766, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 913, + "address_hex": "0x391", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 913, + "device_offset_hex": "0x391", + "index": 1767, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1168, + "address_hex": "0x490", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1168, + "device_offset_hex": "0x490", + "index": 1768, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1169, + "address_hex": "0x491", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1169, + "device_offset_hex": "0x491", + "index": 1769, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1424, + "address_hex": "0x590", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1424, + "device_offset_hex": "0x590", + "index": 1770, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1425, + "address_hex": "0x591", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1425, + "device_offset_hex": "0x591", + "index": 1771, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1680, + "address_hex": "0x690", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1680, + "device_offset_hex": "0x690", + "index": 1772, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1681, + "address_hex": "0x691", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1681, + "device_offset_hex": "0x691", + "index": 1773, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1936, + "address_hex": "0x790", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1936, + "device_offset_hex": "0x790", + "index": 1774, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1937, + "address_hex": "0x791", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "device_offset": 1937, + "device_offset_hex": "0x791", + "index": 1775, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2192, + "address_hex": "0x890", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 144, + "device_offset_hex": "0x090", + "index": 1776, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2193, + "address_hex": "0x891", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 145, + "device_offset_hex": "0x091", + "index": 1777, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2448, + "address_hex": "0x990", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 400, + "device_offset_hex": "0x190", + "index": 1778, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2449, + "address_hex": "0x991", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 401, + "device_offset_hex": "0x191", + "index": 1779, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2704, + "address_hex": "0xA90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 656, + "device_offset_hex": "0x290", + "index": 1780, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2705, + "address_hex": "0xA91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 657, + "device_offset_hex": "0x291", + "index": 1781, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2960, + "address_hex": "0xB90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 912, + "device_offset_hex": "0x390", + "index": 1782, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2961, + "address_hex": "0xB91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 913, + "device_offset_hex": "0x391", + "index": 1783, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3216, + "address_hex": "0xC90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1168, + "device_offset_hex": "0x490", + "index": 1784, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3217, + "address_hex": "0xC91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1169, + "device_offset_hex": "0x491", + "index": 1785, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3472, + "address_hex": "0xD90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1424, + "device_offset_hex": "0x590", + "index": 1786, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3473, + "address_hex": "0xD91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1425, + "device_offset_hex": "0x591", + "index": 1787, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3728, + "address_hex": "0xE90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1680, + "device_offset_hex": "0x690", + "index": 1788, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3729, + "address_hex": "0xE91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1681, + "device_offset_hex": "0x691", + "index": 1789, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3984, + "address_hex": "0xF90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1936, + "device_offset_hex": "0x790", + "index": 1790, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 144, + "offset_hex": "0x90", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3985, + "address_hex": "0xF91", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "device_offset": 1937, + "device_offset_hex": "0x791", + "index": 1791, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 145, + "offset_hex": "0x91", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 142, + "address_hex": "0x08E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 142, + "device_offset_hex": "0x08E", + "index": 1792, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 143, + "address_hex": "0x08F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 143, + "device_offset_hex": "0x08F", + "index": 1793, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 398, + "address_hex": "0x18E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 398, + "device_offset_hex": "0x18E", + "index": 1794, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 399, + "address_hex": "0x18F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 399, + "device_offset_hex": "0x18F", + "index": 1795, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 654, + "address_hex": "0x28E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 654, + "device_offset_hex": "0x28E", + "index": 1796, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 655, + "address_hex": "0x28F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 655, + "device_offset_hex": "0x28F", + "index": 1797, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 910, + "address_hex": "0x38E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 910, + "device_offset_hex": "0x38E", + "index": 1798, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 911, + "address_hex": "0x38F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 911, + "device_offset_hex": "0x38F", + "index": 1799, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1166, + "address_hex": "0x48E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1166, + "device_offset_hex": "0x48E", + "index": 1800, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1167, + "address_hex": "0x48F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1167, + "device_offset_hex": "0x48F", + "index": 1801, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1422, + "address_hex": "0x58E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1422, + "device_offset_hex": "0x58E", + "index": 1802, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1423, + "address_hex": "0x58F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1423, + "device_offset_hex": "0x58F", + "index": 1803, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1678, + "address_hex": "0x68E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1678, + "device_offset_hex": "0x68E", + "index": 1804, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1679, + "address_hex": "0x68F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1679, + "device_offset_hex": "0x68F", + "index": 1805, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1934, + "address_hex": "0x78E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1934, + "device_offset_hex": "0x78E", + "index": 1806, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1935, + "address_hex": "0x78F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "device_offset": 1935, + "device_offset_hex": "0x78F", + "index": 1807, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2190, + "address_hex": "0x88E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 142, + "device_offset_hex": "0x08E", + "index": 1808, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2191, + "address_hex": "0x88F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 143, + "device_offset_hex": "0x08F", + "index": 1809, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2446, + "address_hex": "0x98E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 398, + "device_offset_hex": "0x18E", + "index": 1810, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2447, + "address_hex": "0x98F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 399, + "device_offset_hex": "0x18F", + "index": 1811, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2702, + "address_hex": "0xA8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 654, + "device_offset_hex": "0x28E", + "index": 1812, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2703, + "address_hex": "0xA8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 655, + "device_offset_hex": "0x28F", + "index": 1813, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2958, + "address_hex": "0xB8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 910, + "device_offset_hex": "0x38E", + "index": 1814, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2959, + "address_hex": "0xB8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 911, + "device_offset_hex": "0x38F", + "index": 1815, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3214, + "address_hex": "0xC8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1166, + "device_offset_hex": "0x48E", + "index": 1816, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3215, + "address_hex": "0xC8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1167, + "device_offset_hex": "0x48F", + "index": 1817, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3470, + "address_hex": "0xD8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1422, + "device_offset_hex": "0x58E", + "index": 1818, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3471, + "address_hex": "0xD8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1423, + "device_offset_hex": "0x58F", + "index": 1819, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3726, + "address_hex": "0xE8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1678, + "device_offset_hex": "0x68E", + "index": 1820, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3727, + "address_hex": "0xE8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1679, + "device_offset_hex": "0x68F", + "index": 1821, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3982, + "address_hex": "0xF8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1934, + "device_offset_hex": "0x78E", + "index": 1822, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 142, + "offset_hex": "0x8E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3983, + "address_hex": "0xF8F", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "device_offset": 1935, + "device_offset_hex": "0x78F", + "index": 1823, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 143, + "offset_hex": "0x8F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 140, + "address_hex": "0x08C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 140, + "device_offset_hex": "0x08C", + "index": 1824, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 141, + "address_hex": "0x08D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 141, + "device_offset_hex": "0x08D", + "index": 1825, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 396, + "address_hex": "0x18C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 396, + "device_offset_hex": "0x18C", + "index": 1826, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 397, + "address_hex": "0x18D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 397, + "device_offset_hex": "0x18D", + "index": 1827, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 652, + "address_hex": "0x28C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 652, + "device_offset_hex": "0x28C", + "index": 1828, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 653, + "address_hex": "0x28D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 653, + "device_offset_hex": "0x28D", + "index": 1829, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 908, + "address_hex": "0x38C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 908, + "device_offset_hex": "0x38C", + "index": 1830, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 909, + "address_hex": "0x38D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 909, + "device_offset_hex": "0x38D", + "index": 1831, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1164, + "address_hex": "0x48C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1164, + "device_offset_hex": "0x48C", + "index": 1832, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1165, + "address_hex": "0x48D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1165, + "device_offset_hex": "0x48D", + "index": 1833, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1420, + "address_hex": "0x58C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1420, + "device_offset_hex": "0x58C", + "index": 1834, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1421, + "address_hex": "0x58D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1421, + "device_offset_hex": "0x58D", + "index": 1835, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1676, + "address_hex": "0x68C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1676, + "device_offset_hex": "0x68C", + "index": 1836, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1677, + "address_hex": "0x68D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1677, + "device_offset_hex": "0x68D", + "index": 1837, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1932, + "address_hex": "0x78C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1932, + "device_offset_hex": "0x78C", + "index": 1838, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1933, + "address_hex": "0x78D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "device_offset": 1933, + "device_offset_hex": "0x78D", + "index": 1839, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2188, + "address_hex": "0x88C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 140, + "device_offset_hex": "0x08C", + "index": 1840, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2189, + "address_hex": "0x88D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 141, + "device_offset_hex": "0x08D", + "index": 1841, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2444, + "address_hex": "0x98C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 396, + "device_offset_hex": "0x18C", + "index": 1842, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2445, + "address_hex": "0x98D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 397, + "device_offset_hex": "0x18D", + "index": 1843, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2700, + "address_hex": "0xA8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 652, + "device_offset_hex": "0x28C", + "index": 1844, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2701, + "address_hex": "0xA8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 653, + "device_offset_hex": "0x28D", + "index": 1845, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2956, + "address_hex": "0xB8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 908, + "device_offset_hex": "0x38C", + "index": 1846, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2957, + "address_hex": "0xB8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 909, + "device_offset_hex": "0x38D", + "index": 1847, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3212, + "address_hex": "0xC8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1164, + "device_offset_hex": "0x48C", + "index": 1848, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3213, + "address_hex": "0xC8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1165, + "device_offset_hex": "0x48D", + "index": 1849, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3468, + "address_hex": "0xD8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1420, + "device_offset_hex": "0x58C", + "index": 1850, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3469, + "address_hex": "0xD8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1421, + "device_offset_hex": "0x58D", + "index": 1851, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3724, + "address_hex": "0xE8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1676, + "device_offset_hex": "0x68C", + "index": 1852, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3725, + "address_hex": "0xE8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1677, + "device_offset_hex": "0x68D", + "index": 1853, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3980, + "address_hex": "0xF8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1932, + "device_offset_hex": "0x78C", + "index": 1854, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 140, + "offset_hex": "0x8C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3981, + "address_hex": "0xF8D", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "device_offset": 1933, + "device_offset_hex": "0x78D", + "index": 1855, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 141, + "offset_hex": "0x8D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 138, + "address_hex": "0x08A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 138, + "device_offset_hex": "0x08A", + "index": 1856, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 139, + "address_hex": "0x08B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 139, + "device_offset_hex": "0x08B", + "index": 1857, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 394, + "address_hex": "0x18A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 394, + "device_offset_hex": "0x18A", + "index": 1858, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 395, + "address_hex": "0x18B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 395, + "device_offset_hex": "0x18B", + "index": 1859, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 650, + "address_hex": "0x28A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 650, + "device_offset_hex": "0x28A", + "index": 1860, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 651, + "address_hex": "0x28B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 651, + "device_offset_hex": "0x28B", + "index": 1861, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 906, + "address_hex": "0x38A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 906, + "device_offset_hex": "0x38A", + "index": 1862, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 907, + "address_hex": "0x38B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 907, + "device_offset_hex": "0x38B", + "index": 1863, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1162, + "address_hex": "0x48A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1162, + "device_offset_hex": "0x48A", + "index": 1864, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1163, + "address_hex": "0x48B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1163, + "device_offset_hex": "0x48B", + "index": 1865, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1418, + "address_hex": "0x58A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1418, + "device_offset_hex": "0x58A", + "index": 1866, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1419, + "address_hex": "0x58B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1419, + "device_offset_hex": "0x58B", + "index": 1867, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1674, + "address_hex": "0x68A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1674, + "device_offset_hex": "0x68A", + "index": 1868, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1675, + "address_hex": "0x68B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1675, + "device_offset_hex": "0x68B", + "index": 1869, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1930, + "address_hex": "0x78A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1930, + "device_offset_hex": "0x78A", + "index": 1870, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1931, + "address_hex": "0x78B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "device_offset": 1931, + "device_offset_hex": "0x78B", + "index": 1871, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2186, + "address_hex": "0x88A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 138, + "device_offset_hex": "0x08A", + "index": 1872, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2187, + "address_hex": "0x88B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 139, + "device_offset_hex": "0x08B", + "index": 1873, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2442, + "address_hex": "0x98A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 394, + "device_offset_hex": "0x18A", + "index": 1874, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2443, + "address_hex": "0x98B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 395, + "device_offset_hex": "0x18B", + "index": 1875, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2698, + "address_hex": "0xA8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 650, + "device_offset_hex": "0x28A", + "index": 1876, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2699, + "address_hex": "0xA8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 651, + "device_offset_hex": "0x28B", + "index": 1877, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2954, + "address_hex": "0xB8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 906, + "device_offset_hex": "0x38A", + "index": 1878, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2955, + "address_hex": "0xB8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 907, + "device_offset_hex": "0x38B", + "index": 1879, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3210, + "address_hex": "0xC8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1162, + "device_offset_hex": "0x48A", + "index": 1880, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3211, + "address_hex": "0xC8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1163, + "device_offset_hex": "0x48B", + "index": 1881, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3466, + "address_hex": "0xD8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1418, + "device_offset_hex": "0x58A", + "index": 1882, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3467, + "address_hex": "0xD8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1419, + "device_offset_hex": "0x58B", + "index": 1883, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3722, + "address_hex": "0xE8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1674, + "device_offset_hex": "0x68A", + "index": 1884, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3723, + "address_hex": "0xE8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1675, + "device_offset_hex": "0x68B", + "index": 1885, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3978, + "address_hex": "0xF8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1930, + "device_offset_hex": "0x78A", + "index": 1886, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 138, + "offset_hex": "0x8A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3979, + "address_hex": "0xF8B", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "device_offset": 1931, + "device_offset_hex": "0x78B", + "index": 1887, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 139, + "offset_hex": "0x8B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 136, + "address_hex": "0x088", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 136, + "device_offset_hex": "0x088", + "index": 1888, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 137, + "address_hex": "0x089", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 137, + "device_offset_hex": "0x089", + "index": 1889, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 392, + "address_hex": "0x188", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 392, + "device_offset_hex": "0x188", + "index": 1890, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 393, + "address_hex": "0x189", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 393, + "device_offset_hex": "0x189", + "index": 1891, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 648, + "address_hex": "0x288", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 648, + "device_offset_hex": "0x288", + "index": 1892, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 649, + "address_hex": "0x289", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 649, + "device_offset_hex": "0x289", + "index": 1893, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 904, + "address_hex": "0x388", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 904, + "device_offset_hex": "0x388", + "index": 1894, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 905, + "address_hex": "0x389", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 905, + "device_offset_hex": "0x389", + "index": 1895, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1160, + "address_hex": "0x488", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1160, + "device_offset_hex": "0x488", + "index": 1896, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1161, + "address_hex": "0x489", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1161, + "device_offset_hex": "0x489", + "index": 1897, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1416, + "address_hex": "0x588", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1416, + "device_offset_hex": "0x588", + "index": 1898, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1417, + "address_hex": "0x589", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1417, + "device_offset_hex": "0x589", + "index": 1899, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1672, + "address_hex": "0x688", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1672, + "device_offset_hex": "0x688", + "index": 1900, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1673, + "address_hex": "0x689", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1673, + "device_offset_hex": "0x689", + "index": 1901, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1928, + "address_hex": "0x788", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1928, + "device_offset_hex": "0x788", + "index": 1902, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1929, + "address_hex": "0x789", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "device_offset": 1929, + "device_offset_hex": "0x789", + "index": 1903, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2184, + "address_hex": "0x888", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 136, + "device_offset_hex": "0x088", + "index": 1904, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2185, + "address_hex": "0x889", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 137, + "device_offset_hex": "0x089", + "index": 1905, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2440, + "address_hex": "0x988", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 392, + "device_offset_hex": "0x188", + "index": 1906, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2441, + "address_hex": "0x989", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 393, + "device_offset_hex": "0x189", + "index": 1907, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2696, + "address_hex": "0xA88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 648, + "device_offset_hex": "0x288", + "index": 1908, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2697, + "address_hex": "0xA89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 649, + "device_offset_hex": "0x289", + "index": 1909, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2952, + "address_hex": "0xB88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 904, + "device_offset_hex": "0x388", + "index": 1910, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2953, + "address_hex": "0xB89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 905, + "device_offset_hex": "0x389", + "index": 1911, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3208, + "address_hex": "0xC88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1160, + "device_offset_hex": "0x488", + "index": 1912, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3209, + "address_hex": "0xC89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1161, + "device_offset_hex": "0x489", + "index": 1913, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3464, + "address_hex": "0xD88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1416, + "device_offset_hex": "0x588", + "index": 1914, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3465, + "address_hex": "0xD89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1417, + "device_offset_hex": "0x589", + "index": 1915, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3720, + "address_hex": "0xE88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1672, + "device_offset_hex": "0x688", + "index": 1916, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3721, + "address_hex": "0xE89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1673, + "device_offset_hex": "0x689", + "index": 1917, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3976, + "address_hex": "0xF88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1928, + "device_offset_hex": "0x788", + "index": 1918, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 136, + "offset_hex": "0x88", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3977, + "address_hex": "0xF89", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "device_offset": 1929, + "device_offset_hex": "0x789", + "index": 1919, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 137, + "offset_hex": "0x89", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 134, + "address_hex": "0x086", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 134, + "device_offset_hex": "0x086", + "index": 1920, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 135, + "address_hex": "0x087", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 135, + "device_offset_hex": "0x087", + "index": 1921, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 390, + "address_hex": "0x186", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 390, + "device_offset_hex": "0x186", + "index": 1922, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 391, + "address_hex": "0x187", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 391, + "device_offset_hex": "0x187", + "index": 1923, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 646, + "address_hex": "0x286", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 646, + "device_offset_hex": "0x286", + "index": 1924, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 647, + "address_hex": "0x287", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 647, + "device_offset_hex": "0x287", + "index": 1925, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 902, + "address_hex": "0x386", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 902, + "device_offset_hex": "0x386", + "index": 1926, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 903, + "address_hex": "0x387", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 903, + "device_offset_hex": "0x387", + "index": 1927, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1158, + "address_hex": "0x486", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1158, + "device_offset_hex": "0x486", + "index": 1928, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1159, + "address_hex": "0x487", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1159, + "device_offset_hex": "0x487", + "index": 1929, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1414, + "address_hex": "0x586", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1414, + "device_offset_hex": "0x586", + "index": 1930, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1415, + "address_hex": "0x587", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1415, + "device_offset_hex": "0x587", + "index": 1931, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1670, + "address_hex": "0x686", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1670, + "device_offset_hex": "0x686", + "index": 1932, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1671, + "address_hex": "0x687", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1671, + "device_offset_hex": "0x687", + "index": 1933, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1926, + "address_hex": "0x786", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1926, + "device_offset_hex": "0x786", + "index": 1934, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1927, + "address_hex": "0x787", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "device_offset": 1927, + "device_offset_hex": "0x787", + "index": 1935, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2182, + "address_hex": "0x886", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 134, + "device_offset_hex": "0x086", + "index": 1936, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2183, + "address_hex": "0x887", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 135, + "device_offset_hex": "0x087", + "index": 1937, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2438, + "address_hex": "0x986", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 390, + "device_offset_hex": "0x186", + "index": 1938, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2439, + "address_hex": "0x987", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 391, + "device_offset_hex": "0x187", + "index": 1939, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2694, + "address_hex": "0xA86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 646, + "device_offset_hex": "0x286", + "index": 1940, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2695, + "address_hex": "0xA87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 647, + "device_offset_hex": "0x287", + "index": 1941, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2950, + "address_hex": "0xB86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 902, + "device_offset_hex": "0x386", + "index": 1942, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2951, + "address_hex": "0xB87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 903, + "device_offset_hex": "0x387", + "index": 1943, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3206, + "address_hex": "0xC86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1158, + "device_offset_hex": "0x486", + "index": 1944, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3207, + "address_hex": "0xC87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1159, + "device_offset_hex": "0x487", + "index": 1945, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3462, + "address_hex": "0xD86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1414, + "device_offset_hex": "0x586", + "index": 1946, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3463, + "address_hex": "0xD87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1415, + "device_offset_hex": "0x587", + "index": 1947, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3718, + "address_hex": "0xE86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1670, + "device_offset_hex": "0x686", + "index": 1948, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3719, + "address_hex": "0xE87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1671, + "device_offset_hex": "0x687", + "index": 1949, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3974, + "address_hex": "0xF86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1926, + "device_offset_hex": "0x786", + "index": 1950, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 134, + "offset_hex": "0x86", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3975, + "address_hex": "0xF87", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "device_offset": 1927, + "device_offset_hex": "0x787", + "index": 1951, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 135, + "offset_hex": "0x87", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 132, + "address_hex": "0x084", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 132, + "device_offset_hex": "0x084", + "index": 1952, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 133, + "address_hex": "0x085", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 133, + "device_offset_hex": "0x085", + "index": 1953, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 388, + "address_hex": "0x184", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 388, + "device_offset_hex": "0x184", + "index": 1954, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 389, + "address_hex": "0x185", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 389, + "device_offset_hex": "0x185", + "index": 1955, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 644, + "address_hex": "0x284", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 644, + "device_offset_hex": "0x284", + "index": 1956, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 645, + "address_hex": "0x285", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 645, + "device_offset_hex": "0x285", + "index": 1957, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 900, + "address_hex": "0x384", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 900, + "device_offset_hex": "0x384", + "index": 1958, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 901, + "address_hex": "0x385", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 901, + "device_offset_hex": "0x385", + "index": 1959, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1156, + "address_hex": "0x484", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1156, + "device_offset_hex": "0x484", + "index": 1960, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1157, + "address_hex": "0x485", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1157, + "device_offset_hex": "0x485", + "index": 1961, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1412, + "address_hex": "0x584", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1412, + "device_offset_hex": "0x584", + "index": 1962, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1413, + "address_hex": "0x585", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1413, + "device_offset_hex": "0x585", + "index": 1963, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1668, + "address_hex": "0x684", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1668, + "device_offset_hex": "0x684", + "index": 1964, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1669, + "address_hex": "0x685", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1669, + "device_offset_hex": "0x685", + "index": 1965, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1924, + "address_hex": "0x784", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1924, + "device_offset_hex": "0x784", + "index": 1966, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1925, + "address_hex": "0x785", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "device_offset": 1925, + "device_offset_hex": "0x785", + "index": 1967, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2180, + "address_hex": "0x884", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 132, + "device_offset_hex": "0x084", + "index": 1968, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2181, + "address_hex": "0x885", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 133, + "device_offset_hex": "0x085", + "index": 1969, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2436, + "address_hex": "0x984", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 388, + "device_offset_hex": "0x184", + "index": 1970, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2437, + "address_hex": "0x985", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 389, + "device_offset_hex": "0x185", + "index": 1971, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2692, + "address_hex": "0xA84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 644, + "device_offset_hex": "0x284", + "index": 1972, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2693, + "address_hex": "0xA85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 645, + "device_offset_hex": "0x285", + "index": 1973, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2948, + "address_hex": "0xB84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 900, + "device_offset_hex": "0x384", + "index": 1974, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2949, + "address_hex": "0xB85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 901, + "device_offset_hex": "0x385", + "index": 1975, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3204, + "address_hex": "0xC84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1156, + "device_offset_hex": "0x484", + "index": 1976, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3205, + "address_hex": "0xC85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1157, + "device_offset_hex": "0x485", + "index": 1977, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3460, + "address_hex": "0xD84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1412, + "device_offset_hex": "0x584", + "index": 1978, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3461, + "address_hex": "0xD85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1413, + "device_offset_hex": "0x585", + "index": 1979, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3716, + "address_hex": "0xE84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1668, + "device_offset_hex": "0x684", + "index": 1980, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3717, + "address_hex": "0xE85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1669, + "device_offset_hex": "0x685", + "index": 1981, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3972, + "address_hex": "0xF84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1924, + "device_offset_hex": "0x784", + "index": 1982, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 132, + "offset_hex": "0x84", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3973, + "address_hex": "0xF85", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "device_offset": 1925, + "device_offset_hex": "0x785", + "index": 1983, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 133, + "offset_hex": "0x85", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 130, + "address_hex": "0x082", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 130, + "device_offset_hex": "0x082", + "index": 1984, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 131, + "address_hex": "0x083", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 131, + "device_offset_hex": "0x083", + "index": 1985, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 386, + "address_hex": "0x182", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 386, + "device_offset_hex": "0x182", + "index": 1986, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 387, + "address_hex": "0x183", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 387, + "device_offset_hex": "0x183", + "index": 1987, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 642, + "address_hex": "0x282", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 642, + "device_offset_hex": "0x282", + "index": 1988, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 643, + "address_hex": "0x283", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 643, + "device_offset_hex": "0x283", + "index": 1989, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 898, + "address_hex": "0x382", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 898, + "device_offset_hex": "0x382", + "index": 1990, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 899, + "address_hex": "0x383", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 899, + "device_offset_hex": "0x383", + "index": 1991, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1154, + "address_hex": "0x482", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1154, + "device_offset_hex": "0x482", + "index": 1992, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1155, + "address_hex": "0x483", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1155, + "device_offset_hex": "0x483", + "index": 1993, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1410, + "address_hex": "0x582", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1410, + "device_offset_hex": "0x582", + "index": 1994, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1411, + "address_hex": "0x583", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1411, + "device_offset_hex": "0x583", + "index": 1995, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1666, + "address_hex": "0x682", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1666, + "device_offset_hex": "0x682", + "index": 1996, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1667, + "address_hex": "0x683", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1667, + "device_offset_hex": "0x683", + "index": 1997, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1922, + "address_hex": "0x782", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1922, + "device_offset_hex": "0x782", + "index": 1998, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1923, + "address_hex": "0x783", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "device_offset": 1923, + "device_offset_hex": "0x783", + "index": 1999, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2178, + "address_hex": "0x882", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 130, + "device_offset_hex": "0x082", + "index": 2000, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2179, + "address_hex": "0x883", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 131, + "device_offset_hex": "0x083", + "index": 2001, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2434, + "address_hex": "0x982", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 386, + "device_offset_hex": "0x182", + "index": 2002, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2435, + "address_hex": "0x983", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 387, + "device_offset_hex": "0x183", + "index": 2003, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2690, + "address_hex": "0xA82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 642, + "device_offset_hex": "0x282", + "index": 2004, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2691, + "address_hex": "0xA83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 643, + "device_offset_hex": "0x283", + "index": 2005, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2946, + "address_hex": "0xB82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 898, + "device_offset_hex": "0x382", + "index": 2006, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2947, + "address_hex": "0xB83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 899, + "device_offset_hex": "0x383", + "index": 2007, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3202, + "address_hex": "0xC82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1154, + "device_offset_hex": "0x482", + "index": 2008, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3203, + "address_hex": "0xC83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1155, + "device_offset_hex": "0x483", + "index": 2009, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3458, + "address_hex": "0xD82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1410, + "device_offset_hex": "0x582", + "index": 2010, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3459, + "address_hex": "0xD83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1411, + "device_offset_hex": "0x583", + "index": 2011, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3714, + "address_hex": "0xE82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1666, + "device_offset_hex": "0x682", + "index": 2012, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3715, + "address_hex": "0xE83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1667, + "device_offset_hex": "0x683", + "index": 2013, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3970, + "address_hex": "0xF82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1922, + "device_offset_hex": "0x782", + "index": 2014, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 130, + "offset_hex": "0x82", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3971, + "address_hex": "0xF83", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "device_offset": 1923, + "device_offset_hex": "0x783", + "index": 2015, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 131, + "offset_hex": "0x83", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 128, + "address_hex": "0x080", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 128, + "device_offset_hex": "0x080", + "index": 2016, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 129, + "address_hex": "0x081", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 129, + "device_offset_hex": "0x081", + "index": 2017, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 384, + "address_hex": "0x180", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 384, + "device_offset_hex": "0x180", + "index": 2018, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 385, + "address_hex": "0x181", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 385, + "device_offset_hex": "0x181", + "index": 2019, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 640, + "address_hex": "0x280", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 640, + "device_offset_hex": "0x280", + "index": 2020, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 641, + "address_hex": "0x281", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 641, + "device_offset_hex": "0x281", + "index": 2021, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 896, + "address_hex": "0x380", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 896, + "device_offset_hex": "0x380", + "index": 2022, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 897, + "address_hex": "0x381", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 897, + "device_offset_hex": "0x381", + "index": 2023, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1152, + "address_hex": "0x480", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1152, + "device_offset_hex": "0x480", + "index": 2024, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1153, + "address_hex": "0x481", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1153, + "device_offset_hex": "0x481", + "index": 2025, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1408, + "address_hex": "0x580", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1408, + "device_offset_hex": "0x580", + "index": 2026, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1409, + "address_hex": "0x581", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1409, + "device_offset_hex": "0x581", + "index": 2027, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1664, + "address_hex": "0x680", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1664, + "device_offset_hex": "0x680", + "index": 2028, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1665, + "address_hex": "0x681", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1665, + "device_offset_hex": "0x681", + "index": 2029, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1920, + "address_hex": "0x780", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1920, + "device_offset_hex": "0x780", + "index": 2030, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1921, + "address_hex": "0x781", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "device_offset": 1921, + "device_offset_hex": "0x781", + "index": 2031, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2176, + "address_hex": "0x880", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 128, + "device_offset_hex": "0x080", + "index": 2032, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2177, + "address_hex": "0x881", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 129, + "device_offset_hex": "0x081", + "index": 2033, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2432, + "address_hex": "0x980", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 384, + "device_offset_hex": "0x180", + "index": 2034, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2433, + "address_hex": "0x981", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 385, + "device_offset_hex": "0x181", + "index": 2035, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2688, + "address_hex": "0xA80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 640, + "device_offset_hex": "0x280", + "index": 2036, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2689, + "address_hex": "0xA81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 641, + "device_offset_hex": "0x281", + "index": 2037, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2944, + "address_hex": "0xB80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 896, + "device_offset_hex": "0x380", + "index": 2038, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2945, + "address_hex": "0xB81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 897, + "device_offset_hex": "0x381", + "index": 2039, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3200, + "address_hex": "0xC80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1152, + "device_offset_hex": "0x480", + "index": 2040, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3201, + "address_hex": "0xC81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1153, + "device_offset_hex": "0x481", + "index": 2041, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3456, + "address_hex": "0xD80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1408, + "device_offset_hex": "0x580", + "index": 2042, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3457, + "address_hex": "0xD81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1409, + "device_offset_hex": "0x581", + "index": 2043, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3712, + "address_hex": "0xE80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1664, + "device_offset_hex": "0x680", + "index": 2044, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3713, + "address_hex": "0xE81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1665, + "device_offset_hex": "0x681", + "index": 2045, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3968, + "address_hex": "0xF80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1920, + "device_offset_hex": "0x780", + "index": 2046, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 128, + "offset_hex": "0x80", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3969, + "address_hex": "0xF81", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "device_offset": 1921, + "device_offset_hex": "0x781", + "index": 2047, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 129, + "offset_hex": "0x81", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 126, + "address_hex": "0x07E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 126, + "device_offset_hex": "0x07E", + "index": 2048, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 127, + "address_hex": "0x07F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 127, + "device_offset_hex": "0x07F", + "index": 2049, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 382, + "address_hex": "0x17E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 382, + "device_offset_hex": "0x17E", + "index": 2050, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 383, + "address_hex": "0x17F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 383, + "device_offset_hex": "0x17F", + "index": 2051, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 638, + "address_hex": "0x27E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 638, + "device_offset_hex": "0x27E", + "index": 2052, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 639, + "address_hex": "0x27F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 639, + "device_offset_hex": "0x27F", + "index": 2053, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 894, + "address_hex": "0x37E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 894, + "device_offset_hex": "0x37E", + "index": 2054, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 895, + "address_hex": "0x37F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 895, + "device_offset_hex": "0x37F", + "index": 2055, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1150, + "address_hex": "0x47E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1150, + "device_offset_hex": "0x47E", + "index": 2056, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1151, + "address_hex": "0x47F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1151, + "device_offset_hex": "0x47F", + "index": 2057, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1406, + "address_hex": "0x57E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1406, + "device_offset_hex": "0x57E", + "index": 2058, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1407, + "address_hex": "0x57F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1407, + "device_offset_hex": "0x57F", + "index": 2059, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1662, + "address_hex": "0x67E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1662, + "device_offset_hex": "0x67E", + "index": 2060, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1663, + "address_hex": "0x67F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1663, + "device_offset_hex": "0x67F", + "index": 2061, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1918, + "address_hex": "0x77E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1918, + "device_offset_hex": "0x77E", + "index": 2062, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1919, + "address_hex": "0x77F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "device_offset": 1919, + "device_offset_hex": "0x77F", + "index": 2063, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2174, + "address_hex": "0x87E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 126, + "device_offset_hex": "0x07E", + "index": 2064, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2175, + "address_hex": "0x87F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 127, + "device_offset_hex": "0x07F", + "index": 2065, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2430, + "address_hex": "0x97E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 382, + "device_offset_hex": "0x17E", + "index": 2066, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2431, + "address_hex": "0x97F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 383, + "device_offset_hex": "0x17F", + "index": 2067, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2686, + "address_hex": "0xA7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 638, + "device_offset_hex": "0x27E", + "index": 2068, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2687, + "address_hex": "0xA7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 639, + "device_offset_hex": "0x27F", + "index": 2069, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2942, + "address_hex": "0xB7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 894, + "device_offset_hex": "0x37E", + "index": 2070, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2943, + "address_hex": "0xB7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 895, + "device_offset_hex": "0x37F", + "index": 2071, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3198, + "address_hex": "0xC7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1150, + "device_offset_hex": "0x47E", + "index": 2072, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3199, + "address_hex": "0xC7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1151, + "device_offset_hex": "0x47F", + "index": 2073, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3454, + "address_hex": "0xD7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1406, + "device_offset_hex": "0x57E", + "index": 2074, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3455, + "address_hex": "0xD7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1407, + "device_offset_hex": "0x57F", + "index": 2075, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3710, + "address_hex": "0xE7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1662, + "device_offset_hex": "0x67E", + "index": 2076, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3711, + "address_hex": "0xE7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1663, + "device_offset_hex": "0x67F", + "index": 2077, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3966, + "address_hex": "0xF7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1918, + "device_offset_hex": "0x77E", + "index": 2078, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 126, + "offset_hex": "0x7E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3967, + "address_hex": "0xF7F", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "device_offset": 1919, + "device_offset_hex": "0x77F", + "index": 2079, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 127, + "offset_hex": "0x7F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 124, + "address_hex": "0x07C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 124, + "device_offset_hex": "0x07C", + "index": 2080, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 125, + "address_hex": "0x07D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 125, + "device_offset_hex": "0x07D", + "index": 2081, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 380, + "address_hex": "0x17C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 380, + "device_offset_hex": "0x17C", + "index": 2082, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 381, + "address_hex": "0x17D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 381, + "device_offset_hex": "0x17D", + "index": 2083, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 636, + "address_hex": "0x27C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 636, + "device_offset_hex": "0x27C", + "index": 2084, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 637, + "address_hex": "0x27D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 637, + "device_offset_hex": "0x27D", + "index": 2085, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 892, + "address_hex": "0x37C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 892, + "device_offset_hex": "0x37C", + "index": 2086, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 893, + "address_hex": "0x37D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 893, + "device_offset_hex": "0x37D", + "index": 2087, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1148, + "address_hex": "0x47C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1148, + "device_offset_hex": "0x47C", + "index": 2088, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1149, + "address_hex": "0x47D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1149, + "device_offset_hex": "0x47D", + "index": 2089, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1404, + "address_hex": "0x57C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1404, + "device_offset_hex": "0x57C", + "index": 2090, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1405, + "address_hex": "0x57D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1405, + "device_offset_hex": "0x57D", + "index": 2091, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1660, + "address_hex": "0x67C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1660, + "device_offset_hex": "0x67C", + "index": 2092, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1661, + "address_hex": "0x67D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1661, + "device_offset_hex": "0x67D", + "index": 2093, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1916, + "address_hex": "0x77C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1916, + "device_offset_hex": "0x77C", + "index": 2094, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1917, + "address_hex": "0x77D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "device_offset": 1917, + "device_offset_hex": "0x77D", + "index": 2095, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2172, + "address_hex": "0x87C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 124, + "device_offset_hex": "0x07C", + "index": 2096, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2173, + "address_hex": "0x87D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 125, + "device_offset_hex": "0x07D", + "index": 2097, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2428, + "address_hex": "0x97C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 380, + "device_offset_hex": "0x17C", + "index": 2098, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2429, + "address_hex": "0x97D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 381, + "device_offset_hex": "0x17D", + "index": 2099, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2684, + "address_hex": "0xA7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 636, + "device_offset_hex": "0x27C", + "index": 2100, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2685, + "address_hex": "0xA7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 637, + "device_offset_hex": "0x27D", + "index": 2101, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2940, + "address_hex": "0xB7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 892, + "device_offset_hex": "0x37C", + "index": 2102, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2941, + "address_hex": "0xB7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 893, + "device_offset_hex": "0x37D", + "index": 2103, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3196, + "address_hex": "0xC7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1148, + "device_offset_hex": "0x47C", + "index": 2104, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3197, + "address_hex": "0xC7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1149, + "device_offset_hex": "0x47D", + "index": 2105, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3452, + "address_hex": "0xD7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1404, + "device_offset_hex": "0x57C", + "index": 2106, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3453, + "address_hex": "0xD7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1405, + "device_offset_hex": "0x57D", + "index": 2107, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3708, + "address_hex": "0xE7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1660, + "device_offset_hex": "0x67C", + "index": 2108, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3709, + "address_hex": "0xE7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1661, + "device_offset_hex": "0x67D", + "index": 2109, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3964, + "address_hex": "0xF7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1916, + "device_offset_hex": "0x77C", + "index": 2110, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 124, + "offset_hex": "0x7C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3965, + "address_hex": "0xF7D", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "device_offset": 1917, + "device_offset_hex": "0x77D", + "index": 2111, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 125, + "offset_hex": "0x7D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 122, + "address_hex": "0x07A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 122, + "device_offset_hex": "0x07A", + "index": 2112, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 123, + "address_hex": "0x07B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 123, + "device_offset_hex": "0x07B", + "index": 2113, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 378, + "address_hex": "0x17A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 378, + "device_offset_hex": "0x17A", + "index": 2114, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 379, + "address_hex": "0x17B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 379, + "device_offset_hex": "0x17B", + "index": 2115, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 634, + "address_hex": "0x27A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 634, + "device_offset_hex": "0x27A", + "index": 2116, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 635, + "address_hex": "0x27B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 635, + "device_offset_hex": "0x27B", + "index": 2117, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 890, + "address_hex": "0x37A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 890, + "device_offset_hex": "0x37A", + "index": 2118, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 891, + "address_hex": "0x37B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 891, + "device_offset_hex": "0x37B", + "index": 2119, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1146, + "address_hex": "0x47A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1146, + "device_offset_hex": "0x47A", + "index": 2120, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1147, + "address_hex": "0x47B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1147, + "device_offset_hex": "0x47B", + "index": 2121, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1402, + "address_hex": "0x57A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1402, + "device_offset_hex": "0x57A", + "index": 2122, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1403, + "address_hex": "0x57B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1403, + "device_offset_hex": "0x57B", + "index": 2123, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1658, + "address_hex": "0x67A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1658, + "device_offset_hex": "0x67A", + "index": 2124, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1659, + "address_hex": "0x67B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1659, + "device_offset_hex": "0x67B", + "index": 2125, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1914, + "address_hex": "0x77A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1914, + "device_offset_hex": "0x77A", + "index": 2126, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1915, + "address_hex": "0x77B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "device_offset": 1915, + "device_offset_hex": "0x77B", + "index": 2127, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2170, + "address_hex": "0x87A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 122, + "device_offset_hex": "0x07A", + "index": 2128, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2171, + "address_hex": "0x87B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 123, + "device_offset_hex": "0x07B", + "index": 2129, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2426, + "address_hex": "0x97A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 378, + "device_offset_hex": "0x17A", + "index": 2130, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2427, + "address_hex": "0x97B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 379, + "device_offset_hex": "0x17B", + "index": 2131, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2682, + "address_hex": "0xA7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 634, + "device_offset_hex": "0x27A", + "index": 2132, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2683, + "address_hex": "0xA7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 635, + "device_offset_hex": "0x27B", + "index": 2133, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2938, + "address_hex": "0xB7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 890, + "device_offset_hex": "0x37A", + "index": 2134, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2939, + "address_hex": "0xB7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 891, + "device_offset_hex": "0x37B", + "index": 2135, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3194, + "address_hex": "0xC7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1146, + "device_offset_hex": "0x47A", + "index": 2136, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3195, + "address_hex": "0xC7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1147, + "device_offset_hex": "0x47B", + "index": 2137, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3450, + "address_hex": "0xD7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1402, + "device_offset_hex": "0x57A", + "index": 2138, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3451, + "address_hex": "0xD7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1403, + "device_offset_hex": "0x57B", + "index": 2139, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3706, + "address_hex": "0xE7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1658, + "device_offset_hex": "0x67A", + "index": 2140, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3707, + "address_hex": "0xE7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1659, + "device_offset_hex": "0x67B", + "index": 2141, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3962, + "address_hex": "0xF7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1914, + "device_offset_hex": "0x77A", + "index": 2142, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 122, + "offset_hex": "0x7A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3963, + "address_hex": "0xF7B", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "device_offset": 1915, + "device_offset_hex": "0x77B", + "index": 2143, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 123, + "offset_hex": "0x7B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 120, + "address_hex": "0x078", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 120, + "device_offset_hex": "0x078", + "index": 2144, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 121, + "address_hex": "0x079", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 121, + "device_offset_hex": "0x079", + "index": 2145, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 376, + "address_hex": "0x178", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 376, + "device_offset_hex": "0x178", + "index": 2146, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 377, + "address_hex": "0x179", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 377, + "device_offset_hex": "0x179", + "index": 2147, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 632, + "address_hex": "0x278", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 632, + "device_offset_hex": "0x278", + "index": 2148, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 633, + "address_hex": "0x279", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 633, + "device_offset_hex": "0x279", + "index": 2149, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 888, + "address_hex": "0x378", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 888, + "device_offset_hex": "0x378", + "index": 2150, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 889, + "address_hex": "0x379", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 889, + "device_offset_hex": "0x379", + "index": 2151, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1144, + "address_hex": "0x478", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1144, + "device_offset_hex": "0x478", + "index": 2152, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1145, + "address_hex": "0x479", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1145, + "device_offset_hex": "0x479", + "index": 2153, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1400, + "address_hex": "0x578", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1400, + "device_offset_hex": "0x578", + "index": 2154, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1401, + "address_hex": "0x579", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1401, + "device_offset_hex": "0x579", + "index": 2155, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1656, + "address_hex": "0x678", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1656, + "device_offset_hex": "0x678", + "index": 2156, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1657, + "address_hex": "0x679", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1657, + "device_offset_hex": "0x679", + "index": 2157, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1912, + "address_hex": "0x778", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1912, + "device_offset_hex": "0x778", + "index": 2158, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1913, + "address_hex": "0x779", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "device_offset": 1913, + "device_offset_hex": "0x779", + "index": 2159, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2168, + "address_hex": "0x878", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 120, + "device_offset_hex": "0x078", + "index": 2160, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2169, + "address_hex": "0x879", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 121, + "device_offset_hex": "0x079", + "index": 2161, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2424, + "address_hex": "0x978", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 376, + "device_offset_hex": "0x178", + "index": 2162, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2425, + "address_hex": "0x979", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 377, + "device_offset_hex": "0x179", + "index": 2163, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2680, + "address_hex": "0xA78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 632, + "device_offset_hex": "0x278", + "index": 2164, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2681, + "address_hex": "0xA79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 633, + "device_offset_hex": "0x279", + "index": 2165, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2936, + "address_hex": "0xB78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 888, + "device_offset_hex": "0x378", + "index": 2166, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2937, + "address_hex": "0xB79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 889, + "device_offset_hex": "0x379", + "index": 2167, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3192, + "address_hex": "0xC78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1144, + "device_offset_hex": "0x478", + "index": 2168, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3193, + "address_hex": "0xC79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1145, + "device_offset_hex": "0x479", + "index": 2169, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3448, + "address_hex": "0xD78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1400, + "device_offset_hex": "0x578", + "index": 2170, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3449, + "address_hex": "0xD79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1401, + "device_offset_hex": "0x579", + "index": 2171, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3704, + "address_hex": "0xE78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1656, + "device_offset_hex": "0x678", + "index": 2172, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3705, + "address_hex": "0xE79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1657, + "device_offset_hex": "0x679", + "index": 2173, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3960, + "address_hex": "0xF78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1912, + "device_offset_hex": "0x778", + "index": 2174, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 120, + "offset_hex": "0x78", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3961, + "address_hex": "0xF79", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "device_offset": 1913, + "device_offset_hex": "0x779", + "index": 2175, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 121, + "offset_hex": "0x79", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 118, + "address_hex": "0x076", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 118, + "device_offset_hex": "0x076", + "index": 2176, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 119, + "address_hex": "0x077", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 119, + "device_offset_hex": "0x077", + "index": 2177, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 374, + "address_hex": "0x176", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 374, + "device_offset_hex": "0x176", + "index": 2178, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 375, + "address_hex": "0x177", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 375, + "device_offset_hex": "0x177", + "index": 2179, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 630, + "address_hex": "0x276", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 630, + "device_offset_hex": "0x276", + "index": 2180, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 631, + "address_hex": "0x277", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 631, + "device_offset_hex": "0x277", + "index": 2181, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 886, + "address_hex": "0x376", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 886, + "device_offset_hex": "0x376", + "index": 2182, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 887, + "address_hex": "0x377", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 887, + "device_offset_hex": "0x377", + "index": 2183, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1142, + "address_hex": "0x476", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1142, + "device_offset_hex": "0x476", + "index": 2184, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1143, + "address_hex": "0x477", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1143, + "device_offset_hex": "0x477", + "index": 2185, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1398, + "address_hex": "0x576", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1398, + "device_offset_hex": "0x576", + "index": 2186, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1399, + "address_hex": "0x577", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1399, + "device_offset_hex": "0x577", + "index": 2187, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1654, + "address_hex": "0x676", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1654, + "device_offset_hex": "0x676", + "index": 2188, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1655, + "address_hex": "0x677", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1655, + "device_offset_hex": "0x677", + "index": 2189, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1910, + "address_hex": "0x776", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1910, + "device_offset_hex": "0x776", + "index": 2190, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1911, + "address_hex": "0x777", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "device_offset": 1911, + "device_offset_hex": "0x777", + "index": 2191, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2166, + "address_hex": "0x876", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 118, + "device_offset_hex": "0x076", + "index": 2192, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2167, + "address_hex": "0x877", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 119, + "device_offset_hex": "0x077", + "index": 2193, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2422, + "address_hex": "0x976", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 374, + "device_offset_hex": "0x176", + "index": 2194, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2423, + "address_hex": "0x977", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 375, + "device_offset_hex": "0x177", + "index": 2195, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2678, + "address_hex": "0xA76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 630, + "device_offset_hex": "0x276", + "index": 2196, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2679, + "address_hex": "0xA77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 631, + "device_offset_hex": "0x277", + "index": 2197, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2934, + "address_hex": "0xB76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 886, + "device_offset_hex": "0x376", + "index": 2198, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2935, + "address_hex": "0xB77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 887, + "device_offset_hex": "0x377", + "index": 2199, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3190, + "address_hex": "0xC76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1142, + "device_offset_hex": "0x476", + "index": 2200, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3191, + "address_hex": "0xC77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1143, + "device_offset_hex": "0x477", + "index": 2201, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3446, + "address_hex": "0xD76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1398, + "device_offset_hex": "0x576", + "index": 2202, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3447, + "address_hex": "0xD77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1399, + "device_offset_hex": "0x577", + "index": 2203, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3702, + "address_hex": "0xE76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1654, + "device_offset_hex": "0x676", + "index": 2204, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3703, + "address_hex": "0xE77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1655, + "device_offset_hex": "0x677", + "index": 2205, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3958, + "address_hex": "0xF76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1910, + "device_offset_hex": "0x776", + "index": 2206, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 118, + "offset_hex": "0x76", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3959, + "address_hex": "0xF77", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "device_offset": 1911, + "device_offset_hex": "0x777", + "index": 2207, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 119, + "offset_hex": "0x77", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 116, + "address_hex": "0x074", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 116, + "device_offset_hex": "0x074", + "index": 2208, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 117, + "address_hex": "0x075", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 117, + "device_offset_hex": "0x075", + "index": 2209, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 372, + "address_hex": "0x174", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 372, + "device_offset_hex": "0x174", + "index": 2210, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 373, + "address_hex": "0x175", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 373, + "device_offset_hex": "0x175", + "index": 2211, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 628, + "address_hex": "0x274", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 628, + "device_offset_hex": "0x274", + "index": 2212, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 629, + "address_hex": "0x275", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 629, + "device_offset_hex": "0x275", + "index": 2213, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 884, + "address_hex": "0x374", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 884, + "device_offset_hex": "0x374", + "index": 2214, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 885, + "address_hex": "0x375", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 885, + "device_offset_hex": "0x375", + "index": 2215, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1140, + "address_hex": "0x474", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1140, + "device_offset_hex": "0x474", + "index": 2216, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1141, + "address_hex": "0x475", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1141, + "device_offset_hex": "0x475", + "index": 2217, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1396, + "address_hex": "0x574", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1396, + "device_offset_hex": "0x574", + "index": 2218, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1397, + "address_hex": "0x575", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1397, + "device_offset_hex": "0x575", + "index": 2219, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1652, + "address_hex": "0x674", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1652, + "device_offset_hex": "0x674", + "index": 2220, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1653, + "address_hex": "0x675", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1653, + "device_offset_hex": "0x675", + "index": 2221, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1908, + "address_hex": "0x774", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1908, + "device_offset_hex": "0x774", + "index": 2222, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1909, + "address_hex": "0x775", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "device_offset": 1909, + "device_offset_hex": "0x775", + "index": 2223, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2164, + "address_hex": "0x874", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 116, + "device_offset_hex": "0x074", + "index": 2224, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2165, + "address_hex": "0x875", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 117, + "device_offset_hex": "0x075", + "index": 2225, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2420, + "address_hex": "0x974", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 372, + "device_offset_hex": "0x174", + "index": 2226, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2421, + "address_hex": "0x975", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 373, + "device_offset_hex": "0x175", + "index": 2227, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2676, + "address_hex": "0xA74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 628, + "device_offset_hex": "0x274", + "index": 2228, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2677, + "address_hex": "0xA75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 629, + "device_offset_hex": "0x275", + "index": 2229, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2932, + "address_hex": "0xB74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 884, + "device_offset_hex": "0x374", + "index": 2230, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2933, + "address_hex": "0xB75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 885, + "device_offset_hex": "0x375", + "index": 2231, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3188, + "address_hex": "0xC74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1140, + "device_offset_hex": "0x474", + "index": 2232, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3189, + "address_hex": "0xC75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1141, + "device_offset_hex": "0x475", + "index": 2233, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3444, + "address_hex": "0xD74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1396, + "device_offset_hex": "0x574", + "index": 2234, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3445, + "address_hex": "0xD75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1397, + "device_offset_hex": "0x575", + "index": 2235, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3700, + "address_hex": "0xE74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1652, + "device_offset_hex": "0x674", + "index": 2236, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3701, + "address_hex": "0xE75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1653, + "device_offset_hex": "0x675", + "index": 2237, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3956, + "address_hex": "0xF74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1908, + "device_offset_hex": "0x774", + "index": 2238, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 116, + "offset_hex": "0x74", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3957, + "address_hex": "0xF75", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "device_offset": 1909, + "device_offset_hex": "0x775", + "index": 2239, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 117, + "offset_hex": "0x75", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 114, + "address_hex": "0x072", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 114, + "device_offset_hex": "0x072", + "index": 2240, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 115, + "address_hex": "0x073", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 115, + "device_offset_hex": "0x073", + "index": 2241, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 370, + "address_hex": "0x172", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 370, + "device_offset_hex": "0x172", + "index": 2242, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 371, + "address_hex": "0x173", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 371, + "device_offset_hex": "0x173", + "index": 2243, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 626, + "address_hex": "0x272", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 626, + "device_offset_hex": "0x272", + "index": 2244, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 627, + "address_hex": "0x273", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 627, + "device_offset_hex": "0x273", + "index": 2245, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 882, + "address_hex": "0x372", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 882, + "device_offset_hex": "0x372", + "index": 2246, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 883, + "address_hex": "0x373", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 883, + "device_offset_hex": "0x373", + "index": 2247, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1138, + "address_hex": "0x472", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1138, + "device_offset_hex": "0x472", + "index": 2248, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1139, + "address_hex": "0x473", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1139, + "device_offset_hex": "0x473", + "index": 2249, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1394, + "address_hex": "0x572", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1394, + "device_offset_hex": "0x572", + "index": 2250, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1395, + "address_hex": "0x573", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1395, + "device_offset_hex": "0x573", + "index": 2251, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1650, + "address_hex": "0x672", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1650, + "device_offset_hex": "0x672", + "index": 2252, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1651, + "address_hex": "0x673", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1651, + "device_offset_hex": "0x673", + "index": 2253, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1906, + "address_hex": "0x772", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1906, + "device_offset_hex": "0x772", + "index": 2254, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1907, + "address_hex": "0x773", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "device_offset": 1907, + "device_offset_hex": "0x773", + "index": 2255, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2162, + "address_hex": "0x872", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 114, + "device_offset_hex": "0x072", + "index": 2256, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2163, + "address_hex": "0x873", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 115, + "device_offset_hex": "0x073", + "index": 2257, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2418, + "address_hex": "0x972", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 370, + "device_offset_hex": "0x172", + "index": 2258, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2419, + "address_hex": "0x973", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 371, + "device_offset_hex": "0x173", + "index": 2259, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2674, + "address_hex": "0xA72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 626, + "device_offset_hex": "0x272", + "index": 2260, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2675, + "address_hex": "0xA73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 627, + "device_offset_hex": "0x273", + "index": 2261, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2930, + "address_hex": "0xB72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 882, + "device_offset_hex": "0x372", + "index": 2262, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2931, + "address_hex": "0xB73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 883, + "device_offset_hex": "0x373", + "index": 2263, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3186, + "address_hex": "0xC72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1138, + "device_offset_hex": "0x472", + "index": 2264, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3187, + "address_hex": "0xC73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1139, + "device_offset_hex": "0x473", + "index": 2265, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3442, + "address_hex": "0xD72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1394, + "device_offset_hex": "0x572", + "index": 2266, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3443, + "address_hex": "0xD73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1395, + "device_offset_hex": "0x573", + "index": 2267, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3698, + "address_hex": "0xE72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1650, + "device_offset_hex": "0x672", + "index": 2268, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3699, + "address_hex": "0xE73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1651, + "device_offset_hex": "0x673", + "index": 2269, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3954, + "address_hex": "0xF72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1906, + "device_offset_hex": "0x772", + "index": 2270, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 114, + "offset_hex": "0x72", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3955, + "address_hex": "0xF73", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "device_offset": 1907, + "device_offset_hex": "0x773", + "index": 2271, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 115, + "offset_hex": "0x73", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 112, + "address_hex": "0x070", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 112, + "device_offset_hex": "0x070", + "index": 2272, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 113, + "address_hex": "0x071", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 113, + "device_offset_hex": "0x071", + "index": 2273, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 368, + "address_hex": "0x170", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 368, + "device_offset_hex": "0x170", + "index": 2274, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 369, + "address_hex": "0x171", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 369, + "device_offset_hex": "0x171", + "index": 2275, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 624, + "address_hex": "0x270", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 624, + "device_offset_hex": "0x270", + "index": 2276, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 625, + "address_hex": "0x271", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 625, + "device_offset_hex": "0x271", + "index": 2277, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 880, + "address_hex": "0x370", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 880, + "device_offset_hex": "0x370", + "index": 2278, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 881, + "address_hex": "0x371", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 881, + "device_offset_hex": "0x371", + "index": 2279, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1136, + "address_hex": "0x470", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1136, + "device_offset_hex": "0x470", + "index": 2280, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1137, + "address_hex": "0x471", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1137, + "device_offset_hex": "0x471", + "index": 2281, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1392, + "address_hex": "0x570", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1392, + "device_offset_hex": "0x570", + "index": 2282, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1393, + "address_hex": "0x571", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1393, + "device_offset_hex": "0x571", + "index": 2283, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1648, + "address_hex": "0x670", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1648, + "device_offset_hex": "0x670", + "index": 2284, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1649, + "address_hex": "0x671", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1649, + "device_offset_hex": "0x671", + "index": 2285, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1904, + "address_hex": "0x770", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1904, + "device_offset_hex": "0x770", + "index": 2286, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1905, + "address_hex": "0x771", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "device_offset": 1905, + "device_offset_hex": "0x771", + "index": 2287, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2160, + "address_hex": "0x870", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 112, + "device_offset_hex": "0x070", + "index": 2288, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2161, + "address_hex": "0x871", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 113, + "device_offset_hex": "0x071", + "index": 2289, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2416, + "address_hex": "0x970", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 368, + "device_offset_hex": "0x170", + "index": 2290, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2417, + "address_hex": "0x971", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 369, + "device_offset_hex": "0x171", + "index": 2291, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2672, + "address_hex": "0xA70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 624, + "device_offset_hex": "0x270", + "index": 2292, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2673, + "address_hex": "0xA71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 625, + "device_offset_hex": "0x271", + "index": 2293, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2928, + "address_hex": "0xB70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 880, + "device_offset_hex": "0x370", + "index": 2294, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2929, + "address_hex": "0xB71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 881, + "device_offset_hex": "0x371", + "index": 2295, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3184, + "address_hex": "0xC70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1136, + "device_offset_hex": "0x470", + "index": 2296, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3185, + "address_hex": "0xC71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1137, + "device_offset_hex": "0x471", + "index": 2297, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3440, + "address_hex": "0xD70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1392, + "device_offset_hex": "0x570", + "index": 2298, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3441, + "address_hex": "0xD71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1393, + "device_offset_hex": "0x571", + "index": 2299, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3696, + "address_hex": "0xE70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1648, + "device_offset_hex": "0x670", + "index": 2300, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3697, + "address_hex": "0xE71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1649, + "device_offset_hex": "0x671", + "index": 2301, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3952, + "address_hex": "0xF70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1904, + "device_offset_hex": "0x770", + "index": 2302, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 112, + "offset_hex": "0x70", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3953, + "address_hex": "0xF71", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "device_offset": 1905, + "device_offset_hex": "0x771", + "index": 2303, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 113, + "offset_hex": "0x71", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 110, + "address_hex": "0x06E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 110, + "device_offset_hex": "0x06E", + "index": 2304, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 111, + "address_hex": "0x06F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 111, + "device_offset_hex": "0x06F", + "index": 2305, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 366, + "address_hex": "0x16E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 366, + "device_offset_hex": "0x16E", + "index": 2306, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 367, + "address_hex": "0x16F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 367, + "device_offset_hex": "0x16F", + "index": 2307, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 622, + "address_hex": "0x26E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 622, + "device_offset_hex": "0x26E", + "index": 2308, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 623, + "address_hex": "0x26F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 623, + "device_offset_hex": "0x26F", + "index": 2309, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 878, + "address_hex": "0x36E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 878, + "device_offset_hex": "0x36E", + "index": 2310, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 879, + "address_hex": "0x36F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 879, + "device_offset_hex": "0x36F", + "index": 2311, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1134, + "address_hex": "0x46E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1134, + "device_offset_hex": "0x46E", + "index": 2312, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1135, + "address_hex": "0x46F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1135, + "device_offset_hex": "0x46F", + "index": 2313, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1390, + "address_hex": "0x56E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1390, + "device_offset_hex": "0x56E", + "index": 2314, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1391, + "address_hex": "0x56F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1391, + "device_offset_hex": "0x56F", + "index": 2315, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1646, + "address_hex": "0x66E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1646, + "device_offset_hex": "0x66E", + "index": 2316, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1647, + "address_hex": "0x66F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1647, + "device_offset_hex": "0x66F", + "index": 2317, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1902, + "address_hex": "0x76E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1902, + "device_offset_hex": "0x76E", + "index": 2318, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1903, + "address_hex": "0x76F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "device_offset": 1903, + "device_offset_hex": "0x76F", + "index": 2319, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2158, + "address_hex": "0x86E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 110, + "device_offset_hex": "0x06E", + "index": 2320, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2159, + "address_hex": "0x86F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 111, + "device_offset_hex": "0x06F", + "index": 2321, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2414, + "address_hex": "0x96E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 366, + "device_offset_hex": "0x16E", + "index": 2322, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2415, + "address_hex": "0x96F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 367, + "device_offset_hex": "0x16F", + "index": 2323, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2670, + "address_hex": "0xA6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 622, + "device_offset_hex": "0x26E", + "index": 2324, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2671, + "address_hex": "0xA6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 623, + "device_offset_hex": "0x26F", + "index": 2325, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2926, + "address_hex": "0xB6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 878, + "device_offset_hex": "0x36E", + "index": 2326, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2927, + "address_hex": "0xB6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 879, + "device_offset_hex": "0x36F", + "index": 2327, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3182, + "address_hex": "0xC6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1134, + "device_offset_hex": "0x46E", + "index": 2328, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3183, + "address_hex": "0xC6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1135, + "device_offset_hex": "0x46F", + "index": 2329, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3438, + "address_hex": "0xD6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1390, + "device_offset_hex": "0x56E", + "index": 2330, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3439, + "address_hex": "0xD6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1391, + "device_offset_hex": "0x56F", + "index": 2331, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3694, + "address_hex": "0xE6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1646, + "device_offset_hex": "0x66E", + "index": 2332, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3695, + "address_hex": "0xE6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1647, + "device_offset_hex": "0x66F", + "index": 2333, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3950, + "address_hex": "0xF6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1902, + "device_offset_hex": "0x76E", + "index": 2334, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 110, + "offset_hex": "0x6E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3951, + "address_hex": "0xF6F", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "device_offset": 1903, + "device_offset_hex": "0x76F", + "index": 2335, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 111, + "offset_hex": "0x6F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 108, + "address_hex": "0x06C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 108, + "device_offset_hex": "0x06C", + "index": 2336, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 109, + "address_hex": "0x06D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 109, + "device_offset_hex": "0x06D", + "index": 2337, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 364, + "address_hex": "0x16C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 364, + "device_offset_hex": "0x16C", + "index": 2338, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 365, + "address_hex": "0x16D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 365, + "device_offset_hex": "0x16D", + "index": 2339, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 620, + "address_hex": "0x26C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 620, + "device_offset_hex": "0x26C", + "index": 2340, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 621, + "address_hex": "0x26D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 621, + "device_offset_hex": "0x26D", + "index": 2341, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 876, + "address_hex": "0x36C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 876, + "device_offset_hex": "0x36C", + "index": 2342, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 877, + "address_hex": "0x36D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 877, + "device_offset_hex": "0x36D", + "index": 2343, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1132, + "address_hex": "0x46C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1132, + "device_offset_hex": "0x46C", + "index": 2344, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1133, + "address_hex": "0x46D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1133, + "device_offset_hex": "0x46D", + "index": 2345, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1388, + "address_hex": "0x56C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1388, + "device_offset_hex": "0x56C", + "index": 2346, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1389, + "address_hex": "0x56D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1389, + "device_offset_hex": "0x56D", + "index": 2347, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1644, + "address_hex": "0x66C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1644, + "device_offset_hex": "0x66C", + "index": 2348, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1645, + "address_hex": "0x66D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1645, + "device_offset_hex": "0x66D", + "index": 2349, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1900, + "address_hex": "0x76C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1900, + "device_offset_hex": "0x76C", + "index": 2350, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1901, + "address_hex": "0x76D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "device_offset": 1901, + "device_offset_hex": "0x76D", + "index": 2351, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2156, + "address_hex": "0x86C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 108, + "device_offset_hex": "0x06C", + "index": 2352, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2157, + "address_hex": "0x86D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 109, + "device_offset_hex": "0x06D", + "index": 2353, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2412, + "address_hex": "0x96C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 364, + "device_offset_hex": "0x16C", + "index": 2354, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2413, + "address_hex": "0x96D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 365, + "device_offset_hex": "0x16D", + "index": 2355, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2668, + "address_hex": "0xA6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 620, + "device_offset_hex": "0x26C", + "index": 2356, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2669, + "address_hex": "0xA6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 621, + "device_offset_hex": "0x26D", + "index": 2357, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2924, + "address_hex": "0xB6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 876, + "device_offset_hex": "0x36C", + "index": 2358, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2925, + "address_hex": "0xB6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 877, + "device_offset_hex": "0x36D", + "index": 2359, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3180, + "address_hex": "0xC6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1132, + "device_offset_hex": "0x46C", + "index": 2360, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3181, + "address_hex": "0xC6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1133, + "device_offset_hex": "0x46D", + "index": 2361, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3436, + "address_hex": "0xD6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1388, + "device_offset_hex": "0x56C", + "index": 2362, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3437, + "address_hex": "0xD6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1389, + "device_offset_hex": "0x56D", + "index": 2363, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3692, + "address_hex": "0xE6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1644, + "device_offset_hex": "0x66C", + "index": 2364, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3693, + "address_hex": "0xE6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1645, + "device_offset_hex": "0x66D", + "index": 2365, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3948, + "address_hex": "0xF6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1900, + "device_offset_hex": "0x76C", + "index": 2366, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 108, + "offset_hex": "0x6C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3949, + "address_hex": "0xF6D", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "device_offset": 1901, + "device_offset_hex": "0x76D", + "index": 2367, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 109, + "offset_hex": "0x6D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 106, + "address_hex": "0x06A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 106, + "device_offset_hex": "0x06A", + "index": 2368, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 107, + "address_hex": "0x06B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 107, + "device_offset_hex": "0x06B", + "index": 2369, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 362, + "address_hex": "0x16A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 362, + "device_offset_hex": "0x16A", + "index": 2370, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 363, + "address_hex": "0x16B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 363, + "device_offset_hex": "0x16B", + "index": 2371, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 618, + "address_hex": "0x26A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 618, + "device_offset_hex": "0x26A", + "index": 2372, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 619, + "address_hex": "0x26B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 619, + "device_offset_hex": "0x26B", + "index": 2373, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 874, + "address_hex": "0x36A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 874, + "device_offset_hex": "0x36A", + "index": 2374, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 875, + "address_hex": "0x36B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 875, + "device_offset_hex": "0x36B", + "index": 2375, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1130, + "address_hex": "0x46A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1130, + "device_offset_hex": "0x46A", + "index": 2376, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1131, + "address_hex": "0x46B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1131, + "device_offset_hex": "0x46B", + "index": 2377, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1386, + "address_hex": "0x56A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1386, + "device_offset_hex": "0x56A", + "index": 2378, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1387, + "address_hex": "0x56B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1387, + "device_offset_hex": "0x56B", + "index": 2379, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1642, + "address_hex": "0x66A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1642, + "device_offset_hex": "0x66A", + "index": 2380, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1643, + "address_hex": "0x66B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1643, + "device_offset_hex": "0x66B", + "index": 2381, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1898, + "address_hex": "0x76A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1898, + "device_offset_hex": "0x76A", + "index": 2382, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1899, + "address_hex": "0x76B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "device_offset": 1899, + "device_offset_hex": "0x76B", + "index": 2383, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2154, + "address_hex": "0x86A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 106, + "device_offset_hex": "0x06A", + "index": 2384, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2155, + "address_hex": "0x86B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 107, + "device_offset_hex": "0x06B", + "index": 2385, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2410, + "address_hex": "0x96A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 362, + "device_offset_hex": "0x16A", + "index": 2386, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2411, + "address_hex": "0x96B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 363, + "device_offset_hex": "0x16B", + "index": 2387, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2666, + "address_hex": "0xA6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 618, + "device_offset_hex": "0x26A", + "index": 2388, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2667, + "address_hex": "0xA6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 619, + "device_offset_hex": "0x26B", + "index": 2389, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2922, + "address_hex": "0xB6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 874, + "device_offset_hex": "0x36A", + "index": 2390, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2923, + "address_hex": "0xB6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 875, + "device_offset_hex": "0x36B", + "index": 2391, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3178, + "address_hex": "0xC6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1130, + "device_offset_hex": "0x46A", + "index": 2392, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3179, + "address_hex": "0xC6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1131, + "device_offset_hex": "0x46B", + "index": 2393, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3434, + "address_hex": "0xD6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1386, + "device_offset_hex": "0x56A", + "index": 2394, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3435, + "address_hex": "0xD6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1387, + "device_offset_hex": "0x56B", + "index": 2395, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3690, + "address_hex": "0xE6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1642, + "device_offset_hex": "0x66A", + "index": 2396, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3691, + "address_hex": "0xE6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1643, + "device_offset_hex": "0x66B", + "index": 2397, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3946, + "address_hex": "0xF6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1898, + "device_offset_hex": "0x76A", + "index": 2398, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 106, + "offset_hex": "0x6A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3947, + "address_hex": "0xF6B", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "device_offset": 1899, + "device_offset_hex": "0x76B", + "index": 2399, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 107, + "offset_hex": "0x6B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 104, + "address_hex": "0x068", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 104, + "device_offset_hex": "0x068", + "index": 2400, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 105, + "address_hex": "0x069", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 105, + "device_offset_hex": "0x069", + "index": 2401, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 360, + "address_hex": "0x168", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 360, + "device_offset_hex": "0x168", + "index": 2402, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 361, + "address_hex": "0x169", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 361, + "device_offset_hex": "0x169", + "index": 2403, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 616, + "address_hex": "0x268", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 616, + "device_offset_hex": "0x268", + "index": 2404, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 617, + "address_hex": "0x269", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 617, + "device_offset_hex": "0x269", + "index": 2405, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 872, + "address_hex": "0x368", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 872, + "device_offset_hex": "0x368", + "index": 2406, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 873, + "address_hex": "0x369", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 873, + "device_offset_hex": "0x369", + "index": 2407, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1128, + "address_hex": "0x468", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1128, + "device_offset_hex": "0x468", + "index": 2408, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1129, + "address_hex": "0x469", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1129, + "device_offset_hex": "0x469", + "index": 2409, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1384, + "address_hex": "0x568", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1384, + "device_offset_hex": "0x568", + "index": 2410, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1385, + "address_hex": "0x569", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1385, + "device_offset_hex": "0x569", + "index": 2411, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1640, + "address_hex": "0x668", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1640, + "device_offset_hex": "0x668", + "index": 2412, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1641, + "address_hex": "0x669", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1641, + "device_offset_hex": "0x669", + "index": 2413, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1896, + "address_hex": "0x768", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1896, + "device_offset_hex": "0x768", + "index": 2414, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1897, + "address_hex": "0x769", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "device_offset": 1897, + "device_offset_hex": "0x769", + "index": 2415, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2152, + "address_hex": "0x868", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 104, + "device_offset_hex": "0x068", + "index": 2416, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2153, + "address_hex": "0x869", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 105, + "device_offset_hex": "0x069", + "index": 2417, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2408, + "address_hex": "0x968", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 360, + "device_offset_hex": "0x168", + "index": 2418, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2409, + "address_hex": "0x969", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 361, + "device_offset_hex": "0x169", + "index": 2419, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2664, + "address_hex": "0xA68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 616, + "device_offset_hex": "0x268", + "index": 2420, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2665, + "address_hex": "0xA69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 617, + "device_offset_hex": "0x269", + "index": 2421, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2920, + "address_hex": "0xB68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 872, + "device_offset_hex": "0x368", + "index": 2422, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2921, + "address_hex": "0xB69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 873, + "device_offset_hex": "0x369", + "index": 2423, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3176, + "address_hex": "0xC68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1128, + "device_offset_hex": "0x468", + "index": 2424, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3177, + "address_hex": "0xC69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1129, + "device_offset_hex": "0x469", + "index": 2425, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3432, + "address_hex": "0xD68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1384, + "device_offset_hex": "0x568", + "index": 2426, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3433, + "address_hex": "0xD69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1385, + "device_offset_hex": "0x569", + "index": 2427, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3688, + "address_hex": "0xE68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1640, + "device_offset_hex": "0x668", + "index": 2428, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3689, + "address_hex": "0xE69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1641, + "device_offset_hex": "0x669", + "index": 2429, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3944, + "address_hex": "0xF68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1896, + "device_offset_hex": "0x768", + "index": 2430, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 104, + "offset_hex": "0x68", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3945, + "address_hex": "0xF69", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "device_offset": 1897, + "device_offset_hex": "0x769", + "index": 2431, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 105, + "offset_hex": "0x69", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 102, + "address_hex": "0x066", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 102, + "device_offset_hex": "0x066", + "index": 2432, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 103, + "address_hex": "0x067", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 103, + "device_offset_hex": "0x067", + "index": 2433, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 358, + "address_hex": "0x166", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 358, + "device_offset_hex": "0x166", + "index": 2434, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 359, + "address_hex": "0x167", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 359, + "device_offset_hex": "0x167", + "index": 2435, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 614, + "address_hex": "0x266", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 614, + "device_offset_hex": "0x266", + "index": 2436, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 615, + "address_hex": "0x267", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 615, + "device_offset_hex": "0x267", + "index": 2437, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 870, + "address_hex": "0x366", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 870, + "device_offset_hex": "0x366", + "index": 2438, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 871, + "address_hex": "0x367", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 871, + "device_offset_hex": "0x367", + "index": 2439, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1126, + "address_hex": "0x466", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1126, + "device_offset_hex": "0x466", + "index": 2440, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1127, + "address_hex": "0x467", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1127, + "device_offset_hex": "0x467", + "index": 2441, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1382, + "address_hex": "0x566", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1382, + "device_offset_hex": "0x566", + "index": 2442, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1383, + "address_hex": "0x567", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1383, + "device_offset_hex": "0x567", + "index": 2443, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1638, + "address_hex": "0x666", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1638, + "device_offset_hex": "0x666", + "index": 2444, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1639, + "address_hex": "0x667", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1639, + "device_offset_hex": "0x667", + "index": 2445, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1894, + "address_hex": "0x766", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1894, + "device_offset_hex": "0x766", + "index": 2446, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1895, + "address_hex": "0x767", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "device_offset": 1895, + "device_offset_hex": "0x767", + "index": 2447, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2150, + "address_hex": "0x866", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 102, + "device_offset_hex": "0x066", + "index": 2448, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2151, + "address_hex": "0x867", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 103, + "device_offset_hex": "0x067", + "index": 2449, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2406, + "address_hex": "0x966", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 358, + "device_offset_hex": "0x166", + "index": 2450, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2407, + "address_hex": "0x967", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 359, + "device_offset_hex": "0x167", + "index": 2451, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2662, + "address_hex": "0xA66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 614, + "device_offset_hex": "0x266", + "index": 2452, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2663, + "address_hex": "0xA67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 615, + "device_offset_hex": "0x267", + "index": 2453, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2918, + "address_hex": "0xB66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 870, + "device_offset_hex": "0x366", + "index": 2454, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2919, + "address_hex": "0xB67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 871, + "device_offset_hex": "0x367", + "index": 2455, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3174, + "address_hex": "0xC66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1126, + "device_offset_hex": "0x466", + "index": 2456, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3175, + "address_hex": "0xC67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1127, + "device_offset_hex": "0x467", + "index": 2457, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3430, + "address_hex": "0xD66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1382, + "device_offset_hex": "0x566", + "index": 2458, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3431, + "address_hex": "0xD67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1383, + "device_offset_hex": "0x567", + "index": 2459, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3686, + "address_hex": "0xE66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1638, + "device_offset_hex": "0x666", + "index": 2460, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3687, + "address_hex": "0xE67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1639, + "device_offset_hex": "0x667", + "index": 2461, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3942, + "address_hex": "0xF66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1894, + "device_offset_hex": "0x766", + "index": 2462, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 102, + "offset_hex": "0x66", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3943, + "address_hex": "0xF67", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "device_offset": 1895, + "device_offset_hex": "0x767", + "index": 2463, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 103, + "offset_hex": "0x67", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 100, + "address_hex": "0x064", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 100, + "device_offset_hex": "0x064", + "index": 2464, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 101, + "address_hex": "0x065", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 101, + "device_offset_hex": "0x065", + "index": 2465, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 356, + "address_hex": "0x164", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 356, + "device_offset_hex": "0x164", + "index": 2466, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 357, + "address_hex": "0x165", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 357, + "device_offset_hex": "0x165", + "index": 2467, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 612, + "address_hex": "0x264", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 612, + "device_offset_hex": "0x264", + "index": 2468, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 613, + "address_hex": "0x265", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 613, + "device_offset_hex": "0x265", + "index": 2469, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 868, + "address_hex": "0x364", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 868, + "device_offset_hex": "0x364", + "index": 2470, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 869, + "address_hex": "0x365", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 869, + "device_offset_hex": "0x365", + "index": 2471, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1124, + "address_hex": "0x464", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1124, + "device_offset_hex": "0x464", + "index": 2472, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1125, + "address_hex": "0x465", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1125, + "device_offset_hex": "0x465", + "index": 2473, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1380, + "address_hex": "0x564", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1380, + "device_offset_hex": "0x564", + "index": 2474, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1381, + "address_hex": "0x565", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1381, + "device_offset_hex": "0x565", + "index": 2475, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1636, + "address_hex": "0x664", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1636, + "device_offset_hex": "0x664", + "index": 2476, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1637, + "address_hex": "0x665", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1637, + "device_offset_hex": "0x665", + "index": 2477, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1892, + "address_hex": "0x764", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1892, + "device_offset_hex": "0x764", + "index": 2478, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1893, + "address_hex": "0x765", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "device_offset": 1893, + "device_offset_hex": "0x765", + "index": 2479, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2148, + "address_hex": "0x864", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 100, + "device_offset_hex": "0x064", + "index": 2480, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2149, + "address_hex": "0x865", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 101, + "device_offset_hex": "0x065", + "index": 2481, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2404, + "address_hex": "0x964", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 356, + "device_offset_hex": "0x164", + "index": 2482, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2405, + "address_hex": "0x965", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 357, + "device_offset_hex": "0x165", + "index": 2483, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2660, + "address_hex": "0xA64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 612, + "device_offset_hex": "0x264", + "index": 2484, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2661, + "address_hex": "0xA65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 613, + "device_offset_hex": "0x265", + "index": 2485, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2916, + "address_hex": "0xB64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 868, + "device_offset_hex": "0x364", + "index": 2486, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2917, + "address_hex": "0xB65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 869, + "device_offset_hex": "0x365", + "index": 2487, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3172, + "address_hex": "0xC64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1124, + "device_offset_hex": "0x464", + "index": 2488, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3173, + "address_hex": "0xC65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1125, + "device_offset_hex": "0x465", + "index": 2489, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3428, + "address_hex": "0xD64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1380, + "device_offset_hex": "0x564", + "index": 2490, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3429, + "address_hex": "0xD65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1381, + "device_offset_hex": "0x565", + "index": 2491, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3684, + "address_hex": "0xE64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1636, + "device_offset_hex": "0x664", + "index": 2492, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3685, + "address_hex": "0xE65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1637, + "device_offset_hex": "0x665", + "index": 2493, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3940, + "address_hex": "0xF64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1892, + "device_offset_hex": "0x764", + "index": 2494, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 100, + "offset_hex": "0x64", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3941, + "address_hex": "0xF65", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "device_offset": 1893, + "device_offset_hex": "0x765", + "index": 2495, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 101, + "offset_hex": "0x65", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 98, + "address_hex": "0x062", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 98, + "device_offset_hex": "0x062", + "index": 2496, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 99, + "address_hex": "0x063", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 99, + "device_offset_hex": "0x063", + "index": 2497, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 354, + "address_hex": "0x162", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 354, + "device_offset_hex": "0x162", + "index": 2498, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 355, + "address_hex": "0x163", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 355, + "device_offset_hex": "0x163", + "index": 2499, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 610, + "address_hex": "0x262", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 610, + "device_offset_hex": "0x262", + "index": 2500, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 611, + "address_hex": "0x263", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 611, + "device_offset_hex": "0x263", + "index": 2501, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 866, + "address_hex": "0x362", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 866, + "device_offset_hex": "0x362", + "index": 2502, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 867, + "address_hex": "0x363", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 867, + "device_offset_hex": "0x363", + "index": 2503, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1122, + "address_hex": "0x462", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1122, + "device_offset_hex": "0x462", + "index": 2504, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1123, + "address_hex": "0x463", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1123, + "device_offset_hex": "0x463", + "index": 2505, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1378, + "address_hex": "0x562", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1378, + "device_offset_hex": "0x562", + "index": 2506, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1379, + "address_hex": "0x563", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1379, + "device_offset_hex": "0x563", + "index": 2507, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1634, + "address_hex": "0x662", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1634, + "device_offset_hex": "0x662", + "index": 2508, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1635, + "address_hex": "0x663", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1635, + "device_offset_hex": "0x663", + "index": 2509, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1890, + "address_hex": "0x762", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1890, + "device_offset_hex": "0x762", + "index": 2510, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1891, + "address_hex": "0x763", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "device_offset": 1891, + "device_offset_hex": "0x763", + "index": 2511, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2146, + "address_hex": "0x862", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 98, + "device_offset_hex": "0x062", + "index": 2512, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2147, + "address_hex": "0x863", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 99, + "device_offset_hex": "0x063", + "index": 2513, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2402, + "address_hex": "0x962", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 354, + "device_offset_hex": "0x162", + "index": 2514, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2403, + "address_hex": "0x963", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 355, + "device_offset_hex": "0x163", + "index": 2515, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2658, + "address_hex": "0xA62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 610, + "device_offset_hex": "0x262", + "index": 2516, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2659, + "address_hex": "0xA63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 611, + "device_offset_hex": "0x263", + "index": 2517, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2914, + "address_hex": "0xB62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 866, + "device_offset_hex": "0x362", + "index": 2518, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2915, + "address_hex": "0xB63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 867, + "device_offset_hex": "0x363", + "index": 2519, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3170, + "address_hex": "0xC62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1122, + "device_offset_hex": "0x462", + "index": 2520, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3171, + "address_hex": "0xC63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1123, + "device_offset_hex": "0x463", + "index": 2521, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3426, + "address_hex": "0xD62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1378, + "device_offset_hex": "0x562", + "index": 2522, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3427, + "address_hex": "0xD63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1379, + "device_offset_hex": "0x563", + "index": 2523, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3682, + "address_hex": "0xE62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1634, + "device_offset_hex": "0x662", + "index": 2524, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3683, + "address_hex": "0xE63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1635, + "device_offset_hex": "0x663", + "index": 2525, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3938, + "address_hex": "0xF62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1890, + "device_offset_hex": "0x762", + "index": 2526, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 98, + "offset_hex": "0x62", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3939, + "address_hex": "0xF63", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "device_offset": 1891, + "device_offset_hex": "0x763", + "index": 2527, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 99, + "offset_hex": "0x63", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 96, + "address_hex": "0x060", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 96, + "device_offset_hex": "0x060", + "index": 2528, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 97, + "address_hex": "0x061", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 97, + "device_offset_hex": "0x061", + "index": 2529, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 352, + "address_hex": "0x160", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 352, + "device_offset_hex": "0x160", + "index": 2530, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 353, + "address_hex": "0x161", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 353, + "device_offset_hex": "0x161", + "index": 2531, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 608, + "address_hex": "0x260", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 608, + "device_offset_hex": "0x260", + "index": 2532, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 609, + "address_hex": "0x261", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 609, + "device_offset_hex": "0x261", + "index": 2533, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 864, + "address_hex": "0x360", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 864, + "device_offset_hex": "0x360", + "index": 2534, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 865, + "address_hex": "0x361", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 865, + "device_offset_hex": "0x361", + "index": 2535, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1120, + "address_hex": "0x460", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1120, + "device_offset_hex": "0x460", + "index": 2536, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1121, + "address_hex": "0x461", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1121, + "device_offset_hex": "0x461", + "index": 2537, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1376, + "address_hex": "0x560", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1376, + "device_offset_hex": "0x560", + "index": 2538, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1377, + "address_hex": "0x561", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1377, + "device_offset_hex": "0x561", + "index": 2539, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1632, + "address_hex": "0x660", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1632, + "device_offset_hex": "0x660", + "index": 2540, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1633, + "address_hex": "0x661", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1633, + "device_offset_hex": "0x661", + "index": 2541, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1888, + "address_hex": "0x760", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1888, + "device_offset_hex": "0x760", + "index": 2542, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1889, + "address_hex": "0x761", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "device_offset": 1889, + "device_offset_hex": "0x761", + "index": 2543, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2144, + "address_hex": "0x860", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 96, + "device_offset_hex": "0x060", + "index": 2544, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2145, + "address_hex": "0x861", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 97, + "device_offset_hex": "0x061", + "index": 2545, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2400, + "address_hex": "0x960", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 352, + "device_offset_hex": "0x160", + "index": 2546, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2401, + "address_hex": "0x961", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 353, + "device_offset_hex": "0x161", + "index": 2547, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2656, + "address_hex": "0xA60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 608, + "device_offset_hex": "0x260", + "index": 2548, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2657, + "address_hex": "0xA61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 609, + "device_offset_hex": "0x261", + "index": 2549, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2912, + "address_hex": "0xB60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 864, + "device_offset_hex": "0x360", + "index": 2550, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2913, + "address_hex": "0xB61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 865, + "device_offset_hex": "0x361", + "index": 2551, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3168, + "address_hex": "0xC60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1120, + "device_offset_hex": "0x460", + "index": 2552, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3169, + "address_hex": "0xC61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1121, + "device_offset_hex": "0x461", + "index": 2553, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3424, + "address_hex": "0xD60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1376, + "device_offset_hex": "0x560", + "index": 2554, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3425, + "address_hex": "0xD61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1377, + "device_offset_hex": "0x561", + "index": 2555, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3680, + "address_hex": "0xE60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1632, + "device_offset_hex": "0x660", + "index": 2556, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3681, + "address_hex": "0xE61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1633, + "device_offset_hex": "0x661", + "index": 2557, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3936, + "address_hex": "0xF60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1888, + "device_offset_hex": "0x760", + "index": 2558, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 248, + "new_value_hex": "0xF8", + "offset": 96, + "offset_hex": "0x60", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3937, + "address_hex": "0xF61", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "device_offset": 1889, + "device_offset_hex": "0x761", + "index": 2559, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 97, + "offset_hex": "0x61", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 94, + "address_hex": "0x05E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 94, + "device_offset_hex": "0x05E", + "index": 2560, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 95, + "address_hex": "0x05F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 95, + "device_offset_hex": "0x05F", + "index": 2561, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 350, + "address_hex": "0x15E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 350, + "device_offset_hex": "0x15E", + "index": 2562, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 351, + "address_hex": "0x15F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 351, + "device_offset_hex": "0x15F", + "index": 2563, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 606, + "address_hex": "0x25E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 606, + "device_offset_hex": "0x25E", + "index": 2564, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 607, + "address_hex": "0x25F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 607, + "device_offset_hex": "0x25F", + "index": 2565, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 862, + "address_hex": "0x35E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 862, + "device_offset_hex": "0x35E", + "index": 2566, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 863, + "address_hex": "0x35F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 863, + "device_offset_hex": "0x35F", + "index": 2567, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1118, + "address_hex": "0x45E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1118, + "device_offset_hex": "0x45E", + "index": 2568, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1119, + "address_hex": "0x45F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1119, + "device_offset_hex": "0x45F", + "index": 2569, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1374, + "address_hex": "0x55E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1374, + "device_offset_hex": "0x55E", + "index": 2570, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1375, + "address_hex": "0x55F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1375, + "device_offset_hex": "0x55F", + "index": 2571, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1630, + "address_hex": "0x65E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1630, + "device_offset_hex": "0x65E", + "index": 2572, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1631, + "address_hex": "0x65F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1631, + "device_offset_hex": "0x65F", + "index": 2573, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1886, + "address_hex": "0x75E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1886, + "device_offset_hex": "0x75E", + "index": 2574, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1887, + "address_hex": "0x75F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "device_offset": 1887, + "device_offset_hex": "0x75F", + "index": 2575, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2142, + "address_hex": "0x85E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 94, + "device_offset_hex": "0x05E", + "index": 2576, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2143, + "address_hex": "0x85F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 95, + "device_offset_hex": "0x05F", + "index": 2577, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2398, + "address_hex": "0x95E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 350, + "device_offset_hex": "0x15E", + "index": 2578, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2399, + "address_hex": "0x95F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 351, + "device_offset_hex": "0x15F", + "index": 2579, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2654, + "address_hex": "0xA5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 606, + "device_offset_hex": "0x25E", + "index": 2580, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2655, + "address_hex": "0xA5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 607, + "device_offset_hex": "0x25F", + "index": 2581, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2910, + "address_hex": "0xB5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 862, + "device_offset_hex": "0x35E", + "index": 2582, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2911, + "address_hex": "0xB5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 863, + "device_offset_hex": "0x35F", + "index": 2583, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3166, + "address_hex": "0xC5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1118, + "device_offset_hex": "0x45E", + "index": 2584, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3167, + "address_hex": "0xC5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1119, + "device_offset_hex": "0x45F", + "index": 2585, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3422, + "address_hex": "0xD5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1374, + "device_offset_hex": "0x55E", + "index": 2586, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3423, + "address_hex": "0xD5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1375, + "device_offset_hex": "0x55F", + "index": 2587, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3678, + "address_hex": "0xE5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1630, + "device_offset_hex": "0x65E", + "index": 2588, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3679, + "address_hex": "0xE5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1631, + "device_offset_hex": "0x65F", + "index": 2589, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3934, + "address_hex": "0xF5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1886, + "device_offset_hex": "0x75E", + "index": 2590, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 94, + "offset_hex": "0x5E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3935, + "address_hex": "0xF5F", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "device_offset": 1887, + "device_offset_hex": "0x75F", + "index": 2591, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 95, + "offset_hex": "0x5F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 92, + "address_hex": "0x05C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 92, + "device_offset_hex": "0x05C", + "index": 2592, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 93, + "address_hex": "0x05D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 93, + "device_offset_hex": "0x05D", + "index": 2593, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 348, + "address_hex": "0x15C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 348, + "device_offset_hex": "0x15C", + "index": 2594, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 349, + "address_hex": "0x15D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 349, + "device_offset_hex": "0x15D", + "index": 2595, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 604, + "address_hex": "0x25C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 604, + "device_offset_hex": "0x25C", + "index": 2596, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 605, + "address_hex": "0x25D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 605, + "device_offset_hex": "0x25D", + "index": 2597, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 860, + "address_hex": "0x35C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 860, + "device_offset_hex": "0x35C", + "index": 2598, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 861, + "address_hex": "0x35D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 861, + "device_offset_hex": "0x35D", + "index": 2599, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1116, + "address_hex": "0x45C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1116, + "device_offset_hex": "0x45C", + "index": 2600, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1117, + "address_hex": "0x45D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1117, + "device_offset_hex": "0x45D", + "index": 2601, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1372, + "address_hex": "0x55C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1372, + "device_offset_hex": "0x55C", + "index": 2602, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1373, + "address_hex": "0x55D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1373, + "device_offset_hex": "0x55D", + "index": 2603, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1628, + "address_hex": "0x65C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1628, + "device_offset_hex": "0x65C", + "index": 2604, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1629, + "address_hex": "0x65D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1629, + "device_offset_hex": "0x65D", + "index": 2605, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1884, + "address_hex": "0x75C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1884, + "device_offset_hex": "0x75C", + "index": 2606, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1885, + "address_hex": "0x75D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "device_offset": 1885, + "device_offset_hex": "0x75D", + "index": 2607, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2140, + "address_hex": "0x85C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 92, + "device_offset_hex": "0x05C", + "index": 2608, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2141, + "address_hex": "0x85D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 93, + "device_offset_hex": "0x05D", + "index": 2609, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2396, + "address_hex": "0x95C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 348, + "device_offset_hex": "0x15C", + "index": 2610, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2397, + "address_hex": "0x95D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 349, + "device_offset_hex": "0x15D", + "index": 2611, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2652, + "address_hex": "0xA5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 604, + "device_offset_hex": "0x25C", + "index": 2612, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2653, + "address_hex": "0xA5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 605, + "device_offset_hex": "0x25D", + "index": 2613, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2908, + "address_hex": "0xB5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 860, + "device_offset_hex": "0x35C", + "index": 2614, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2909, + "address_hex": "0xB5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 861, + "device_offset_hex": "0x35D", + "index": 2615, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3164, + "address_hex": "0xC5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1116, + "device_offset_hex": "0x45C", + "index": 2616, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3165, + "address_hex": "0xC5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1117, + "device_offset_hex": "0x45D", + "index": 2617, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3420, + "address_hex": "0xD5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1372, + "device_offset_hex": "0x55C", + "index": 2618, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3421, + "address_hex": "0xD5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1373, + "device_offset_hex": "0x55D", + "index": 2619, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3676, + "address_hex": "0xE5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1628, + "device_offset_hex": "0x65C", + "index": 2620, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3677, + "address_hex": "0xE5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1629, + "device_offset_hex": "0x65D", + "index": 2621, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3932, + "address_hex": "0xF5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1884, + "device_offset_hex": "0x75C", + "index": 2622, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 92, + "offset_hex": "0x5C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3933, + "address_hex": "0xF5D", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "device_offset": 1885, + "device_offset_hex": "0x75D", + "index": 2623, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 93, + "offset_hex": "0x5D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 90, + "address_hex": "0x05A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 90, + "device_offset_hex": "0x05A", + "index": 2624, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 91, + "address_hex": "0x05B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 91, + "device_offset_hex": "0x05B", + "index": 2625, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 346, + "address_hex": "0x15A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 346, + "device_offset_hex": "0x15A", + "index": 2626, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 347, + "address_hex": "0x15B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 347, + "device_offset_hex": "0x15B", + "index": 2627, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 602, + "address_hex": "0x25A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 602, + "device_offset_hex": "0x25A", + "index": 2628, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 603, + "address_hex": "0x25B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 603, + "device_offset_hex": "0x25B", + "index": 2629, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 858, + "address_hex": "0x35A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 858, + "device_offset_hex": "0x35A", + "index": 2630, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 859, + "address_hex": "0x35B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 859, + "device_offset_hex": "0x35B", + "index": 2631, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1114, + "address_hex": "0x45A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1114, + "device_offset_hex": "0x45A", + "index": 2632, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1115, + "address_hex": "0x45B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1115, + "device_offset_hex": "0x45B", + "index": 2633, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1370, + "address_hex": "0x55A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1370, + "device_offset_hex": "0x55A", + "index": 2634, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1371, + "address_hex": "0x55B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1371, + "device_offset_hex": "0x55B", + "index": 2635, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1626, + "address_hex": "0x65A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1626, + "device_offset_hex": "0x65A", + "index": 2636, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1627, + "address_hex": "0x65B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1627, + "device_offset_hex": "0x65B", + "index": 2637, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1882, + "address_hex": "0x75A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1882, + "device_offset_hex": "0x75A", + "index": 2638, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1883, + "address_hex": "0x75B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "device_offset": 1883, + "device_offset_hex": "0x75B", + "index": 2639, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2138, + "address_hex": "0x85A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 90, + "device_offset_hex": "0x05A", + "index": 2640, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2139, + "address_hex": "0x85B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 91, + "device_offset_hex": "0x05B", + "index": 2641, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2394, + "address_hex": "0x95A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 346, + "device_offset_hex": "0x15A", + "index": 2642, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2395, + "address_hex": "0x95B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 347, + "device_offset_hex": "0x15B", + "index": 2643, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2650, + "address_hex": "0xA5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 602, + "device_offset_hex": "0x25A", + "index": 2644, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2651, + "address_hex": "0xA5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 603, + "device_offset_hex": "0x25B", + "index": 2645, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2906, + "address_hex": "0xB5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 858, + "device_offset_hex": "0x35A", + "index": 2646, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2907, + "address_hex": "0xB5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 859, + "device_offset_hex": "0x35B", + "index": 2647, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3162, + "address_hex": "0xC5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1114, + "device_offset_hex": "0x45A", + "index": 2648, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3163, + "address_hex": "0xC5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1115, + "device_offset_hex": "0x45B", + "index": 2649, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3418, + "address_hex": "0xD5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1370, + "device_offset_hex": "0x55A", + "index": 2650, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3419, + "address_hex": "0xD5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1371, + "device_offset_hex": "0x55B", + "index": 2651, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3674, + "address_hex": "0xE5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1626, + "device_offset_hex": "0x65A", + "index": 2652, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3675, + "address_hex": "0xE5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1627, + "device_offset_hex": "0x65B", + "index": 2653, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3930, + "address_hex": "0xF5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1882, + "device_offset_hex": "0x75A", + "index": 2654, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 90, + "offset_hex": "0x5A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3931, + "address_hex": "0xF5B", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "device_offset": 1883, + "device_offset_hex": "0x75B", + "index": 2655, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 91, + "offset_hex": "0x5B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 88, + "address_hex": "0x058", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 88, + "device_offset_hex": "0x058", + "index": 2656, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 89, + "address_hex": "0x059", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 89, + "device_offset_hex": "0x059", + "index": 2657, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 344, + "address_hex": "0x158", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 344, + "device_offset_hex": "0x158", + "index": 2658, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 345, + "address_hex": "0x159", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 345, + "device_offset_hex": "0x159", + "index": 2659, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 600, + "address_hex": "0x258", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 600, + "device_offset_hex": "0x258", + "index": 2660, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 601, + "address_hex": "0x259", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 601, + "device_offset_hex": "0x259", + "index": 2661, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 856, + "address_hex": "0x358", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 856, + "device_offset_hex": "0x358", + "index": 2662, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 857, + "address_hex": "0x359", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 857, + "device_offset_hex": "0x359", + "index": 2663, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1112, + "address_hex": "0x458", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1112, + "device_offset_hex": "0x458", + "index": 2664, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1113, + "address_hex": "0x459", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1113, + "device_offset_hex": "0x459", + "index": 2665, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1368, + "address_hex": "0x558", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1368, + "device_offset_hex": "0x558", + "index": 2666, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1369, + "address_hex": "0x559", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1369, + "device_offset_hex": "0x559", + "index": 2667, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1624, + "address_hex": "0x658", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1624, + "device_offset_hex": "0x658", + "index": 2668, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1625, + "address_hex": "0x659", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1625, + "device_offset_hex": "0x659", + "index": 2669, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1880, + "address_hex": "0x758", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1880, + "device_offset_hex": "0x758", + "index": 2670, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1881, + "address_hex": "0x759", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "device_offset": 1881, + "device_offset_hex": "0x759", + "index": 2671, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2136, + "address_hex": "0x858", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 88, + "device_offset_hex": "0x058", + "index": 2672, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2137, + "address_hex": "0x859", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 89, + "device_offset_hex": "0x059", + "index": 2673, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2392, + "address_hex": "0x958", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 344, + "device_offset_hex": "0x158", + "index": 2674, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2393, + "address_hex": "0x959", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 345, + "device_offset_hex": "0x159", + "index": 2675, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2648, + "address_hex": "0xA58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 600, + "device_offset_hex": "0x258", + "index": 2676, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2649, + "address_hex": "0xA59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 601, + "device_offset_hex": "0x259", + "index": 2677, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2904, + "address_hex": "0xB58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 856, + "device_offset_hex": "0x358", + "index": 2678, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2905, + "address_hex": "0xB59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 857, + "device_offset_hex": "0x359", + "index": 2679, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3160, + "address_hex": "0xC58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1112, + "device_offset_hex": "0x458", + "index": 2680, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3161, + "address_hex": "0xC59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1113, + "device_offset_hex": "0x459", + "index": 2681, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3416, + "address_hex": "0xD58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1368, + "device_offset_hex": "0x558", + "index": 2682, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3417, + "address_hex": "0xD59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1369, + "device_offset_hex": "0x559", + "index": 2683, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3672, + "address_hex": "0xE58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1624, + "device_offset_hex": "0x658", + "index": 2684, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3673, + "address_hex": "0xE59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1625, + "device_offset_hex": "0x659", + "index": 2685, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3928, + "address_hex": "0xF58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1880, + "device_offset_hex": "0x758", + "index": 2686, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 88, + "offset_hex": "0x58", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3929, + "address_hex": "0xF59", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "device_offset": 1881, + "device_offset_hex": "0x759", + "index": 2687, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 89, + "offset_hex": "0x59", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 86, + "address_hex": "0x056", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 86, + "device_offset_hex": "0x056", + "index": 2688, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 87, + "address_hex": "0x057", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 87, + "device_offset_hex": "0x057", + "index": 2689, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 342, + "address_hex": "0x156", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 342, + "device_offset_hex": "0x156", + "index": 2690, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 343, + "address_hex": "0x157", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 343, + "device_offset_hex": "0x157", + "index": 2691, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 598, + "address_hex": "0x256", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 598, + "device_offset_hex": "0x256", + "index": 2692, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 599, + "address_hex": "0x257", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 599, + "device_offset_hex": "0x257", + "index": 2693, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 854, + "address_hex": "0x356", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 854, + "device_offset_hex": "0x356", + "index": 2694, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 855, + "address_hex": "0x357", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 855, + "device_offset_hex": "0x357", + "index": 2695, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1110, + "address_hex": "0x456", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1110, + "device_offset_hex": "0x456", + "index": 2696, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1111, + "address_hex": "0x457", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1111, + "device_offset_hex": "0x457", + "index": 2697, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1366, + "address_hex": "0x556", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1366, + "device_offset_hex": "0x556", + "index": 2698, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1367, + "address_hex": "0x557", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1367, + "device_offset_hex": "0x557", + "index": 2699, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1622, + "address_hex": "0x656", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1622, + "device_offset_hex": "0x656", + "index": 2700, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1623, + "address_hex": "0x657", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1623, + "device_offset_hex": "0x657", + "index": 2701, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1878, + "address_hex": "0x756", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1878, + "device_offset_hex": "0x756", + "index": 2702, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1879, + "address_hex": "0x757", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "device_offset": 1879, + "device_offset_hex": "0x757", + "index": 2703, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2134, + "address_hex": "0x856", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 86, + "device_offset_hex": "0x056", + "index": 2704, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2135, + "address_hex": "0x857", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 87, + "device_offset_hex": "0x057", + "index": 2705, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2390, + "address_hex": "0x956", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 342, + "device_offset_hex": "0x156", + "index": 2706, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2391, + "address_hex": "0x957", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 343, + "device_offset_hex": "0x157", + "index": 2707, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2646, + "address_hex": "0xA56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 598, + "device_offset_hex": "0x256", + "index": 2708, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2647, + "address_hex": "0xA57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 599, + "device_offset_hex": "0x257", + "index": 2709, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2902, + "address_hex": "0xB56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 854, + "device_offset_hex": "0x356", + "index": 2710, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2903, + "address_hex": "0xB57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 855, + "device_offset_hex": "0x357", + "index": 2711, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3158, + "address_hex": "0xC56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1110, + "device_offset_hex": "0x456", + "index": 2712, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3159, + "address_hex": "0xC57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1111, + "device_offset_hex": "0x457", + "index": 2713, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3414, + "address_hex": "0xD56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1366, + "device_offset_hex": "0x556", + "index": 2714, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3415, + "address_hex": "0xD57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1367, + "device_offset_hex": "0x557", + "index": 2715, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3670, + "address_hex": "0xE56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1622, + "device_offset_hex": "0x656", + "index": 2716, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3671, + "address_hex": "0xE57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1623, + "device_offset_hex": "0x657", + "index": 2717, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3926, + "address_hex": "0xF56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1878, + "device_offset_hex": "0x756", + "index": 2718, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 86, + "offset_hex": "0x56", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3927, + "address_hex": "0xF57", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "device_offset": 1879, + "device_offset_hex": "0x757", + "index": 2719, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 87, + "offset_hex": "0x57", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 84, + "address_hex": "0x054", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 84, + "device_offset_hex": "0x054", + "index": 2720, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 85, + "address_hex": "0x055", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 85, + "device_offset_hex": "0x055", + "index": 2721, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 340, + "address_hex": "0x154", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 340, + "device_offset_hex": "0x154", + "index": 2722, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 341, + "address_hex": "0x155", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 341, + "device_offset_hex": "0x155", + "index": 2723, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 596, + "address_hex": "0x254", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 596, + "device_offset_hex": "0x254", + "index": 2724, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 597, + "address_hex": "0x255", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 597, + "device_offset_hex": "0x255", + "index": 2725, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 852, + "address_hex": "0x354", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 852, + "device_offset_hex": "0x354", + "index": 2726, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 853, + "address_hex": "0x355", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 853, + "device_offset_hex": "0x355", + "index": 2727, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1108, + "address_hex": "0x454", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1108, + "device_offset_hex": "0x454", + "index": 2728, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1109, + "address_hex": "0x455", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1109, + "device_offset_hex": "0x455", + "index": 2729, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1364, + "address_hex": "0x554", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1364, + "device_offset_hex": "0x554", + "index": 2730, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1365, + "address_hex": "0x555", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1365, + "device_offset_hex": "0x555", + "index": 2731, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1620, + "address_hex": "0x654", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1620, + "device_offset_hex": "0x654", + "index": 2732, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1621, + "address_hex": "0x655", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1621, + "device_offset_hex": "0x655", + "index": 2733, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1876, + "address_hex": "0x754", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1876, + "device_offset_hex": "0x754", + "index": 2734, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1877, + "address_hex": "0x755", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "device_offset": 1877, + "device_offset_hex": "0x755", + "index": 2735, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2132, + "address_hex": "0x854", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 84, + "device_offset_hex": "0x054", + "index": 2736, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2133, + "address_hex": "0x855", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 85, + "device_offset_hex": "0x055", + "index": 2737, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2388, + "address_hex": "0x954", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 340, + "device_offset_hex": "0x154", + "index": 2738, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2389, + "address_hex": "0x955", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 341, + "device_offset_hex": "0x155", + "index": 2739, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2644, + "address_hex": "0xA54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 596, + "device_offset_hex": "0x254", + "index": 2740, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2645, + "address_hex": "0xA55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 597, + "device_offset_hex": "0x255", + "index": 2741, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2900, + "address_hex": "0xB54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 852, + "device_offset_hex": "0x354", + "index": 2742, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2901, + "address_hex": "0xB55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 853, + "device_offset_hex": "0x355", + "index": 2743, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3156, + "address_hex": "0xC54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1108, + "device_offset_hex": "0x454", + "index": 2744, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3157, + "address_hex": "0xC55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1109, + "device_offset_hex": "0x455", + "index": 2745, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3412, + "address_hex": "0xD54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1364, + "device_offset_hex": "0x554", + "index": 2746, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3413, + "address_hex": "0xD55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1365, + "device_offset_hex": "0x555", + "index": 2747, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3668, + "address_hex": "0xE54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1620, + "device_offset_hex": "0x654", + "index": 2748, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3669, + "address_hex": "0xE55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1621, + "device_offset_hex": "0x655", + "index": 2749, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3924, + "address_hex": "0xF54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1876, + "device_offset_hex": "0x754", + "index": 2750, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 84, + "offset_hex": "0x54", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3925, + "address_hex": "0xF55", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "device_offset": 1877, + "device_offset_hex": "0x755", + "index": 2751, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 85, + "offset_hex": "0x55", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 82, + "address_hex": "0x052", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 82, + "device_offset_hex": "0x052", + "index": 2752, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 83, + "address_hex": "0x053", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 83, + "device_offset_hex": "0x053", + "index": 2753, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 338, + "address_hex": "0x152", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 338, + "device_offset_hex": "0x152", + "index": 2754, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 339, + "address_hex": "0x153", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 339, + "device_offset_hex": "0x153", + "index": 2755, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 594, + "address_hex": "0x252", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 594, + "device_offset_hex": "0x252", + "index": 2756, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 595, + "address_hex": "0x253", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 595, + "device_offset_hex": "0x253", + "index": 2757, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 850, + "address_hex": "0x352", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 850, + "device_offset_hex": "0x352", + "index": 2758, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 851, + "address_hex": "0x353", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 851, + "device_offset_hex": "0x353", + "index": 2759, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1106, + "address_hex": "0x452", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1106, + "device_offset_hex": "0x452", + "index": 2760, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1107, + "address_hex": "0x453", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1107, + "device_offset_hex": "0x453", + "index": 2761, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1362, + "address_hex": "0x552", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1362, + "device_offset_hex": "0x552", + "index": 2762, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1363, + "address_hex": "0x553", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1363, + "device_offset_hex": "0x553", + "index": 2763, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1618, + "address_hex": "0x652", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1618, + "device_offset_hex": "0x652", + "index": 2764, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1619, + "address_hex": "0x653", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1619, + "device_offset_hex": "0x653", + "index": 2765, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1874, + "address_hex": "0x752", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1874, + "device_offset_hex": "0x752", + "index": 2766, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1875, + "address_hex": "0x753", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "device_offset": 1875, + "device_offset_hex": "0x753", + "index": 2767, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2130, + "address_hex": "0x852", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 82, + "device_offset_hex": "0x052", + "index": 2768, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2131, + "address_hex": "0x853", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 83, + "device_offset_hex": "0x053", + "index": 2769, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2386, + "address_hex": "0x952", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 338, + "device_offset_hex": "0x152", + "index": 2770, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2387, + "address_hex": "0x953", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 339, + "device_offset_hex": "0x153", + "index": 2771, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2642, + "address_hex": "0xA52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 594, + "device_offset_hex": "0x252", + "index": 2772, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2643, + "address_hex": "0xA53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 595, + "device_offset_hex": "0x253", + "index": 2773, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2898, + "address_hex": "0xB52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 850, + "device_offset_hex": "0x352", + "index": 2774, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2899, + "address_hex": "0xB53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 851, + "device_offset_hex": "0x353", + "index": 2775, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3154, + "address_hex": "0xC52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1106, + "device_offset_hex": "0x452", + "index": 2776, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3155, + "address_hex": "0xC53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1107, + "device_offset_hex": "0x453", + "index": 2777, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3410, + "address_hex": "0xD52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1362, + "device_offset_hex": "0x552", + "index": 2778, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3411, + "address_hex": "0xD53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1363, + "device_offset_hex": "0x553", + "index": 2779, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3666, + "address_hex": "0xE52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1618, + "device_offset_hex": "0x652", + "index": 2780, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3667, + "address_hex": "0xE53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1619, + "device_offset_hex": "0x653", + "index": 2781, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3922, + "address_hex": "0xF52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1874, + "device_offset_hex": "0x752", + "index": 2782, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 82, + "offset_hex": "0x52", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3923, + "address_hex": "0xF53", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "device_offset": 1875, + "device_offset_hex": "0x753", + "index": 2783, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 83, + "offset_hex": "0x53", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 80, + "address_hex": "0x050", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 80, + "device_offset_hex": "0x050", + "index": 2784, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 81, + "address_hex": "0x051", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 81, + "device_offset_hex": "0x051", + "index": 2785, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 336, + "address_hex": "0x150", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 336, + "device_offset_hex": "0x150", + "index": 2786, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 337, + "address_hex": "0x151", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 337, + "device_offset_hex": "0x151", + "index": 2787, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 592, + "address_hex": "0x250", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 592, + "device_offset_hex": "0x250", + "index": 2788, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 593, + "address_hex": "0x251", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 593, + "device_offset_hex": "0x251", + "index": 2789, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 848, + "address_hex": "0x350", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 848, + "device_offset_hex": "0x350", + "index": 2790, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 849, + "address_hex": "0x351", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 849, + "device_offset_hex": "0x351", + "index": 2791, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1104, + "address_hex": "0x450", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1104, + "device_offset_hex": "0x450", + "index": 2792, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1105, + "address_hex": "0x451", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1105, + "device_offset_hex": "0x451", + "index": 2793, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1360, + "address_hex": "0x550", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1360, + "device_offset_hex": "0x550", + "index": 2794, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1361, + "address_hex": "0x551", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1361, + "device_offset_hex": "0x551", + "index": 2795, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1616, + "address_hex": "0x650", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1616, + "device_offset_hex": "0x650", + "index": 2796, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1617, + "address_hex": "0x651", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1617, + "device_offset_hex": "0x651", + "index": 2797, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1872, + "address_hex": "0x750", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1872, + "device_offset_hex": "0x750", + "index": 2798, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1873, + "address_hex": "0x751", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "device_offset": 1873, + "device_offset_hex": "0x751", + "index": 2799, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2128, + "address_hex": "0x850", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 80, + "device_offset_hex": "0x050", + "index": 2800, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2129, + "address_hex": "0x851", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 81, + "device_offset_hex": "0x051", + "index": 2801, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2384, + "address_hex": "0x950", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 336, + "device_offset_hex": "0x150", + "index": 2802, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2385, + "address_hex": "0x951", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 337, + "device_offset_hex": "0x151", + "index": 2803, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2640, + "address_hex": "0xA50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 592, + "device_offset_hex": "0x250", + "index": 2804, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2641, + "address_hex": "0xA51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 593, + "device_offset_hex": "0x251", + "index": 2805, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2896, + "address_hex": "0xB50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 848, + "device_offset_hex": "0x350", + "index": 2806, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2897, + "address_hex": "0xB51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 849, + "device_offset_hex": "0x351", + "index": 2807, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3152, + "address_hex": "0xC50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1104, + "device_offset_hex": "0x450", + "index": 2808, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3153, + "address_hex": "0xC51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1105, + "device_offset_hex": "0x451", + "index": 2809, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3408, + "address_hex": "0xD50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1360, + "device_offset_hex": "0x550", + "index": 2810, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3409, + "address_hex": "0xD51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1361, + "device_offset_hex": "0x551", + "index": 2811, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3664, + "address_hex": "0xE50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1616, + "device_offset_hex": "0x650", + "index": 2812, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3665, + "address_hex": "0xE51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1617, + "device_offset_hex": "0x651", + "index": 2813, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3920, + "address_hex": "0xF50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1872, + "device_offset_hex": "0x750", + "index": 2814, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 80, + "offset_hex": "0x50", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3921, + "address_hex": "0xF51", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "device_offset": 1873, + "device_offset_hex": "0x751", + "index": 2815, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 81, + "offset_hex": "0x51", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 78, + "address_hex": "0x04E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 78, + "device_offset_hex": "0x04E", + "index": 2816, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 79, + "address_hex": "0x04F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 79, + "device_offset_hex": "0x04F", + "index": 2817, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 334, + "address_hex": "0x14E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 334, + "device_offset_hex": "0x14E", + "index": 2818, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 335, + "address_hex": "0x14F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 335, + "device_offset_hex": "0x14F", + "index": 2819, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 590, + "address_hex": "0x24E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 590, + "device_offset_hex": "0x24E", + "index": 2820, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 591, + "address_hex": "0x24F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 591, + "device_offset_hex": "0x24F", + "index": 2821, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 846, + "address_hex": "0x34E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 846, + "device_offset_hex": "0x34E", + "index": 2822, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 847, + "address_hex": "0x34F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 847, + "device_offset_hex": "0x34F", + "index": 2823, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1102, + "address_hex": "0x44E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1102, + "device_offset_hex": "0x44E", + "index": 2824, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1103, + "address_hex": "0x44F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1103, + "device_offset_hex": "0x44F", + "index": 2825, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1358, + "address_hex": "0x54E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1358, + "device_offset_hex": "0x54E", + "index": 2826, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1359, + "address_hex": "0x54F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1359, + "device_offset_hex": "0x54F", + "index": 2827, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1614, + "address_hex": "0x64E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1614, + "device_offset_hex": "0x64E", + "index": 2828, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1615, + "address_hex": "0x64F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1615, + "device_offset_hex": "0x64F", + "index": 2829, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1870, + "address_hex": "0x74E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1870, + "device_offset_hex": "0x74E", + "index": 2830, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1871, + "address_hex": "0x74F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "device_offset": 1871, + "device_offset_hex": "0x74F", + "index": 2831, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2126, + "address_hex": "0x84E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 78, + "device_offset_hex": "0x04E", + "index": 2832, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2127, + "address_hex": "0x84F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 79, + "device_offset_hex": "0x04F", + "index": 2833, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2382, + "address_hex": "0x94E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 334, + "device_offset_hex": "0x14E", + "index": 2834, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2383, + "address_hex": "0x94F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 335, + "device_offset_hex": "0x14F", + "index": 2835, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2638, + "address_hex": "0xA4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 590, + "device_offset_hex": "0x24E", + "index": 2836, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2639, + "address_hex": "0xA4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 591, + "device_offset_hex": "0x24F", + "index": 2837, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2894, + "address_hex": "0xB4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 846, + "device_offset_hex": "0x34E", + "index": 2838, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2895, + "address_hex": "0xB4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 847, + "device_offset_hex": "0x34F", + "index": 2839, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3150, + "address_hex": "0xC4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1102, + "device_offset_hex": "0x44E", + "index": 2840, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3151, + "address_hex": "0xC4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1103, + "device_offset_hex": "0x44F", + "index": 2841, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3406, + "address_hex": "0xD4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1358, + "device_offset_hex": "0x54E", + "index": 2842, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3407, + "address_hex": "0xD4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1359, + "device_offset_hex": "0x54F", + "index": 2843, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3662, + "address_hex": "0xE4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1614, + "device_offset_hex": "0x64E", + "index": 2844, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3663, + "address_hex": "0xE4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1615, + "device_offset_hex": "0x64F", + "index": 2845, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3918, + "address_hex": "0xF4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1870, + "device_offset_hex": "0x74E", + "index": 2846, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 78, + "offset_hex": "0x4E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3919, + "address_hex": "0xF4F", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "device_offset": 1871, + "device_offset_hex": "0x74F", + "index": 2847, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 79, + "offset_hex": "0x4F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 76, + "address_hex": "0x04C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 76, + "device_offset_hex": "0x04C", + "index": 2848, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 77, + "address_hex": "0x04D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 77, + "device_offset_hex": "0x04D", + "index": 2849, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 332, + "address_hex": "0x14C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 332, + "device_offset_hex": "0x14C", + "index": 2850, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 333, + "address_hex": "0x14D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 333, + "device_offset_hex": "0x14D", + "index": 2851, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 588, + "address_hex": "0x24C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 588, + "device_offset_hex": "0x24C", + "index": 2852, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 589, + "address_hex": "0x24D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 589, + "device_offset_hex": "0x24D", + "index": 2853, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 844, + "address_hex": "0x34C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 844, + "device_offset_hex": "0x34C", + "index": 2854, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 845, + "address_hex": "0x34D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 845, + "device_offset_hex": "0x34D", + "index": 2855, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1100, + "address_hex": "0x44C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1100, + "device_offset_hex": "0x44C", + "index": 2856, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1101, + "address_hex": "0x44D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1101, + "device_offset_hex": "0x44D", + "index": 2857, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1356, + "address_hex": "0x54C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1356, + "device_offset_hex": "0x54C", + "index": 2858, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1357, + "address_hex": "0x54D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1357, + "device_offset_hex": "0x54D", + "index": 2859, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1612, + "address_hex": "0x64C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1612, + "device_offset_hex": "0x64C", + "index": 2860, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1613, + "address_hex": "0x64D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1613, + "device_offset_hex": "0x64D", + "index": 2861, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1868, + "address_hex": "0x74C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1868, + "device_offset_hex": "0x74C", + "index": 2862, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1869, + "address_hex": "0x74D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "device_offset": 1869, + "device_offset_hex": "0x74D", + "index": 2863, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2124, + "address_hex": "0x84C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 76, + "device_offset_hex": "0x04C", + "index": 2864, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2125, + "address_hex": "0x84D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 77, + "device_offset_hex": "0x04D", + "index": 2865, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2380, + "address_hex": "0x94C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 332, + "device_offset_hex": "0x14C", + "index": 2866, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2381, + "address_hex": "0x94D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 333, + "device_offset_hex": "0x14D", + "index": 2867, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2636, + "address_hex": "0xA4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 588, + "device_offset_hex": "0x24C", + "index": 2868, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2637, + "address_hex": "0xA4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 589, + "device_offset_hex": "0x24D", + "index": 2869, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2892, + "address_hex": "0xB4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 844, + "device_offset_hex": "0x34C", + "index": 2870, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2893, + "address_hex": "0xB4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 845, + "device_offset_hex": "0x34D", + "index": 2871, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3148, + "address_hex": "0xC4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1100, + "device_offset_hex": "0x44C", + "index": 2872, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3149, + "address_hex": "0xC4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1101, + "device_offset_hex": "0x44D", + "index": 2873, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3404, + "address_hex": "0xD4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1356, + "device_offset_hex": "0x54C", + "index": 2874, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3405, + "address_hex": "0xD4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1357, + "device_offset_hex": "0x54D", + "index": 2875, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3660, + "address_hex": "0xE4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1612, + "device_offset_hex": "0x64C", + "index": 2876, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3661, + "address_hex": "0xE4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1613, + "device_offset_hex": "0x64D", + "index": 2877, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3916, + "address_hex": "0xF4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1868, + "device_offset_hex": "0x74C", + "index": 2878, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 76, + "offset_hex": "0x4C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3917, + "address_hex": "0xF4D", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "device_offset": 1869, + "device_offset_hex": "0x74D", + "index": 2879, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 77, + "offset_hex": "0x4D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 74, + "address_hex": "0x04A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 74, + "device_offset_hex": "0x04A", + "index": 2880, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 75, + "address_hex": "0x04B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 75, + "device_offset_hex": "0x04B", + "index": 2881, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 330, + "address_hex": "0x14A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 330, + "device_offset_hex": "0x14A", + "index": 2882, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 331, + "address_hex": "0x14B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 331, + "device_offset_hex": "0x14B", + "index": 2883, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 586, + "address_hex": "0x24A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 586, + "device_offset_hex": "0x24A", + "index": 2884, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 587, + "address_hex": "0x24B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 587, + "device_offset_hex": "0x24B", + "index": 2885, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 842, + "address_hex": "0x34A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 842, + "device_offset_hex": "0x34A", + "index": 2886, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 843, + "address_hex": "0x34B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 843, + "device_offset_hex": "0x34B", + "index": 2887, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1098, + "address_hex": "0x44A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1098, + "device_offset_hex": "0x44A", + "index": 2888, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1099, + "address_hex": "0x44B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1099, + "device_offset_hex": "0x44B", + "index": 2889, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1354, + "address_hex": "0x54A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1354, + "device_offset_hex": "0x54A", + "index": 2890, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1355, + "address_hex": "0x54B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1355, + "device_offset_hex": "0x54B", + "index": 2891, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1610, + "address_hex": "0x64A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1610, + "device_offset_hex": "0x64A", + "index": 2892, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1611, + "address_hex": "0x64B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1611, + "device_offset_hex": "0x64B", + "index": 2893, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1866, + "address_hex": "0x74A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1866, + "device_offset_hex": "0x74A", + "index": 2894, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1867, + "address_hex": "0x74B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "device_offset": 1867, + "device_offset_hex": "0x74B", + "index": 2895, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2122, + "address_hex": "0x84A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 74, + "device_offset_hex": "0x04A", + "index": 2896, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2123, + "address_hex": "0x84B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 75, + "device_offset_hex": "0x04B", + "index": 2897, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2378, + "address_hex": "0x94A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 330, + "device_offset_hex": "0x14A", + "index": 2898, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2379, + "address_hex": "0x94B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 331, + "device_offset_hex": "0x14B", + "index": 2899, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2634, + "address_hex": "0xA4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 586, + "device_offset_hex": "0x24A", + "index": 2900, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2635, + "address_hex": "0xA4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 587, + "device_offset_hex": "0x24B", + "index": 2901, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2890, + "address_hex": "0xB4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 842, + "device_offset_hex": "0x34A", + "index": 2902, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2891, + "address_hex": "0xB4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 843, + "device_offset_hex": "0x34B", + "index": 2903, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3146, + "address_hex": "0xC4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1098, + "device_offset_hex": "0x44A", + "index": 2904, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3147, + "address_hex": "0xC4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1099, + "device_offset_hex": "0x44B", + "index": 2905, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3402, + "address_hex": "0xD4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1354, + "device_offset_hex": "0x54A", + "index": 2906, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3403, + "address_hex": "0xD4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1355, + "device_offset_hex": "0x54B", + "index": 2907, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3658, + "address_hex": "0xE4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1610, + "device_offset_hex": "0x64A", + "index": 2908, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3659, + "address_hex": "0xE4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1611, + "device_offset_hex": "0x64B", + "index": 2909, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3914, + "address_hex": "0xF4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1866, + "device_offset_hex": "0x74A", + "index": 2910, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 74, + "offset_hex": "0x4A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3915, + "address_hex": "0xF4B", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "device_offset": 1867, + "device_offset_hex": "0x74B", + "index": 2911, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 75, + "offset_hex": "0x4B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 72, + "address_hex": "0x048", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 72, + "device_offset_hex": "0x048", + "index": 2912, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 73, + "address_hex": "0x049", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 73, + "device_offset_hex": "0x049", + "index": 2913, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 328, + "address_hex": "0x148", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 328, + "device_offset_hex": "0x148", + "index": 2914, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 329, + "address_hex": "0x149", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 329, + "device_offset_hex": "0x149", + "index": 2915, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 584, + "address_hex": "0x248", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 584, + "device_offset_hex": "0x248", + "index": 2916, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 585, + "address_hex": "0x249", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 585, + "device_offset_hex": "0x249", + "index": 2917, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 840, + "address_hex": "0x348", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 840, + "device_offset_hex": "0x348", + "index": 2918, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 841, + "address_hex": "0x349", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 841, + "device_offset_hex": "0x349", + "index": 2919, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1096, + "address_hex": "0x448", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1096, + "device_offset_hex": "0x448", + "index": 2920, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1097, + "address_hex": "0x449", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1097, + "device_offset_hex": "0x449", + "index": 2921, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1352, + "address_hex": "0x548", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1352, + "device_offset_hex": "0x548", + "index": 2922, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1353, + "address_hex": "0x549", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1353, + "device_offset_hex": "0x549", + "index": 2923, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1608, + "address_hex": "0x648", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1608, + "device_offset_hex": "0x648", + "index": 2924, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1609, + "address_hex": "0x649", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1609, + "device_offset_hex": "0x649", + "index": 2925, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1864, + "address_hex": "0x748", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1864, + "device_offset_hex": "0x748", + "index": 2926, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1865, + "address_hex": "0x749", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "device_offset": 1865, + "device_offset_hex": "0x749", + "index": 2927, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2120, + "address_hex": "0x848", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 72, + "device_offset_hex": "0x048", + "index": 2928, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2121, + "address_hex": "0x849", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 73, + "device_offset_hex": "0x049", + "index": 2929, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2376, + "address_hex": "0x948", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 328, + "device_offset_hex": "0x148", + "index": 2930, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2377, + "address_hex": "0x949", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 329, + "device_offset_hex": "0x149", + "index": 2931, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2632, + "address_hex": "0xA48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 584, + "device_offset_hex": "0x248", + "index": 2932, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2633, + "address_hex": "0xA49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 585, + "device_offset_hex": "0x249", + "index": 2933, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2888, + "address_hex": "0xB48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 840, + "device_offset_hex": "0x348", + "index": 2934, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2889, + "address_hex": "0xB49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 841, + "device_offset_hex": "0x349", + "index": 2935, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3144, + "address_hex": "0xC48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1096, + "device_offset_hex": "0x448", + "index": 2936, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3145, + "address_hex": "0xC49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1097, + "device_offset_hex": "0x449", + "index": 2937, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3400, + "address_hex": "0xD48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1352, + "device_offset_hex": "0x548", + "index": 2938, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3401, + "address_hex": "0xD49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1353, + "device_offset_hex": "0x549", + "index": 2939, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3656, + "address_hex": "0xE48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1608, + "device_offset_hex": "0x648", + "index": 2940, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3657, + "address_hex": "0xE49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1609, + "device_offset_hex": "0x649", + "index": 2941, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3912, + "address_hex": "0xF48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1864, + "device_offset_hex": "0x748", + "index": 2942, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 240, + "new_value_hex": "0xF0", + "offset": 72, + "offset_hex": "0x48", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3913, + "address_hex": "0xF49", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "device_offset": 1865, + "device_offset_hex": "0x749", + "index": 2943, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 73, + "offset_hex": "0x49", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 70, + "address_hex": "0x046", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 70, + "device_offset_hex": "0x046", + "index": 2944, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 71, + "address_hex": "0x047", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 71, + "device_offset_hex": "0x047", + "index": 2945, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 326, + "address_hex": "0x146", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 326, + "device_offset_hex": "0x146", + "index": 2946, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 327, + "address_hex": "0x147", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 327, + "device_offset_hex": "0x147", + "index": 2947, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 582, + "address_hex": "0x246", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 582, + "device_offset_hex": "0x246", + "index": 2948, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 583, + "address_hex": "0x247", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 583, + "device_offset_hex": "0x247", + "index": 2949, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 838, + "address_hex": "0x346", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 838, + "device_offset_hex": "0x346", + "index": 2950, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 839, + "address_hex": "0x347", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 839, + "device_offset_hex": "0x347", + "index": 2951, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1094, + "address_hex": "0x446", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1094, + "device_offset_hex": "0x446", + "index": 2952, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1095, + "address_hex": "0x447", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1095, + "device_offset_hex": "0x447", + "index": 2953, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1350, + "address_hex": "0x546", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1350, + "device_offset_hex": "0x546", + "index": 2954, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1351, + "address_hex": "0x547", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1351, + "device_offset_hex": "0x547", + "index": 2955, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1606, + "address_hex": "0x646", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1606, + "device_offset_hex": "0x646", + "index": 2956, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1607, + "address_hex": "0x647", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1607, + "device_offset_hex": "0x647", + "index": 2957, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1862, + "address_hex": "0x746", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1862, + "device_offset_hex": "0x746", + "index": 2958, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1863, + "address_hex": "0x747", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "device_offset": 1863, + "device_offset_hex": "0x747", + "index": 2959, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2118, + "address_hex": "0x846", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 70, + "device_offset_hex": "0x046", + "index": 2960, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2119, + "address_hex": "0x847", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 71, + "device_offset_hex": "0x047", + "index": 2961, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2374, + "address_hex": "0x946", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 326, + "device_offset_hex": "0x146", + "index": 2962, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2375, + "address_hex": "0x947", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 327, + "device_offset_hex": "0x147", + "index": 2963, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2630, + "address_hex": "0xA46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 582, + "device_offset_hex": "0x246", + "index": 2964, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2631, + "address_hex": "0xA47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 583, + "device_offset_hex": "0x247", + "index": 2965, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2886, + "address_hex": "0xB46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 838, + "device_offset_hex": "0x346", + "index": 2966, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2887, + "address_hex": "0xB47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 839, + "device_offset_hex": "0x347", + "index": 2967, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3142, + "address_hex": "0xC46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1094, + "device_offset_hex": "0x446", + "index": 2968, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3143, + "address_hex": "0xC47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1095, + "device_offset_hex": "0x447", + "index": 2969, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3398, + "address_hex": "0xD46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1350, + "device_offset_hex": "0x546", + "index": 2970, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3399, + "address_hex": "0xD47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1351, + "device_offset_hex": "0x547", + "index": 2971, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3654, + "address_hex": "0xE46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1606, + "device_offset_hex": "0x646", + "index": 2972, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3655, + "address_hex": "0xE47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1607, + "device_offset_hex": "0x647", + "index": 2973, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3910, + "address_hex": "0xF46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1862, + "device_offset_hex": "0x746", + "index": 2974, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 70, + "offset_hex": "0x46", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3911, + "address_hex": "0xF47", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "device_offset": 1863, + "device_offset_hex": "0x747", + "index": 2975, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 71, + "offset_hex": "0x47", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 68, + "address_hex": "0x044", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 68, + "device_offset_hex": "0x044", + "index": 2976, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 69, + "address_hex": "0x045", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 69, + "device_offset_hex": "0x045", + "index": 2977, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 324, + "address_hex": "0x144", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 324, + "device_offset_hex": "0x144", + "index": 2978, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 325, + "address_hex": "0x145", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 325, + "device_offset_hex": "0x145", + "index": 2979, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 580, + "address_hex": "0x244", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 580, + "device_offset_hex": "0x244", + "index": 2980, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 581, + "address_hex": "0x245", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 581, + "device_offset_hex": "0x245", + "index": 2981, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 836, + "address_hex": "0x344", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 836, + "device_offset_hex": "0x344", + "index": 2982, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 837, + "address_hex": "0x345", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 837, + "device_offset_hex": "0x345", + "index": 2983, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1092, + "address_hex": "0x444", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1092, + "device_offset_hex": "0x444", + "index": 2984, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1093, + "address_hex": "0x445", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1093, + "device_offset_hex": "0x445", + "index": 2985, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1348, + "address_hex": "0x544", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1348, + "device_offset_hex": "0x544", + "index": 2986, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1349, + "address_hex": "0x545", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1349, + "device_offset_hex": "0x545", + "index": 2987, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1604, + "address_hex": "0x644", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1604, + "device_offset_hex": "0x644", + "index": 2988, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1605, + "address_hex": "0x645", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1605, + "device_offset_hex": "0x645", + "index": 2989, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1860, + "address_hex": "0x744", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1860, + "device_offset_hex": "0x744", + "index": 2990, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1861, + "address_hex": "0x745", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "device_offset": 1861, + "device_offset_hex": "0x745", + "index": 2991, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2116, + "address_hex": "0x844", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 68, + "device_offset_hex": "0x044", + "index": 2992, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2117, + "address_hex": "0x845", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 69, + "device_offset_hex": "0x045", + "index": 2993, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2372, + "address_hex": "0x944", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 324, + "device_offset_hex": "0x144", + "index": 2994, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2373, + "address_hex": "0x945", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 325, + "device_offset_hex": "0x145", + "index": 2995, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2628, + "address_hex": "0xA44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 580, + "device_offset_hex": "0x244", + "index": 2996, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2629, + "address_hex": "0xA45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 581, + "device_offset_hex": "0x245", + "index": 2997, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2884, + "address_hex": "0xB44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 836, + "device_offset_hex": "0x344", + "index": 2998, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2885, + "address_hex": "0xB45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 837, + "device_offset_hex": "0x345", + "index": 2999, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3140, + "address_hex": "0xC44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1092, + "device_offset_hex": "0x444", + "index": 3000, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3141, + "address_hex": "0xC45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1093, + "device_offset_hex": "0x445", + "index": 3001, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3396, + "address_hex": "0xD44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1348, + "device_offset_hex": "0x544", + "index": 3002, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3397, + "address_hex": "0xD45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1349, + "device_offset_hex": "0x545", + "index": 3003, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3652, + "address_hex": "0xE44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1604, + "device_offset_hex": "0x644", + "index": 3004, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3653, + "address_hex": "0xE45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1605, + "device_offset_hex": "0x645", + "index": 3005, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3908, + "address_hex": "0xF44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1860, + "device_offset_hex": "0x744", + "index": 3006, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 68, + "offset_hex": "0x44", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3909, + "address_hex": "0xF45", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "device_offset": 1861, + "device_offset_hex": "0x745", + "index": 3007, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 69, + "offset_hex": "0x45", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 66, + "address_hex": "0x042", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 66, + "device_offset_hex": "0x042", + "index": 3008, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 67, + "address_hex": "0x043", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 67, + "device_offset_hex": "0x043", + "index": 3009, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 322, + "address_hex": "0x142", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 322, + "device_offset_hex": "0x142", + "index": 3010, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 323, + "address_hex": "0x143", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 323, + "device_offset_hex": "0x143", + "index": 3011, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 578, + "address_hex": "0x242", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 578, + "device_offset_hex": "0x242", + "index": 3012, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 579, + "address_hex": "0x243", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 579, + "device_offset_hex": "0x243", + "index": 3013, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 834, + "address_hex": "0x342", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 834, + "device_offset_hex": "0x342", + "index": 3014, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 835, + "address_hex": "0x343", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 835, + "device_offset_hex": "0x343", + "index": 3015, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1090, + "address_hex": "0x442", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1090, + "device_offset_hex": "0x442", + "index": 3016, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1091, + "address_hex": "0x443", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1091, + "device_offset_hex": "0x443", + "index": 3017, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1346, + "address_hex": "0x542", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1346, + "device_offset_hex": "0x542", + "index": 3018, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1347, + "address_hex": "0x543", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1347, + "device_offset_hex": "0x543", + "index": 3019, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1602, + "address_hex": "0x642", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1602, + "device_offset_hex": "0x642", + "index": 3020, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1603, + "address_hex": "0x643", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1603, + "device_offset_hex": "0x643", + "index": 3021, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1858, + "address_hex": "0x742", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1858, + "device_offset_hex": "0x742", + "index": 3022, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1859, + "address_hex": "0x743", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "device_offset": 1859, + "device_offset_hex": "0x743", + "index": 3023, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2114, + "address_hex": "0x842", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 66, + "device_offset_hex": "0x042", + "index": 3024, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2115, + "address_hex": "0x843", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 67, + "device_offset_hex": "0x043", + "index": 3025, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2370, + "address_hex": "0x942", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 322, + "device_offset_hex": "0x142", + "index": 3026, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2371, + "address_hex": "0x943", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 323, + "device_offset_hex": "0x143", + "index": 3027, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2626, + "address_hex": "0xA42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 578, + "device_offset_hex": "0x242", + "index": 3028, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2627, + "address_hex": "0xA43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 579, + "device_offset_hex": "0x243", + "index": 3029, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2882, + "address_hex": "0xB42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 834, + "device_offset_hex": "0x342", + "index": 3030, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2883, + "address_hex": "0xB43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 835, + "device_offset_hex": "0x343", + "index": 3031, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3138, + "address_hex": "0xC42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1090, + "device_offset_hex": "0x442", + "index": 3032, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3139, + "address_hex": "0xC43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1091, + "device_offset_hex": "0x443", + "index": 3033, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3394, + "address_hex": "0xD42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1346, + "device_offset_hex": "0x542", + "index": 3034, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3395, + "address_hex": "0xD43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1347, + "device_offset_hex": "0x543", + "index": 3035, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3650, + "address_hex": "0xE42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1602, + "device_offset_hex": "0x642", + "index": 3036, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3651, + "address_hex": "0xE43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1603, + "device_offset_hex": "0x643", + "index": 3037, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3906, + "address_hex": "0xF42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1858, + "device_offset_hex": "0x742", + "index": 3038, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 66, + "offset_hex": "0x42", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3907, + "address_hex": "0xF43", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "device_offset": 1859, + "device_offset_hex": "0x743", + "index": 3039, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 67, + "offset_hex": "0x43", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 64, + "address_hex": "0x040", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 64, + "device_offset_hex": "0x040", + "index": 3040, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 65, + "address_hex": "0x041", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 65, + "device_offset_hex": "0x041", + "index": 3041, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 320, + "address_hex": "0x140", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 320, + "device_offset_hex": "0x140", + "index": 3042, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 321, + "address_hex": "0x141", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 321, + "device_offset_hex": "0x141", + "index": 3043, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 576, + "address_hex": "0x240", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 576, + "device_offset_hex": "0x240", + "index": 3044, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 577, + "address_hex": "0x241", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 577, + "device_offset_hex": "0x241", + "index": 3045, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 832, + "address_hex": "0x340", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 832, + "device_offset_hex": "0x340", + "index": 3046, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 833, + "address_hex": "0x341", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 833, + "device_offset_hex": "0x341", + "index": 3047, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1088, + "address_hex": "0x440", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1088, + "device_offset_hex": "0x440", + "index": 3048, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1089, + "address_hex": "0x441", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1089, + "device_offset_hex": "0x441", + "index": 3049, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1344, + "address_hex": "0x540", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1344, + "device_offset_hex": "0x540", + "index": 3050, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1345, + "address_hex": "0x541", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1345, + "device_offset_hex": "0x541", + "index": 3051, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1600, + "address_hex": "0x640", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1600, + "device_offset_hex": "0x640", + "index": 3052, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1601, + "address_hex": "0x641", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1601, + "device_offset_hex": "0x641", + "index": 3053, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1856, + "address_hex": "0x740", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1856, + "device_offset_hex": "0x740", + "index": 3054, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1857, + "address_hex": "0x741", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "device_offset": 1857, + "device_offset_hex": "0x741", + "index": 3055, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2112, + "address_hex": "0x840", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 64, + "device_offset_hex": "0x040", + "index": 3056, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2113, + "address_hex": "0x841", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 65, + "device_offset_hex": "0x041", + "index": 3057, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2368, + "address_hex": "0x940", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 320, + "device_offset_hex": "0x140", + "index": 3058, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2369, + "address_hex": "0x941", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 321, + "device_offset_hex": "0x141", + "index": 3059, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2624, + "address_hex": "0xA40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 576, + "device_offset_hex": "0x240", + "index": 3060, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2625, + "address_hex": "0xA41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 577, + "device_offset_hex": "0x241", + "index": 3061, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2880, + "address_hex": "0xB40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 832, + "device_offset_hex": "0x340", + "index": 3062, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2881, + "address_hex": "0xB41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 833, + "device_offset_hex": "0x341", + "index": 3063, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3136, + "address_hex": "0xC40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1088, + "device_offset_hex": "0x440", + "index": 3064, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3137, + "address_hex": "0xC41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1089, + "device_offset_hex": "0x441", + "index": 3065, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3392, + "address_hex": "0xD40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1344, + "device_offset_hex": "0x540", + "index": 3066, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3393, + "address_hex": "0xD41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1345, + "device_offset_hex": "0x541", + "index": 3067, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3648, + "address_hex": "0xE40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1600, + "device_offset_hex": "0x640", + "index": 3068, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3649, + "address_hex": "0xE41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1601, + "device_offset_hex": "0x641", + "index": 3069, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3904, + "address_hex": "0xF40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1856, + "device_offset_hex": "0x740", + "index": 3070, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 64, + "offset_hex": "0x40", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3905, + "address_hex": "0xF41", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "device_offset": 1857, + "device_offset_hex": "0x741", + "index": 3071, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 65, + "offset_hex": "0x41", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 62, + "address_hex": "0x03E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 62, + "device_offset_hex": "0x03E", + "index": 3072, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 63, + "address_hex": "0x03F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 63, + "device_offset_hex": "0x03F", + "index": 3073, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 318, + "address_hex": "0x13E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 318, + "device_offset_hex": "0x13E", + "index": 3074, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 319, + "address_hex": "0x13F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 319, + "device_offset_hex": "0x13F", + "index": 3075, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 574, + "address_hex": "0x23E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 574, + "device_offset_hex": "0x23E", + "index": 3076, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 575, + "address_hex": "0x23F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 575, + "device_offset_hex": "0x23F", + "index": 3077, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 830, + "address_hex": "0x33E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 830, + "device_offset_hex": "0x33E", + "index": 3078, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 831, + "address_hex": "0x33F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 831, + "device_offset_hex": "0x33F", + "index": 3079, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1086, + "address_hex": "0x43E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1086, + "device_offset_hex": "0x43E", + "index": 3080, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1087, + "address_hex": "0x43F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1087, + "device_offset_hex": "0x43F", + "index": 3081, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1342, + "address_hex": "0x53E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1342, + "device_offset_hex": "0x53E", + "index": 3082, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1343, + "address_hex": "0x53F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1343, + "device_offset_hex": "0x53F", + "index": 3083, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1598, + "address_hex": "0x63E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1598, + "device_offset_hex": "0x63E", + "index": 3084, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1599, + "address_hex": "0x63F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1599, + "device_offset_hex": "0x63F", + "index": 3085, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1854, + "address_hex": "0x73E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1854, + "device_offset_hex": "0x73E", + "index": 3086, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1855, + "address_hex": "0x73F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "device_offset": 1855, + "device_offset_hex": "0x73F", + "index": 3087, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2110, + "address_hex": "0x83E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 62, + "device_offset_hex": "0x03E", + "index": 3088, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2111, + "address_hex": "0x83F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 63, + "device_offset_hex": "0x03F", + "index": 3089, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2366, + "address_hex": "0x93E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 318, + "device_offset_hex": "0x13E", + "index": 3090, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2367, + "address_hex": "0x93F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 319, + "device_offset_hex": "0x13F", + "index": 3091, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2622, + "address_hex": "0xA3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 574, + "device_offset_hex": "0x23E", + "index": 3092, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2623, + "address_hex": "0xA3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 575, + "device_offset_hex": "0x23F", + "index": 3093, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2878, + "address_hex": "0xB3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 830, + "device_offset_hex": "0x33E", + "index": 3094, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2879, + "address_hex": "0xB3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 831, + "device_offset_hex": "0x33F", + "index": 3095, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3134, + "address_hex": "0xC3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1086, + "device_offset_hex": "0x43E", + "index": 3096, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3135, + "address_hex": "0xC3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1087, + "device_offset_hex": "0x43F", + "index": 3097, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3390, + "address_hex": "0xD3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1342, + "device_offset_hex": "0x53E", + "index": 3098, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3391, + "address_hex": "0xD3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1343, + "device_offset_hex": "0x53F", + "index": 3099, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3646, + "address_hex": "0xE3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1598, + "device_offset_hex": "0x63E", + "index": 3100, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3647, + "address_hex": "0xE3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1599, + "device_offset_hex": "0x63F", + "index": 3101, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3902, + "address_hex": "0xF3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1854, + "device_offset_hex": "0x73E", + "index": 3102, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 62, + "offset_hex": "0x3E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3903, + "address_hex": "0xF3F", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "device_offset": 1855, + "device_offset_hex": "0x73F", + "index": 3103, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 63, + "offset_hex": "0x3F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 60, + "address_hex": "0x03C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 60, + "device_offset_hex": "0x03C", + "index": 3104, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 61, + "address_hex": "0x03D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 61, + "device_offset_hex": "0x03D", + "index": 3105, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 316, + "address_hex": "0x13C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 316, + "device_offset_hex": "0x13C", + "index": 3106, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 317, + "address_hex": "0x13D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 317, + "device_offset_hex": "0x13D", + "index": 3107, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 572, + "address_hex": "0x23C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 572, + "device_offset_hex": "0x23C", + "index": 3108, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 573, + "address_hex": "0x23D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 573, + "device_offset_hex": "0x23D", + "index": 3109, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 828, + "address_hex": "0x33C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 828, + "device_offset_hex": "0x33C", + "index": 3110, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 829, + "address_hex": "0x33D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 829, + "device_offset_hex": "0x33D", + "index": 3111, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1084, + "address_hex": "0x43C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1084, + "device_offset_hex": "0x43C", + "index": 3112, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1085, + "address_hex": "0x43D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1085, + "device_offset_hex": "0x43D", + "index": 3113, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1340, + "address_hex": "0x53C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1340, + "device_offset_hex": "0x53C", + "index": 3114, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1341, + "address_hex": "0x53D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1341, + "device_offset_hex": "0x53D", + "index": 3115, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1596, + "address_hex": "0x63C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1596, + "device_offset_hex": "0x63C", + "index": 3116, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1597, + "address_hex": "0x63D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1597, + "device_offset_hex": "0x63D", + "index": 3117, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1852, + "address_hex": "0x73C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1852, + "device_offset_hex": "0x73C", + "index": 3118, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1853, + "address_hex": "0x73D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "device_offset": 1853, + "device_offset_hex": "0x73D", + "index": 3119, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2108, + "address_hex": "0x83C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 60, + "device_offset_hex": "0x03C", + "index": 3120, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2109, + "address_hex": "0x83D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 61, + "device_offset_hex": "0x03D", + "index": 3121, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2364, + "address_hex": "0x93C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 316, + "device_offset_hex": "0x13C", + "index": 3122, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2365, + "address_hex": "0x93D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 317, + "device_offset_hex": "0x13D", + "index": 3123, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2620, + "address_hex": "0xA3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 572, + "device_offset_hex": "0x23C", + "index": 3124, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2621, + "address_hex": "0xA3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 573, + "device_offset_hex": "0x23D", + "index": 3125, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2876, + "address_hex": "0xB3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 828, + "device_offset_hex": "0x33C", + "index": 3126, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2877, + "address_hex": "0xB3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 829, + "device_offset_hex": "0x33D", + "index": 3127, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3132, + "address_hex": "0xC3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1084, + "device_offset_hex": "0x43C", + "index": 3128, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3133, + "address_hex": "0xC3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1085, + "device_offset_hex": "0x43D", + "index": 3129, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3388, + "address_hex": "0xD3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1340, + "device_offset_hex": "0x53C", + "index": 3130, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3389, + "address_hex": "0xD3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1341, + "device_offset_hex": "0x53D", + "index": 3131, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3644, + "address_hex": "0xE3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1596, + "device_offset_hex": "0x63C", + "index": 3132, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3645, + "address_hex": "0xE3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1597, + "device_offset_hex": "0x63D", + "index": 3133, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3900, + "address_hex": "0xF3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1852, + "device_offset_hex": "0x73C", + "index": 3134, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 60, + "offset_hex": "0x3C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3901, + "address_hex": "0xF3D", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "device_offset": 1853, + "device_offset_hex": "0x73D", + "index": 3135, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 61, + "offset_hex": "0x3D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 58, + "address_hex": "0x03A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 58, + "device_offset_hex": "0x03A", + "index": 3136, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 59, + "address_hex": "0x03B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 59, + "device_offset_hex": "0x03B", + "index": 3137, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 314, + "address_hex": "0x13A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 314, + "device_offset_hex": "0x13A", + "index": 3138, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 315, + "address_hex": "0x13B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 315, + "device_offset_hex": "0x13B", + "index": 3139, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 570, + "address_hex": "0x23A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 570, + "device_offset_hex": "0x23A", + "index": 3140, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 571, + "address_hex": "0x23B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 571, + "device_offset_hex": "0x23B", + "index": 3141, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 826, + "address_hex": "0x33A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 826, + "device_offset_hex": "0x33A", + "index": 3142, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 827, + "address_hex": "0x33B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 827, + "device_offset_hex": "0x33B", + "index": 3143, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1082, + "address_hex": "0x43A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1082, + "device_offset_hex": "0x43A", + "index": 3144, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1083, + "address_hex": "0x43B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1083, + "device_offset_hex": "0x43B", + "index": 3145, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1338, + "address_hex": "0x53A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1338, + "device_offset_hex": "0x53A", + "index": 3146, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1339, + "address_hex": "0x53B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1339, + "device_offset_hex": "0x53B", + "index": 3147, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1594, + "address_hex": "0x63A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1594, + "device_offset_hex": "0x63A", + "index": 3148, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1595, + "address_hex": "0x63B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1595, + "device_offset_hex": "0x63B", + "index": 3149, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1850, + "address_hex": "0x73A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1850, + "device_offset_hex": "0x73A", + "index": 3150, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1851, + "address_hex": "0x73B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "device_offset": 1851, + "device_offset_hex": "0x73B", + "index": 3151, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2106, + "address_hex": "0x83A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 58, + "device_offset_hex": "0x03A", + "index": 3152, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2107, + "address_hex": "0x83B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 59, + "device_offset_hex": "0x03B", + "index": 3153, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2362, + "address_hex": "0x93A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 314, + "device_offset_hex": "0x13A", + "index": 3154, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2363, + "address_hex": "0x93B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 315, + "device_offset_hex": "0x13B", + "index": 3155, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2618, + "address_hex": "0xA3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 570, + "device_offset_hex": "0x23A", + "index": 3156, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2619, + "address_hex": "0xA3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 571, + "device_offset_hex": "0x23B", + "index": 3157, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2874, + "address_hex": "0xB3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 826, + "device_offset_hex": "0x33A", + "index": 3158, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2875, + "address_hex": "0xB3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 827, + "device_offset_hex": "0x33B", + "index": 3159, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3130, + "address_hex": "0xC3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1082, + "device_offset_hex": "0x43A", + "index": 3160, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3131, + "address_hex": "0xC3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1083, + "device_offset_hex": "0x43B", + "index": 3161, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3386, + "address_hex": "0xD3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1338, + "device_offset_hex": "0x53A", + "index": 3162, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3387, + "address_hex": "0xD3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1339, + "device_offset_hex": "0x53B", + "index": 3163, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3642, + "address_hex": "0xE3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1594, + "device_offset_hex": "0x63A", + "index": 3164, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3643, + "address_hex": "0xE3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1595, + "device_offset_hex": "0x63B", + "index": 3165, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3898, + "address_hex": "0xF3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1850, + "device_offset_hex": "0x73A", + "index": 3166, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 58, + "offset_hex": "0x3A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3899, + "address_hex": "0xF3B", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "device_offset": 1851, + "device_offset_hex": "0x73B", + "index": 3167, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 59, + "offset_hex": "0x3B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 56, + "address_hex": "0x038", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 56, + "device_offset_hex": "0x038", + "index": 3168, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 57, + "address_hex": "0x039", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 57, + "device_offset_hex": "0x039", + "index": 3169, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 312, + "address_hex": "0x138", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 312, + "device_offset_hex": "0x138", + "index": 3170, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 313, + "address_hex": "0x139", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 313, + "device_offset_hex": "0x139", + "index": 3171, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 568, + "address_hex": "0x238", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 568, + "device_offset_hex": "0x238", + "index": 3172, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 569, + "address_hex": "0x239", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 569, + "device_offset_hex": "0x239", + "index": 3173, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 824, + "address_hex": "0x338", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 824, + "device_offset_hex": "0x338", + "index": 3174, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 825, + "address_hex": "0x339", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 825, + "device_offset_hex": "0x339", + "index": 3175, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1080, + "address_hex": "0x438", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1080, + "device_offset_hex": "0x438", + "index": 3176, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1081, + "address_hex": "0x439", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1081, + "device_offset_hex": "0x439", + "index": 3177, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1336, + "address_hex": "0x538", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1336, + "device_offset_hex": "0x538", + "index": 3178, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1337, + "address_hex": "0x539", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1337, + "device_offset_hex": "0x539", + "index": 3179, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1592, + "address_hex": "0x638", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1592, + "device_offset_hex": "0x638", + "index": 3180, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1593, + "address_hex": "0x639", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1593, + "device_offset_hex": "0x639", + "index": 3181, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1848, + "address_hex": "0x738", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1848, + "device_offset_hex": "0x738", + "index": 3182, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1849, + "address_hex": "0x739", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "device_offset": 1849, + "device_offset_hex": "0x739", + "index": 3183, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2104, + "address_hex": "0x838", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 56, + "device_offset_hex": "0x038", + "index": 3184, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2105, + "address_hex": "0x839", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 57, + "device_offset_hex": "0x039", + "index": 3185, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2360, + "address_hex": "0x938", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 312, + "device_offset_hex": "0x138", + "index": 3186, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2361, + "address_hex": "0x939", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 313, + "device_offset_hex": "0x139", + "index": 3187, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2616, + "address_hex": "0xA38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 568, + "device_offset_hex": "0x238", + "index": 3188, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2617, + "address_hex": "0xA39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 569, + "device_offset_hex": "0x239", + "index": 3189, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2872, + "address_hex": "0xB38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 824, + "device_offset_hex": "0x338", + "index": 3190, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2873, + "address_hex": "0xB39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 825, + "device_offset_hex": "0x339", + "index": 3191, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3128, + "address_hex": "0xC38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1080, + "device_offset_hex": "0x438", + "index": 3192, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3129, + "address_hex": "0xC39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1081, + "device_offset_hex": "0x439", + "index": 3193, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3384, + "address_hex": "0xD38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1336, + "device_offset_hex": "0x538", + "index": 3194, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3385, + "address_hex": "0xD39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1337, + "device_offset_hex": "0x539", + "index": 3195, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3640, + "address_hex": "0xE38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1592, + "device_offset_hex": "0x638", + "index": 3196, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3641, + "address_hex": "0xE39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1593, + "device_offset_hex": "0x639", + "index": 3197, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3896, + "address_hex": "0xF38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1848, + "device_offset_hex": "0x738", + "index": 3198, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 56, + "offset_hex": "0x38", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3897, + "address_hex": "0xF39", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "device_offset": 1849, + "device_offset_hex": "0x739", + "index": 3199, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 57, + "offset_hex": "0x39", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 54, + "address_hex": "0x036", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 54, + "device_offset_hex": "0x036", + "index": 3200, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 55, + "address_hex": "0x037", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 55, + "device_offset_hex": "0x037", + "index": 3201, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 310, + "address_hex": "0x136", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 310, + "device_offset_hex": "0x136", + "index": 3202, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 311, + "address_hex": "0x137", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 311, + "device_offset_hex": "0x137", + "index": 3203, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 566, + "address_hex": "0x236", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 566, + "device_offset_hex": "0x236", + "index": 3204, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 567, + "address_hex": "0x237", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 567, + "device_offset_hex": "0x237", + "index": 3205, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 822, + "address_hex": "0x336", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 822, + "device_offset_hex": "0x336", + "index": 3206, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 823, + "address_hex": "0x337", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 823, + "device_offset_hex": "0x337", + "index": 3207, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1078, + "address_hex": "0x436", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1078, + "device_offset_hex": "0x436", + "index": 3208, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1079, + "address_hex": "0x437", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1079, + "device_offset_hex": "0x437", + "index": 3209, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1334, + "address_hex": "0x536", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1334, + "device_offset_hex": "0x536", + "index": 3210, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1335, + "address_hex": "0x537", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1335, + "device_offset_hex": "0x537", + "index": 3211, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1590, + "address_hex": "0x636", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1590, + "device_offset_hex": "0x636", + "index": 3212, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1591, + "address_hex": "0x637", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1591, + "device_offset_hex": "0x637", + "index": 3213, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1846, + "address_hex": "0x736", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1846, + "device_offset_hex": "0x736", + "index": 3214, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1847, + "address_hex": "0x737", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "device_offset": 1847, + "device_offset_hex": "0x737", + "index": 3215, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2102, + "address_hex": "0x836", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 54, + "device_offset_hex": "0x036", + "index": 3216, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2103, + "address_hex": "0x837", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 55, + "device_offset_hex": "0x037", + "index": 3217, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2358, + "address_hex": "0x936", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 310, + "device_offset_hex": "0x136", + "index": 3218, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2359, + "address_hex": "0x937", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 311, + "device_offset_hex": "0x137", + "index": 3219, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2614, + "address_hex": "0xA36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 566, + "device_offset_hex": "0x236", + "index": 3220, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2615, + "address_hex": "0xA37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 567, + "device_offset_hex": "0x237", + "index": 3221, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2870, + "address_hex": "0xB36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 822, + "device_offset_hex": "0x336", + "index": 3222, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2871, + "address_hex": "0xB37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 823, + "device_offset_hex": "0x337", + "index": 3223, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3126, + "address_hex": "0xC36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1078, + "device_offset_hex": "0x436", + "index": 3224, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3127, + "address_hex": "0xC37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1079, + "device_offset_hex": "0x437", + "index": 3225, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3382, + "address_hex": "0xD36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1334, + "device_offset_hex": "0x536", + "index": 3226, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3383, + "address_hex": "0xD37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1335, + "device_offset_hex": "0x537", + "index": 3227, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3638, + "address_hex": "0xE36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1590, + "device_offset_hex": "0x636", + "index": 3228, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3639, + "address_hex": "0xE37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1591, + "device_offset_hex": "0x637", + "index": 3229, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3894, + "address_hex": "0xF36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1846, + "device_offset_hex": "0x736", + "index": 3230, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 54, + "offset_hex": "0x36", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3895, + "address_hex": "0xF37", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "device_offset": 1847, + "device_offset_hex": "0x737", + "index": 3231, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 55, + "offset_hex": "0x37", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 52, + "address_hex": "0x034", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 52, + "device_offset_hex": "0x034", + "index": 3232, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 53, + "address_hex": "0x035", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 53, + "device_offset_hex": "0x035", + "index": 3233, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 308, + "address_hex": "0x134", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 308, + "device_offset_hex": "0x134", + "index": 3234, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 309, + "address_hex": "0x135", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 309, + "device_offset_hex": "0x135", + "index": 3235, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 564, + "address_hex": "0x234", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 564, + "device_offset_hex": "0x234", + "index": 3236, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 565, + "address_hex": "0x235", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 565, + "device_offset_hex": "0x235", + "index": 3237, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 820, + "address_hex": "0x334", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 820, + "device_offset_hex": "0x334", + "index": 3238, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 821, + "address_hex": "0x335", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 821, + "device_offset_hex": "0x335", + "index": 3239, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1076, + "address_hex": "0x434", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1076, + "device_offset_hex": "0x434", + "index": 3240, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1077, + "address_hex": "0x435", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1077, + "device_offset_hex": "0x435", + "index": 3241, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1332, + "address_hex": "0x534", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1332, + "device_offset_hex": "0x534", + "index": 3242, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1333, + "address_hex": "0x535", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1333, + "device_offset_hex": "0x535", + "index": 3243, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1588, + "address_hex": "0x634", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1588, + "device_offset_hex": "0x634", + "index": 3244, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1589, + "address_hex": "0x635", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1589, + "device_offset_hex": "0x635", + "index": 3245, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1844, + "address_hex": "0x734", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1844, + "device_offset_hex": "0x734", + "index": 3246, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1845, + "address_hex": "0x735", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "device_offset": 1845, + "device_offset_hex": "0x735", + "index": 3247, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2100, + "address_hex": "0x834", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 52, + "device_offset_hex": "0x034", + "index": 3248, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2101, + "address_hex": "0x835", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 53, + "device_offset_hex": "0x035", + "index": 3249, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2356, + "address_hex": "0x934", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 308, + "device_offset_hex": "0x134", + "index": 3250, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2357, + "address_hex": "0x935", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 309, + "device_offset_hex": "0x135", + "index": 3251, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2612, + "address_hex": "0xA34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 564, + "device_offset_hex": "0x234", + "index": 3252, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2613, + "address_hex": "0xA35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 565, + "device_offset_hex": "0x235", + "index": 3253, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2868, + "address_hex": "0xB34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 820, + "device_offset_hex": "0x334", + "index": 3254, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2869, + "address_hex": "0xB35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 821, + "device_offset_hex": "0x335", + "index": 3255, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3124, + "address_hex": "0xC34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1076, + "device_offset_hex": "0x434", + "index": 3256, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3125, + "address_hex": "0xC35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1077, + "device_offset_hex": "0x435", + "index": 3257, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3380, + "address_hex": "0xD34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1332, + "device_offset_hex": "0x534", + "index": 3258, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3381, + "address_hex": "0xD35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1333, + "device_offset_hex": "0x535", + "index": 3259, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3636, + "address_hex": "0xE34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1588, + "device_offset_hex": "0x634", + "index": 3260, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3637, + "address_hex": "0xE35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1589, + "device_offset_hex": "0x635", + "index": 3261, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3892, + "address_hex": "0xF34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1844, + "device_offset_hex": "0x734", + "index": 3262, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 52, + "offset_hex": "0x34", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3893, + "address_hex": "0xF35", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "device_offset": 1845, + "device_offset_hex": "0x735", + "index": 3263, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 53, + "offset_hex": "0x35", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 50, + "address_hex": "0x032", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 50, + "device_offset_hex": "0x032", + "index": 3264, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 51, + "address_hex": "0x033", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 51, + "device_offset_hex": "0x033", + "index": 3265, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 306, + "address_hex": "0x132", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 306, + "device_offset_hex": "0x132", + "index": 3266, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 307, + "address_hex": "0x133", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 307, + "device_offset_hex": "0x133", + "index": 3267, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 562, + "address_hex": "0x232", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 562, + "device_offset_hex": "0x232", + "index": 3268, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 563, + "address_hex": "0x233", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 563, + "device_offset_hex": "0x233", + "index": 3269, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 818, + "address_hex": "0x332", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 818, + "device_offset_hex": "0x332", + "index": 3270, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 819, + "address_hex": "0x333", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 819, + "device_offset_hex": "0x333", + "index": 3271, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1074, + "address_hex": "0x432", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1074, + "device_offset_hex": "0x432", + "index": 3272, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1075, + "address_hex": "0x433", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1075, + "device_offset_hex": "0x433", + "index": 3273, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1330, + "address_hex": "0x532", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1330, + "device_offset_hex": "0x532", + "index": 3274, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1331, + "address_hex": "0x533", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1331, + "device_offset_hex": "0x533", + "index": 3275, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1586, + "address_hex": "0x632", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1586, + "device_offset_hex": "0x632", + "index": 3276, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1587, + "address_hex": "0x633", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1587, + "device_offset_hex": "0x633", + "index": 3277, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1842, + "address_hex": "0x732", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1842, + "device_offset_hex": "0x732", + "index": 3278, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1843, + "address_hex": "0x733", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "device_offset": 1843, + "device_offset_hex": "0x733", + "index": 3279, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2098, + "address_hex": "0x832", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 50, + "device_offset_hex": "0x032", + "index": 3280, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2099, + "address_hex": "0x833", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 51, + "device_offset_hex": "0x033", + "index": 3281, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2354, + "address_hex": "0x932", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 306, + "device_offset_hex": "0x132", + "index": 3282, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2355, + "address_hex": "0x933", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 307, + "device_offset_hex": "0x133", + "index": 3283, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2610, + "address_hex": "0xA32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 562, + "device_offset_hex": "0x232", + "index": 3284, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2611, + "address_hex": "0xA33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 563, + "device_offset_hex": "0x233", + "index": 3285, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2866, + "address_hex": "0xB32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 818, + "device_offset_hex": "0x332", + "index": 3286, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2867, + "address_hex": "0xB33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 819, + "device_offset_hex": "0x333", + "index": 3287, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3122, + "address_hex": "0xC32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1074, + "device_offset_hex": "0x432", + "index": 3288, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3123, + "address_hex": "0xC33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1075, + "device_offset_hex": "0x433", + "index": 3289, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3378, + "address_hex": "0xD32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1330, + "device_offset_hex": "0x532", + "index": 3290, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3379, + "address_hex": "0xD33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1331, + "device_offset_hex": "0x533", + "index": 3291, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3634, + "address_hex": "0xE32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1586, + "device_offset_hex": "0x632", + "index": 3292, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3635, + "address_hex": "0xE33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1587, + "device_offset_hex": "0x633", + "index": 3293, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3890, + "address_hex": "0xF32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1842, + "device_offset_hex": "0x732", + "index": 3294, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 50, + "offset_hex": "0x32", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3891, + "address_hex": "0xF33", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "device_offset": 1843, + "device_offset_hex": "0x733", + "index": 3295, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 51, + "offset_hex": "0x33", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 48, + "address_hex": "0x030", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 48, + "device_offset_hex": "0x030", + "index": 3296, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 49, + "address_hex": "0x031", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 49, + "device_offset_hex": "0x031", + "index": 3297, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 304, + "address_hex": "0x130", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 304, + "device_offset_hex": "0x130", + "index": 3298, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 305, + "address_hex": "0x131", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 305, + "device_offset_hex": "0x131", + "index": 3299, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 560, + "address_hex": "0x230", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 560, + "device_offset_hex": "0x230", + "index": 3300, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 561, + "address_hex": "0x231", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 561, + "device_offset_hex": "0x231", + "index": 3301, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 816, + "address_hex": "0x330", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 816, + "device_offset_hex": "0x330", + "index": 3302, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 817, + "address_hex": "0x331", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 817, + "device_offset_hex": "0x331", + "index": 3303, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1072, + "address_hex": "0x430", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1072, + "device_offset_hex": "0x430", + "index": 3304, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1073, + "address_hex": "0x431", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1073, + "device_offset_hex": "0x431", + "index": 3305, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1328, + "address_hex": "0x530", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1328, + "device_offset_hex": "0x530", + "index": 3306, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1329, + "address_hex": "0x531", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1329, + "device_offset_hex": "0x531", + "index": 3307, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1584, + "address_hex": "0x630", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1584, + "device_offset_hex": "0x630", + "index": 3308, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1585, + "address_hex": "0x631", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1585, + "device_offset_hex": "0x631", + "index": 3309, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1840, + "address_hex": "0x730", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1840, + "device_offset_hex": "0x730", + "index": 3310, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1841, + "address_hex": "0x731", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "device_offset": 1841, + "device_offset_hex": "0x731", + "index": 3311, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2096, + "address_hex": "0x830", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 48, + "device_offset_hex": "0x030", + "index": 3312, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2097, + "address_hex": "0x831", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 49, + "device_offset_hex": "0x031", + "index": 3313, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2352, + "address_hex": "0x930", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 304, + "device_offset_hex": "0x130", + "index": 3314, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2353, + "address_hex": "0x931", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 305, + "device_offset_hex": "0x131", + "index": 3315, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2608, + "address_hex": "0xA30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 560, + "device_offset_hex": "0x230", + "index": 3316, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2609, + "address_hex": "0xA31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 561, + "device_offset_hex": "0x231", + "index": 3317, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2864, + "address_hex": "0xB30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 816, + "device_offset_hex": "0x330", + "index": 3318, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2865, + "address_hex": "0xB31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 817, + "device_offset_hex": "0x331", + "index": 3319, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3120, + "address_hex": "0xC30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1072, + "device_offset_hex": "0x430", + "index": 3320, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3121, + "address_hex": "0xC31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1073, + "device_offset_hex": "0x431", + "index": 3321, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3376, + "address_hex": "0xD30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1328, + "device_offset_hex": "0x530", + "index": 3322, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3377, + "address_hex": "0xD31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1329, + "device_offset_hex": "0x531", + "index": 3323, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3632, + "address_hex": "0xE30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1584, + "device_offset_hex": "0x630", + "index": 3324, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3633, + "address_hex": "0xE31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1585, + "device_offset_hex": "0x631", + "index": 3325, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3888, + "address_hex": "0xF30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1840, + "device_offset_hex": "0x730", + "index": 3326, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 255, + "new_value_hex": "0xFF", + "offset": 48, + "offset_hex": "0x30", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3889, + "address_hex": "0xF31", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "device_offset": 1841, + "device_offset_hex": "0x731", + "index": 3327, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 49, + "offset_hex": "0x31", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 46, + "address_hex": "0x02E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 46, + "device_offset_hex": "0x02E", + "index": 3328, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 47, + "address_hex": "0x02F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 47, + "device_offset_hex": "0x02F", + "index": 3329, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 302, + "address_hex": "0x12E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 302, + "device_offset_hex": "0x12E", + "index": 3330, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 303, + "address_hex": "0x12F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 303, + "device_offset_hex": "0x12F", + "index": 3331, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 558, + "address_hex": "0x22E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 558, + "device_offset_hex": "0x22E", + "index": 3332, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 559, + "address_hex": "0x22F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 559, + "device_offset_hex": "0x22F", + "index": 3333, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 814, + "address_hex": "0x32E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 814, + "device_offset_hex": "0x32E", + "index": 3334, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 815, + "address_hex": "0x32F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 815, + "device_offset_hex": "0x32F", + "index": 3335, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1070, + "address_hex": "0x42E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1070, + "device_offset_hex": "0x42E", + "index": 3336, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1071, + "address_hex": "0x42F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1071, + "device_offset_hex": "0x42F", + "index": 3337, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1326, + "address_hex": "0x52E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1326, + "device_offset_hex": "0x52E", + "index": 3338, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1327, + "address_hex": "0x52F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1327, + "device_offset_hex": "0x52F", + "index": 3339, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1582, + "address_hex": "0x62E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1582, + "device_offset_hex": "0x62E", + "index": 3340, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1583, + "address_hex": "0x62F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1583, + "device_offset_hex": "0x62F", + "index": 3341, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1838, + "address_hex": "0x72E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1838, + "device_offset_hex": "0x72E", + "index": 3342, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1839, + "address_hex": "0x72F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "device_offset": 1839, + "device_offset_hex": "0x72F", + "index": 3343, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2094, + "address_hex": "0x82E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 46, + "device_offset_hex": "0x02E", + "index": 3344, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2095, + "address_hex": "0x82F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 47, + "device_offset_hex": "0x02F", + "index": 3345, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2350, + "address_hex": "0x92E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 302, + "device_offset_hex": "0x12E", + "index": 3346, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2351, + "address_hex": "0x92F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 303, + "device_offset_hex": "0x12F", + "index": 3347, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2606, + "address_hex": "0xA2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 558, + "device_offset_hex": "0x22E", + "index": 3348, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2607, + "address_hex": "0xA2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 559, + "device_offset_hex": "0x22F", + "index": 3349, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2862, + "address_hex": "0xB2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 814, + "device_offset_hex": "0x32E", + "index": 3350, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2863, + "address_hex": "0xB2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 815, + "device_offset_hex": "0x32F", + "index": 3351, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3118, + "address_hex": "0xC2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1070, + "device_offset_hex": "0x42E", + "index": 3352, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3119, + "address_hex": "0xC2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1071, + "device_offset_hex": "0x42F", + "index": 3353, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3374, + "address_hex": "0xD2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1326, + "device_offset_hex": "0x52E", + "index": 3354, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3375, + "address_hex": "0xD2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1327, + "device_offset_hex": "0x52F", + "index": 3355, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3630, + "address_hex": "0xE2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1582, + "device_offset_hex": "0x62E", + "index": 3356, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3631, + "address_hex": "0xE2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1583, + "device_offset_hex": "0x62F", + "index": 3357, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3886, + "address_hex": "0xF2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1838, + "device_offset_hex": "0x72E", + "index": 3358, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 46, + "offset_hex": "0x2E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3887, + "address_hex": "0xF2F", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "device_offset": 1839, + "device_offset_hex": "0x72F", + "index": 3359, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 47, + "offset_hex": "0x2F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 44, + "address_hex": "0x02C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 44, + "device_offset_hex": "0x02C", + "index": 3360, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 45, + "address_hex": "0x02D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 45, + "device_offset_hex": "0x02D", + "index": 3361, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 300, + "address_hex": "0x12C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 300, + "device_offset_hex": "0x12C", + "index": 3362, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 301, + "address_hex": "0x12D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 301, + "device_offset_hex": "0x12D", + "index": 3363, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 556, + "address_hex": "0x22C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 556, + "device_offset_hex": "0x22C", + "index": 3364, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 557, + "address_hex": "0x22D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 557, + "device_offset_hex": "0x22D", + "index": 3365, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 812, + "address_hex": "0x32C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 812, + "device_offset_hex": "0x32C", + "index": 3366, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 813, + "address_hex": "0x32D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 813, + "device_offset_hex": "0x32D", + "index": 3367, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1068, + "address_hex": "0x42C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1068, + "device_offset_hex": "0x42C", + "index": 3368, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1069, + "address_hex": "0x42D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1069, + "device_offset_hex": "0x42D", + "index": 3369, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1324, + "address_hex": "0x52C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1324, + "device_offset_hex": "0x52C", + "index": 3370, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1325, + "address_hex": "0x52D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1325, + "device_offset_hex": "0x52D", + "index": 3371, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1580, + "address_hex": "0x62C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1580, + "device_offset_hex": "0x62C", + "index": 3372, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1581, + "address_hex": "0x62D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1581, + "device_offset_hex": "0x62D", + "index": 3373, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1836, + "address_hex": "0x72C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1836, + "device_offset_hex": "0x72C", + "index": 3374, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1837, + "address_hex": "0x72D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "device_offset": 1837, + "device_offset_hex": "0x72D", + "index": 3375, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2092, + "address_hex": "0x82C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 44, + "device_offset_hex": "0x02C", + "index": 3376, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2093, + "address_hex": "0x82D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 45, + "device_offset_hex": "0x02D", + "index": 3377, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2348, + "address_hex": "0x92C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 300, + "device_offset_hex": "0x12C", + "index": 3378, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2349, + "address_hex": "0x92D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 301, + "device_offset_hex": "0x12D", + "index": 3379, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2604, + "address_hex": "0xA2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 556, + "device_offset_hex": "0x22C", + "index": 3380, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2605, + "address_hex": "0xA2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 557, + "device_offset_hex": "0x22D", + "index": 3381, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2860, + "address_hex": "0xB2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 812, + "device_offset_hex": "0x32C", + "index": 3382, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2861, + "address_hex": "0xB2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 813, + "device_offset_hex": "0x32D", + "index": 3383, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3116, + "address_hex": "0xC2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1068, + "device_offset_hex": "0x42C", + "index": 3384, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3117, + "address_hex": "0xC2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1069, + "device_offset_hex": "0x42D", + "index": 3385, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3372, + "address_hex": "0xD2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1324, + "device_offset_hex": "0x52C", + "index": 3386, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3373, + "address_hex": "0xD2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1325, + "device_offset_hex": "0x52D", + "index": 3387, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3628, + "address_hex": "0xE2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1580, + "device_offset_hex": "0x62C", + "index": 3388, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3629, + "address_hex": "0xE2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1581, + "device_offset_hex": "0x62D", + "index": 3389, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3884, + "address_hex": "0xF2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1836, + "device_offset_hex": "0x72C", + "index": 3390, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 44, + "offset_hex": "0x2C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3885, + "address_hex": "0xF2D", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "device_offset": 1837, + "device_offset_hex": "0x72D", + "index": 3391, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 45, + "offset_hex": "0x2D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 42, + "address_hex": "0x02A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 42, + "device_offset_hex": "0x02A", + "index": 3392, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 43, + "address_hex": "0x02B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 43, + "device_offset_hex": "0x02B", + "index": 3393, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 298, + "address_hex": "0x12A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 298, + "device_offset_hex": "0x12A", + "index": 3394, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 299, + "address_hex": "0x12B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 299, + "device_offset_hex": "0x12B", + "index": 3395, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 554, + "address_hex": "0x22A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 554, + "device_offset_hex": "0x22A", + "index": 3396, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 555, + "address_hex": "0x22B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 555, + "device_offset_hex": "0x22B", + "index": 3397, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 810, + "address_hex": "0x32A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 810, + "device_offset_hex": "0x32A", + "index": 3398, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 811, + "address_hex": "0x32B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 811, + "device_offset_hex": "0x32B", + "index": 3399, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1066, + "address_hex": "0x42A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1066, + "device_offset_hex": "0x42A", + "index": 3400, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1067, + "address_hex": "0x42B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1067, + "device_offset_hex": "0x42B", + "index": 3401, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1322, + "address_hex": "0x52A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1322, + "device_offset_hex": "0x52A", + "index": 3402, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1323, + "address_hex": "0x52B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1323, + "device_offset_hex": "0x52B", + "index": 3403, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1578, + "address_hex": "0x62A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1578, + "device_offset_hex": "0x62A", + "index": 3404, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1579, + "address_hex": "0x62B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1579, + "device_offset_hex": "0x62B", + "index": 3405, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1834, + "address_hex": "0x72A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1834, + "device_offset_hex": "0x72A", + "index": 3406, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1835, + "address_hex": "0x72B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "device_offset": 1835, + "device_offset_hex": "0x72B", + "index": 3407, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2090, + "address_hex": "0x82A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 42, + "device_offset_hex": "0x02A", + "index": 3408, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2091, + "address_hex": "0x82B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 43, + "device_offset_hex": "0x02B", + "index": 3409, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2346, + "address_hex": "0x92A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 298, + "device_offset_hex": "0x12A", + "index": 3410, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2347, + "address_hex": "0x92B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 299, + "device_offset_hex": "0x12B", + "index": 3411, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2602, + "address_hex": "0xA2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 554, + "device_offset_hex": "0x22A", + "index": 3412, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2603, + "address_hex": "0xA2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 555, + "device_offset_hex": "0x22B", + "index": 3413, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2858, + "address_hex": "0xB2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 810, + "device_offset_hex": "0x32A", + "index": 3414, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2859, + "address_hex": "0xB2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 811, + "device_offset_hex": "0x32B", + "index": 3415, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3114, + "address_hex": "0xC2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1066, + "device_offset_hex": "0x42A", + "index": 3416, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3115, + "address_hex": "0xC2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1067, + "device_offset_hex": "0x42B", + "index": 3417, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3370, + "address_hex": "0xD2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1322, + "device_offset_hex": "0x52A", + "index": 3418, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3371, + "address_hex": "0xD2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1323, + "device_offset_hex": "0x52B", + "index": 3419, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3626, + "address_hex": "0xE2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1578, + "device_offset_hex": "0x62A", + "index": 3420, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3627, + "address_hex": "0xE2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1579, + "device_offset_hex": "0x62B", + "index": 3421, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3882, + "address_hex": "0xF2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1834, + "device_offset_hex": "0x72A", + "index": 3422, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 42, + "offset_hex": "0x2A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3883, + "address_hex": "0xF2B", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "device_offset": 1835, + "device_offset_hex": "0x72B", + "index": 3423, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_value": 64, + "new_value_hex": "0x40", + "offset": 43, + "offset_hex": "0x2B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 40, + "address_hex": "0x028", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 40, + "device_offset_hex": "0x028", + "index": 3424, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 41, + "address_hex": "0x029", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 41, + "device_offset_hex": "0x029", + "index": 3425, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 296, + "address_hex": "0x128", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 296, + "device_offset_hex": "0x128", + "index": 3426, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 297, + "address_hex": "0x129", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 297, + "device_offset_hex": "0x129", + "index": 3427, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 552, + "address_hex": "0x228", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 552, + "device_offset_hex": "0x228", + "index": 3428, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 553, + "address_hex": "0x229", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 553, + "device_offset_hex": "0x229", + "index": 3429, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 808, + "address_hex": "0x328", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 808, + "device_offset_hex": "0x328", + "index": 3430, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 809, + "address_hex": "0x329", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 809, + "device_offset_hex": "0x329", + "index": 3431, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1064, + "address_hex": "0x428", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1064, + "device_offset_hex": "0x428", + "index": 3432, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1065, + "address_hex": "0x429", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1065, + "device_offset_hex": "0x429", + "index": 3433, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1320, + "address_hex": "0x528", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1320, + "device_offset_hex": "0x528", + "index": 3434, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1321, + "address_hex": "0x529", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1321, + "device_offset_hex": "0x529", + "index": 3435, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1576, + "address_hex": "0x628", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1576, + "device_offset_hex": "0x628", + "index": 3436, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1577, + "address_hex": "0x629", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1577, + "device_offset_hex": "0x629", + "index": 3437, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1832, + "address_hex": "0x728", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1832, + "device_offset_hex": "0x728", + "index": 3438, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1833, + "address_hex": "0x729", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "device_offset": 1833, + "device_offset_hex": "0x729", + "index": 3439, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2088, + "address_hex": "0x828", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 40, + "device_offset_hex": "0x028", + "index": 3440, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2089, + "address_hex": "0x829", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 41, + "device_offset_hex": "0x029", + "index": 3441, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2344, + "address_hex": "0x928", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 296, + "device_offset_hex": "0x128", + "index": 3442, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2345, + "address_hex": "0x929", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 297, + "device_offset_hex": "0x129", + "index": 3443, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2600, + "address_hex": "0xA28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 552, + "device_offset_hex": "0x228", + "index": 3444, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2601, + "address_hex": "0xA29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 553, + "device_offset_hex": "0x229", + "index": 3445, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2856, + "address_hex": "0xB28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 808, + "device_offset_hex": "0x328", + "index": 3446, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2857, + "address_hex": "0xB29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 809, + "device_offset_hex": "0x329", + "index": 3447, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3112, + "address_hex": "0xC28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1064, + "device_offset_hex": "0x428", + "index": 3448, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3113, + "address_hex": "0xC29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1065, + "device_offset_hex": "0x429", + "index": 3449, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3368, + "address_hex": "0xD28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1320, + "device_offset_hex": "0x528", + "index": 3450, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3369, + "address_hex": "0xD29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1321, + "device_offset_hex": "0x529", + "index": 3451, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3624, + "address_hex": "0xE28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1576, + "device_offset_hex": "0x628", + "index": 3452, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3625, + "address_hex": "0xE29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1577, + "device_offset_hex": "0x629", + "index": 3453, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3880, + "address_hex": "0xF28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1832, + "device_offset_hex": "0x728", + "index": 3454, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 40, + "offset_hex": "0x28", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3881, + "address_hex": "0xF29", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "device_offset": 1833, + "device_offset_hex": "0x729", + "index": 3455, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 41, + "offset_hex": "0x29", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 38, + "address_hex": "0x026", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 38, + "device_offset_hex": "0x026", + "index": 3456, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 39, + "address_hex": "0x027", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 39, + "device_offset_hex": "0x027", + "index": 3457, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 294, + "address_hex": "0x126", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 294, + "device_offset_hex": "0x126", + "index": 3458, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 295, + "address_hex": "0x127", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 295, + "device_offset_hex": "0x127", + "index": 3459, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 550, + "address_hex": "0x226", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 550, + "device_offset_hex": "0x226", + "index": 3460, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 551, + "address_hex": "0x227", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 551, + "device_offset_hex": "0x227", + "index": 3461, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 806, + "address_hex": "0x326", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 806, + "device_offset_hex": "0x326", + "index": 3462, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 807, + "address_hex": "0x327", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 807, + "device_offset_hex": "0x327", + "index": 3463, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1062, + "address_hex": "0x426", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1062, + "device_offset_hex": "0x426", + "index": 3464, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1063, + "address_hex": "0x427", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1063, + "device_offset_hex": "0x427", + "index": 3465, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1318, + "address_hex": "0x526", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1318, + "device_offset_hex": "0x526", + "index": 3466, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1319, + "address_hex": "0x527", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1319, + "device_offset_hex": "0x527", + "index": 3467, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1574, + "address_hex": "0x626", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1574, + "device_offset_hex": "0x626", + "index": 3468, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1575, + "address_hex": "0x627", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1575, + "device_offset_hex": "0x627", + "index": 3469, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1830, + "address_hex": "0x726", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1830, + "device_offset_hex": "0x726", + "index": 3470, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1831, + "address_hex": "0x727", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "device_offset": 1831, + "device_offset_hex": "0x727", + "index": 3471, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2086, + "address_hex": "0x826", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 38, + "device_offset_hex": "0x026", + "index": 3472, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2087, + "address_hex": "0x827", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 39, + "device_offset_hex": "0x027", + "index": 3473, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2342, + "address_hex": "0x926", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 294, + "device_offset_hex": "0x126", + "index": 3474, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2343, + "address_hex": "0x927", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 295, + "device_offset_hex": "0x127", + "index": 3475, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2598, + "address_hex": "0xA26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 550, + "device_offset_hex": "0x226", + "index": 3476, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2599, + "address_hex": "0xA27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 551, + "device_offset_hex": "0x227", + "index": 3477, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2854, + "address_hex": "0xB26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 806, + "device_offset_hex": "0x326", + "index": 3478, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2855, + "address_hex": "0xB27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 807, + "device_offset_hex": "0x327", + "index": 3479, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3110, + "address_hex": "0xC26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1062, + "device_offset_hex": "0x426", + "index": 3480, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3111, + "address_hex": "0xC27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1063, + "device_offset_hex": "0x427", + "index": 3481, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3366, + "address_hex": "0xD26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1318, + "device_offset_hex": "0x526", + "index": 3482, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3367, + "address_hex": "0xD27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1319, + "device_offset_hex": "0x527", + "index": 3483, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3622, + "address_hex": "0xE26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1574, + "device_offset_hex": "0x626", + "index": 3484, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3623, + "address_hex": "0xE27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1575, + "device_offset_hex": "0x627", + "index": 3485, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3878, + "address_hex": "0xF26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1830, + "device_offset_hex": "0x726", + "index": 3486, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 4, + "new_value_hex": "0x04", + "offset": 38, + "offset_hex": "0x26", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3879, + "address_hex": "0xF27", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "device_offset": 1831, + "device_offset_hex": "0x727", + "index": 3487, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 39, + "offset_hex": "0x27", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 36, + "address_hex": "0x024", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 36, + "device_offset_hex": "0x024", + "index": 3488, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 37, + "address_hex": "0x025", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 37, + "device_offset_hex": "0x025", + "index": 3489, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 292, + "address_hex": "0x124", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 292, + "device_offset_hex": "0x124", + "index": 3490, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 293, + "address_hex": "0x125", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 293, + "device_offset_hex": "0x125", + "index": 3491, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 548, + "address_hex": "0x224", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 548, + "device_offset_hex": "0x224", + "index": 3492, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 549, + "address_hex": "0x225", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 549, + "device_offset_hex": "0x225", + "index": 3493, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 804, + "address_hex": "0x324", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 804, + "device_offset_hex": "0x324", + "index": 3494, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 805, + "address_hex": "0x325", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 805, + "device_offset_hex": "0x325", + "index": 3495, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1060, + "address_hex": "0x424", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1060, + "device_offset_hex": "0x424", + "index": 3496, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1061, + "address_hex": "0x425", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1061, + "device_offset_hex": "0x425", + "index": 3497, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1316, + "address_hex": "0x524", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1316, + "device_offset_hex": "0x524", + "index": 3498, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1317, + "address_hex": "0x525", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1317, + "device_offset_hex": "0x525", + "index": 3499, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1572, + "address_hex": "0x624", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1572, + "device_offset_hex": "0x624", + "index": 3500, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1573, + "address_hex": "0x625", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1573, + "device_offset_hex": "0x625", + "index": 3501, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1828, + "address_hex": "0x724", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1828, + "device_offset_hex": "0x724", + "index": 3502, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1829, + "address_hex": "0x725", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "device_offset": 1829, + "device_offset_hex": "0x725", + "index": 3503, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2084, + "address_hex": "0x824", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 36, + "device_offset_hex": "0x024", + "index": 3504, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2085, + "address_hex": "0x825", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 37, + "device_offset_hex": "0x025", + "index": 3505, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2340, + "address_hex": "0x924", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 292, + "device_offset_hex": "0x124", + "index": 3506, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2341, + "address_hex": "0x925", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 293, + "device_offset_hex": "0x125", + "index": 3507, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2596, + "address_hex": "0xA24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 548, + "device_offset_hex": "0x224", + "index": 3508, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2597, + "address_hex": "0xA25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 549, + "device_offset_hex": "0x225", + "index": 3509, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2852, + "address_hex": "0xB24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 804, + "device_offset_hex": "0x324", + "index": 3510, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2853, + "address_hex": "0xB25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 805, + "device_offset_hex": "0x325", + "index": 3511, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3108, + "address_hex": "0xC24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1060, + "device_offset_hex": "0x424", + "index": 3512, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3109, + "address_hex": "0xC25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1061, + "device_offset_hex": "0x425", + "index": 3513, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3364, + "address_hex": "0xD24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1316, + "device_offset_hex": "0x524", + "index": 3514, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3365, + "address_hex": "0xD25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1317, + "device_offset_hex": "0x525", + "index": 3515, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3620, + "address_hex": "0xE24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1572, + "device_offset_hex": "0x624", + "index": 3516, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3621, + "address_hex": "0xE25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1573, + "device_offset_hex": "0x625", + "index": 3517, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3876, + "address_hex": "0xF24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1828, + "device_offset_hex": "0x724", + "index": 3518, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 36, + "offset_hex": "0x24", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3877, + "address_hex": "0xF25", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "device_offset": 1829, + "device_offset_hex": "0x725", + "index": 3519, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 37, + "offset_hex": "0x25", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 34, + "address_hex": "0x022", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 34, + "device_offset_hex": "0x022", + "index": 3520, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 35, + "address_hex": "0x023", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 35, + "device_offset_hex": "0x023", + "index": 3521, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 290, + "address_hex": "0x122", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 290, + "device_offset_hex": "0x122", + "index": 3522, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 291, + "address_hex": "0x123", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 291, + "device_offset_hex": "0x123", + "index": 3523, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 546, + "address_hex": "0x222", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 546, + "device_offset_hex": "0x222", + "index": 3524, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 547, + "address_hex": "0x223", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 547, + "device_offset_hex": "0x223", + "index": 3525, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 802, + "address_hex": "0x322", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 802, + "device_offset_hex": "0x322", + "index": 3526, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 803, + "address_hex": "0x323", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 803, + "device_offset_hex": "0x323", + "index": 3527, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1058, + "address_hex": "0x422", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1058, + "device_offset_hex": "0x422", + "index": 3528, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1059, + "address_hex": "0x423", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1059, + "device_offset_hex": "0x423", + "index": 3529, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1314, + "address_hex": "0x522", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1314, + "device_offset_hex": "0x522", + "index": 3530, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1315, + "address_hex": "0x523", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1315, + "device_offset_hex": "0x523", + "index": 3531, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1570, + "address_hex": "0x622", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1570, + "device_offset_hex": "0x622", + "index": 3532, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1571, + "address_hex": "0x623", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1571, + "device_offset_hex": "0x623", + "index": 3533, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1826, + "address_hex": "0x722", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1826, + "device_offset_hex": "0x722", + "index": 3534, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1827, + "address_hex": "0x723", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "device_offset": 1827, + "device_offset_hex": "0x723", + "index": 3535, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2082, + "address_hex": "0x822", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 34, + "device_offset_hex": "0x022", + "index": 3536, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2083, + "address_hex": "0x823", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 35, + "device_offset_hex": "0x023", + "index": 3537, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2338, + "address_hex": "0x922", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 290, + "device_offset_hex": "0x122", + "index": 3538, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2339, + "address_hex": "0x923", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 291, + "device_offset_hex": "0x123", + "index": 3539, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2594, + "address_hex": "0xA22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 546, + "device_offset_hex": "0x222", + "index": 3540, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2595, + "address_hex": "0xA23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 547, + "device_offset_hex": "0x223", + "index": 3541, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2850, + "address_hex": "0xB22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 802, + "device_offset_hex": "0x322", + "index": 3542, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2851, + "address_hex": "0xB23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 803, + "device_offset_hex": "0x323", + "index": 3543, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3106, + "address_hex": "0xC22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1058, + "device_offset_hex": "0x422", + "index": 3544, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3107, + "address_hex": "0xC23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1059, + "device_offset_hex": "0x423", + "index": 3545, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3362, + "address_hex": "0xD22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1314, + "device_offset_hex": "0x522", + "index": 3546, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3363, + "address_hex": "0xD23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1315, + "device_offset_hex": "0x523", + "index": 3547, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3618, + "address_hex": "0xE22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1570, + "device_offset_hex": "0x622", + "index": 3548, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3619, + "address_hex": "0xE23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1571, + "device_offset_hex": "0x623", + "index": 3549, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3874, + "address_hex": "0xF22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1826, + "device_offset_hex": "0x722", + "index": 3550, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 34, + "offset_hex": "0x22", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3875, + "address_hex": "0xF23", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "device_offset": 1827, + "device_offset_hex": "0x723", + "index": 3551, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 35, + "offset_hex": "0x23", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 32, + "address_hex": "0x020", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 32, + "device_offset_hex": "0x020", + "index": 3552, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 33, + "address_hex": "0x021", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 33, + "device_offset_hex": "0x021", + "index": 3553, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 288, + "address_hex": "0x120", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 288, + "device_offset_hex": "0x120", + "index": 3554, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 289, + "address_hex": "0x121", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 289, + "device_offset_hex": "0x121", + "index": 3555, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 544, + "address_hex": "0x220", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 544, + "device_offset_hex": "0x220", + "index": 3556, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 545, + "address_hex": "0x221", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 545, + "device_offset_hex": "0x221", + "index": 3557, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 800, + "address_hex": "0x320", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 800, + "device_offset_hex": "0x320", + "index": 3558, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 801, + "address_hex": "0x321", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 801, + "device_offset_hex": "0x321", + "index": 3559, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1056, + "address_hex": "0x420", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1056, + "device_offset_hex": "0x420", + "index": 3560, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1057, + "address_hex": "0x421", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1057, + "device_offset_hex": "0x421", + "index": 3561, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1312, + "address_hex": "0x520", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1312, + "device_offset_hex": "0x520", + "index": 3562, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1313, + "address_hex": "0x521", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1313, + "device_offset_hex": "0x521", + "index": 3563, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1568, + "address_hex": "0x620", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1568, + "device_offset_hex": "0x620", + "index": 3564, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1569, + "address_hex": "0x621", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1569, + "device_offset_hex": "0x621", + "index": 3565, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1824, + "address_hex": "0x720", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1824, + "device_offset_hex": "0x720", + "index": 3566, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1825, + "address_hex": "0x721", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "device_offset": 1825, + "device_offset_hex": "0x721", + "index": 3567, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2080, + "address_hex": "0x820", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 32, + "device_offset_hex": "0x020", + "index": 3568, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2081, + "address_hex": "0x821", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 33, + "device_offset_hex": "0x021", + "index": 3569, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2336, + "address_hex": "0x920", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 288, + "device_offset_hex": "0x120", + "index": 3570, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2337, + "address_hex": "0x921", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 289, + "device_offset_hex": "0x121", + "index": 3571, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2592, + "address_hex": "0xA20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 544, + "device_offset_hex": "0x220", + "index": 3572, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2593, + "address_hex": "0xA21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 545, + "device_offset_hex": "0x221", + "index": 3573, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2848, + "address_hex": "0xB20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 800, + "device_offset_hex": "0x320", + "index": 3574, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2849, + "address_hex": "0xB21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 801, + "device_offset_hex": "0x321", + "index": 3575, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3104, + "address_hex": "0xC20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1056, + "device_offset_hex": "0x420", + "index": 3576, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3105, + "address_hex": "0xC21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1057, + "device_offset_hex": "0x421", + "index": 3577, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3360, + "address_hex": "0xD20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1312, + "device_offset_hex": "0x520", + "index": 3578, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3361, + "address_hex": "0xD21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1313, + "device_offset_hex": "0x521", + "index": 3579, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3616, + "address_hex": "0xE20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1568, + "device_offset_hex": "0x620", + "index": 3580, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3617, + "address_hex": "0xE21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1569, + "device_offset_hex": "0x621", + "index": 3581, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3872, + "address_hex": "0xF20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1824, + "device_offset_hex": "0x720", + "index": 3582, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 32, + "offset_hex": "0x20", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3873, + "address_hex": "0xF21", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "device_offset": 1825, + "device_offset_hex": "0x721", + "index": 3583, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 33, + "offset_hex": "0x21", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 30, + "address_hex": "0x01E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 30, + "device_offset_hex": "0x01E", + "index": 3584, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 31, + "address_hex": "0x01F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 31, + "device_offset_hex": "0x01F", + "index": 3585, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 286, + "address_hex": "0x11E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 286, + "device_offset_hex": "0x11E", + "index": 3586, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 287, + "address_hex": "0x11F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 287, + "device_offset_hex": "0x11F", + "index": 3587, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 542, + "address_hex": "0x21E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 542, + "device_offset_hex": "0x21E", + "index": 3588, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 543, + "address_hex": "0x21F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 543, + "device_offset_hex": "0x21F", + "index": 3589, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 798, + "address_hex": "0x31E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 798, + "device_offset_hex": "0x31E", + "index": 3590, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 799, + "address_hex": "0x31F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 799, + "device_offset_hex": "0x31F", + "index": 3591, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1054, + "address_hex": "0x41E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1054, + "device_offset_hex": "0x41E", + "index": 3592, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1055, + "address_hex": "0x41F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1055, + "device_offset_hex": "0x41F", + "index": 3593, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1310, + "address_hex": "0x51E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1310, + "device_offset_hex": "0x51E", + "index": 3594, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1311, + "address_hex": "0x51F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1311, + "device_offset_hex": "0x51F", + "index": 3595, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1566, + "address_hex": "0x61E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1566, + "device_offset_hex": "0x61E", + "index": 3596, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1567, + "address_hex": "0x61F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1567, + "device_offset_hex": "0x61F", + "index": 3597, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1822, + "address_hex": "0x71E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1822, + "device_offset_hex": "0x71E", + "index": 3598, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1823, + "address_hex": "0x71F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "device_offset": 1823, + "device_offset_hex": "0x71F", + "index": 3599, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2078, + "address_hex": "0x81E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 30, + "device_offset_hex": "0x01E", + "index": 3600, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2079, + "address_hex": "0x81F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 31, + "device_offset_hex": "0x01F", + "index": 3601, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2334, + "address_hex": "0x91E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 286, + "device_offset_hex": "0x11E", + "index": 3602, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2335, + "address_hex": "0x91F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 287, + "device_offset_hex": "0x11F", + "index": 3603, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2590, + "address_hex": "0xA1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 542, + "device_offset_hex": "0x21E", + "index": 3604, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2591, + "address_hex": "0xA1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 543, + "device_offset_hex": "0x21F", + "index": 3605, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2846, + "address_hex": "0xB1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 798, + "device_offset_hex": "0x31E", + "index": 3606, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2847, + "address_hex": "0xB1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 799, + "device_offset_hex": "0x31F", + "index": 3607, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3102, + "address_hex": "0xC1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1054, + "device_offset_hex": "0x41E", + "index": 3608, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3103, + "address_hex": "0xC1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1055, + "device_offset_hex": "0x41F", + "index": 3609, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3358, + "address_hex": "0xD1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1310, + "device_offset_hex": "0x51E", + "index": 3610, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3359, + "address_hex": "0xD1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1311, + "device_offset_hex": "0x51F", + "index": 3611, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3614, + "address_hex": "0xE1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1566, + "device_offset_hex": "0x61E", + "index": 3612, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3615, + "address_hex": "0xE1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1567, + "device_offset_hex": "0x61F", + "index": 3613, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3870, + "address_hex": "0xF1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1822, + "device_offset_hex": "0x71E", + "index": 3614, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 30, + "offset_hex": "0x1E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3871, + "address_hex": "0xF1F", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "device_offset": 1823, + "device_offset_hex": "0x71F", + "index": 3615, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 31, + "offset_hex": "0x1F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 28, + "address_hex": "0x01C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 28, + "device_offset_hex": "0x01C", + "index": 3616, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 29, + "address_hex": "0x01D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 29, + "device_offset_hex": "0x01D", + "index": 3617, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 284, + "address_hex": "0x11C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 284, + "device_offset_hex": "0x11C", + "index": 3618, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 285, + "address_hex": "0x11D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 285, + "device_offset_hex": "0x11D", + "index": 3619, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 540, + "address_hex": "0x21C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 540, + "device_offset_hex": "0x21C", + "index": 3620, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 541, + "address_hex": "0x21D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 541, + "device_offset_hex": "0x21D", + "index": 3621, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 796, + "address_hex": "0x31C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 796, + "device_offset_hex": "0x31C", + "index": 3622, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 797, + "address_hex": "0x31D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 797, + "device_offset_hex": "0x31D", + "index": 3623, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1052, + "address_hex": "0x41C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1052, + "device_offset_hex": "0x41C", + "index": 3624, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1053, + "address_hex": "0x41D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1053, + "device_offset_hex": "0x41D", + "index": 3625, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1308, + "address_hex": "0x51C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1308, + "device_offset_hex": "0x51C", + "index": 3626, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1309, + "address_hex": "0x51D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1309, + "device_offset_hex": "0x51D", + "index": 3627, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1564, + "address_hex": "0x61C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1564, + "device_offset_hex": "0x61C", + "index": 3628, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1565, + "address_hex": "0x61D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1565, + "device_offset_hex": "0x61D", + "index": 3629, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1820, + "address_hex": "0x71C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1820, + "device_offset_hex": "0x71C", + "index": 3630, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1821, + "address_hex": "0x71D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "device_offset": 1821, + "device_offset_hex": "0x71D", + "index": 3631, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2076, + "address_hex": "0x81C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 28, + "device_offset_hex": "0x01C", + "index": 3632, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2077, + "address_hex": "0x81D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 29, + "device_offset_hex": "0x01D", + "index": 3633, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2332, + "address_hex": "0x91C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 284, + "device_offset_hex": "0x11C", + "index": 3634, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2333, + "address_hex": "0x91D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 285, + "device_offset_hex": "0x11D", + "index": 3635, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2588, + "address_hex": "0xA1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 540, + "device_offset_hex": "0x21C", + "index": 3636, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2589, + "address_hex": "0xA1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 541, + "device_offset_hex": "0x21D", + "index": 3637, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2844, + "address_hex": "0xB1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 796, + "device_offset_hex": "0x31C", + "index": 3638, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2845, + "address_hex": "0xB1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 797, + "device_offset_hex": "0x31D", + "index": 3639, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3100, + "address_hex": "0xC1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1052, + "device_offset_hex": "0x41C", + "index": 3640, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3101, + "address_hex": "0xC1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1053, + "device_offset_hex": "0x41D", + "index": 3641, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3356, + "address_hex": "0xD1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1308, + "device_offset_hex": "0x51C", + "index": 3642, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3357, + "address_hex": "0xD1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1309, + "device_offset_hex": "0x51D", + "index": 3643, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3612, + "address_hex": "0xE1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1564, + "device_offset_hex": "0x61C", + "index": 3644, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3613, + "address_hex": "0xE1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1565, + "device_offset_hex": "0x61D", + "index": 3645, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3868, + "address_hex": "0xF1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1820, + "device_offset_hex": "0x71C", + "index": 3646, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 28, + "offset_hex": "0x1C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3869, + "address_hex": "0xF1D", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "device_offset": 1821, + "device_offset_hex": "0x71D", + "index": 3647, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 29, + "offset_hex": "0x1D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 26, + "address_hex": "0x01A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 26, + "device_offset_hex": "0x01A", + "index": 3648, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 27, + "address_hex": "0x01B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 27, + "device_offset_hex": "0x01B", + "index": 3649, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 282, + "address_hex": "0x11A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 282, + "device_offset_hex": "0x11A", + "index": 3650, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 283, + "address_hex": "0x11B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 283, + "device_offset_hex": "0x11B", + "index": 3651, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 538, + "address_hex": "0x21A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 538, + "device_offset_hex": "0x21A", + "index": 3652, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 539, + "address_hex": "0x21B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 539, + "device_offset_hex": "0x21B", + "index": 3653, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 794, + "address_hex": "0x31A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 794, + "device_offset_hex": "0x31A", + "index": 3654, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 795, + "address_hex": "0x31B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 795, + "device_offset_hex": "0x31B", + "index": 3655, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1050, + "address_hex": "0x41A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1050, + "device_offset_hex": "0x41A", + "index": 3656, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1051, + "address_hex": "0x41B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1051, + "device_offset_hex": "0x41B", + "index": 3657, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1306, + "address_hex": "0x51A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1306, + "device_offset_hex": "0x51A", + "index": 3658, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1307, + "address_hex": "0x51B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1307, + "device_offset_hex": "0x51B", + "index": 3659, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1562, + "address_hex": "0x61A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1562, + "device_offset_hex": "0x61A", + "index": 3660, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1563, + "address_hex": "0x61B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1563, + "device_offset_hex": "0x61B", + "index": 3661, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1818, + "address_hex": "0x71A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1818, + "device_offset_hex": "0x71A", + "index": 3662, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1819, + "address_hex": "0x71B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "device_offset": 1819, + "device_offset_hex": "0x71B", + "index": 3663, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2074, + "address_hex": "0x81A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 26, + "device_offset_hex": "0x01A", + "index": 3664, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2075, + "address_hex": "0x81B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 27, + "device_offset_hex": "0x01B", + "index": 3665, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2330, + "address_hex": "0x91A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 282, + "device_offset_hex": "0x11A", + "index": 3666, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2331, + "address_hex": "0x91B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 283, + "device_offset_hex": "0x11B", + "index": 3667, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2586, + "address_hex": "0xA1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 538, + "device_offset_hex": "0x21A", + "index": 3668, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2587, + "address_hex": "0xA1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 539, + "device_offset_hex": "0x21B", + "index": 3669, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2842, + "address_hex": "0xB1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 794, + "device_offset_hex": "0x31A", + "index": 3670, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2843, + "address_hex": "0xB1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 795, + "device_offset_hex": "0x31B", + "index": 3671, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3098, + "address_hex": "0xC1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1050, + "device_offset_hex": "0x41A", + "index": 3672, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3099, + "address_hex": "0xC1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1051, + "device_offset_hex": "0x41B", + "index": 3673, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3354, + "address_hex": "0xD1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1306, + "device_offset_hex": "0x51A", + "index": 3674, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3355, + "address_hex": "0xD1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1307, + "device_offset_hex": "0x51B", + "index": 3675, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3610, + "address_hex": "0xE1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1562, + "device_offset_hex": "0x61A", + "index": 3676, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3611, + "address_hex": "0xE1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1563, + "device_offset_hex": "0x61B", + "index": 3677, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3866, + "address_hex": "0xF1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1818, + "device_offset_hex": "0x71A", + "index": 3678, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 26, + "offset_hex": "0x1A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3867, + "address_hex": "0xF1B", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "device_offset": 1819, + "device_offset_hex": "0x71B", + "index": 3679, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 27, + "offset_hex": "0x1B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 24, + "address_hex": "0x018", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 24, + "device_offset_hex": "0x018", + "index": 3680, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 25, + "address_hex": "0x019", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 25, + "device_offset_hex": "0x019", + "index": 3681, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 280, + "address_hex": "0x118", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 280, + "device_offset_hex": "0x118", + "index": 3682, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 281, + "address_hex": "0x119", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 281, + "device_offset_hex": "0x119", + "index": 3683, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 536, + "address_hex": "0x218", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 536, + "device_offset_hex": "0x218", + "index": 3684, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 537, + "address_hex": "0x219", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 537, + "device_offset_hex": "0x219", + "index": 3685, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 792, + "address_hex": "0x318", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 792, + "device_offset_hex": "0x318", + "index": 3686, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 793, + "address_hex": "0x319", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 793, + "device_offset_hex": "0x319", + "index": 3687, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1048, + "address_hex": "0x418", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1048, + "device_offset_hex": "0x418", + "index": 3688, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1049, + "address_hex": "0x419", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1049, + "device_offset_hex": "0x419", + "index": 3689, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1304, + "address_hex": "0x518", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1304, + "device_offset_hex": "0x518", + "index": 3690, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1305, + "address_hex": "0x519", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1305, + "device_offset_hex": "0x519", + "index": 3691, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1560, + "address_hex": "0x618", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1560, + "device_offset_hex": "0x618", + "index": 3692, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1561, + "address_hex": "0x619", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1561, + "device_offset_hex": "0x619", + "index": 3693, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1816, + "address_hex": "0x718", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1816, + "device_offset_hex": "0x718", + "index": 3694, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1817, + "address_hex": "0x719", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "device_offset": 1817, + "device_offset_hex": "0x719", + "index": 3695, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2072, + "address_hex": "0x818", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 24, + "device_offset_hex": "0x018", + "index": 3696, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2073, + "address_hex": "0x819", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 25, + "device_offset_hex": "0x019", + "index": 3697, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2328, + "address_hex": "0x918", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 280, + "device_offset_hex": "0x118", + "index": 3698, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2329, + "address_hex": "0x919", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 281, + "device_offset_hex": "0x119", + "index": 3699, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2584, + "address_hex": "0xA18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 536, + "device_offset_hex": "0x218", + "index": 3700, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2585, + "address_hex": "0xA19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 537, + "device_offset_hex": "0x219", + "index": 3701, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2840, + "address_hex": "0xB18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 792, + "device_offset_hex": "0x318", + "index": 3702, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2841, + "address_hex": "0xB19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 793, + "device_offset_hex": "0x319", + "index": 3703, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3096, + "address_hex": "0xC18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1048, + "device_offset_hex": "0x418", + "index": 3704, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3097, + "address_hex": "0xC19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1049, + "device_offset_hex": "0x419", + "index": 3705, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3352, + "address_hex": "0xD18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1304, + "device_offset_hex": "0x518", + "index": 3706, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3353, + "address_hex": "0xD19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1305, + "device_offset_hex": "0x519", + "index": 3707, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3608, + "address_hex": "0xE18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1560, + "device_offset_hex": "0x618", + "index": 3708, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3609, + "address_hex": "0xE19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1561, + "device_offset_hex": "0x619", + "index": 3709, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3864, + "address_hex": "0xF18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1816, + "device_offset_hex": "0x718", + "index": 3710, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 24, + "offset_hex": "0x18", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3865, + "address_hex": "0xF19", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "device_offset": 1817, + "device_offset_hex": "0x719", + "index": 3711, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 25, + "offset_hex": "0x19", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 22, + "address_hex": "0x016", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 22, + "device_offset_hex": "0x016", + "index": 3712, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 23, + "address_hex": "0x017", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 23, + "device_offset_hex": "0x017", + "index": 3713, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 278, + "address_hex": "0x116", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 278, + "device_offset_hex": "0x116", + "index": 3714, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 279, + "address_hex": "0x117", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 279, + "device_offset_hex": "0x117", + "index": 3715, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 534, + "address_hex": "0x216", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 534, + "device_offset_hex": "0x216", + "index": 3716, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 535, + "address_hex": "0x217", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 535, + "device_offset_hex": "0x217", + "index": 3717, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 790, + "address_hex": "0x316", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 790, + "device_offset_hex": "0x316", + "index": 3718, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 791, + "address_hex": "0x317", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 791, + "device_offset_hex": "0x317", + "index": 3719, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1046, + "address_hex": "0x416", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1046, + "device_offset_hex": "0x416", + "index": 3720, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1047, + "address_hex": "0x417", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1047, + "device_offset_hex": "0x417", + "index": 3721, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1302, + "address_hex": "0x516", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1302, + "device_offset_hex": "0x516", + "index": 3722, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1303, + "address_hex": "0x517", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1303, + "device_offset_hex": "0x517", + "index": 3723, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1558, + "address_hex": "0x616", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1558, + "device_offset_hex": "0x616", + "index": 3724, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1559, + "address_hex": "0x617", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1559, + "device_offset_hex": "0x617", + "index": 3725, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1814, + "address_hex": "0x716", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1814, + "device_offset_hex": "0x716", + "index": 3726, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1815, + "address_hex": "0x717", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "device_offset": 1815, + "device_offset_hex": "0x717", + "index": 3727, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2070, + "address_hex": "0x816", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 22, + "device_offset_hex": "0x016", + "index": 3728, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2071, + "address_hex": "0x817", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 23, + "device_offset_hex": "0x017", + "index": 3729, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2326, + "address_hex": "0x916", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 278, + "device_offset_hex": "0x116", + "index": 3730, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2327, + "address_hex": "0x917", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 279, + "device_offset_hex": "0x117", + "index": 3731, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2582, + "address_hex": "0xA16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 534, + "device_offset_hex": "0x216", + "index": 3732, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2583, + "address_hex": "0xA17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 535, + "device_offset_hex": "0x217", + "index": 3733, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2838, + "address_hex": "0xB16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 790, + "device_offset_hex": "0x316", + "index": 3734, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2839, + "address_hex": "0xB17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 791, + "device_offset_hex": "0x317", + "index": 3735, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3094, + "address_hex": "0xC16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1046, + "device_offset_hex": "0x416", + "index": 3736, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3095, + "address_hex": "0xC17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1047, + "device_offset_hex": "0x417", + "index": 3737, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3350, + "address_hex": "0xD16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1302, + "device_offset_hex": "0x516", + "index": 3738, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3351, + "address_hex": "0xD17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1303, + "device_offset_hex": "0x517", + "index": 3739, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3606, + "address_hex": "0xE16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1558, + "device_offset_hex": "0x616", + "index": 3740, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3607, + "address_hex": "0xE17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1559, + "device_offset_hex": "0x617", + "index": 3741, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3862, + "address_hex": "0xF16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1814, + "device_offset_hex": "0x716", + "index": 3742, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 22, + "offset_hex": "0x16", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3863, + "address_hex": "0xF17", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "device_offset": 1815, + "device_offset_hex": "0x717", + "index": 3743, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 23, + "offset_hex": "0x17", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 20, + "address_hex": "0x014", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 20, + "device_offset_hex": "0x014", + "index": 3744, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 21, + "address_hex": "0x015", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 21, + "device_offset_hex": "0x015", + "index": 3745, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 276, + "address_hex": "0x114", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 276, + "device_offset_hex": "0x114", + "index": 3746, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 277, + "address_hex": "0x115", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 277, + "device_offset_hex": "0x115", + "index": 3747, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 532, + "address_hex": "0x214", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 532, + "device_offset_hex": "0x214", + "index": 3748, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 533, + "address_hex": "0x215", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 533, + "device_offset_hex": "0x215", + "index": 3749, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 788, + "address_hex": "0x314", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 788, + "device_offset_hex": "0x314", + "index": 3750, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 789, + "address_hex": "0x315", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 789, + "device_offset_hex": "0x315", + "index": 3751, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1044, + "address_hex": "0x414", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1044, + "device_offset_hex": "0x414", + "index": 3752, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1045, + "address_hex": "0x415", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1045, + "device_offset_hex": "0x415", + "index": 3753, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1300, + "address_hex": "0x514", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1300, + "device_offset_hex": "0x514", + "index": 3754, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1301, + "address_hex": "0x515", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1301, + "device_offset_hex": "0x515", + "index": 3755, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1556, + "address_hex": "0x614", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1556, + "device_offset_hex": "0x614", + "index": 3756, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1557, + "address_hex": "0x615", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1557, + "device_offset_hex": "0x615", + "index": 3757, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1812, + "address_hex": "0x714", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1812, + "device_offset_hex": "0x714", + "index": 3758, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1813, + "address_hex": "0x715", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "device_offset": 1813, + "device_offset_hex": "0x715", + "index": 3759, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2068, + "address_hex": "0x814", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 20, + "device_offset_hex": "0x014", + "index": 3760, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2069, + "address_hex": "0x815", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 21, + "device_offset_hex": "0x015", + "index": 3761, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2324, + "address_hex": "0x914", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 276, + "device_offset_hex": "0x114", + "index": 3762, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2325, + "address_hex": "0x915", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 277, + "device_offset_hex": "0x115", + "index": 3763, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2580, + "address_hex": "0xA14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 532, + "device_offset_hex": "0x214", + "index": 3764, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2581, + "address_hex": "0xA15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 533, + "device_offset_hex": "0x215", + "index": 3765, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2836, + "address_hex": "0xB14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 788, + "device_offset_hex": "0x314", + "index": 3766, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2837, + "address_hex": "0xB15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 789, + "device_offset_hex": "0x315", + "index": 3767, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3092, + "address_hex": "0xC14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1044, + "device_offset_hex": "0x414", + "index": 3768, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3093, + "address_hex": "0xC15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1045, + "device_offset_hex": "0x415", + "index": 3769, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3348, + "address_hex": "0xD14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1300, + "device_offset_hex": "0x514", + "index": 3770, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3349, + "address_hex": "0xD15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1301, + "device_offset_hex": "0x515", + "index": 3771, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3604, + "address_hex": "0xE14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1556, + "device_offset_hex": "0x614", + "index": 3772, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3605, + "address_hex": "0xE15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1557, + "device_offset_hex": "0x615", + "index": 3773, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3860, + "address_hex": "0xF14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1812, + "device_offset_hex": "0x714", + "index": 3774, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 20, + "offset_hex": "0x14", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3861, + "address_hex": "0xF15", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "device_offset": 1813, + "device_offset_hex": "0x715", + "index": 3775, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 21, + "offset_hex": "0x15", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 18, + "address_hex": "0x012", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 18, + "device_offset_hex": "0x012", + "index": 3776, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 19, + "address_hex": "0x013", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 19, + "device_offset_hex": "0x013", + "index": 3777, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 274, + "address_hex": "0x112", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 274, + "device_offset_hex": "0x112", + "index": 3778, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 275, + "address_hex": "0x113", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 275, + "device_offset_hex": "0x113", + "index": 3779, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 530, + "address_hex": "0x212", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 530, + "device_offset_hex": "0x212", + "index": 3780, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 531, + "address_hex": "0x213", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 531, + "device_offset_hex": "0x213", + "index": 3781, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 786, + "address_hex": "0x312", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 786, + "device_offset_hex": "0x312", + "index": 3782, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 787, + "address_hex": "0x313", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 787, + "device_offset_hex": "0x313", + "index": 3783, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1042, + "address_hex": "0x412", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1042, + "device_offset_hex": "0x412", + "index": 3784, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1043, + "address_hex": "0x413", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1043, + "device_offset_hex": "0x413", + "index": 3785, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1298, + "address_hex": "0x512", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1298, + "device_offset_hex": "0x512", + "index": 3786, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1299, + "address_hex": "0x513", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1299, + "device_offset_hex": "0x513", + "index": 3787, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1554, + "address_hex": "0x612", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1554, + "device_offset_hex": "0x612", + "index": 3788, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1555, + "address_hex": "0x613", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1555, + "device_offset_hex": "0x613", + "index": 3789, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1810, + "address_hex": "0x712", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1810, + "device_offset_hex": "0x712", + "index": 3790, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1811, + "address_hex": "0x713", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "device_offset": 1811, + "device_offset_hex": "0x713", + "index": 3791, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2066, + "address_hex": "0x812", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 18, + "device_offset_hex": "0x012", + "index": 3792, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2067, + "address_hex": "0x813", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 19, + "device_offset_hex": "0x013", + "index": 3793, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2322, + "address_hex": "0x912", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 274, + "device_offset_hex": "0x112", + "index": 3794, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2323, + "address_hex": "0x913", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 275, + "device_offset_hex": "0x113", + "index": 3795, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2578, + "address_hex": "0xA12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 530, + "device_offset_hex": "0x212", + "index": 3796, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2579, + "address_hex": "0xA13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 531, + "device_offset_hex": "0x213", + "index": 3797, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2834, + "address_hex": "0xB12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 786, + "device_offset_hex": "0x312", + "index": 3798, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2835, + "address_hex": "0xB13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 787, + "device_offset_hex": "0x313", + "index": 3799, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3090, + "address_hex": "0xC12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1042, + "device_offset_hex": "0x412", + "index": 3800, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3091, + "address_hex": "0xC13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1043, + "device_offset_hex": "0x413", + "index": 3801, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3346, + "address_hex": "0xD12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1298, + "device_offset_hex": "0x512", + "index": 3802, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3347, + "address_hex": "0xD13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1299, + "device_offset_hex": "0x513", + "index": 3803, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3602, + "address_hex": "0xE12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1554, + "device_offset_hex": "0x612", + "index": 3804, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3603, + "address_hex": "0xE13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1555, + "device_offset_hex": "0x613", + "index": 3805, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3858, + "address_hex": "0xF12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1810, + "device_offset_hex": "0x712", + "index": 3806, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 18, + "offset_hex": "0x12", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3859, + "address_hex": "0xF13", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "device_offset": 1811, + "device_offset_hex": "0x713", + "index": 3807, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_value": 8, + "new_value_hex": "0x08", + "offset": 19, + "offset_hex": "0x13", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 16, + "address_hex": "0x010", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 16, + "device_offset_hex": "0x010", + "index": 3808, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 17, + "address_hex": "0x011", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 17, + "device_offset_hex": "0x011", + "index": 3809, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 272, + "address_hex": "0x110", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 272, + "device_offset_hex": "0x110", + "index": 3810, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 273, + "address_hex": "0x111", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 273, + "device_offset_hex": "0x111", + "index": 3811, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 528, + "address_hex": "0x210", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 528, + "device_offset_hex": "0x210", + "index": 3812, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 529, + "address_hex": "0x211", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 529, + "device_offset_hex": "0x211", + "index": 3813, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 784, + "address_hex": "0x310", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 784, + "device_offset_hex": "0x310", + "index": 3814, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 785, + "address_hex": "0x311", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 785, + "device_offset_hex": "0x311", + "index": 3815, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1040, + "address_hex": "0x410", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1040, + "device_offset_hex": "0x410", + "index": 3816, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1041, + "address_hex": "0x411", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1041, + "device_offset_hex": "0x411", + "index": 3817, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1296, + "address_hex": "0x510", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1296, + "device_offset_hex": "0x510", + "index": 3818, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1297, + "address_hex": "0x511", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1297, + "device_offset_hex": "0x511", + "index": 3819, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1552, + "address_hex": "0x610", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1552, + "device_offset_hex": "0x610", + "index": 3820, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1553, + "address_hex": "0x611", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1553, + "device_offset_hex": "0x611", + "index": 3821, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1808, + "address_hex": "0x710", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1808, + "device_offset_hex": "0x710", + "index": 3822, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1809, + "address_hex": "0x711", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "device_offset": 1809, + "device_offset_hex": "0x711", + "index": 3823, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2064, + "address_hex": "0x810", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 16, + "device_offset_hex": "0x010", + "index": 3824, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2065, + "address_hex": "0x811", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 17, + "device_offset_hex": "0x011", + "index": 3825, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2320, + "address_hex": "0x910", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 272, + "device_offset_hex": "0x110", + "index": 3826, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2321, + "address_hex": "0x911", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 273, + "device_offset_hex": "0x111", + "index": 3827, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2576, + "address_hex": "0xA10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 528, + "device_offset_hex": "0x210", + "index": 3828, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2577, + "address_hex": "0xA11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 529, + "device_offset_hex": "0x211", + "index": 3829, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2832, + "address_hex": "0xB10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 784, + "device_offset_hex": "0x310", + "index": 3830, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2833, + "address_hex": "0xB11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 785, + "device_offset_hex": "0x311", + "index": 3831, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3088, + "address_hex": "0xC10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1040, + "device_offset_hex": "0x410", + "index": 3832, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3089, + "address_hex": "0xC11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1041, + "device_offset_hex": "0x411", + "index": 3833, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3344, + "address_hex": "0xD10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1296, + "device_offset_hex": "0x510", + "index": 3834, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3345, + "address_hex": "0xD11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1297, + "device_offset_hex": "0x511", + "index": 3835, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3600, + "address_hex": "0xE10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1552, + "device_offset_hex": "0x610", + "index": 3836, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3601, + "address_hex": "0xE11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1553, + "device_offset_hex": "0x611", + "index": 3837, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3856, + "address_hex": "0xF10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1808, + "device_offset_hex": "0x710", + "index": 3838, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 16, + "offset_hex": "0x10", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3857, + "address_hex": "0xF11", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "device_offset": 1809, + "device_offset_hex": "0x711", + "index": 3839, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 17, + "offset_hex": "0x11", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 14, + "address_hex": "0x00E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 14, + "device_offset_hex": "0x00E", + "index": 3840, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 15, + "address_hex": "0x00F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 15, + "device_offset_hex": "0x00F", + "index": 3841, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 270, + "address_hex": "0x10E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 270, + "device_offset_hex": "0x10E", + "index": 3842, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 271, + "address_hex": "0x10F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 271, + "device_offset_hex": "0x10F", + "index": 3843, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 526, + "address_hex": "0x20E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 526, + "device_offset_hex": "0x20E", + "index": 3844, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 527, + "address_hex": "0x20F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 527, + "device_offset_hex": "0x20F", + "index": 3845, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 782, + "address_hex": "0x30E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 782, + "device_offset_hex": "0x30E", + "index": 3846, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 783, + "address_hex": "0x30F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 783, + "device_offset_hex": "0x30F", + "index": 3847, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1038, + "address_hex": "0x40E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1038, + "device_offset_hex": "0x40E", + "index": 3848, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1039, + "address_hex": "0x40F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1039, + "device_offset_hex": "0x40F", + "index": 3849, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1294, + "address_hex": "0x50E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1294, + "device_offset_hex": "0x50E", + "index": 3850, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1295, + "address_hex": "0x50F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1295, + "device_offset_hex": "0x50F", + "index": 3851, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1550, + "address_hex": "0x60E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1550, + "device_offset_hex": "0x60E", + "index": 3852, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1551, + "address_hex": "0x60F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1551, + "device_offset_hex": "0x60F", + "index": 3853, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1806, + "address_hex": "0x70E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1806, + "device_offset_hex": "0x70E", + "index": 3854, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1807, + "address_hex": "0x70F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "device_offset": 1807, + "device_offset_hex": "0x70F", + "index": 3855, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2062, + "address_hex": "0x80E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 14, + "device_offset_hex": "0x00E", + "index": 3856, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2063, + "address_hex": "0x80F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 15, + "device_offset_hex": "0x00F", + "index": 3857, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2318, + "address_hex": "0x90E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 270, + "device_offset_hex": "0x10E", + "index": 3858, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2319, + "address_hex": "0x90F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 271, + "device_offset_hex": "0x10F", + "index": 3859, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2574, + "address_hex": "0xA0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 526, + "device_offset_hex": "0x20E", + "index": 3860, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2575, + "address_hex": "0xA0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 527, + "device_offset_hex": "0x20F", + "index": 3861, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2830, + "address_hex": "0xB0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 782, + "device_offset_hex": "0x30E", + "index": 3862, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2831, + "address_hex": "0xB0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 783, + "device_offset_hex": "0x30F", + "index": 3863, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3086, + "address_hex": "0xC0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1038, + "device_offset_hex": "0x40E", + "index": 3864, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3087, + "address_hex": "0xC0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1039, + "device_offset_hex": "0x40F", + "index": 3865, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3342, + "address_hex": "0xD0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1294, + "device_offset_hex": "0x50E", + "index": 3866, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3343, + "address_hex": "0xD0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1295, + "device_offset_hex": "0x50F", + "index": 3867, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3598, + "address_hex": "0xE0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1550, + "device_offset_hex": "0x60E", + "index": 3868, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3599, + "address_hex": "0xE0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1551, + "device_offset_hex": "0x60F", + "index": 3869, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3854, + "address_hex": "0xF0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1806, + "device_offset_hex": "0x70E", + "index": 3870, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 14, + "offset_hex": "0x0E", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3855, + "address_hex": "0xF0F", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "device_offset": 1807, + "device_offset_hex": "0x70F", + "index": 3871, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 15, + "offset_hex": "0x0F", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 12, + "address_hex": "0x00C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 12, + "device_offset_hex": "0x00C", + "index": 3872, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 13, + "address_hex": "0x00D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 13, + "device_offset_hex": "0x00D", + "index": 3873, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 268, + "address_hex": "0x10C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 268, + "device_offset_hex": "0x10C", + "index": 3874, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 269, + "address_hex": "0x10D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 269, + "device_offset_hex": "0x10D", + "index": 3875, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 524, + "address_hex": "0x20C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 524, + "device_offset_hex": "0x20C", + "index": 3876, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 525, + "address_hex": "0x20D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 525, + "device_offset_hex": "0x20D", + "index": 3877, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 780, + "address_hex": "0x30C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 780, + "device_offset_hex": "0x30C", + "index": 3878, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 781, + "address_hex": "0x30D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 781, + "device_offset_hex": "0x30D", + "index": 3879, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1036, + "address_hex": "0x40C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1036, + "device_offset_hex": "0x40C", + "index": 3880, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1037, + "address_hex": "0x40D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1037, + "device_offset_hex": "0x40D", + "index": 3881, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1292, + "address_hex": "0x50C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1292, + "device_offset_hex": "0x50C", + "index": 3882, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1293, + "address_hex": "0x50D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1293, + "device_offset_hex": "0x50D", + "index": 3883, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1548, + "address_hex": "0x60C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1548, + "device_offset_hex": "0x60C", + "index": 3884, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1549, + "address_hex": "0x60D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1549, + "device_offset_hex": "0x60D", + "index": 3885, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1804, + "address_hex": "0x70C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1804, + "device_offset_hex": "0x70C", + "index": 3886, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1805, + "address_hex": "0x70D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "device_offset": 1805, + "device_offset_hex": "0x70D", + "index": 3887, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2060, + "address_hex": "0x80C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 12, + "device_offset_hex": "0x00C", + "index": 3888, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2061, + "address_hex": "0x80D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 13, + "device_offset_hex": "0x00D", + "index": 3889, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2316, + "address_hex": "0x90C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 268, + "device_offset_hex": "0x10C", + "index": 3890, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2317, + "address_hex": "0x90D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 269, + "device_offset_hex": "0x10D", + "index": 3891, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2572, + "address_hex": "0xA0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 524, + "device_offset_hex": "0x20C", + "index": 3892, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2573, + "address_hex": "0xA0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 525, + "device_offset_hex": "0x20D", + "index": 3893, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2828, + "address_hex": "0xB0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 780, + "device_offset_hex": "0x30C", + "index": 3894, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2829, + "address_hex": "0xB0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 781, + "device_offset_hex": "0x30D", + "index": 3895, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3084, + "address_hex": "0xC0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1036, + "device_offset_hex": "0x40C", + "index": 3896, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3085, + "address_hex": "0xC0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1037, + "device_offset_hex": "0x40D", + "index": 3897, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3340, + "address_hex": "0xD0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1292, + "device_offset_hex": "0x50C", + "index": 3898, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3341, + "address_hex": "0xD0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1293, + "device_offset_hex": "0x50D", + "index": 3899, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3596, + "address_hex": "0xE0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1548, + "device_offset_hex": "0x60C", + "index": 3900, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3597, + "address_hex": "0xE0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1549, + "device_offset_hex": "0x60D", + "index": 3901, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3852, + "address_hex": "0xF0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1804, + "device_offset_hex": "0x70C", + "index": 3902, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 12, + "offset_hex": "0x0C", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3853, + "address_hex": "0xF0D", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "device_offset": 1805, + "device_offset_hex": "0x70D", + "index": 3903, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 13, + "offset_hex": "0x0D", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 10, + "address_hex": "0x00A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 10, + "device_offset_hex": "0x00A", + "index": 3904, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 11, + "address_hex": "0x00B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 11, + "device_offset_hex": "0x00B", + "index": 3905, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 266, + "address_hex": "0x10A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 266, + "device_offset_hex": "0x10A", + "index": 3906, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 267, + "address_hex": "0x10B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 267, + "device_offset_hex": "0x10B", + "index": 3907, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 522, + "address_hex": "0x20A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 522, + "device_offset_hex": "0x20A", + "index": 3908, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 523, + "address_hex": "0x20B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 523, + "device_offset_hex": "0x20B", + "index": 3909, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 778, + "address_hex": "0x30A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 778, + "device_offset_hex": "0x30A", + "index": 3910, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 779, + "address_hex": "0x30B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 779, + "device_offset_hex": "0x30B", + "index": 3911, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1034, + "address_hex": "0x40A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1034, + "device_offset_hex": "0x40A", + "index": 3912, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1035, + "address_hex": "0x40B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1035, + "device_offset_hex": "0x40B", + "index": 3913, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1290, + "address_hex": "0x50A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1290, + "device_offset_hex": "0x50A", + "index": 3914, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1291, + "address_hex": "0x50B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1291, + "device_offset_hex": "0x50B", + "index": 3915, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1546, + "address_hex": "0x60A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1546, + "device_offset_hex": "0x60A", + "index": 3916, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1547, + "address_hex": "0x60B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1547, + "device_offset_hex": "0x60B", + "index": 3917, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1802, + "address_hex": "0x70A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1802, + "device_offset_hex": "0x70A", + "index": 3918, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1803, + "address_hex": "0x70B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "device_offset": 1803, + "device_offset_hex": "0x70B", + "index": 3919, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2058, + "address_hex": "0x80A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 10, + "device_offset_hex": "0x00A", + "index": 3920, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2059, + "address_hex": "0x80B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 11, + "device_offset_hex": "0x00B", + "index": 3921, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2314, + "address_hex": "0x90A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 266, + "device_offset_hex": "0x10A", + "index": 3922, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2315, + "address_hex": "0x90B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 267, + "device_offset_hex": "0x10B", + "index": 3923, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2570, + "address_hex": "0xA0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 522, + "device_offset_hex": "0x20A", + "index": 3924, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2571, + "address_hex": "0xA0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 523, + "device_offset_hex": "0x20B", + "index": 3925, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2826, + "address_hex": "0xB0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 778, + "device_offset_hex": "0x30A", + "index": 3926, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2827, + "address_hex": "0xB0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 779, + "device_offset_hex": "0x30B", + "index": 3927, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3082, + "address_hex": "0xC0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1034, + "device_offset_hex": "0x40A", + "index": 3928, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3083, + "address_hex": "0xC0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1035, + "device_offset_hex": "0x40B", + "index": 3929, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3338, + "address_hex": "0xD0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1290, + "device_offset_hex": "0x50A", + "index": 3930, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3339, + "address_hex": "0xD0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1291, + "device_offset_hex": "0x50B", + "index": 3931, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3594, + "address_hex": "0xE0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1546, + "device_offset_hex": "0x60A", + "index": 3932, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3595, + "address_hex": "0xE0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1547, + "device_offset_hex": "0x60B", + "index": 3933, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3850, + "address_hex": "0xF0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1802, + "device_offset_hex": "0x70A", + "index": 3934, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 10, + "offset_hex": "0x0A", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3851, + "address_hex": "0xF0B", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "device_offset": 1803, + "device_offset_hex": "0x70B", + "index": 3935, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 11, + "offset_hex": "0x0B", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 8, + "address_hex": "0x008", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 8, + "device_offset_hex": "0x008", + "index": 3936, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 9, + "address_hex": "0x009", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 9, + "device_offset_hex": "0x009", + "index": 3937, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 264, + "address_hex": "0x108", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 264, + "device_offset_hex": "0x108", + "index": 3938, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 265, + "address_hex": "0x109", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 265, + "device_offset_hex": "0x109", + "index": 3939, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 520, + "address_hex": "0x208", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 520, + "device_offset_hex": "0x208", + "index": 3940, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 521, + "address_hex": "0x209", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 521, + "device_offset_hex": "0x209", + "index": 3941, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 776, + "address_hex": "0x308", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 776, + "device_offset_hex": "0x308", + "index": 3942, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 777, + "address_hex": "0x309", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 777, + "device_offset_hex": "0x309", + "index": 3943, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1032, + "address_hex": "0x408", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1032, + "device_offset_hex": "0x408", + "index": 3944, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1033, + "address_hex": "0x409", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1033, + "device_offset_hex": "0x409", + "index": 3945, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1288, + "address_hex": "0x508", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1288, + "device_offset_hex": "0x508", + "index": 3946, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1289, + "address_hex": "0x509", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1289, + "device_offset_hex": "0x509", + "index": 3947, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1544, + "address_hex": "0x608", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1544, + "device_offset_hex": "0x608", + "index": 3948, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1545, + "address_hex": "0x609", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1545, + "device_offset_hex": "0x609", + "index": 3949, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1800, + "address_hex": "0x708", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1800, + "device_offset_hex": "0x708", + "index": 3950, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1801, + "address_hex": "0x709", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "device_offset": 1801, + "device_offset_hex": "0x709", + "index": 3951, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2056, + "address_hex": "0x808", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 8, + "device_offset_hex": "0x008", + "index": 3952, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2057, + "address_hex": "0x809", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 9, + "device_offset_hex": "0x009", + "index": 3953, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2312, + "address_hex": "0x908", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 264, + "device_offset_hex": "0x108", + "index": 3954, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2313, + "address_hex": "0x909", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 265, + "device_offset_hex": "0x109", + "index": 3955, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2568, + "address_hex": "0xA08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 520, + "device_offset_hex": "0x208", + "index": 3956, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2569, + "address_hex": "0xA09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 521, + "device_offset_hex": "0x209", + "index": 3957, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2824, + "address_hex": "0xB08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 776, + "device_offset_hex": "0x308", + "index": 3958, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2825, + "address_hex": "0xB09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 777, + "device_offset_hex": "0x309", + "index": 3959, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3080, + "address_hex": "0xC08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1032, + "device_offset_hex": "0x408", + "index": 3960, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3081, + "address_hex": "0xC09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1033, + "device_offset_hex": "0x409", + "index": 3961, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3336, + "address_hex": "0xD08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1288, + "device_offset_hex": "0x508", + "index": 3962, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3337, + "address_hex": "0xD09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1289, + "device_offset_hex": "0x509", + "index": 3963, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3592, + "address_hex": "0xE08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1544, + "device_offset_hex": "0x608", + "index": 3964, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3593, + "address_hex": "0xE09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1545, + "device_offset_hex": "0x609", + "index": 3965, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3848, + "address_hex": "0xF08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1800, + "device_offset_hex": "0x708", + "index": 3966, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 128, + "new_value_hex": "0x80", + "offset": 8, + "offset_hex": "0x08", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3849, + "address_hex": "0xF09", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "device_offset": 1801, + "device_offset_hex": "0x709", + "index": 3967, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 9, + "offset_hex": "0x09", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 6, + "address_hex": "0x006", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 6, + "device_offset_hex": "0x006", + "index": 3968, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 7, + "address_hex": "0x007", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 7, + "device_offset_hex": "0x007", + "index": 3969, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 262, + "address_hex": "0x106", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 262, + "device_offset_hex": "0x106", + "index": 3970, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 263, + "address_hex": "0x107", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 263, + "device_offset_hex": "0x107", + "index": 3971, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 518, + "address_hex": "0x206", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 518, + "device_offset_hex": "0x206", + "index": 3972, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 519, + "address_hex": "0x207", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 519, + "device_offset_hex": "0x207", + "index": 3973, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 774, + "address_hex": "0x306", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 774, + "device_offset_hex": "0x306", + "index": 3974, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 775, + "address_hex": "0x307", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 775, + "device_offset_hex": "0x307", + "index": 3975, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1030, + "address_hex": "0x406", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1030, + "device_offset_hex": "0x406", + "index": 3976, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1031, + "address_hex": "0x407", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1031, + "device_offset_hex": "0x407", + "index": 3977, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1286, + "address_hex": "0x506", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1286, + "device_offset_hex": "0x506", + "index": 3978, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1287, + "address_hex": "0x507", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1287, + "device_offset_hex": "0x507", + "index": 3979, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1542, + "address_hex": "0x606", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1542, + "device_offset_hex": "0x606", + "index": 3980, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1543, + "address_hex": "0x607", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1543, + "device_offset_hex": "0x607", + "index": 3981, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1798, + "address_hex": "0x706", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1798, + "device_offset_hex": "0x706", + "index": 3982, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1799, + "address_hex": "0x707", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1799, + "device_offset_hex": "0x707", + "index": 3983, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2054, + "address_hex": "0x806", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 6, + "device_offset_hex": "0x006", + "index": 3984, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2055, + "address_hex": "0x807", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 7, + "device_offset_hex": "0x007", + "index": 3985, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2310, + "address_hex": "0x906", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 262, + "device_offset_hex": "0x106", + "index": 3986, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2311, + "address_hex": "0x907", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 263, + "device_offset_hex": "0x107", + "index": 3987, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2566, + "address_hex": "0xA06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 518, + "device_offset_hex": "0x206", + "index": 3988, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2567, + "address_hex": "0xA07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 519, + "device_offset_hex": "0x207", + "index": 3989, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2822, + "address_hex": "0xB06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 774, + "device_offset_hex": "0x306", + "index": 3990, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2823, + "address_hex": "0xB07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 775, + "device_offset_hex": "0x307", + "index": 3991, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3078, + "address_hex": "0xC06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1030, + "device_offset_hex": "0x406", + "index": 3992, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3079, + "address_hex": "0xC07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1031, + "device_offset_hex": "0x407", + "index": 3993, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3334, + "address_hex": "0xD06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1286, + "device_offset_hex": "0x506", + "index": 3994, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3335, + "address_hex": "0xD07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1287, + "device_offset_hex": "0x507", + "index": 3995, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3590, + "address_hex": "0xE06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1542, + "device_offset_hex": "0x606", + "index": 3996, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3591, + "address_hex": "0xE07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1543, + "device_offset_hex": "0x607", + "index": 3997, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3846, + "address_hex": "0xF06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1798, + "device_offset_hex": "0x706", + "index": 3998, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 6, + "offset_hex": "0x06", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3847, + "address_hex": "0xF07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1799, + "device_offset_hex": "0x707", + "index": 3999, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 7, + "offset_hex": "0x07", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 4, + "address_hex": "0x004", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 4, + "device_offset_hex": "0x004", + "index": 4000, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 5, + "address_hex": "0x005", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 5, + "device_offset_hex": "0x005", + "index": 4001, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 260, + "address_hex": "0x104", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 260, + "device_offset_hex": "0x104", + "index": 4002, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 261, + "address_hex": "0x105", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 261, + "device_offset_hex": "0x105", + "index": 4003, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 516, + "address_hex": "0x204", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 516, + "device_offset_hex": "0x204", + "index": 4004, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 517, + "address_hex": "0x205", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 517, + "device_offset_hex": "0x205", + "index": 4005, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 772, + "address_hex": "0x304", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 772, + "device_offset_hex": "0x304", + "index": 4006, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 773, + "address_hex": "0x305", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 773, + "device_offset_hex": "0x305", + "index": 4007, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1028, + "address_hex": "0x404", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1028, + "device_offset_hex": "0x404", + "index": 4008, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1029, + "address_hex": "0x405", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1029, + "device_offset_hex": "0x405", + "index": 4009, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1284, + "address_hex": "0x504", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1284, + "device_offset_hex": "0x504", + "index": 4010, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1285, + "address_hex": "0x505", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1285, + "device_offset_hex": "0x505", + "index": 4011, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1540, + "address_hex": "0x604", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1540, + "device_offset_hex": "0x604", + "index": 4012, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1541, + "address_hex": "0x605", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1541, + "device_offset_hex": "0x605", + "index": 4013, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1796, + "address_hex": "0x704", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1796, + "device_offset_hex": "0x704", + "index": 4014, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1797, + "address_hex": "0x705", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1797, + "device_offset_hex": "0x705", + "index": 4015, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2052, + "address_hex": "0x804", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 4, + "device_offset_hex": "0x004", + "index": 4016, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2053, + "address_hex": "0x805", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 5, + "device_offset_hex": "0x005", + "index": 4017, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2308, + "address_hex": "0x904", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 260, + "device_offset_hex": "0x104", + "index": 4018, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2309, + "address_hex": "0x905", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 261, + "device_offset_hex": "0x105", + "index": 4019, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2564, + "address_hex": "0xA04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 516, + "device_offset_hex": "0x204", + "index": 4020, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2565, + "address_hex": "0xA05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 517, + "device_offset_hex": "0x205", + "index": 4021, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2820, + "address_hex": "0xB04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 772, + "device_offset_hex": "0x304", + "index": 4022, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2821, + "address_hex": "0xB05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 773, + "device_offset_hex": "0x305", + "index": 4023, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3076, + "address_hex": "0xC04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1028, + "device_offset_hex": "0x404", + "index": 4024, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3077, + "address_hex": "0xC05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1029, + "device_offset_hex": "0x405", + "index": 4025, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3332, + "address_hex": "0xD04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1284, + "device_offset_hex": "0x504", + "index": 4026, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3333, + "address_hex": "0xD05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1285, + "device_offset_hex": "0x505", + "index": 4027, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3588, + "address_hex": "0xE04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1540, + "device_offset_hex": "0x604", + "index": 4028, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3589, + "address_hex": "0xE05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1541, + "device_offset_hex": "0x605", + "index": 4029, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3844, + "address_hex": "0xF04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1796, + "device_offset_hex": "0x704", + "index": 4030, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 254, + "new_value_hex": "0xFE", + "offset": 4, + "offset_hex": "0x04", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3845, + "address_hex": "0xF05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1797, + "device_offset_hex": "0x705", + "index": 4031, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 5, + "offset_hex": "0x05", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2, + "address_hex": "0x002", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 2, + "device_offset_hex": "0x002", + "index": 4032, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3, + "address_hex": "0x003", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 3, + "device_offset_hex": "0x003", + "index": 4033, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 258, + "address_hex": "0x102", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 258, + "device_offset_hex": "0x102", + "index": 4034, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 259, + "address_hex": "0x103", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 259, + "device_offset_hex": "0x103", + "index": 4035, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 514, + "address_hex": "0x202", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 514, + "device_offset_hex": "0x202", + "index": 4036, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 515, + "address_hex": "0x203", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 515, + "device_offset_hex": "0x203", + "index": 4037, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 770, + "address_hex": "0x302", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 770, + "device_offset_hex": "0x302", + "index": 4038, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 771, + "address_hex": "0x303", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 771, + "device_offset_hex": "0x303", + "index": 4039, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1026, + "address_hex": "0x402", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1026, + "device_offset_hex": "0x402", + "index": 4040, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1027, + "address_hex": "0x403", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1027, + "device_offset_hex": "0x403", + "index": 4041, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1282, + "address_hex": "0x502", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1282, + "device_offset_hex": "0x502", + "index": 4042, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1283, + "address_hex": "0x503", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1283, + "device_offset_hex": "0x503", + "index": 4043, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1538, + "address_hex": "0x602", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1538, + "device_offset_hex": "0x602", + "index": 4044, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1539, + "address_hex": "0x603", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1539, + "device_offset_hex": "0x603", + "index": 4045, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1794, + "address_hex": "0x702", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1794, + "device_offset_hex": "0x702", + "index": 4046, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1795, + "address_hex": "0x703", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1795, + "device_offset_hex": "0x703", + "index": 4047, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2050, + "address_hex": "0x802", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 2, + "device_offset_hex": "0x002", + "index": 4048, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2051, + "address_hex": "0x803", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 3, + "device_offset_hex": "0x003", + "index": 4049, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2306, + "address_hex": "0x902", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 258, + "device_offset_hex": "0x102", + "index": 4050, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2307, + "address_hex": "0x903", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 259, + "device_offset_hex": "0x103", + "index": 4051, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2562, + "address_hex": "0xA02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 514, + "device_offset_hex": "0x202", + "index": 4052, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2563, + "address_hex": "0xA03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 515, + "device_offset_hex": "0x203", + "index": 4053, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2818, + "address_hex": "0xB02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 770, + "device_offset_hex": "0x302", + "index": 4054, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2819, + "address_hex": "0xB03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 771, + "device_offset_hex": "0x303", + "index": 4055, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3074, + "address_hex": "0xC02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1026, + "device_offset_hex": "0x402", + "index": 4056, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3075, + "address_hex": "0xC03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1027, + "device_offset_hex": "0x403", + "index": 4057, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3330, + "address_hex": "0xD02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1282, + "device_offset_hex": "0x502", + "index": 4058, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3331, + "address_hex": "0xD03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1283, + "device_offset_hex": "0x503", + "index": 4059, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3586, + "address_hex": "0xE02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1538, + "device_offset_hex": "0x602", + "index": 4060, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3587, + "address_hex": "0xE03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1539, + "device_offset_hex": "0x603", + "index": 4061, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3842, + "address_hex": "0xF02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1794, + "device_offset_hex": "0x702", + "index": 4062, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 107, + "new_value_hex": "0x6B", + "offset": 2, + "offset_hex": "0x02", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3843, + "address_hex": "0xF03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1795, + "device_offset_hex": "0x703", + "index": 4063, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 111, + "new_value_hex": "0x6F", + "offset": 3, + "offset_hex": "0x03", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 0, + "address_hex": "0x000", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 0, + "device_offset_hex": "0x000", + "index": 4064, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1, + "address_hex": "0x001", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1, + "device_offset_hex": "0x001", + "index": 4065, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 256, + "address_hex": "0x100", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 256, + "device_offset_hex": "0x100", + "index": 4066, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 257, + "address_hex": "0x101", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 257, + "device_offset_hex": "0x101", + "index": 4067, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 512, + "address_hex": "0x200", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 512, + "device_offset_hex": "0x200", + "index": 4068, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 513, + "address_hex": "0x201", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 513, + "device_offset_hex": "0x201", + "index": 4069, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 768, + "address_hex": "0x300", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 768, + "device_offset_hex": "0x300", + "index": 4070, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 769, + "address_hex": "0x301", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 769, + "device_offset_hex": "0x301", + "index": 4071, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1024, + "address_hex": "0x400", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1024, + "device_offset_hex": "0x400", + "index": 4072, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1025, + "address_hex": "0x401", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1025, + "device_offset_hex": "0x401", + "index": 4073, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1280, + "address_hex": "0x500", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1280, + "device_offset_hex": "0x500", + "index": 4074, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1281, + "address_hex": "0x501", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1281, + "device_offset_hex": "0x501", + "index": 4075, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1536, + "address_hex": "0x600", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1536, + "device_offset_hex": "0x600", + "index": 4076, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1537, + "address_hex": "0x601", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1537, + "device_offset_hex": "0x601", + "index": 4077, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1792, + "address_hex": "0x700", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1792, + "device_offset_hex": "0x700", + "index": 4078, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1793, + "address_hex": "0x701", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1793, + "device_offset_hex": "0x701", + "index": 4079, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2048, + "address_hex": "0x800", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 0, + "device_offset_hex": "0x000", + "index": 4080, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2049, + "address_hex": "0x801", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1, + "device_offset_hex": "0x001", + "index": 4081, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2304, + "address_hex": "0x900", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 256, + "device_offset_hex": "0x100", + "index": 4082, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2305, + "address_hex": "0x901", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 257, + "device_offset_hex": "0x101", + "index": 4083, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2560, + "address_hex": "0xA00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 512, + "device_offset_hex": "0x200", + "index": 4084, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2561, + "address_hex": "0xA01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 513, + "device_offset_hex": "0x201", + "index": 4085, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2816, + "address_hex": "0xB00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 768, + "device_offset_hex": "0x300", + "index": 4086, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2817, + "address_hex": "0xB01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 769, + "device_offset_hex": "0x301", + "index": 4087, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3072, + "address_hex": "0xC00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1024, + "device_offset_hex": "0x400", + "index": 4088, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3073, + "address_hex": "0xC01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1025, + "device_offset_hex": "0x401", + "index": 4089, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3328, + "address_hex": "0xD00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1280, + "device_offset_hex": "0x500", + "index": 4090, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3329, + "address_hex": "0xD01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1281, + "device_offset_hex": "0x501", + "index": 4091, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3584, + "address_hex": "0xE00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1536, + "device_offset_hex": "0x600", + "index": 4092, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3585, + "address_hex": "0xE01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1537, + "device_offset_hex": "0x601", + "index": 4093, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3840, + "address_hex": "0xF00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1792, + "device_offset_hex": "0x700", + "index": 4094, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 0, + "offset_hex": "0x00", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3841, + "address_hex": "0xF01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1793, + "device_offset_hex": "0x701", + "index": 4095, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 0, + "new_value_hex": "0x00", + "offset": 1, + "offset_hex": "0x01", + "old_value": 255, + "old_value_hex": "0xFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3840, + "address_hex": "0xF00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1792, + "device_offset_hex": "0x700", + "index": 4096, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 15, + "page_hex": "0xF", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3841, + "address_hex": "0xF01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1793, + "device_offset_hex": "0x701", + "index": 4097, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 15, + "page_hex": "0xF", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3842, + "address_hex": "0xF02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1794, + "device_offset_hex": "0x702", + "index": 4098, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 15, + "page_hex": "0xF", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3843, + "address_hex": "0xF03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1795, + "device_offset_hex": "0x703", + "index": 4099, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 15, + "page_hex": "0xF", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3844, + "address_hex": "0xF04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1796, + "device_offset_hex": "0x704", + "index": 4100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 15, + "page_hex": "0xF", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3845, + "address_hex": "0xF05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1797, + "device_offset_hex": "0x705", + "index": 4101, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 15, + "page_hex": "0xF", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3846, + "address_hex": "0xF06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1798, + "device_offset_hex": "0x706", + "index": 4102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 15, + "page_hex": "0xF", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3847, + "address_hex": "0xF07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1799, + "device_offset_hex": "0x707", + "index": 4103, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 15, + "page_hex": "0xF", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3584, + "address_hex": "0xE00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1536, + "device_offset_hex": "0x600", + "index": 4104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 14, + "page_hex": "0xE", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3585, + "address_hex": "0xE01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1537, + "device_offset_hex": "0x601", + "index": 4105, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 14, + "page_hex": "0xE", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3586, + "address_hex": "0xE02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1538, + "device_offset_hex": "0x602", + "index": 4106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 14, + "page_hex": "0xE", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3587, + "address_hex": "0xE03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1539, + "device_offset_hex": "0x603", + "index": 4107, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 14, + "page_hex": "0xE", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3588, + "address_hex": "0xE04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1540, + "device_offset_hex": "0x604", + "index": 4108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 14, + "page_hex": "0xE", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3589, + "address_hex": "0xE05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1541, + "device_offset_hex": "0x605", + "index": 4109, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 14, + "page_hex": "0xE", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3590, + "address_hex": "0xE06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1542, + "device_offset_hex": "0x606", + "index": 4110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 14, + "page_hex": "0xE", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3591, + "address_hex": "0xE07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1543, + "device_offset_hex": "0x607", + "index": 4111, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 14, + "page_hex": "0xE", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3328, + "address_hex": "0xD00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1280, + "device_offset_hex": "0x500", + "index": 4112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 13, + "page_hex": "0xD", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3329, + "address_hex": "0xD01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1281, + "device_offset_hex": "0x501", + "index": 4113, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 13, + "page_hex": "0xD", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3330, + "address_hex": "0xD02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1282, + "device_offset_hex": "0x502", + "index": 4114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 13, + "page_hex": "0xD", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3331, + "address_hex": "0xD03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1283, + "device_offset_hex": "0x503", + "index": 4115, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 13, + "page_hex": "0xD", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3332, + "address_hex": "0xD04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1284, + "device_offset_hex": "0x504", + "index": 4116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 13, + "page_hex": "0xD", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3333, + "address_hex": "0xD05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1285, + "device_offset_hex": "0x505", + "index": 4117, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 13, + "page_hex": "0xD", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3334, + "address_hex": "0xD06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1286, + "device_offset_hex": "0x506", + "index": 4118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 13, + "page_hex": "0xD", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3335, + "address_hex": "0xD07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1287, + "device_offset_hex": "0x507", + "index": 4119, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 13, + "page_hex": "0xD", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3072, + "address_hex": "0xC00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1024, + "device_offset_hex": "0x400", + "index": 4120, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 12, + "page_hex": "0xC", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3073, + "address_hex": "0xC01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1025, + "device_offset_hex": "0x401", + "index": 4121, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 12, + "page_hex": "0xC", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3074, + "address_hex": "0xC02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1026, + "device_offset_hex": "0x402", + "index": 4122, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 12, + "page_hex": "0xC", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3075, + "address_hex": "0xC03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 1027, + "device_offset_hex": "0x403", + "index": 4123, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 12, + "page_hex": "0xC", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3076, + "address_hex": "0xC04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1028, + "device_offset_hex": "0x404", + "index": 4124, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 12, + "page_hex": "0xC", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3077, + "address_hex": "0xC05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 1029, + "device_offset_hex": "0x405", + "index": 4125, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 12, + "page_hex": "0xC", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3078, + "address_hex": "0xC06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1030, + "device_offset_hex": "0x406", + "index": 4126, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 12, + "page_hex": "0xC", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3079, + "address_hex": "0xC07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 1031, + "device_offset_hex": "0x407", + "index": 4127, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 12, + "page_hex": "0xC", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2816, + "address_hex": "0xB00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 768, + "device_offset_hex": "0x300", + "index": 4128, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 11, + "page_hex": "0xB", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2817, + "address_hex": "0xB01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 769, + "device_offset_hex": "0x301", + "index": 4129, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 11, + "page_hex": "0xB", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2818, + "address_hex": "0xB02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 770, + "device_offset_hex": "0x302", + "index": 4130, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 11, + "page_hex": "0xB", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2819, + "address_hex": "0xB03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 771, + "device_offset_hex": "0x303", + "index": 4131, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 11, + "page_hex": "0xB", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2820, + "address_hex": "0xB04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 772, + "device_offset_hex": "0x304", + "index": 4132, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 11, + "page_hex": "0xB", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2821, + "address_hex": "0xB05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 773, + "device_offset_hex": "0x305", + "index": 4133, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 11, + "page_hex": "0xB", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2822, + "address_hex": "0xB06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 774, + "device_offset_hex": "0x306", + "index": 4134, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 11, + "page_hex": "0xB", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2823, + "address_hex": "0xB07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 775, + "device_offset_hex": "0x307", + "index": 4135, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 11, + "page_hex": "0xB", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2560, + "address_hex": "0xA00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 512, + "device_offset_hex": "0x200", + "index": 4136, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 10, + "page_hex": "0xA", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2561, + "address_hex": "0xA01", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 513, + "device_offset_hex": "0x201", + "index": 4137, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 10, + "page_hex": "0xA", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2562, + "address_hex": "0xA02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 514, + "device_offset_hex": "0x202", + "index": 4138, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 10, + "page_hex": "0xA", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2563, + "address_hex": "0xA03", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 515, + "device_offset_hex": "0x203", + "index": 4139, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 10, + "page_hex": "0xA", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2564, + "address_hex": "0xA04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 516, + "device_offset_hex": "0x204", + "index": 4140, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 10, + "page_hex": "0xA", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2565, + "address_hex": "0xA05", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 517, + "device_offset_hex": "0x205", + "index": 4141, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 10, + "page_hex": "0xA", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2566, + "address_hex": "0xA06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 518, + "device_offset_hex": "0x206", + "index": 4142, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 10, + "page_hex": "0xA", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2567, + "address_hex": "0xA07", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 519, + "device_offset_hex": "0x207", + "index": 4143, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 10, + "page_hex": "0xA", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2304, + "address_hex": "0x900", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 256, + "device_offset_hex": "0x100", + "index": 4144, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 9, + "page_hex": "0x9", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2305, + "address_hex": "0x901", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 257, + "device_offset_hex": "0x101", + "index": 4145, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 9, + "page_hex": "0x9", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2306, + "address_hex": "0x902", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 258, + "device_offset_hex": "0x102", + "index": 4146, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 9, + "page_hex": "0x9", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2307, + "address_hex": "0x903", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 259, + "device_offset_hex": "0x103", + "index": 4147, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 9, + "page_hex": "0x9", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2308, + "address_hex": "0x904", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 260, + "device_offset_hex": "0x104", + "index": 4148, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 9, + "page_hex": "0x9", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2309, + "address_hex": "0x905", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 261, + "device_offset_hex": "0x105", + "index": 4149, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 9, + "page_hex": "0x9", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2310, + "address_hex": "0x906", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 262, + "device_offset_hex": "0x106", + "index": 4150, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 9, + "page_hex": "0x9", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2311, + "address_hex": "0x907", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 263, + "device_offset_hex": "0x107", + "index": 4151, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 9, + "page_hex": "0x9", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2048, + "address_hex": "0x800", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 0, + "device_offset_hex": "0x000", + "index": 4152, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 8, + "page_hex": "0x8", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2049, + "address_hex": "0x801", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "device_offset": 1, + "device_offset_hex": "0x001", + "index": 4153, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 8, + "page_hex": "0x8", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2050, + "address_hex": "0x802", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 2, + "device_offset_hex": "0x002", + "index": 4154, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 8, + "page_hex": "0x8", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2051, + "address_hex": "0x803", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "device_offset": 3, + "device_offset_hex": "0x003", + "index": 4155, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 8, + "page_hex": "0x8", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2052, + "address_hex": "0x804", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 4, + "device_offset_hex": "0x004", + "index": 4156, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 8, + "page_hex": "0x8", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2053, + "address_hex": "0x805", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "device_offset": 5, + "device_offset_hex": "0x005", + "index": 4157, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 8, + "page_hex": "0x8", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2054, + "address_hex": "0x806", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 6, + "device_offset_hex": "0x006", + "index": 4158, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 8, + "page_hex": "0x8", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2055, + "address_hex": "0x807", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "device_offset": 7, + "device_offset_hex": "0x007", + "index": 4159, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 8, + "page_hex": "0x8", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1792, + "address_hex": "0x700", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1792, + "device_offset_hex": "0x700", + "index": 4160, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 7, + "page_hex": "0x7", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1793, + "address_hex": "0x701", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1793, + "device_offset_hex": "0x701", + "index": 4161, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 7, + "page_hex": "0x7", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1794, + "address_hex": "0x702", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1794, + "device_offset_hex": "0x702", + "index": 4162, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 7, + "page_hex": "0x7", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1795, + "address_hex": "0x703", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1795, + "device_offset_hex": "0x703", + "index": 4163, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 7, + "page_hex": "0x7", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1796, + "address_hex": "0x704", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1796, + "device_offset_hex": "0x704", + "index": 4164, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 7, + "page_hex": "0x7", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1797, + "address_hex": "0x705", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1797, + "device_offset_hex": "0x705", + "index": 4165, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 7, + "page_hex": "0x7", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1798, + "address_hex": "0x706", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1798, + "device_offset_hex": "0x706", + "index": 4166, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 7, + "page_hex": "0x7", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1799, + "address_hex": "0x707", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1799, + "device_offset_hex": "0x707", + "index": 4167, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 7, + "page_hex": "0x7", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1536, + "address_hex": "0x600", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1536, + "device_offset_hex": "0x600", + "index": 4168, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 6, + "page_hex": "0x6", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1537, + "address_hex": "0x601", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1537, + "device_offset_hex": "0x601", + "index": 4169, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 6, + "page_hex": "0x6", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1538, + "address_hex": "0x602", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1538, + "device_offset_hex": "0x602", + "index": 4170, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 6, + "page_hex": "0x6", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1539, + "address_hex": "0x603", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1539, + "device_offset_hex": "0x603", + "index": 4171, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 6, + "page_hex": "0x6", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1540, + "address_hex": "0x604", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1540, + "device_offset_hex": "0x604", + "index": 4172, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 6, + "page_hex": "0x6", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1541, + "address_hex": "0x605", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1541, + "device_offset_hex": "0x605", + "index": 4173, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 6, + "page_hex": "0x6", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1542, + "address_hex": "0x606", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1542, + "device_offset_hex": "0x606", + "index": 4174, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 6, + "page_hex": "0x6", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1543, + "address_hex": "0x607", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1543, + "device_offset_hex": "0x607", + "index": 4175, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 6, + "page_hex": "0x6", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1280, + "address_hex": "0x500", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1280, + "device_offset_hex": "0x500", + "index": 4176, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 5, + "page_hex": "0x5", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1281, + "address_hex": "0x501", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1281, + "device_offset_hex": "0x501", + "index": 4177, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 5, + "page_hex": "0x5", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1282, + "address_hex": "0x502", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1282, + "device_offset_hex": "0x502", + "index": 4178, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 5, + "page_hex": "0x5", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1283, + "address_hex": "0x503", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1283, + "device_offset_hex": "0x503", + "index": 4179, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 5, + "page_hex": "0x5", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1284, + "address_hex": "0x504", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1284, + "device_offset_hex": "0x504", + "index": 4180, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 5, + "page_hex": "0x5", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1285, + "address_hex": "0x505", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1285, + "device_offset_hex": "0x505", + "index": 4181, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 5, + "page_hex": "0x5", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1286, + "address_hex": "0x506", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1286, + "device_offset_hex": "0x506", + "index": 4182, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 5, + "page_hex": "0x5", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1287, + "address_hex": "0x507", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1287, + "device_offset_hex": "0x507", + "index": 4183, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 5, + "page_hex": "0x5", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1024, + "address_hex": "0x400", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1024, + "device_offset_hex": "0x400", + "index": 4184, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 4, + "page_hex": "0x4", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1025, + "address_hex": "0x401", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 1025, + "device_offset_hex": "0x401", + "index": 4185, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 4, + "page_hex": "0x4", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1026, + "address_hex": "0x402", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1026, + "device_offset_hex": "0x402", + "index": 4186, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 4, + "page_hex": "0x4", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1027, + "address_hex": "0x403", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 1027, + "device_offset_hex": "0x403", + "index": 4187, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 4, + "page_hex": "0x4", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1028, + "address_hex": "0x404", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1028, + "device_offset_hex": "0x404", + "index": 4188, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 4, + "page_hex": "0x4", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1029, + "address_hex": "0x405", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 1029, + "device_offset_hex": "0x405", + "index": 4189, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 4, + "page_hex": "0x4", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1030, + "address_hex": "0x406", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1030, + "device_offset_hex": "0x406", + "index": 4190, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 4, + "page_hex": "0x4", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1031, + "address_hex": "0x407", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 1031, + "device_offset_hex": "0x407", + "index": 4191, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 4, + "page_hex": "0x4", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 768, + "address_hex": "0x300", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 768, + "device_offset_hex": "0x300", + "index": 4192, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 3, + "page_hex": "0x3", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 769, + "address_hex": "0x301", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 769, + "device_offset_hex": "0x301", + "index": 4193, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 3, + "page_hex": "0x3", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 770, + "address_hex": "0x302", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 770, + "device_offset_hex": "0x302", + "index": 4194, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 3, + "page_hex": "0x3", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 771, + "address_hex": "0x303", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 771, + "device_offset_hex": "0x303", + "index": 4195, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 3, + "page_hex": "0x3", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 772, + "address_hex": "0x304", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 772, + "device_offset_hex": "0x304", + "index": 4196, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 3, + "page_hex": "0x3", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 773, + "address_hex": "0x305", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 773, + "device_offset_hex": "0x305", + "index": 4197, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 3, + "page_hex": "0x3", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 774, + "address_hex": "0x306", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 774, + "device_offset_hex": "0x306", + "index": 4198, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 3, + "page_hex": "0x3", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 775, + "address_hex": "0x307", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 775, + "device_offset_hex": "0x307", + "index": 4199, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 3, + "page_hex": "0x3", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 512, + "address_hex": "0x200", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 512, + "device_offset_hex": "0x200", + "index": 4200, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 2, + "page_hex": "0x2", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 513, + "address_hex": "0x201", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 513, + "device_offset_hex": "0x201", + "index": 4201, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 2, + "page_hex": "0x2", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 514, + "address_hex": "0x202", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 514, + "device_offset_hex": "0x202", + "index": 4202, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 2, + "page_hex": "0x2", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 515, + "address_hex": "0x203", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 515, + "device_offset_hex": "0x203", + "index": 4203, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 2, + "page_hex": "0x2", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 516, + "address_hex": "0x204", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 516, + "device_offset_hex": "0x204", + "index": 4204, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 2, + "page_hex": "0x2", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 517, + "address_hex": "0x205", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 517, + "device_offset_hex": "0x205", + "index": 4205, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 2, + "page_hex": "0x2", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 518, + "address_hex": "0x206", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 518, + "device_offset_hex": "0x206", + "index": 4206, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 2, + "page_hex": "0x2", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 519, + "address_hex": "0x207", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 519, + "device_offset_hex": "0x207", + "index": 4207, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 2, + "page_hex": "0x2", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 256, + "address_hex": "0x100", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 256, + "device_offset_hex": "0x100", + "index": 4208, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 0, + "offset_hex": "0x00", + "old_value": 0, + "old_value_hex": "0x00", + "page": 1, + "page_hex": "0x1", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 257, + "address_hex": "0x101", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "device_offset": 257, + "device_offset_hex": "0x101", + "index": 4209, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 1, + "offset_hex": "0x01", + "old_value": 0, + "old_value_hex": "0x00", + "page": 1, + "page_hex": "0x1", + "record_byte": 1, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 258, + "address_hex": "0x102", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 258, + "device_offset_hex": "0x102", + "index": 4210, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 2, + "offset_hex": "0x02", + "old_value": 107, + "old_value_hex": "0x6B", + "page": 1, + "page_hex": "0x1", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 259, + "address_hex": "0x103", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "device_offset": 259, + "device_offset_hex": "0x103", + "index": 4211, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 3, + "offset_hex": "0x03", + "old_value": 111, + "old_value_hex": "0x6F", + "page": 1, + "page_hex": "0x1", + "record_byte": 3, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 260, + "address_hex": "0x104", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 260, + "device_offset_hex": "0x104", + "index": 4212, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 4, + "offset_hex": "0x04", + "old_value": 254, + "old_value_hex": "0xFE", + "page": 1, + "page_hex": "0x1", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 261, + "address_hex": "0x105", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "device_offset": 261, + "device_offset_hex": "0x105", + "index": 4213, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 5, + "offset_hex": "0x05", + "old_value": 0, + "old_value_hex": "0x00", + "page": 1, + "page_hex": "0x1", + "record_byte": 5, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 262, + "address_hex": "0x106", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 262, + "device_offset_hex": "0x106", + "index": 4214, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 6, + "offset_hex": "0x06", + "old_value": 0, + "old_value_hex": "0x00", + "page": 1, + "page_hex": "0x1", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 263, + "address_hex": "0x107", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "device_offset": 263, + "device_offset_hex": "0x107", + "index": 4215, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_value": 32, + "new_value_hex": "0x20", + "offset": 7, + "offset_hex": "0x07", + "old_value": 0, + "old_value_hex": "0x00", + "page": 1, + "page_hex": "0x1", + "record_byte": 7, + "role": "record_header_or_label", + "source": "linear_word" + } + ], + "write_word_events": [ + { + "address": 254, + "address_hex": "0x0FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 0, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 510, + "address_hex": "0x1FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 2, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 766, + "address_hex": "0x2FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 4, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1022, + "address_hex": "0x3FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 6, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1278, + "address_hex": "0x4FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 8, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1534, + "address_hex": "0x5FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 10, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1790, + "address_hex": "0x6FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 12, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2046, + "address_hex": "0x7FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_a0_lower_2k", + "index": 14, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2302, + "address_hex": "0x8FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 16, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2558, + "address_hex": "0x9FE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 18, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2814, + "address_hex": "0xAFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 20, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3070, + "address_hex": "0xBFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 22, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3326, + "address_hex": "0xCFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 24, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3582, + "address_hex": "0xDFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 26, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3838, + "address_hex": "0xEFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 28, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4094, + "address_hex": "0xFFE", + "aligned_offset": 254, + "aligned_offset_hex": "0xFE", + "device": "x24164_e0_upper_2k", + "index": 30, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 252, + "address_hex": "0x0FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 32, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 508, + "address_hex": "0x1FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 34, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 764, + "address_hex": "0x2FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 36, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1020, + "address_hex": "0x3FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 38, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1276, + "address_hex": "0x4FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 40, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1532, + "address_hex": "0x5FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 42, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1788, + "address_hex": "0x6FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 44, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2044, + "address_hex": "0x7FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_a0_lower_2k", + "index": 46, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2300, + "address_hex": "0x8FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 48, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2556, + "address_hex": "0x9FC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 50, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2812, + "address_hex": "0xAFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 52, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3068, + "address_hex": "0xBFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 54, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3324, + "address_hex": "0xCFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 56, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3580, + "address_hex": "0xDFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 58, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3836, + "address_hex": "0xEFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 60, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4092, + "address_hex": "0xFFC", + "aligned_offset": 252, + "aligned_offset_hex": "0xFC", + "device": "x24164_e0_upper_2k", + "index": 62, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 250, + "address_hex": "0x0FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 64, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 506, + "address_hex": "0x1FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 66, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 762, + "address_hex": "0x2FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 68, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1018, + "address_hex": "0x3FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 70, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1274, + "address_hex": "0x4FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 72, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1530, + "address_hex": "0x5FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 74, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1786, + "address_hex": "0x6FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 76, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2042, + "address_hex": "0x7FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_a0_lower_2k", + "index": 78, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2298, + "address_hex": "0x8FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 80, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2554, + "address_hex": "0x9FA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 82, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2810, + "address_hex": "0xAFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 84, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3066, + "address_hex": "0xBFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 86, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3322, + "address_hex": "0xCFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 88, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3578, + "address_hex": "0xDFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 90, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3834, + "address_hex": "0xEFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 92, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4090, + "address_hex": "0xFFA", + "aligned_offset": 250, + "aligned_offset_hex": "0xFA", + "device": "x24164_e0_upper_2k", + "index": 94, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 248, + "address_hex": "0x0F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 96, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 504, + "address_hex": "0x1F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 98, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 760, + "address_hex": "0x2F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1016, + "address_hex": "0x3F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1272, + "address_hex": "0x4F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1528, + "address_hex": "0x5F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1784, + "address_hex": "0x6F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2040, + "address_hex": "0x7F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_a0_lower_2k", + "index": 110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2296, + "address_hex": "0x8F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2552, + "address_hex": "0x9F8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2808, + "address_hex": "0xAF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3064, + "address_hex": "0xBF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3320, + "address_hex": "0xCF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 120, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3576, + "address_hex": "0xDF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 122, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3832, + "address_hex": "0xEF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 124, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4088, + "address_hex": "0xFF8", + "aligned_offset": 248, + "aligned_offset_hex": "0xF8", + "device": "x24164_e0_upper_2k", + "index": 126, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 246, + "address_hex": "0x0F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 128, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 502, + "address_hex": "0x1F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 130, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 758, + "address_hex": "0x2F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 132, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1014, + "address_hex": "0x3F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 134, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1270, + "address_hex": "0x4F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 136, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1526, + "address_hex": "0x5F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 138, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1782, + "address_hex": "0x6F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 140, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2038, + "address_hex": "0x7F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_a0_lower_2k", + "index": 142, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2294, + "address_hex": "0x8F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 144, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2550, + "address_hex": "0x9F6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 146, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2806, + "address_hex": "0xAF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 148, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3062, + "address_hex": "0xBF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 150, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3318, + "address_hex": "0xCF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 152, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3574, + "address_hex": "0xDF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 154, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3830, + "address_hex": "0xEF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 156, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4086, + "address_hex": "0xFF6", + "aligned_offset": 246, + "aligned_offset_hex": "0xF6", + "device": "x24164_e0_upper_2k", + "index": 158, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 244, + "address_hex": "0x0F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 160, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 500, + "address_hex": "0x1F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 162, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 756, + "address_hex": "0x2F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 164, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1012, + "address_hex": "0x3F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 166, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1268, + "address_hex": "0x4F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 168, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1524, + "address_hex": "0x5F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 170, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1780, + "address_hex": "0x6F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 172, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2036, + "address_hex": "0x7F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_a0_lower_2k", + "index": 174, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2292, + "address_hex": "0x8F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 176, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2548, + "address_hex": "0x9F4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 178, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2804, + "address_hex": "0xAF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 180, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3060, + "address_hex": "0xBF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 182, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3316, + "address_hex": "0xCF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 184, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3572, + "address_hex": "0xDF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 186, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3828, + "address_hex": "0xEF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 188, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4084, + "address_hex": "0xFF4", + "aligned_offset": 244, + "aligned_offset_hex": "0xF4", + "device": "x24164_e0_upper_2k", + "index": 190, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 242, + "address_hex": "0x0F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 192, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 498, + "address_hex": "0x1F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 194, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 754, + "address_hex": "0x2F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 196, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1010, + "address_hex": "0x3F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 198, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1266, + "address_hex": "0x4F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 200, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1522, + "address_hex": "0x5F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 202, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1778, + "address_hex": "0x6F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 204, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2034, + "address_hex": "0x7F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_a0_lower_2k", + "index": 206, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2290, + "address_hex": "0x8F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 208, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2546, + "address_hex": "0x9F2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 210, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2802, + "address_hex": "0xAF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 212, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3058, + "address_hex": "0xBF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 214, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3314, + "address_hex": "0xCF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 216, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3570, + "address_hex": "0xDF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 218, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3826, + "address_hex": "0xEF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 220, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4082, + "address_hex": "0xFF2", + "aligned_offset": 242, + "aligned_offset_hex": "0xF2", + "device": "x24164_e0_upper_2k", + "index": 222, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 240, + "address_hex": "0x0F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 224, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 496, + "address_hex": "0x1F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 226, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 752, + "address_hex": "0x2F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 228, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1008, + "address_hex": "0x3F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 230, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1264, + "address_hex": "0x4F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 232, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1520, + "address_hex": "0x5F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 234, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1776, + "address_hex": "0x6F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 236, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2032, + "address_hex": "0x7F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_a0_lower_2k", + "index": 238, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2288, + "address_hex": "0x8F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 240, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2544, + "address_hex": "0x9F0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 242, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2800, + "address_hex": "0xAF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 244, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3056, + "address_hex": "0xBF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 246, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3312, + "address_hex": "0xCF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 248, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3568, + "address_hex": "0xDF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 250, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3824, + "address_hex": "0xEF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 252, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4080, + "address_hex": "0xFF0", + "aligned_offset": 240, + "aligned_offset_hex": "0xF0", + "device": "x24164_e0_upper_2k", + "index": 254, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 238, + "address_hex": "0x0EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 256, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 494, + "address_hex": "0x1EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 258, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 750, + "address_hex": "0x2EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 260, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1006, + "address_hex": "0x3EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 262, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1262, + "address_hex": "0x4EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 264, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1518, + "address_hex": "0x5EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 266, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1774, + "address_hex": "0x6EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 268, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2030, + "address_hex": "0x7EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_a0_lower_2k", + "index": 270, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2286, + "address_hex": "0x8EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 272, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2542, + "address_hex": "0x9EE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 274, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2798, + "address_hex": "0xAEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 276, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3054, + "address_hex": "0xBEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 278, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3310, + "address_hex": "0xCEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 280, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3566, + "address_hex": "0xDEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 282, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3822, + "address_hex": "0xEEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 284, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4078, + "address_hex": "0xFEE", + "aligned_offset": 238, + "aligned_offset_hex": "0xEE", + "device": "x24164_e0_upper_2k", + "index": 286, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 236, + "address_hex": "0x0EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 288, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 492, + "address_hex": "0x1EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 290, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 748, + "address_hex": "0x2EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 292, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1004, + "address_hex": "0x3EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 294, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1260, + "address_hex": "0x4EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 296, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1516, + "address_hex": "0x5EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 298, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1772, + "address_hex": "0x6EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 300, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2028, + "address_hex": "0x7EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_a0_lower_2k", + "index": 302, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2284, + "address_hex": "0x8EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 304, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2540, + "address_hex": "0x9EC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 306, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2796, + "address_hex": "0xAEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 308, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3052, + "address_hex": "0xBEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 310, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3308, + "address_hex": "0xCEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 312, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3564, + "address_hex": "0xDEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 314, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3820, + "address_hex": "0xEEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 316, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4076, + "address_hex": "0xFEC", + "aligned_offset": 236, + "aligned_offset_hex": "0xEC", + "device": "x24164_e0_upper_2k", + "index": 318, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 234, + "address_hex": "0x0EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 320, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 490, + "address_hex": "0x1EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 322, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 746, + "address_hex": "0x2EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 324, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1002, + "address_hex": "0x3EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 326, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1258, + "address_hex": "0x4EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 328, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1514, + "address_hex": "0x5EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 330, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1770, + "address_hex": "0x6EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 332, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2026, + "address_hex": "0x7EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_a0_lower_2k", + "index": 334, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2282, + "address_hex": "0x8EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 336, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2538, + "address_hex": "0x9EA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 338, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2794, + "address_hex": "0xAEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 340, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3050, + "address_hex": "0xBEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 342, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3306, + "address_hex": "0xCEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 344, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3562, + "address_hex": "0xDEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 346, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3818, + "address_hex": "0xEEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 348, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4074, + "address_hex": "0xFEA", + "aligned_offset": 234, + "aligned_offset_hex": "0xEA", + "device": "x24164_e0_upper_2k", + "index": 350, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 232, + "address_hex": "0x0E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 352, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 488, + "address_hex": "0x1E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 354, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 744, + "address_hex": "0x2E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 356, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1000, + "address_hex": "0x3E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 358, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1256, + "address_hex": "0x4E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 360, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1512, + "address_hex": "0x5E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 362, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1768, + "address_hex": "0x6E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 364, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2024, + "address_hex": "0x7E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_a0_lower_2k", + "index": 366, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2280, + "address_hex": "0x8E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 368, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2536, + "address_hex": "0x9E8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 370, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2792, + "address_hex": "0xAE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 372, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3048, + "address_hex": "0xBE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 374, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3304, + "address_hex": "0xCE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 376, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3560, + "address_hex": "0xDE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 378, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3816, + "address_hex": "0xEE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 380, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4072, + "address_hex": "0xFE8", + "aligned_offset": 232, + "aligned_offset_hex": "0xE8", + "device": "x24164_e0_upper_2k", + "index": 382, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 230, + "address_hex": "0x0E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 384, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 486, + "address_hex": "0x1E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 386, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 742, + "address_hex": "0x2E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 388, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 998, + "address_hex": "0x3E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 390, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1254, + "address_hex": "0x4E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 392, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1510, + "address_hex": "0x5E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 394, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1766, + "address_hex": "0x6E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 396, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2022, + "address_hex": "0x7E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_a0_lower_2k", + "index": 398, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2278, + "address_hex": "0x8E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 400, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2534, + "address_hex": "0x9E6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 402, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2790, + "address_hex": "0xAE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 404, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3046, + "address_hex": "0xBE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 406, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3302, + "address_hex": "0xCE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 408, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3558, + "address_hex": "0xDE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 410, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3814, + "address_hex": "0xEE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 412, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4070, + "address_hex": "0xFE6", + "aligned_offset": 230, + "aligned_offset_hex": "0xE6", + "device": "x24164_e0_upper_2k", + "index": 414, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 228, + "address_hex": "0x0E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 416, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 484, + "address_hex": "0x1E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 418, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 740, + "address_hex": "0x2E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 420, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 996, + "address_hex": "0x3E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 422, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1252, + "address_hex": "0x4E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 424, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1508, + "address_hex": "0x5E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 426, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1764, + "address_hex": "0x6E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 428, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2020, + "address_hex": "0x7E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_a0_lower_2k", + "index": 430, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2276, + "address_hex": "0x8E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 432, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2532, + "address_hex": "0x9E4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 434, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2788, + "address_hex": "0xAE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 436, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3044, + "address_hex": "0xBE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 438, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3300, + "address_hex": "0xCE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 440, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3556, + "address_hex": "0xDE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 442, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3812, + "address_hex": "0xEE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 444, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4068, + "address_hex": "0xFE4", + "aligned_offset": 228, + "aligned_offset_hex": "0xE4", + "device": "x24164_e0_upper_2k", + "index": 446, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 226, + "address_hex": "0x0E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 448, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 482, + "address_hex": "0x1E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 450, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 738, + "address_hex": "0x2E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 452, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 994, + "address_hex": "0x3E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 454, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1250, + "address_hex": "0x4E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 456, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1506, + "address_hex": "0x5E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 458, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1762, + "address_hex": "0x6E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 460, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2018, + "address_hex": "0x7E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_a0_lower_2k", + "index": 462, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2274, + "address_hex": "0x8E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 464, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2530, + "address_hex": "0x9E2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 466, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2786, + "address_hex": "0xAE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 468, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3042, + "address_hex": "0xBE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 470, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3298, + "address_hex": "0xCE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 472, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3554, + "address_hex": "0xDE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 474, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3810, + "address_hex": "0xEE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 476, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4066, + "address_hex": "0xFE2", + "aligned_offset": 226, + "aligned_offset_hex": "0xE2", + "device": "x24164_e0_upper_2k", + "index": 478, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 224, + "address_hex": "0x0E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 480, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 480, + "address_hex": "0x1E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 482, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 736, + "address_hex": "0x2E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 484, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 992, + "address_hex": "0x3E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 486, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1248, + "address_hex": "0x4E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 488, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1504, + "address_hex": "0x5E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 490, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1760, + "address_hex": "0x6E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 492, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2016, + "address_hex": "0x7E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_a0_lower_2k", + "index": 494, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2272, + "address_hex": "0x8E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 496, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2528, + "address_hex": "0x9E0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 498, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2784, + "address_hex": "0xAE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 500, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3040, + "address_hex": "0xBE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 502, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3296, + "address_hex": "0xCE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 504, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3552, + "address_hex": "0xDE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 506, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3808, + "address_hex": "0xEE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 508, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4064, + "address_hex": "0xFE0", + "aligned_offset": 224, + "aligned_offset_hex": "0xE0", + "device": "x24164_e0_upper_2k", + "index": 510, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 222, + "address_hex": "0x0DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 512, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 478, + "address_hex": "0x1DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 514, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 734, + "address_hex": "0x2DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 516, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 990, + "address_hex": "0x3DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 518, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1246, + "address_hex": "0x4DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 520, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1502, + "address_hex": "0x5DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 522, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1758, + "address_hex": "0x6DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 524, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2014, + "address_hex": "0x7DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_a0_lower_2k", + "index": 526, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2270, + "address_hex": "0x8DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 528, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2526, + "address_hex": "0x9DE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 530, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2782, + "address_hex": "0xADE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 532, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3038, + "address_hex": "0xBDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 534, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3294, + "address_hex": "0xCDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 536, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3550, + "address_hex": "0xDDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 538, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3806, + "address_hex": "0xEDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 540, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4062, + "address_hex": "0xFDE", + "aligned_offset": 222, + "aligned_offset_hex": "0xDE", + "device": "x24164_e0_upper_2k", + "index": 542, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 220, + "address_hex": "0x0DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 544, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 476, + "address_hex": "0x1DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 546, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 732, + "address_hex": "0x2DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 548, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 988, + "address_hex": "0x3DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 550, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1244, + "address_hex": "0x4DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 552, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1500, + "address_hex": "0x5DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 554, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1756, + "address_hex": "0x6DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 556, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2012, + "address_hex": "0x7DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_a0_lower_2k", + "index": 558, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2268, + "address_hex": "0x8DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 560, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2524, + "address_hex": "0x9DC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 562, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2780, + "address_hex": "0xADC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 564, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3036, + "address_hex": "0xBDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 566, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3292, + "address_hex": "0xCDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 568, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3548, + "address_hex": "0xDDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 570, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3804, + "address_hex": "0xEDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 572, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4060, + "address_hex": "0xFDC", + "aligned_offset": 220, + "aligned_offset_hex": "0xDC", + "device": "x24164_e0_upper_2k", + "index": 574, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 218, + "address_hex": "0x0DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 576, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 474, + "address_hex": "0x1DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 578, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 730, + "address_hex": "0x2DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 580, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 986, + "address_hex": "0x3DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 582, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1242, + "address_hex": "0x4DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 584, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1498, + "address_hex": "0x5DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 586, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1754, + "address_hex": "0x6DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 588, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2010, + "address_hex": "0x7DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_a0_lower_2k", + "index": 590, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2266, + "address_hex": "0x8DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 592, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2522, + "address_hex": "0x9DA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 594, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2778, + "address_hex": "0xADA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 596, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3034, + "address_hex": "0xBDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 598, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3290, + "address_hex": "0xCDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 600, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3546, + "address_hex": "0xDDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 602, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3802, + "address_hex": "0xEDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 604, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4058, + "address_hex": "0xFDA", + "aligned_offset": 218, + "aligned_offset_hex": "0xDA", + "device": "x24164_e0_upper_2k", + "index": 606, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 216, + "address_hex": "0x0D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 608, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 472, + "address_hex": "0x1D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 610, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 728, + "address_hex": "0x2D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 612, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 984, + "address_hex": "0x3D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 614, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1240, + "address_hex": "0x4D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 616, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1496, + "address_hex": "0x5D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 618, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1752, + "address_hex": "0x6D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 620, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2008, + "address_hex": "0x7D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_a0_lower_2k", + "index": 622, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2264, + "address_hex": "0x8D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 624, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2520, + "address_hex": "0x9D8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 626, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2776, + "address_hex": "0xAD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 628, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3032, + "address_hex": "0xBD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 630, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3288, + "address_hex": "0xCD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 632, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3544, + "address_hex": "0xDD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 634, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3800, + "address_hex": "0xED8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 636, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4056, + "address_hex": "0xFD8", + "aligned_offset": 216, + "aligned_offset_hex": "0xD8", + "device": "x24164_e0_upper_2k", + "index": 638, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 214, + "address_hex": "0x0D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 640, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 470, + "address_hex": "0x1D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 642, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 726, + "address_hex": "0x2D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 644, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 982, + "address_hex": "0x3D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 646, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1238, + "address_hex": "0x4D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 648, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1494, + "address_hex": "0x5D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 650, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1750, + "address_hex": "0x6D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 652, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2006, + "address_hex": "0x7D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_a0_lower_2k", + "index": 654, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2262, + "address_hex": "0x8D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 656, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2518, + "address_hex": "0x9D6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 658, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2774, + "address_hex": "0xAD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 660, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3030, + "address_hex": "0xBD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 662, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3286, + "address_hex": "0xCD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 664, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3542, + "address_hex": "0xDD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 666, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3798, + "address_hex": "0xED6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 668, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4054, + "address_hex": "0xFD6", + "aligned_offset": 214, + "aligned_offset_hex": "0xD6", + "device": "x24164_e0_upper_2k", + "index": 670, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 212, + "address_hex": "0x0D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 672, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 468, + "address_hex": "0x1D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 674, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 724, + "address_hex": "0x2D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 676, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 980, + "address_hex": "0x3D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 678, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1236, + "address_hex": "0x4D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 680, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1492, + "address_hex": "0x5D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 682, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1748, + "address_hex": "0x6D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 684, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2004, + "address_hex": "0x7D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_a0_lower_2k", + "index": 686, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2260, + "address_hex": "0x8D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 688, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2516, + "address_hex": "0x9D4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 690, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2772, + "address_hex": "0xAD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 692, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3028, + "address_hex": "0xBD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 694, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3284, + "address_hex": "0xCD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 696, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3540, + "address_hex": "0xDD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 698, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3796, + "address_hex": "0xED4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 700, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4052, + "address_hex": "0xFD4", + "aligned_offset": 212, + "aligned_offset_hex": "0xD4", + "device": "x24164_e0_upper_2k", + "index": 702, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 210, + "address_hex": "0x0D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 704, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 466, + "address_hex": "0x1D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 706, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 722, + "address_hex": "0x2D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 708, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 978, + "address_hex": "0x3D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 710, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1234, + "address_hex": "0x4D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 712, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1490, + "address_hex": "0x5D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 714, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1746, + "address_hex": "0x6D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 716, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2002, + "address_hex": "0x7D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_a0_lower_2k", + "index": 718, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2258, + "address_hex": "0x8D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 720, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2514, + "address_hex": "0x9D2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 722, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2770, + "address_hex": "0xAD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 724, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3026, + "address_hex": "0xBD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 726, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3282, + "address_hex": "0xCD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 728, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3538, + "address_hex": "0xDD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 730, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3794, + "address_hex": "0xED2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 732, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4050, + "address_hex": "0xFD2", + "aligned_offset": 210, + "aligned_offset_hex": "0xD2", + "device": "x24164_e0_upper_2k", + "index": 734, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 208, + "address_hex": "0x0D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 736, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 464, + "address_hex": "0x1D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 738, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 720, + "address_hex": "0x2D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 740, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 976, + "address_hex": "0x3D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 742, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1232, + "address_hex": "0x4D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 744, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1488, + "address_hex": "0x5D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 746, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1744, + "address_hex": "0x6D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 748, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2000, + "address_hex": "0x7D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_a0_lower_2k", + "index": 750, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2256, + "address_hex": "0x8D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 752, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2512, + "address_hex": "0x9D0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 754, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2768, + "address_hex": "0xAD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 756, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3024, + "address_hex": "0xBD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 758, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3280, + "address_hex": "0xCD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 760, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3536, + "address_hex": "0xDD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 762, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3792, + "address_hex": "0xED0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 764, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4048, + "address_hex": "0xFD0", + "aligned_offset": 208, + "aligned_offset_hex": "0xD0", + "device": "x24164_e0_upper_2k", + "index": 766, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 206, + "address_hex": "0x0CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 768, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 462, + "address_hex": "0x1CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 770, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 718, + "address_hex": "0x2CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 772, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 974, + "address_hex": "0x3CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 774, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1230, + "address_hex": "0x4CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 776, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1486, + "address_hex": "0x5CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 778, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1742, + "address_hex": "0x6CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 780, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1998, + "address_hex": "0x7CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_a0_lower_2k", + "index": 782, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2254, + "address_hex": "0x8CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 784, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2510, + "address_hex": "0x9CE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 786, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2766, + "address_hex": "0xACE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 788, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3022, + "address_hex": "0xBCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 790, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3278, + "address_hex": "0xCCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 792, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3534, + "address_hex": "0xDCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 794, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3790, + "address_hex": "0xECE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 796, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4046, + "address_hex": "0xFCE", + "aligned_offset": 206, + "aligned_offset_hex": "0xCE", + "device": "x24164_e0_upper_2k", + "index": 798, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 204, + "address_hex": "0x0CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 800, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 460, + "address_hex": "0x1CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 802, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 716, + "address_hex": "0x2CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 804, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 972, + "address_hex": "0x3CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 806, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1228, + "address_hex": "0x4CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 808, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1484, + "address_hex": "0x5CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 810, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1740, + "address_hex": "0x6CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 812, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1996, + "address_hex": "0x7CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_a0_lower_2k", + "index": 814, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2252, + "address_hex": "0x8CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 816, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2508, + "address_hex": "0x9CC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 818, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2764, + "address_hex": "0xACC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 820, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3020, + "address_hex": "0xBCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 822, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3276, + "address_hex": "0xCCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 824, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3532, + "address_hex": "0xDCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 826, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3788, + "address_hex": "0xECC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 828, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4044, + "address_hex": "0xFCC", + "aligned_offset": 204, + "aligned_offset_hex": "0xCC", + "device": "x24164_e0_upper_2k", + "index": 830, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 202, + "address_hex": "0x0CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 832, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 458, + "address_hex": "0x1CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 834, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 714, + "address_hex": "0x2CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 836, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 970, + "address_hex": "0x3CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 838, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1226, + "address_hex": "0x4CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 840, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1482, + "address_hex": "0x5CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 842, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1738, + "address_hex": "0x6CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 844, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1994, + "address_hex": "0x7CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_a0_lower_2k", + "index": 846, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2250, + "address_hex": "0x8CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 848, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2506, + "address_hex": "0x9CA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 850, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2762, + "address_hex": "0xACA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 852, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3018, + "address_hex": "0xBCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 854, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3274, + "address_hex": "0xCCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 856, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3530, + "address_hex": "0xDCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 858, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3786, + "address_hex": "0xECA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 860, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4042, + "address_hex": "0xFCA", + "aligned_offset": 202, + "aligned_offset_hex": "0xCA", + "device": "x24164_e0_upper_2k", + "index": 862, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 200, + "address_hex": "0x0C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 864, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 456, + "address_hex": "0x1C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 866, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 712, + "address_hex": "0x2C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 868, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 968, + "address_hex": "0x3C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 870, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1224, + "address_hex": "0x4C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 872, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1480, + "address_hex": "0x5C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 874, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1736, + "address_hex": "0x6C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 876, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1992, + "address_hex": "0x7C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_a0_lower_2k", + "index": 878, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2248, + "address_hex": "0x8C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 880, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2504, + "address_hex": "0x9C8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 882, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2760, + "address_hex": "0xAC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 884, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3016, + "address_hex": "0xBC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 886, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3272, + "address_hex": "0xCC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 888, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3528, + "address_hex": "0xDC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 890, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3784, + "address_hex": "0xEC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 892, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4040, + "address_hex": "0xFC8", + "aligned_offset": 200, + "aligned_offset_hex": "0xC8", + "device": "x24164_e0_upper_2k", + "index": 894, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 198, + "address_hex": "0x0C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 896, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 454, + "address_hex": "0x1C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 898, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 710, + "address_hex": "0x2C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 900, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 966, + "address_hex": "0x3C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 902, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1222, + "address_hex": "0x4C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 904, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1478, + "address_hex": "0x5C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 906, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1734, + "address_hex": "0x6C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 908, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1990, + "address_hex": "0x7C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_a0_lower_2k", + "index": 910, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2246, + "address_hex": "0x8C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 912, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2502, + "address_hex": "0x9C6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 914, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2758, + "address_hex": "0xAC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 916, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3014, + "address_hex": "0xBC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 918, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3270, + "address_hex": "0xCC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 920, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3526, + "address_hex": "0xDC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 922, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3782, + "address_hex": "0xEC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 924, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4038, + "address_hex": "0xFC6", + "aligned_offset": 198, + "aligned_offset_hex": "0xC6", + "device": "x24164_e0_upper_2k", + "index": 926, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 196, + "address_hex": "0x0C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 928, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 452, + "address_hex": "0x1C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 930, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 708, + "address_hex": "0x2C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 932, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 964, + "address_hex": "0x3C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 934, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1220, + "address_hex": "0x4C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 936, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1476, + "address_hex": "0x5C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 938, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1732, + "address_hex": "0x6C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 940, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1988, + "address_hex": "0x7C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_a0_lower_2k", + "index": 942, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2244, + "address_hex": "0x8C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 944, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2500, + "address_hex": "0x9C4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 946, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2756, + "address_hex": "0xAC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 948, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3012, + "address_hex": "0xBC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 950, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3268, + "address_hex": "0xCC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 952, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3524, + "address_hex": "0xDC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 954, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3780, + "address_hex": "0xEC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 956, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4036, + "address_hex": "0xFC4", + "aligned_offset": 196, + "aligned_offset_hex": "0xC4", + "device": "x24164_e0_upper_2k", + "index": 958, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 194, + "address_hex": "0x0C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 960, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 450, + "address_hex": "0x1C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 962, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 706, + "address_hex": "0x2C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 964, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 962, + "address_hex": "0x3C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 966, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1218, + "address_hex": "0x4C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 968, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1474, + "address_hex": "0x5C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 970, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1730, + "address_hex": "0x6C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 972, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1986, + "address_hex": "0x7C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_a0_lower_2k", + "index": 974, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2242, + "address_hex": "0x8C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 976, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2498, + "address_hex": "0x9C2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 978, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2754, + "address_hex": "0xAC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 980, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3010, + "address_hex": "0xBC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 982, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3266, + "address_hex": "0xCC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 984, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3522, + "address_hex": "0xDC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 986, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3778, + "address_hex": "0xEC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 988, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4034, + "address_hex": "0xFC2", + "aligned_offset": 194, + "aligned_offset_hex": "0xC2", + "device": "x24164_e0_upper_2k", + "index": 990, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 192, + "address_hex": "0x0C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 992, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 448, + "address_hex": "0x1C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 994, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 704, + "address_hex": "0x2C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 996, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 960, + "address_hex": "0x3C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 998, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1216, + "address_hex": "0x4C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 1000, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1472, + "address_hex": "0x5C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 1002, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1728, + "address_hex": "0x6C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 1004, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1984, + "address_hex": "0x7C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_a0_lower_2k", + "index": 1006, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2240, + "address_hex": "0x8C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1008, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2496, + "address_hex": "0x9C0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1010, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2752, + "address_hex": "0xAC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1012, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3008, + "address_hex": "0xBC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1014, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3264, + "address_hex": "0xCC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1016, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3520, + "address_hex": "0xDC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1018, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3776, + "address_hex": "0xEC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1020, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4032, + "address_hex": "0xFC0", + "aligned_offset": 192, + "aligned_offset_hex": "0xC0", + "device": "x24164_e0_upper_2k", + "index": 1022, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 190, + "address_hex": "0x0BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1024, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 446, + "address_hex": "0x1BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1026, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 702, + "address_hex": "0x2BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1028, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 958, + "address_hex": "0x3BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1030, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1214, + "address_hex": "0x4BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1032, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1470, + "address_hex": "0x5BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1034, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1726, + "address_hex": "0x6BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1036, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1982, + "address_hex": "0x7BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_a0_lower_2k", + "index": 1038, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2238, + "address_hex": "0x8BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1040, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2494, + "address_hex": "0x9BE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1042, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2750, + "address_hex": "0xABE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1044, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3006, + "address_hex": "0xBBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1046, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3262, + "address_hex": "0xCBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1048, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3518, + "address_hex": "0xDBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1050, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3774, + "address_hex": "0xEBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1052, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4030, + "address_hex": "0xFBE", + "aligned_offset": 190, + "aligned_offset_hex": "0xBE", + "device": "x24164_e0_upper_2k", + "index": 1054, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 188, + "address_hex": "0x0BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1056, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 444, + "address_hex": "0x1BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1058, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 700, + "address_hex": "0x2BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1060, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 956, + "address_hex": "0x3BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1062, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1212, + "address_hex": "0x4BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1064, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1468, + "address_hex": "0x5BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1066, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1724, + "address_hex": "0x6BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1068, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1980, + "address_hex": "0x7BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_a0_lower_2k", + "index": 1070, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2236, + "address_hex": "0x8BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1072, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2492, + "address_hex": "0x9BC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1074, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2748, + "address_hex": "0xABC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1076, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3004, + "address_hex": "0xBBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1078, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3260, + "address_hex": "0xCBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1080, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3516, + "address_hex": "0xDBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1082, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3772, + "address_hex": "0xEBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1084, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4028, + "address_hex": "0xFBC", + "aligned_offset": 188, + "aligned_offset_hex": "0xBC", + "device": "x24164_e0_upper_2k", + "index": 1086, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 186, + "address_hex": "0x0BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1088, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 442, + "address_hex": "0x1BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1090, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 698, + "address_hex": "0x2BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1092, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 954, + "address_hex": "0x3BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1094, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1210, + "address_hex": "0x4BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1096, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1466, + "address_hex": "0x5BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1098, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1722, + "address_hex": "0x6BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1978, + "address_hex": "0x7BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_a0_lower_2k", + "index": 1102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2234, + "address_hex": "0x8BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2490, + "address_hex": "0x9BA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2746, + "address_hex": "0xABA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3002, + "address_hex": "0xBBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3258, + "address_hex": "0xCBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3514, + "address_hex": "0xDBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3770, + "address_hex": "0xEBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4026, + "address_hex": "0xFBA", + "aligned_offset": 186, + "aligned_offset_hex": "0xBA", + "device": "x24164_e0_upper_2k", + "index": 1118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 184, + "address_hex": "0x0B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1120, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 440, + "address_hex": "0x1B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1122, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 696, + "address_hex": "0x2B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1124, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 952, + "address_hex": "0x3B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1126, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1208, + "address_hex": "0x4B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1128, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1464, + "address_hex": "0x5B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1130, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1720, + "address_hex": "0x6B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1132, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1976, + "address_hex": "0x7B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_a0_lower_2k", + "index": 1134, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2232, + "address_hex": "0x8B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1136, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2488, + "address_hex": "0x9B8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1138, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2744, + "address_hex": "0xAB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1140, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3000, + "address_hex": "0xBB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1142, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3256, + "address_hex": "0xCB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1144, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3512, + "address_hex": "0xDB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1146, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3768, + "address_hex": "0xEB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1148, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4024, + "address_hex": "0xFB8", + "aligned_offset": 184, + "aligned_offset_hex": "0xB8", + "device": "x24164_e0_upper_2k", + "index": 1150, + "mapped_selectors": [ + 500 + ], + "mapped_selectors_hex": [ + "0x1F4" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 182, + "address_hex": "0x0B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1152, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 438, + "address_hex": "0x1B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1154, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 694, + "address_hex": "0x2B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1156, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 950, + "address_hex": "0x3B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1158, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1206, + "address_hex": "0x4B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1160, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1462, + "address_hex": "0x5B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1162, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1718, + "address_hex": "0x6B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1164, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1974, + "address_hex": "0x7B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_a0_lower_2k", + "index": 1166, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2230, + "address_hex": "0x8B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1168, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2486, + "address_hex": "0x9B6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1170, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2742, + "address_hex": "0xAB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1172, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2998, + "address_hex": "0xBB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1174, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3254, + "address_hex": "0xCB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1176, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3510, + "address_hex": "0xDB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1178, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3766, + "address_hex": "0xEB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1180, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4022, + "address_hex": "0xFB6", + "aligned_offset": 182, + "aligned_offset_hex": "0xB6", + "device": "x24164_e0_upper_2k", + "index": 1182, + "mapped_selectors": [ + 387 + ], + "mapped_selectors_hex": [ + "0x183" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 180, + "address_hex": "0x0B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1184, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 436, + "address_hex": "0x1B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1186, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 692, + "address_hex": "0x2B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1188, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 948, + "address_hex": "0x3B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1190, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1204, + "address_hex": "0x4B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1192, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1460, + "address_hex": "0x5B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1194, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1716, + "address_hex": "0x6B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1196, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1972, + "address_hex": "0x7B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_a0_lower_2k", + "index": 1198, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2228, + "address_hex": "0x8B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1200, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2484, + "address_hex": "0x9B4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1202, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2740, + "address_hex": "0xAB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1204, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2996, + "address_hex": "0xBB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1206, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3252, + "address_hex": "0xCB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1208, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3508, + "address_hex": "0xDB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1210, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3764, + "address_hex": "0xEB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1212, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4020, + "address_hex": "0xFB4", + "aligned_offset": 180, + "aligned_offset_hex": "0xB4", + "device": "x24164_e0_upper_2k", + "index": 1214, + "mapped_selectors": [ + 386 + ], + "mapped_selectors_hex": [ + "0x182" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 178, + "address_hex": "0x0B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1216, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 434, + "address_hex": "0x1B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1218, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 690, + "address_hex": "0x2B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1220, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 946, + "address_hex": "0x3B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1222, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1202, + "address_hex": "0x4B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1224, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1458, + "address_hex": "0x5B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1226, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1714, + "address_hex": "0x6B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1228, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1970, + "address_hex": "0x7B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_a0_lower_2k", + "index": 1230, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2226, + "address_hex": "0x8B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1232, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2482, + "address_hex": "0x9B2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1234, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2738, + "address_hex": "0xAB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1236, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2994, + "address_hex": "0xBB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1238, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3250, + "address_hex": "0xCB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1240, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3506, + "address_hex": "0xDB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1242, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3762, + "address_hex": "0xEB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1244, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4018, + "address_hex": "0xFB2", + "aligned_offset": 178, + "aligned_offset_hex": "0xB2", + "device": "x24164_e0_upper_2k", + "index": 1246, + "mapped_selectors": [ + 385 + ], + "mapped_selectors_hex": [ + "0x181" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 176, + "address_hex": "0x0B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1248, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 432, + "address_hex": "0x1B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1250, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 688, + "address_hex": "0x2B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1252, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 944, + "address_hex": "0x3B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1254, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1200, + "address_hex": "0x4B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1256, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1456, + "address_hex": "0x5B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1258, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1712, + "address_hex": "0x6B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1260, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1968, + "address_hex": "0x7B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_a0_lower_2k", + "index": 1262, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2224, + "address_hex": "0x8B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1264, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2480, + "address_hex": "0x9B0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1266, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2736, + "address_hex": "0xAB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1268, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2992, + "address_hex": "0xBB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1270, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3248, + "address_hex": "0xCB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1272, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3504, + "address_hex": "0xDB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1274, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3760, + "address_hex": "0xEB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1276, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4016, + "address_hex": "0xFB0", + "aligned_offset": 176, + "aligned_offset_hex": "0xB0", + "device": "x24164_e0_upper_2k", + "index": 1278, + "mapped_selectors": [ + 384 + ], + "mapped_selectors_hex": [ + "0x180" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 174, + "address_hex": "0x0AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1280, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 430, + "address_hex": "0x1AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1282, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 686, + "address_hex": "0x2AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1284, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 942, + "address_hex": "0x3AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1286, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1198, + "address_hex": "0x4AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1288, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1454, + "address_hex": "0x5AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1290, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1710, + "address_hex": "0x6AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1292, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1966, + "address_hex": "0x7AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_a0_lower_2k", + "index": 1294, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2222, + "address_hex": "0x8AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1296, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2478, + "address_hex": "0x9AE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1298, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2734, + "address_hex": "0xAAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1300, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2990, + "address_hex": "0xBAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1302, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3246, + "address_hex": "0xCAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1304, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3502, + "address_hex": "0xDAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1306, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3758, + "address_hex": "0xEAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1308, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4014, + "address_hex": "0xFAE", + "aligned_offset": 174, + "aligned_offset_hex": "0xAE", + "device": "x24164_e0_upper_2k", + "index": 1310, + "mapped_selectors": [ + 276 + ], + "mapped_selectors_hex": [ + "0x114" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 172, + "address_hex": "0x0AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1312, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 428, + "address_hex": "0x1AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1314, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 684, + "address_hex": "0x2AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1316, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 940, + "address_hex": "0x3AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1318, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1196, + "address_hex": "0x4AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1320, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1452, + "address_hex": "0x5AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1322, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1708, + "address_hex": "0x6AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1324, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1964, + "address_hex": "0x7AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_a0_lower_2k", + "index": 1326, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2220, + "address_hex": "0x8AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1328, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2476, + "address_hex": "0x9AC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1330, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2732, + "address_hex": "0xAAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1332, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2988, + "address_hex": "0xBAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1334, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3244, + "address_hex": "0xCAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1336, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3500, + "address_hex": "0xDAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1338, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3756, + "address_hex": "0xEAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1340, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4012, + "address_hex": "0xFAC", + "aligned_offset": 172, + "aligned_offset_hex": "0xAC", + "device": "x24164_e0_upper_2k", + "index": 1342, + "mapped_selectors": [ + 275 + ], + "mapped_selectors_hex": [ + "0x113" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 170, + "address_hex": "0x0AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1344, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 426, + "address_hex": "0x1AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1346, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 682, + "address_hex": "0x2AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1348, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 938, + "address_hex": "0x3AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1350, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1194, + "address_hex": "0x4AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1352, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1450, + "address_hex": "0x5AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1354, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1706, + "address_hex": "0x6AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1356, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1962, + "address_hex": "0x7AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_a0_lower_2k", + "index": 1358, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2218, + "address_hex": "0x8AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1360, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2474, + "address_hex": "0x9AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1362, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2730, + "address_hex": "0xAAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1364, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2986, + "address_hex": "0xBAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1366, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3242, + "address_hex": "0xCAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1368, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3498, + "address_hex": "0xDAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1370, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3754, + "address_hex": "0xEAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1372, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4010, + "address_hex": "0xFAA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "device": "x24164_e0_upper_2k", + "index": 1374, + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 168, + "address_hex": "0x0A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1376, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 424, + "address_hex": "0x1A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1378, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 680, + "address_hex": "0x2A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1380, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 936, + "address_hex": "0x3A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1382, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1192, + "address_hex": "0x4A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1384, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1448, + "address_hex": "0x5A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1386, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1704, + "address_hex": "0x6A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1388, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1960, + "address_hex": "0x7A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_a0_lower_2k", + "index": 1390, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2216, + "address_hex": "0x8A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1392, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2472, + "address_hex": "0x9A8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1394, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2728, + "address_hex": "0xAA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1396, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2984, + "address_hex": "0xBA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1398, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3240, + "address_hex": "0xCA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1400, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3496, + "address_hex": "0xDA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1402, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3752, + "address_hex": "0xEA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1404, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4008, + "address_hex": "0xFA8", + "aligned_offset": 168, + "aligned_offset_hex": "0xA8", + "device": "x24164_e0_upper_2k", + "index": 1406, + "mapped_selectors": [ + 273 + ], + "mapped_selectors_hex": [ + "0x111" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 166, + "address_hex": "0x0A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1408, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 422, + "address_hex": "0x1A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1410, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 678, + "address_hex": "0x2A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1412, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 934, + "address_hex": "0x3A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1414, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1190, + "address_hex": "0x4A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1416, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1446, + "address_hex": "0x5A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1418, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1702, + "address_hex": "0x6A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1420, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1958, + "address_hex": "0x7A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_a0_lower_2k", + "index": 1422, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2214, + "address_hex": "0x8A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1424, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2470, + "address_hex": "0x9A6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1426, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2726, + "address_hex": "0xAA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1428, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2982, + "address_hex": "0xBA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1430, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3238, + "address_hex": "0xCA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1432, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3494, + "address_hex": "0xDA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1434, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3750, + "address_hex": "0xEA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1436, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4006, + "address_hex": "0xFA6", + "aligned_offset": 166, + "aligned_offset_hex": "0xA6", + "device": "x24164_e0_upper_2k", + "index": 1438, + "mapped_selectors": [ + 272 + ], + "mapped_selectors_hex": [ + "0x110" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 164, + "address_hex": "0x0A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1440, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 420, + "address_hex": "0x1A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1442, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 676, + "address_hex": "0x2A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1444, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 932, + "address_hex": "0x3A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1446, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1188, + "address_hex": "0x4A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1448, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1444, + "address_hex": "0x5A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1450, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1700, + "address_hex": "0x6A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1452, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1956, + "address_hex": "0x7A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_a0_lower_2k", + "index": 1454, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2212, + "address_hex": "0x8A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1456, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2468, + "address_hex": "0x9A4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1458, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2724, + "address_hex": "0xAA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1460, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2980, + "address_hex": "0xBA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1462, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3236, + "address_hex": "0xCA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1464, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3492, + "address_hex": "0xDA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1466, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3748, + "address_hex": "0xEA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1468, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4004, + "address_hex": "0xFA4", + "aligned_offset": 164, + "aligned_offset_hex": "0xA4", + "device": "x24164_e0_upper_2k", + "index": 1470, + "mapped_selectors": [ + 271 + ], + "mapped_selectors_hex": [ + "0x10F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 162, + "address_hex": "0x0A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1472, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 418, + "address_hex": "0x1A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1474, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 674, + "address_hex": "0x2A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1476, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 930, + "address_hex": "0x3A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1478, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1186, + "address_hex": "0x4A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1480, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1442, + "address_hex": "0x5A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1482, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1698, + "address_hex": "0x6A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1484, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1954, + "address_hex": "0x7A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_a0_lower_2k", + "index": 1486, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2210, + "address_hex": "0x8A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1488, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2466, + "address_hex": "0x9A2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1490, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2722, + "address_hex": "0xAA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1492, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2978, + "address_hex": "0xBA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1494, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3234, + "address_hex": "0xCA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1496, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3490, + "address_hex": "0xDA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1498, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3746, + "address_hex": "0xEA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1500, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4002, + "address_hex": "0xFA2", + "aligned_offset": 162, + "aligned_offset_hex": "0xA2", + "device": "x24164_e0_upper_2k", + "index": 1502, + "mapped_selectors": [ + 257 + ], + "mapped_selectors_hex": [ + "0x101" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 160, + "address_hex": "0x0A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1504, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 416, + "address_hex": "0x1A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1506, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 672, + "address_hex": "0x2A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1508, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 928, + "address_hex": "0x3A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1510, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1184, + "address_hex": "0x4A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1512, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1440, + "address_hex": "0x5A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1514, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1696, + "address_hex": "0x6A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1516, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1952, + "address_hex": "0x7A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_a0_lower_2k", + "index": 1518, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2208, + "address_hex": "0x8A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1520, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2464, + "address_hex": "0x9A0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1522, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2720, + "address_hex": "0xAA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1524, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2976, + "address_hex": "0xBA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1526, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3232, + "address_hex": "0xCA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1528, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3488, + "address_hex": "0xDA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1530, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3744, + "address_hex": "0xEA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1532, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 4000, + "address_hex": "0xFA0", + "aligned_offset": 160, + "aligned_offset_hex": "0xA0", + "device": "x24164_e0_upper_2k", + "index": 1534, + "mapped_selectors": [ + 256 + ], + "mapped_selectors_hex": [ + "0x100" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 158, + "address_hex": "0x09E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1536, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 414, + "address_hex": "0x19E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1538, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 670, + "address_hex": "0x29E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1540, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 926, + "address_hex": "0x39E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1542, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1182, + "address_hex": "0x49E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1544, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1438, + "address_hex": "0x59E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1546, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1694, + "address_hex": "0x69E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1548, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1950, + "address_hex": "0x79E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_a0_lower_2k", + "index": 1550, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2206, + "address_hex": "0x89E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1552, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2462, + "address_hex": "0x99E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1554, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2718, + "address_hex": "0xA9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1556, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2974, + "address_hex": "0xB9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1558, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3230, + "address_hex": "0xC9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1560, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3486, + "address_hex": "0xD9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1562, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3742, + "address_hex": "0xE9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1564, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3998, + "address_hex": "0xF9E", + "aligned_offset": 158, + "aligned_offset_hex": "0x9E", + "device": "x24164_e0_upper_2k", + "index": 1566, + "mapped_selectors": [ + 255 + ], + "mapped_selectors_hex": [ + "0x0FF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 156, + "address_hex": "0x09C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1568, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 412, + "address_hex": "0x19C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1570, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 668, + "address_hex": "0x29C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1572, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 924, + "address_hex": "0x39C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1574, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1180, + "address_hex": "0x49C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1576, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1436, + "address_hex": "0x59C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1578, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1692, + "address_hex": "0x69C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1580, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1948, + "address_hex": "0x79C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_a0_lower_2k", + "index": 1582, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2204, + "address_hex": "0x89C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1584, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2460, + "address_hex": "0x99C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1586, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2716, + "address_hex": "0xA9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1588, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2972, + "address_hex": "0xB9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1590, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3228, + "address_hex": "0xC9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1592, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3484, + "address_hex": "0xD9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1594, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3740, + "address_hex": "0xE9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1596, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3996, + "address_hex": "0xF9C", + "aligned_offset": 156, + "aligned_offset_hex": "0x9C", + "device": "x24164_e0_upper_2k", + "index": 1598, + "mapped_selectors": [ + 254 + ], + "mapped_selectors_hex": [ + "0x0FE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 154, + "address_hex": "0x09A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1600, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 410, + "address_hex": "0x19A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1602, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 666, + "address_hex": "0x29A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1604, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 922, + "address_hex": "0x39A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1606, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1178, + "address_hex": "0x49A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1608, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1434, + "address_hex": "0x59A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1610, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1690, + "address_hex": "0x69A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1612, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1946, + "address_hex": "0x79A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_a0_lower_2k", + "index": 1614, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2202, + "address_hex": "0x89A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1616, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2458, + "address_hex": "0x99A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1618, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2714, + "address_hex": "0xA9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1620, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2970, + "address_hex": "0xB9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1622, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3226, + "address_hex": "0xC9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1624, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3482, + "address_hex": "0xD9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1626, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3738, + "address_hex": "0xE9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1628, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3994, + "address_hex": "0xF9A", + "aligned_offset": 154, + "aligned_offset_hex": "0x9A", + "device": "x24164_e0_upper_2k", + "index": 1630, + "mapped_selectors": [ + 253 + ], + "mapped_selectors_hex": [ + "0x0FD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 152, + "address_hex": "0x098", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1632, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 408, + "address_hex": "0x198", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1634, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 664, + "address_hex": "0x298", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1636, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 920, + "address_hex": "0x398", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1638, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1176, + "address_hex": "0x498", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1640, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1432, + "address_hex": "0x598", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1642, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1688, + "address_hex": "0x698", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1644, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1944, + "address_hex": "0x798", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_a0_lower_2k", + "index": 1646, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2200, + "address_hex": "0x898", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1648, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2456, + "address_hex": "0x998", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1650, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2712, + "address_hex": "0xA98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1652, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2968, + "address_hex": "0xB98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1654, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3224, + "address_hex": "0xC98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1656, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3480, + "address_hex": "0xD98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1658, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3736, + "address_hex": "0xE98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1660, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3992, + "address_hex": "0xF98", + "aligned_offset": 152, + "aligned_offset_hex": "0x98", + "device": "x24164_e0_upper_2k", + "index": 1662, + "mapped_selectors": [ + 252 + ], + "mapped_selectors_hex": [ + "0x0FC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 150, + "address_hex": "0x096", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1664, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 406, + "address_hex": "0x196", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1666, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 662, + "address_hex": "0x296", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1668, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 918, + "address_hex": "0x396", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1670, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1174, + "address_hex": "0x496", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1672, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1430, + "address_hex": "0x596", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1674, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1686, + "address_hex": "0x696", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1676, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1942, + "address_hex": "0x796", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_a0_lower_2k", + "index": 1678, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2198, + "address_hex": "0x896", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1680, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2454, + "address_hex": "0x996", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1682, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2710, + "address_hex": "0xA96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1684, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2966, + "address_hex": "0xB96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1686, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3222, + "address_hex": "0xC96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1688, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3478, + "address_hex": "0xD96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1690, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3734, + "address_hex": "0xE96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1692, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3990, + "address_hex": "0xF96", + "aligned_offset": 150, + "aligned_offset_hex": "0x96", + "device": "x24164_e0_upper_2k", + "index": 1694, + "mapped_selectors": [ + 251 + ], + "mapped_selectors_hex": [ + "0x0FB" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 148, + "address_hex": "0x094", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1696, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 404, + "address_hex": "0x194", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1698, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 660, + "address_hex": "0x294", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1700, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 916, + "address_hex": "0x394", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1702, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1172, + "address_hex": "0x494", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1704, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1428, + "address_hex": "0x594", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1706, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1684, + "address_hex": "0x694", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1708, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1940, + "address_hex": "0x794", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_a0_lower_2k", + "index": 1710, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2196, + "address_hex": "0x894", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1712, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2452, + "address_hex": "0x994", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1714, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2708, + "address_hex": "0xA94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1716, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2964, + "address_hex": "0xB94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1718, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3220, + "address_hex": "0xC94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1720, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3476, + "address_hex": "0xD94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1722, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3732, + "address_hex": "0xE94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1724, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3988, + "address_hex": "0xF94", + "aligned_offset": 148, + "aligned_offset_hex": "0x94", + "device": "x24164_e0_upper_2k", + "index": 1726, + "mapped_selectors": [ + 250 + ], + "mapped_selectors_hex": [ + "0x0FA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 146, + "address_hex": "0x092", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1728, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 402, + "address_hex": "0x192", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1730, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 658, + "address_hex": "0x292", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1732, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 914, + "address_hex": "0x392", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1734, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1170, + "address_hex": "0x492", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1736, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1426, + "address_hex": "0x592", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1738, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1682, + "address_hex": "0x692", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1740, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1938, + "address_hex": "0x792", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_a0_lower_2k", + "index": 1742, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2194, + "address_hex": "0x892", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1744, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2450, + "address_hex": "0x992", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1746, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2706, + "address_hex": "0xA92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1748, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2962, + "address_hex": "0xB92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1750, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3218, + "address_hex": "0xC92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1752, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3474, + "address_hex": "0xD92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1754, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3730, + "address_hex": "0xE92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1756, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3986, + "address_hex": "0xF92", + "aligned_offset": 146, + "aligned_offset_hex": "0x92", + "device": "x24164_e0_upper_2k", + "index": 1758, + "mapped_selectors": [ + 249 + ], + "mapped_selectors_hex": [ + "0x0F9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 144, + "address_hex": "0x090", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1760, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 400, + "address_hex": "0x190", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1762, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 656, + "address_hex": "0x290", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1764, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 912, + "address_hex": "0x390", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1766, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1168, + "address_hex": "0x490", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1768, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1424, + "address_hex": "0x590", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1770, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1680, + "address_hex": "0x690", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1772, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1936, + "address_hex": "0x790", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_a0_lower_2k", + "index": 1774, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2192, + "address_hex": "0x890", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1776, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2448, + "address_hex": "0x990", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1778, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2704, + "address_hex": "0xA90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1780, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2960, + "address_hex": "0xB90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1782, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3216, + "address_hex": "0xC90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1784, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3472, + "address_hex": "0xD90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1786, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3728, + "address_hex": "0xE90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1788, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3984, + "address_hex": "0xF90", + "aligned_offset": 144, + "aligned_offset_hex": "0x90", + "device": "x24164_e0_upper_2k", + "index": 1790, + "mapped_selectors": [ + 246 + ], + "mapped_selectors_hex": [ + "0x0F6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 142, + "address_hex": "0x08E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1792, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 398, + "address_hex": "0x18E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1794, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 654, + "address_hex": "0x28E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1796, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 910, + "address_hex": "0x38E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1798, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1166, + "address_hex": "0x48E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1800, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1422, + "address_hex": "0x58E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1802, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1678, + "address_hex": "0x68E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1804, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1934, + "address_hex": "0x78E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_a0_lower_2k", + "index": 1806, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2190, + "address_hex": "0x88E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1808, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2446, + "address_hex": "0x98E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1810, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2702, + "address_hex": "0xA8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1812, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2958, + "address_hex": "0xB8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1814, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3214, + "address_hex": "0xC8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1816, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3470, + "address_hex": "0xD8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1818, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3726, + "address_hex": "0xE8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1820, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3982, + "address_hex": "0xF8E", + "aligned_offset": 142, + "aligned_offset_hex": "0x8E", + "device": "x24164_e0_upper_2k", + "index": 1822, + "mapped_selectors": [ + 218 + ], + "mapped_selectors_hex": [ + "0x0DA" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 140, + "address_hex": "0x08C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1824, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 396, + "address_hex": "0x18C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1826, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 652, + "address_hex": "0x28C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1828, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 908, + "address_hex": "0x38C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1830, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1164, + "address_hex": "0x48C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1832, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1420, + "address_hex": "0x58C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1834, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1676, + "address_hex": "0x68C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1836, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1932, + "address_hex": "0x78C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_a0_lower_2k", + "index": 1838, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2188, + "address_hex": "0x88C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1840, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2444, + "address_hex": "0x98C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1842, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2700, + "address_hex": "0xA8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1844, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2956, + "address_hex": "0xB8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1846, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3212, + "address_hex": "0xC8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1848, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3468, + "address_hex": "0xD8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1850, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3724, + "address_hex": "0xE8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1852, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3980, + "address_hex": "0xF8C", + "aligned_offset": 140, + "aligned_offset_hex": "0x8C", + "device": "x24164_e0_upper_2k", + "index": 1854, + "mapped_selectors": [ + 217 + ], + "mapped_selectors_hex": [ + "0x0D9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 138, + "address_hex": "0x08A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1856, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 394, + "address_hex": "0x18A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1858, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 650, + "address_hex": "0x28A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1860, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 906, + "address_hex": "0x38A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1862, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1162, + "address_hex": "0x48A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1864, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1418, + "address_hex": "0x58A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1866, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1674, + "address_hex": "0x68A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1868, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1930, + "address_hex": "0x78A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_a0_lower_2k", + "index": 1870, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2186, + "address_hex": "0x88A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1872, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2442, + "address_hex": "0x98A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1874, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2698, + "address_hex": "0xA8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1876, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2954, + "address_hex": "0xB8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1878, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3210, + "address_hex": "0xC8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1880, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3466, + "address_hex": "0xD8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1882, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3722, + "address_hex": "0xE8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1884, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3978, + "address_hex": "0xF8A", + "aligned_offset": 138, + "aligned_offset_hex": "0x8A", + "device": "x24164_e0_upper_2k", + "index": 1886, + "mapped_selectors": [ + 216 + ], + "mapped_selectors_hex": [ + "0x0D8" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 136, + "address_hex": "0x088", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1888, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 392, + "address_hex": "0x188", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1890, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 648, + "address_hex": "0x288", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1892, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 904, + "address_hex": "0x388", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1894, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1160, + "address_hex": "0x488", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1896, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1416, + "address_hex": "0x588", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1898, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1672, + "address_hex": "0x688", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1900, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1928, + "address_hex": "0x788", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_a0_lower_2k", + "index": 1902, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2184, + "address_hex": "0x888", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1904, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2440, + "address_hex": "0x988", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1906, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2696, + "address_hex": "0xA88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1908, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2952, + "address_hex": "0xB88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1910, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3208, + "address_hex": "0xC88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1912, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3464, + "address_hex": "0xD88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1914, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3720, + "address_hex": "0xE88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1916, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3976, + "address_hex": "0xF88", + "aligned_offset": 136, + "aligned_offset_hex": "0x88", + "device": "x24164_e0_upper_2k", + "index": 1918, + "mapped_selectors": [ + 215 + ], + "mapped_selectors_hex": [ + "0x0D7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 134, + "address_hex": "0x086", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1920, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 390, + "address_hex": "0x186", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1922, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 646, + "address_hex": "0x286", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1924, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 902, + "address_hex": "0x386", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1926, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1158, + "address_hex": "0x486", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1928, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1414, + "address_hex": "0x586", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1930, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1670, + "address_hex": "0x686", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1932, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1926, + "address_hex": "0x786", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_a0_lower_2k", + "index": 1934, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2182, + "address_hex": "0x886", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1936, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2438, + "address_hex": "0x986", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1938, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2694, + "address_hex": "0xA86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1940, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2950, + "address_hex": "0xB86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1942, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3206, + "address_hex": "0xC86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1944, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3462, + "address_hex": "0xD86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1946, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3718, + "address_hex": "0xE86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1948, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3974, + "address_hex": "0xF86", + "aligned_offset": 134, + "aligned_offset_hex": "0x86", + "device": "x24164_e0_upper_2k", + "index": 1950, + "mapped_selectors": [ + 214 + ], + "mapped_selectors_hex": [ + "0x0D6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 132, + "address_hex": "0x084", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1952, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 388, + "address_hex": "0x184", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1954, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 644, + "address_hex": "0x284", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1956, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 900, + "address_hex": "0x384", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1958, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1156, + "address_hex": "0x484", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1960, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1412, + "address_hex": "0x584", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1962, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1668, + "address_hex": "0x684", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1964, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1924, + "address_hex": "0x784", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_a0_lower_2k", + "index": 1966, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2180, + "address_hex": "0x884", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1968, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2436, + "address_hex": "0x984", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1970, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2692, + "address_hex": "0xA84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1972, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2948, + "address_hex": "0xB84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1974, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3204, + "address_hex": "0xC84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1976, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3460, + "address_hex": "0xD84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1978, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3716, + "address_hex": "0xE84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1980, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3972, + "address_hex": "0xF84", + "aligned_offset": 132, + "aligned_offset_hex": "0x84", + "device": "x24164_e0_upper_2k", + "index": 1982, + "mapped_selectors": [ + 213 + ], + "mapped_selectors_hex": [ + "0x0D5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 130, + "address_hex": "0x082", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1984, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 386, + "address_hex": "0x182", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1986, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 642, + "address_hex": "0x282", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1988, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 898, + "address_hex": "0x382", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1990, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1154, + "address_hex": "0x482", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1992, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1410, + "address_hex": "0x582", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1994, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1666, + "address_hex": "0x682", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1996, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1922, + "address_hex": "0x782", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_a0_lower_2k", + "index": 1998, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2178, + "address_hex": "0x882", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2000, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2434, + "address_hex": "0x982", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2002, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2690, + "address_hex": "0xA82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2004, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2946, + "address_hex": "0xB82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2006, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3202, + "address_hex": "0xC82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2008, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3458, + "address_hex": "0xD82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2010, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3714, + "address_hex": "0xE82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2012, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3970, + "address_hex": "0xF82", + "aligned_offset": 130, + "aligned_offset_hex": "0x82", + "device": "x24164_e0_upper_2k", + "index": 2014, + "mapped_selectors": [ + 212 + ], + "mapped_selectors_hex": [ + "0x0D4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 128, + "address_hex": "0x080", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2016, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 384, + "address_hex": "0x180", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2018, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 640, + "address_hex": "0x280", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2020, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 896, + "address_hex": "0x380", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2022, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1152, + "address_hex": "0x480", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2024, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1408, + "address_hex": "0x580", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2026, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1664, + "address_hex": "0x680", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2028, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1920, + "address_hex": "0x780", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_a0_lower_2k", + "index": 2030, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2176, + "address_hex": "0x880", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2032, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2432, + "address_hex": "0x980", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2034, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2688, + "address_hex": "0xA80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2036, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2944, + "address_hex": "0xB80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2038, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3200, + "address_hex": "0xC80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2040, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3456, + "address_hex": "0xD80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2042, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3712, + "address_hex": "0xE80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2044, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3968, + "address_hex": "0xF80", + "aligned_offset": 128, + "aligned_offset_hex": "0x80", + "device": "x24164_e0_upper_2k", + "index": 2046, + "mapped_selectors": [ + 205 + ], + "mapped_selectors_hex": [ + "0x0CD" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 126, + "address_hex": "0x07E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2048, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 382, + "address_hex": "0x17E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2050, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 638, + "address_hex": "0x27E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2052, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 894, + "address_hex": "0x37E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2054, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1150, + "address_hex": "0x47E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2056, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1406, + "address_hex": "0x57E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2058, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1662, + "address_hex": "0x67E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2060, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1918, + "address_hex": "0x77E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_a0_lower_2k", + "index": 2062, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2174, + "address_hex": "0x87E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2064, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2430, + "address_hex": "0x97E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2066, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2686, + "address_hex": "0xA7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2068, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2942, + "address_hex": "0xB7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2070, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3198, + "address_hex": "0xC7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2072, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3454, + "address_hex": "0xD7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2074, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3710, + "address_hex": "0xE7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2076, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3966, + "address_hex": "0xF7E", + "aligned_offset": 126, + "aligned_offset_hex": "0x7E", + "device": "x24164_e0_upper_2k", + "index": 2078, + "mapped_selectors": [ + 204 + ], + "mapped_selectors_hex": [ + "0x0CC" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 124, + "address_hex": "0x07C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2080, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 380, + "address_hex": "0x17C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2082, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 636, + "address_hex": "0x27C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2084, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 892, + "address_hex": "0x37C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2086, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1148, + "address_hex": "0x47C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2088, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1404, + "address_hex": "0x57C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2090, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1660, + "address_hex": "0x67C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2092, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1916, + "address_hex": "0x77C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_a0_lower_2k", + "index": 2094, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2172, + "address_hex": "0x87C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2096, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2428, + "address_hex": "0x97C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2098, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2684, + "address_hex": "0xA7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2100, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2940, + "address_hex": "0xB7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2102, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3196, + "address_hex": "0xC7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2104, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3452, + "address_hex": "0xD7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2106, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3708, + "address_hex": "0xE7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2108, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3964, + "address_hex": "0xF7C", + "aligned_offset": 124, + "aligned_offset_hex": "0x7C", + "device": "x24164_e0_upper_2k", + "index": 2110, + "mapped_selectors": [ + 203 + ], + "mapped_selectors_hex": [ + "0x0CB" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 122, + "address_hex": "0x07A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2112, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 378, + "address_hex": "0x17A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2114, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 634, + "address_hex": "0x27A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2116, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 890, + "address_hex": "0x37A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2118, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1146, + "address_hex": "0x47A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2120, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1402, + "address_hex": "0x57A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2122, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1658, + "address_hex": "0x67A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2124, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1914, + "address_hex": "0x77A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_a0_lower_2k", + "index": 2126, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2170, + "address_hex": "0x87A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2128, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2426, + "address_hex": "0x97A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2130, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2682, + "address_hex": "0xA7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2132, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2938, + "address_hex": "0xB7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2134, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3194, + "address_hex": "0xC7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2136, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3450, + "address_hex": "0xD7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2138, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3706, + "address_hex": "0xE7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2140, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3962, + "address_hex": "0xF7A", + "aligned_offset": 122, + "aligned_offset_hex": "0x7A", + "device": "x24164_e0_upper_2k", + "index": 2142, + "mapped_selectors": [ + 202 + ], + "mapped_selectors_hex": [ + "0x0CA" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 120, + "address_hex": "0x078", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2144, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 376, + "address_hex": "0x178", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2146, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 632, + "address_hex": "0x278", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2148, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 888, + "address_hex": "0x378", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2150, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1144, + "address_hex": "0x478", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2152, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1400, + "address_hex": "0x578", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2154, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1656, + "address_hex": "0x678", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2156, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1912, + "address_hex": "0x778", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_a0_lower_2k", + "index": 2158, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2168, + "address_hex": "0x878", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2160, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2424, + "address_hex": "0x978", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2162, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2680, + "address_hex": "0xA78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2164, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2936, + "address_hex": "0xB78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2166, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3192, + "address_hex": "0xC78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2168, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3448, + "address_hex": "0xD78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2170, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3704, + "address_hex": "0xE78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2172, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3960, + "address_hex": "0xF78", + "aligned_offset": 120, + "aligned_offset_hex": "0x78", + "device": "x24164_e0_upper_2k", + "index": 2174, + "mapped_selectors": [ + 201 + ], + "mapped_selectors_hex": [ + "0x0C9" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 118, + "address_hex": "0x076", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2176, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 374, + "address_hex": "0x176", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2178, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 630, + "address_hex": "0x276", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2180, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 886, + "address_hex": "0x376", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2182, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1142, + "address_hex": "0x476", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2184, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1398, + "address_hex": "0x576", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2186, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1654, + "address_hex": "0x676", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2188, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1910, + "address_hex": "0x776", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_a0_lower_2k", + "index": 2190, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2166, + "address_hex": "0x876", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2192, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2422, + "address_hex": "0x976", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2194, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2678, + "address_hex": "0xA76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2196, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2934, + "address_hex": "0xB76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2198, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3190, + "address_hex": "0xC76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2200, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3446, + "address_hex": "0xD76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2202, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3702, + "address_hex": "0xE76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2204, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3958, + "address_hex": "0xF76", + "aligned_offset": 118, + "aligned_offset_hex": "0x76", + "device": "x24164_e0_upper_2k", + "index": 2206, + "mapped_selectors": [ + 200 + ], + "mapped_selectors_hex": [ + "0x0C8" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 116, + "address_hex": "0x074", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2208, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 372, + "address_hex": "0x174", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2210, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 628, + "address_hex": "0x274", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2212, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 884, + "address_hex": "0x374", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2214, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1140, + "address_hex": "0x474", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2216, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1396, + "address_hex": "0x574", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2218, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1652, + "address_hex": "0x674", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2220, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1908, + "address_hex": "0x774", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_a0_lower_2k", + "index": 2222, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2164, + "address_hex": "0x874", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2224, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2420, + "address_hex": "0x974", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2226, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2676, + "address_hex": "0xA74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2228, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2932, + "address_hex": "0xB74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2230, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3188, + "address_hex": "0xC74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2232, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3444, + "address_hex": "0xD74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2234, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3700, + "address_hex": "0xE74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2236, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3956, + "address_hex": "0xF74", + "aligned_offset": 116, + "aligned_offset_hex": "0x74", + "device": "x24164_e0_upper_2k", + "index": 2238, + "mapped_selectors": [ + 199 + ], + "mapped_selectors_hex": [ + "0x0C7" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 114, + "address_hex": "0x072", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2240, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 370, + "address_hex": "0x172", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2242, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 626, + "address_hex": "0x272", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2244, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 882, + "address_hex": "0x372", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2246, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1138, + "address_hex": "0x472", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2248, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1394, + "address_hex": "0x572", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2250, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1650, + "address_hex": "0x672", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2252, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1906, + "address_hex": "0x772", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_a0_lower_2k", + "index": 2254, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2162, + "address_hex": "0x872", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2256, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2418, + "address_hex": "0x972", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2258, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2674, + "address_hex": "0xA72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2260, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2930, + "address_hex": "0xB72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2262, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3186, + "address_hex": "0xC72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2264, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3442, + "address_hex": "0xD72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2266, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3698, + "address_hex": "0xE72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2268, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3954, + "address_hex": "0xF72", + "aligned_offset": 114, + "aligned_offset_hex": "0x72", + "device": "x24164_e0_upper_2k", + "index": 2270, + "mapped_selectors": [ + 198 + ], + "mapped_selectors_hex": [ + "0x0C6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 112, + "address_hex": "0x070", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2272, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 368, + "address_hex": "0x170", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2274, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 624, + "address_hex": "0x270", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2276, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 880, + "address_hex": "0x370", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2278, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1136, + "address_hex": "0x470", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2280, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1392, + "address_hex": "0x570", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2282, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1648, + "address_hex": "0x670", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2284, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1904, + "address_hex": "0x770", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_a0_lower_2k", + "index": 2286, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2160, + "address_hex": "0x870", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2288, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2416, + "address_hex": "0x970", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2290, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2672, + "address_hex": "0xA70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2292, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2928, + "address_hex": "0xB70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2294, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3184, + "address_hex": "0xC70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2296, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3440, + "address_hex": "0xD70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2298, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3696, + "address_hex": "0xE70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2300, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3952, + "address_hex": "0xF70", + "aligned_offset": 112, + "aligned_offset_hex": "0x70", + "device": "x24164_e0_upper_2k", + "index": 2302, + "mapped_selectors": [ + 197 + ], + "mapped_selectors_hex": [ + "0x0C5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 110, + "address_hex": "0x06E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2304, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 366, + "address_hex": "0x16E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2306, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 622, + "address_hex": "0x26E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2308, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 878, + "address_hex": "0x36E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2310, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1134, + "address_hex": "0x46E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2312, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1390, + "address_hex": "0x56E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2314, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1646, + "address_hex": "0x66E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2316, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1902, + "address_hex": "0x76E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_a0_lower_2k", + "index": 2318, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2158, + "address_hex": "0x86E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2320, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2414, + "address_hex": "0x96E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2322, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2670, + "address_hex": "0xA6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2324, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2926, + "address_hex": "0xB6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2326, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3182, + "address_hex": "0xC6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2328, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3438, + "address_hex": "0xD6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2330, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3694, + "address_hex": "0xE6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2332, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3950, + "address_hex": "0xF6E", + "aligned_offset": 110, + "aligned_offset_hex": "0x6E", + "device": "x24164_e0_upper_2k", + "index": 2334, + "mapped_selectors": [ + 196 + ], + "mapped_selectors_hex": [ + "0x0C4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 108, + "address_hex": "0x06C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2336, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 364, + "address_hex": "0x16C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2338, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 620, + "address_hex": "0x26C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2340, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 876, + "address_hex": "0x36C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2342, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1132, + "address_hex": "0x46C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2344, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1388, + "address_hex": "0x56C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2346, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1644, + "address_hex": "0x66C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2348, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1900, + "address_hex": "0x76C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_a0_lower_2k", + "index": 2350, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2156, + "address_hex": "0x86C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2352, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2412, + "address_hex": "0x96C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2354, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2668, + "address_hex": "0xA6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2356, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2924, + "address_hex": "0xB6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2358, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3180, + "address_hex": "0xC6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2360, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3436, + "address_hex": "0xD6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2362, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3692, + "address_hex": "0xE6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2364, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3948, + "address_hex": "0xF6C", + "aligned_offset": 108, + "aligned_offset_hex": "0x6C", + "device": "x24164_e0_upper_2k", + "index": 2366, + "mapped_selectors": [ + 195 + ], + "mapped_selectors_hex": [ + "0x0C3" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 106, + "address_hex": "0x06A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2368, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 362, + "address_hex": "0x16A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2370, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 618, + "address_hex": "0x26A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2372, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 874, + "address_hex": "0x36A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2374, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1130, + "address_hex": "0x46A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2376, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1386, + "address_hex": "0x56A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2378, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1642, + "address_hex": "0x66A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2380, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1898, + "address_hex": "0x76A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_a0_lower_2k", + "index": 2382, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2154, + "address_hex": "0x86A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2384, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2410, + "address_hex": "0x96A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2386, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2666, + "address_hex": "0xA6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2388, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2922, + "address_hex": "0xB6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2390, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3178, + "address_hex": "0xC6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2392, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3434, + "address_hex": "0xD6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2394, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3690, + "address_hex": "0xE6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2396, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3946, + "address_hex": "0xF6A", + "aligned_offset": 106, + "aligned_offset_hex": "0x6A", + "device": "x24164_e0_upper_2k", + "index": 2398, + "mapped_selectors": [ + 193 + ], + "mapped_selectors_hex": [ + "0x0C1" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 104, + "address_hex": "0x068", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2400, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 360, + "address_hex": "0x168", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2402, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 616, + "address_hex": "0x268", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2404, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 872, + "address_hex": "0x368", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2406, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1128, + "address_hex": "0x468", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2408, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1384, + "address_hex": "0x568", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2410, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1640, + "address_hex": "0x668", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2412, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1896, + "address_hex": "0x768", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_a0_lower_2k", + "index": 2414, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2152, + "address_hex": "0x868", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2416, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2408, + "address_hex": "0x968", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2418, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2664, + "address_hex": "0xA68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2420, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2920, + "address_hex": "0xB68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2422, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3176, + "address_hex": "0xC68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2424, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3432, + "address_hex": "0xD68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2426, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3688, + "address_hex": "0xE68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2428, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3944, + "address_hex": "0xF68", + "aligned_offset": 104, + "aligned_offset_hex": "0x68", + "device": "x24164_e0_upper_2k", + "index": 2430, + "mapped_selectors": [ + 192 + ], + "mapped_selectors_hex": [ + "0x0C0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 102, + "address_hex": "0x066", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2432, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 358, + "address_hex": "0x166", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2434, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 614, + "address_hex": "0x266", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2436, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 870, + "address_hex": "0x366", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2438, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1126, + "address_hex": "0x466", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2440, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1382, + "address_hex": "0x566", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2442, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1638, + "address_hex": "0x666", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2444, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1894, + "address_hex": "0x766", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_a0_lower_2k", + "index": 2446, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2150, + "address_hex": "0x866", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2448, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2406, + "address_hex": "0x966", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2450, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2662, + "address_hex": "0xA66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2452, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2918, + "address_hex": "0xB66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2454, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3174, + "address_hex": "0xC66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2456, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3430, + "address_hex": "0xD66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2458, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3686, + "address_hex": "0xE66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2460, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3942, + "address_hex": "0xF66", + "aligned_offset": 102, + "aligned_offset_hex": "0x66", + "device": "x24164_e0_upper_2k", + "index": 2462, + "mapped_selectors": [ + 189 + ], + "mapped_selectors_hex": [ + "0x0BD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 100, + "address_hex": "0x064", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2464, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 356, + "address_hex": "0x164", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2466, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 612, + "address_hex": "0x264", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2468, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 868, + "address_hex": "0x364", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2470, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1124, + "address_hex": "0x464", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2472, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1380, + "address_hex": "0x564", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2474, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1636, + "address_hex": "0x664", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2476, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1892, + "address_hex": "0x764", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_a0_lower_2k", + "index": 2478, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2148, + "address_hex": "0x864", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2480, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2404, + "address_hex": "0x964", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2482, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2660, + "address_hex": "0xA64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2484, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2916, + "address_hex": "0xB64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2486, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3172, + "address_hex": "0xC64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2488, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3428, + "address_hex": "0xD64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2490, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3684, + "address_hex": "0xE64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2492, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3940, + "address_hex": "0xF64", + "aligned_offset": 100, + "aligned_offset_hex": "0x64", + "device": "x24164_e0_upper_2k", + "index": 2494, + "mapped_selectors": [ + 188 + ], + "mapped_selectors_hex": [ + "0x0BC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 98, + "address_hex": "0x062", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2496, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 354, + "address_hex": "0x162", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2498, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 610, + "address_hex": "0x262", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2500, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 866, + "address_hex": "0x362", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2502, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1122, + "address_hex": "0x462", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2504, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1378, + "address_hex": "0x562", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2506, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1634, + "address_hex": "0x662", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2508, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1890, + "address_hex": "0x762", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_a0_lower_2k", + "index": 2510, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2146, + "address_hex": "0x862", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2512, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2402, + "address_hex": "0x962", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2514, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2658, + "address_hex": "0xA62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2516, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2914, + "address_hex": "0xB62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2518, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3170, + "address_hex": "0xC62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2520, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3426, + "address_hex": "0xD62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2522, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3682, + "address_hex": "0xE62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2524, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3938, + "address_hex": "0xF62", + "aligned_offset": 98, + "aligned_offset_hex": "0x62", + "device": "x24164_e0_upper_2k", + "index": 2526, + "mapped_selectors": [ + 185 + ], + "mapped_selectors_hex": [ + "0x0B9" + ], + "new_word": 16384, + "new_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 96, + "address_hex": "0x060", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2528, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 352, + "address_hex": "0x160", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2530, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 608, + "address_hex": "0x260", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2532, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 864, + "address_hex": "0x360", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2534, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1120, + "address_hex": "0x460", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2536, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1376, + "address_hex": "0x560", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2538, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1632, + "address_hex": "0x660", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2540, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1888, + "address_hex": "0x760", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_a0_lower_2k", + "index": 2542, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2144, + "address_hex": "0x860", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2544, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2400, + "address_hex": "0x960", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2546, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2656, + "address_hex": "0xA60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2548, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2912, + "address_hex": "0xB60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2550, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3168, + "address_hex": "0xC60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2552, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3424, + "address_hex": "0xD60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2554, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3680, + "address_hex": "0xE60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2556, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3936, + "address_hex": "0xF60", + "aligned_offset": 96, + "aligned_offset_hex": "0x60", + "device": "x24164_e0_upper_2k", + "index": 2558, + "mapped_selectors": [ + 183 + ], + "mapped_selectors_hex": [ + "0x0B7" + ], + "new_word": 63488, + "new_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 94, + "address_hex": "0x05E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2560, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 350, + "address_hex": "0x15E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2562, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 606, + "address_hex": "0x25E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2564, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 862, + "address_hex": "0x35E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2566, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1118, + "address_hex": "0x45E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2568, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1374, + "address_hex": "0x55E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2570, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1630, + "address_hex": "0x65E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2572, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1886, + "address_hex": "0x75E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_a0_lower_2k", + "index": 2574, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2142, + "address_hex": "0x85E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2576, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2398, + "address_hex": "0x95E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2578, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2654, + "address_hex": "0xA5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2580, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2910, + "address_hex": "0xB5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2582, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3166, + "address_hex": "0xC5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2584, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3422, + "address_hex": "0xD5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2586, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3678, + "address_hex": "0xE5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2588, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3934, + "address_hex": "0xF5E", + "aligned_offset": 94, + "aligned_offset_hex": "0x5E", + "device": "x24164_e0_upper_2k", + "index": 2590, + "mapped_selectors": [ + 182 + ], + "mapped_selectors_hex": [ + "0x0B6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 92, + "address_hex": "0x05C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2592, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 348, + "address_hex": "0x15C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2594, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 604, + "address_hex": "0x25C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2596, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 860, + "address_hex": "0x35C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2598, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1116, + "address_hex": "0x45C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2600, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1372, + "address_hex": "0x55C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2602, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1628, + "address_hex": "0x65C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2604, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1884, + "address_hex": "0x75C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_a0_lower_2k", + "index": 2606, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2140, + "address_hex": "0x85C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2608, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2396, + "address_hex": "0x95C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2610, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2652, + "address_hex": "0xA5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2612, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2908, + "address_hex": "0xB5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2614, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3164, + "address_hex": "0xC5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2616, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3420, + "address_hex": "0xD5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2618, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3676, + "address_hex": "0xE5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2620, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3932, + "address_hex": "0xF5C", + "aligned_offset": 92, + "aligned_offset_hex": "0x5C", + "device": "x24164_e0_upper_2k", + "index": 2622, + "mapped_selectors": [ + 180 + ], + "mapped_selectors_hex": [ + "0x0B4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 90, + "address_hex": "0x05A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2624, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 346, + "address_hex": "0x15A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2626, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 602, + "address_hex": "0x25A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2628, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 858, + "address_hex": "0x35A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2630, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1114, + "address_hex": "0x45A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2632, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1370, + "address_hex": "0x55A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2634, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1626, + "address_hex": "0x65A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2636, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1882, + "address_hex": "0x75A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_a0_lower_2k", + "index": 2638, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2138, + "address_hex": "0x85A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2640, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2394, + "address_hex": "0x95A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2642, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2650, + "address_hex": "0xA5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2644, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2906, + "address_hex": "0xB5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2646, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3162, + "address_hex": "0xC5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2648, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3418, + "address_hex": "0xD5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2650, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3674, + "address_hex": "0xE5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2652, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3930, + "address_hex": "0xF5A", + "aligned_offset": 90, + "aligned_offset_hex": "0x5A", + "device": "x24164_e0_upper_2k", + "index": 2654, + "mapped_selectors": [ + 179 + ], + "mapped_selectors_hex": [ + "0x0B3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 88, + "address_hex": "0x058", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2656, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 344, + "address_hex": "0x158", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2658, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 600, + "address_hex": "0x258", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2660, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 856, + "address_hex": "0x358", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2662, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1112, + "address_hex": "0x458", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2664, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1368, + "address_hex": "0x558", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2666, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1624, + "address_hex": "0x658", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2668, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1880, + "address_hex": "0x758", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_a0_lower_2k", + "index": 2670, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2136, + "address_hex": "0x858", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2672, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2392, + "address_hex": "0x958", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2674, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2648, + "address_hex": "0xA58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2676, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2904, + "address_hex": "0xB58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2678, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3160, + "address_hex": "0xC58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2680, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3416, + "address_hex": "0xD58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2682, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3672, + "address_hex": "0xE58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2684, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3928, + "address_hex": "0xF58", + "aligned_offset": 88, + "aligned_offset_hex": "0x58", + "device": "x24164_e0_upper_2k", + "index": 2686, + "mapped_selectors": [ + 178 + ], + "mapped_selectors_hex": [ + "0x0B2" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 86, + "address_hex": "0x056", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2688, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 342, + "address_hex": "0x156", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2690, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 598, + "address_hex": "0x256", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2692, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 854, + "address_hex": "0x356", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2694, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1110, + "address_hex": "0x456", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2696, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1366, + "address_hex": "0x556", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2698, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1622, + "address_hex": "0x656", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2700, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1878, + "address_hex": "0x756", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_a0_lower_2k", + "index": 2702, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2134, + "address_hex": "0x856", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2704, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2390, + "address_hex": "0x956", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2706, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2646, + "address_hex": "0xA56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2708, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2902, + "address_hex": "0xB56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2710, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3158, + "address_hex": "0xC56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2712, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3414, + "address_hex": "0xD56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2714, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3670, + "address_hex": "0xE56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2716, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3926, + "address_hex": "0xF56", + "aligned_offset": 86, + "aligned_offset_hex": "0x56", + "device": "x24164_e0_upper_2k", + "index": 2718, + "mapped_selectors": [ + 176 + ], + "mapped_selectors_hex": [ + "0x0B0" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 84, + "address_hex": "0x054", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2720, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 340, + "address_hex": "0x154", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2722, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 596, + "address_hex": "0x254", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2724, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 852, + "address_hex": "0x354", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2726, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1108, + "address_hex": "0x454", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2728, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1364, + "address_hex": "0x554", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2730, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1620, + "address_hex": "0x654", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2732, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1876, + "address_hex": "0x754", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_a0_lower_2k", + "index": 2734, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2132, + "address_hex": "0x854", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2736, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2388, + "address_hex": "0x954", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2738, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2644, + "address_hex": "0xA54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2740, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2900, + "address_hex": "0xB54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2742, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3156, + "address_hex": "0xC54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2744, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3412, + "address_hex": "0xD54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2746, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3668, + "address_hex": "0xE54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2748, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3924, + "address_hex": "0xF54", + "aligned_offset": 84, + "aligned_offset_hex": "0x54", + "device": "x24164_e0_upper_2k", + "index": 2750, + "mapped_selectors": [ + 175 + ], + "mapped_selectors_hex": [ + "0x0AF" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 82, + "address_hex": "0x052", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2752, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 338, + "address_hex": "0x152", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2754, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 594, + "address_hex": "0x252", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2756, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 850, + "address_hex": "0x352", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2758, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1106, + "address_hex": "0x452", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2760, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1362, + "address_hex": "0x552", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2762, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1618, + "address_hex": "0x652", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2764, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1874, + "address_hex": "0x752", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_a0_lower_2k", + "index": 2766, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2130, + "address_hex": "0x852", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2768, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2386, + "address_hex": "0x952", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2770, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2642, + "address_hex": "0xA52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2772, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2898, + "address_hex": "0xB52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2774, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3154, + "address_hex": "0xC52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2776, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3410, + "address_hex": "0xD52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2778, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3666, + "address_hex": "0xE52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2780, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3922, + "address_hex": "0xF52", + "aligned_offset": 82, + "aligned_offset_hex": "0x52", + "device": "x24164_e0_upper_2k", + "index": 2782, + "mapped_selectors": [ + 174 + ], + "mapped_selectors_hex": [ + "0x0AE" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 80, + "address_hex": "0x050", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2784, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 336, + "address_hex": "0x150", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2786, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 592, + "address_hex": "0x250", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2788, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 848, + "address_hex": "0x350", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2790, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1104, + "address_hex": "0x450", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2792, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1360, + "address_hex": "0x550", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2794, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1616, + "address_hex": "0x650", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2796, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1872, + "address_hex": "0x750", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_a0_lower_2k", + "index": 2798, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2128, + "address_hex": "0x850", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2800, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2384, + "address_hex": "0x950", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2802, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2640, + "address_hex": "0xA50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2804, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2896, + "address_hex": "0xB50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2806, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3152, + "address_hex": "0xC50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2808, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3408, + "address_hex": "0xD50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2810, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3664, + "address_hex": "0xE50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2812, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3920, + "address_hex": "0xF50", + "aligned_offset": 80, + "aligned_offset_hex": "0x50", + "device": "x24164_e0_upper_2k", + "index": 2814, + "mapped_selectors": [ + 173 + ], + "mapped_selectors_hex": [ + "0x0AD" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 78, + "address_hex": "0x04E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2816, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 334, + "address_hex": "0x14E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2818, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 590, + "address_hex": "0x24E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2820, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 846, + "address_hex": "0x34E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2822, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1102, + "address_hex": "0x44E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2824, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1358, + "address_hex": "0x54E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2826, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1614, + "address_hex": "0x64E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2828, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1870, + "address_hex": "0x74E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_a0_lower_2k", + "index": 2830, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2126, + "address_hex": "0x84E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2832, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2382, + "address_hex": "0x94E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2834, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2638, + "address_hex": "0xA4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2836, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2894, + "address_hex": "0xB4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2838, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3150, + "address_hex": "0xC4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2840, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3406, + "address_hex": "0xD4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2842, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3662, + "address_hex": "0xE4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2844, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3918, + "address_hex": "0xF4E", + "aligned_offset": 78, + "aligned_offset_hex": "0x4E", + "device": "x24164_e0_upper_2k", + "index": 2846, + "mapped_selectors": [ + 172 + ], + "mapped_selectors_hex": [ + "0x0AC" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 76, + "address_hex": "0x04C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2848, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 332, + "address_hex": "0x14C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2850, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 588, + "address_hex": "0x24C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2852, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 844, + "address_hex": "0x34C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2854, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1100, + "address_hex": "0x44C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2856, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1356, + "address_hex": "0x54C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2858, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1612, + "address_hex": "0x64C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2860, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1868, + "address_hex": "0x74C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_a0_lower_2k", + "index": 2862, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2124, + "address_hex": "0x84C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2864, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2380, + "address_hex": "0x94C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2866, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2636, + "address_hex": "0xA4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2868, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2892, + "address_hex": "0xB4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2870, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3148, + "address_hex": "0xC4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2872, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3404, + "address_hex": "0xD4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2874, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3660, + "address_hex": "0xE4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2876, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3916, + "address_hex": "0xF4C", + "aligned_offset": 76, + "aligned_offset_hex": "0x4C", + "device": "x24164_e0_upper_2k", + "index": 2878, + "mapped_selectors": [ + 170 + ], + "mapped_selectors_hex": [ + "0x0AA" + ], + "new_word": 8192, + "new_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 74, + "address_hex": "0x04A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2880, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 330, + "address_hex": "0x14A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2882, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 586, + "address_hex": "0x24A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2884, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 842, + "address_hex": "0x34A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2886, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1098, + "address_hex": "0x44A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2888, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1354, + "address_hex": "0x54A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2890, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1610, + "address_hex": "0x64A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2892, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1866, + "address_hex": "0x74A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_a0_lower_2k", + "index": 2894, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2122, + "address_hex": "0x84A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2896, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2378, + "address_hex": "0x94A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2898, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2634, + "address_hex": "0xA4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2900, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2890, + "address_hex": "0xB4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2902, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3146, + "address_hex": "0xC4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2904, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3402, + "address_hex": "0xD4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2906, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3658, + "address_hex": "0xE4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2908, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3914, + "address_hex": "0xF4A", + "aligned_offset": 74, + "aligned_offset_hex": "0x4A", + "device": "x24164_e0_upper_2k", + "index": 2910, + "mapped_selectors": [ + 169 + ], + "mapped_selectors_hex": [ + "0x0A9" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 72, + "address_hex": "0x048", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2912, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 328, + "address_hex": "0x148", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2914, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 584, + "address_hex": "0x248", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2916, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 840, + "address_hex": "0x348", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2918, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1096, + "address_hex": "0x448", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2920, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1352, + "address_hex": "0x548", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2922, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1608, + "address_hex": "0x648", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2924, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1864, + "address_hex": "0x748", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_a0_lower_2k", + "index": 2926, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2120, + "address_hex": "0x848", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2928, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2376, + "address_hex": "0x948", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2930, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2632, + "address_hex": "0xA48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2932, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2888, + "address_hex": "0xB48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2934, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3144, + "address_hex": "0xC48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2936, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3400, + "address_hex": "0xD48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2938, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3656, + "address_hex": "0xE48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2940, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3912, + "address_hex": "0xF48", + "aligned_offset": 72, + "aligned_offset_hex": "0x48", + "device": "x24164_e0_upper_2k", + "index": 2942, + "mapped_selectors": [ + 167 + ], + "mapped_selectors_hex": [ + "0x0A7" + ], + "new_word": 61440, + "new_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 70, + "address_hex": "0x046", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2944, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 326, + "address_hex": "0x146", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2946, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 582, + "address_hex": "0x246", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2948, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 838, + "address_hex": "0x346", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2950, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1094, + "address_hex": "0x446", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2952, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1350, + "address_hex": "0x546", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2954, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1606, + "address_hex": "0x646", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2956, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1862, + "address_hex": "0x746", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_a0_lower_2k", + "index": 2958, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2118, + "address_hex": "0x846", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2960, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2374, + "address_hex": "0x946", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2962, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2630, + "address_hex": "0xA46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2964, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2886, + "address_hex": "0xB46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2966, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3142, + "address_hex": "0xC46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2968, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3398, + "address_hex": "0xD46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2970, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3654, + "address_hex": "0xE46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2972, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3910, + "address_hex": "0xF46", + "aligned_offset": 70, + "aligned_offset_hex": "0x46", + "device": "x24164_e0_upper_2k", + "index": 2974, + "mapped_selectors": [ + 166 + ], + "mapped_selectors_hex": [ + "0x0A6" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 68, + "address_hex": "0x044", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2976, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 324, + "address_hex": "0x144", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2978, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 580, + "address_hex": "0x244", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2980, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 836, + "address_hex": "0x344", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2982, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1092, + "address_hex": "0x444", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2984, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1348, + "address_hex": "0x544", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2986, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1604, + "address_hex": "0x644", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2988, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1860, + "address_hex": "0x744", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_a0_lower_2k", + "index": 2990, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2116, + "address_hex": "0x844", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 2992, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2372, + "address_hex": "0x944", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 2994, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2628, + "address_hex": "0xA44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 2996, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2884, + "address_hex": "0xB44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 2998, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3140, + "address_hex": "0xC44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 3000, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3396, + "address_hex": "0xD44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 3002, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3652, + "address_hex": "0xE44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 3004, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3908, + "address_hex": "0xF44", + "aligned_offset": 68, + "aligned_offset_hex": "0x44", + "device": "x24164_e0_upper_2k", + "index": 3006, + "mapped_selectors": [ + 165 + ], + "mapped_selectors_hex": [ + "0x0A5" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 66, + "address_hex": "0x042", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3008, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 322, + "address_hex": "0x142", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3010, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 578, + "address_hex": "0x242", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3012, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 834, + "address_hex": "0x342", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3014, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1090, + "address_hex": "0x442", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3016, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1346, + "address_hex": "0x542", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3018, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1602, + "address_hex": "0x642", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3020, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1858, + "address_hex": "0x742", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_a0_lower_2k", + "index": 3022, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2114, + "address_hex": "0x842", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3024, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2370, + "address_hex": "0x942", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3026, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2626, + "address_hex": "0xA42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3028, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2882, + "address_hex": "0xB42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3030, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3138, + "address_hex": "0xC42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3032, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3394, + "address_hex": "0xD42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3034, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3650, + "address_hex": "0xE42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3036, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3906, + "address_hex": "0xF42", + "aligned_offset": 66, + "aligned_offset_hex": "0x42", + "device": "x24164_e0_upper_2k", + "index": 3038, + "mapped_selectors": [ + 164 + ], + "mapped_selectors_hex": [ + "0x0A4" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 64, + "address_hex": "0x040", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3040, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 320, + "address_hex": "0x140", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3042, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 576, + "address_hex": "0x240", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3044, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 832, + "address_hex": "0x340", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3046, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1088, + "address_hex": "0x440", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3048, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1344, + "address_hex": "0x540", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3050, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1600, + "address_hex": "0x640", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3052, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1856, + "address_hex": "0x740", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_a0_lower_2k", + "index": 3054, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2112, + "address_hex": "0x840", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3056, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2368, + "address_hex": "0x940", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3058, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2624, + "address_hex": "0xA40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3060, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2880, + "address_hex": "0xB40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3062, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3136, + "address_hex": "0xC40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3064, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3392, + "address_hex": "0xD40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3066, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3648, + "address_hex": "0xE40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3068, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3904, + "address_hex": "0xF40", + "aligned_offset": 64, + "aligned_offset_hex": "0x40", + "device": "x24164_e0_upper_2k", + "index": 3070, + "mapped_selectors": [ + 163 + ], + "mapped_selectors_hex": [ + "0x0A3" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 62, + "address_hex": "0x03E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3072, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 318, + "address_hex": "0x13E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3074, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 574, + "address_hex": "0x23E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3076, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 830, + "address_hex": "0x33E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3078, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1086, + "address_hex": "0x43E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3080, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1342, + "address_hex": "0x53E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3082, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1598, + "address_hex": "0x63E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3084, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1854, + "address_hex": "0x73E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_a0_lower_2k", + "index": 3086, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2110, + "address_hex": "0x83E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3088, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2366, + "address_hex": "0x93E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3090, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2622, + "address_hex": "0xA3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3092, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2878, + "address_hex": "0xB3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3094, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3134, + "address_hex": "0xC3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3096, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3390, + "address_hex": "0xD3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3098, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3646, + "address_hex": "0xE3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3100, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3902, + "address_hex": "0xF3E", + "aligned_offset": 62, + "aligned_offset_hex": "0x3E", + "device": "x24164_e0_upper_2k", + "index": 3102, + "mapped_selectors": [ + 159 + ], + "mapped_selectors_hex": [ + "0x09F" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 60, + "address_hex": "0x03C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3104, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 316, + "address_hex": "0x13C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3106, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 572, + "address_hex": "0x23C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3108, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 828, + "address_hex": "0x33C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3110, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1084, + "address_hex": "0x43C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3112, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1340, + "address_hex": "0x53C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3114, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1596, + "address_hex": "0x63C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3116, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1852, + "address_hex": "0x73C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_a0_lower_2k", + "index": 3118, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2108, + "address_hex": "0x83C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3120, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2364, + "address_hex": "0x93C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3122, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2620, + "address_hex": "0xA3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3124, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2876, + "address_hex": "0xB3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3126, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3132, + "address_hex": "0xC3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3128, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3388, + "address_hex": "0xD3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3130, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3644, + "address_hex": "0xE3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3132, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3900, + "address_hex": "0xF3C", + "aligned_offset": 60, + "aligned_offset_hex": "0x3C", + "device": "x24164_e0_upper_2k", + "index": 3134, + "mapped_selectors": [ + 158 + ], + "mapped_selectors_hex": [ + "0x09E" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 58, + "address_hex": "0x03A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3136, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 314, + "address_hex": "0x13A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3138, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 570, + "address_hex": "0x23A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3140, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 826, + "address_hex": "0x33A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3142, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1082, + "address_hex": "0x43A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3144, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1338, + "address_hex": "0x53A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3146, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1594, + "address_hex": "0x63A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3148, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1850, + "address_hex": "0x73A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_a0_lower_2k", + "index": 3150, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2106, + "address_hex": "0x83A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3152, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2362, + "address_hex": "0x93A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3154, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2618, + "address_hex": "0xA3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3156, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2874, + "address_hex": "0xB3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3158, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3130, + "address_hex": "0xC3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3160, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3386, + "address_hex": "0xD3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3162, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3642, + "address_hex": "0xE3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3164, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3898, + "address_hex": "0xF3A", + "aligned_offset": 58, + "aligned_offset_hex": "0x3A", + "device": "x24164_e0_upper_2k", + "index": 3166, + "mapped_selectors": [ + 157 + ], + "mapped_selectors_hex": [ + "0x09D" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 56, + "address_hex": "0x038", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3168, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 312, + "address_hex": "0x138", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3170, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 568, + "address_hex": "0x238", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3172, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 824, + "address_hex": "0x338", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3174, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1080, + "address_hex": "0x438", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3176, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1336, + "address_hex": "0x538", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3178, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1592, + "address_hex": "0x638", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3180, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1848, + "address_hex": "0x738", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_a0_lower_2k", + "index": 3182, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2104, + "address_hex": "0x838", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3184, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2360, + "address_hex": "0x938", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3186, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2616, + "address_hex": "0xA38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3188, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2872, + "address_hex": "0xB38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3190, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3128, + "address_hex": "0xC38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3192, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3384, + "address_hex": "0xD38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3194, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3640, + "address_hex": "0xE38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3196, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3896, + "address_hex": "0xF38", + "aligned_offset": 56, + "aligned_offset_hex": "0x38", + "device": "x24164_e0_upper_2k", + "index": 3198, + "mapped_selectors": [ + 154 + ], + "mapped_selectors_hex": [ + "0x09A" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 54, + "address_hex": "0x036", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3200, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 310, + "address_hex": "0x136", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3202, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 566, + "address_hex": "0x236", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3204, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 822, + "address_hex": "0x336", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3206, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1078, + "address_hex": "0x436", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3208, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1334, + "address_hex": "0x536", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3210, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1590, + "address_hex": "0x636", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3212, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1846, + "address_hex": "0x736", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_a0_lower_2k", + "index": 3214, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2102, + "address_hex": "0x836", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3216, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2358, + "address_hex": "0x936", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3218, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2614, + "address_hex": "0xA36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3220, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2870, + "address_hex": "0xB36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3222, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3126, + "address_hex": "0xC36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3224, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3382, + "address_hex": "0xD36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3226, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3638, + "address_hex": "0xE36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3228, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3894, + "address_hex": "0xF36", + "aligned_offset": 54, + "aligned_offset_hex": "0x36", + "device": "x24164_e0_upper_2k", + "index": 3230, + "mapped_selectors": [ + 152 + ], + "mapped_selectors_hex": [ + "0x098" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 52, + "address_hex": "0x034", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3232, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 308, + "address_hex": "0x134", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3234, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 564, + "address_hex": "0x234", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3236, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 820, + "address_hex": "0x334", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3238, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1076, + "address_hex": "0x434", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3240, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1332, + "address_hex": "0x534", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3242, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1588, + "address_hex": "0x634", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3244, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1844, + "address_hex": "0x734", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_a0_lower_2k", + "index": 3246, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2100, + "address_hex": "0x834", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3248, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2356, + "address_hex": "0x934", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3250, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2612, + "address_hex": "0xA34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3252, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2868, + "address_hex": "0xB34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3254, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3124, + "address_hex": "0xC34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3256, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3380, + "address_hex": "0xD34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3258, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3636, + "address_hex": "0xE34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3260, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3892, + "address_hex": "0xF34", + "aligned_offset": 52, + "aligned_offset_hex": "0x34", + "device": "x24164_e0_upper_2k", + "index": 3262, + "mapped_selectors": [ + 149 + ], + "mapped_selectors_hex": [ + "0x095" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 50, + "address_hex": "0x032", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3264, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 306, + "address_hex": "0x132", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3266, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 562, + "address_hex": "0x232", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3268, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 818, + "address_hex": "0x332", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3270, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1074, + "address_hex": "0x432", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3272, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1330, + "address_hex": "0x532", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3274, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1586, + "address_hex": "0x632", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3276, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1842, + "address_hex": "0x732", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_a0_lower_2k", + "index": 3278, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2098, + "address_hex": "0x832", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3280, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2354, + "address_hex": "0x932", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3282, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2610, + "address_hex": "0xA32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3284, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2866, + "address_hex": "0xB32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3286, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3122, + "address_hex": "0xC32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3288, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3378, + "address_hex": "0xD32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3290, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3634, + "address_hex": "0xE32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3292, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3890, + "address_hex": "0xF32", + "aligned_offset": 50, + "aligned_offset_hex": "0x32", + "device": "x24164_e0_upper_2k", + "index": 3294, + "mapped_selectors": [ + 147 + ], + "mapped_selectors_hex": [ + "0x093" + ], + "new_word": 16448, + "new_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 48, + "address_hex": "0x030", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3296, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 304, + "address_hex": "0x130", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3298, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 560, + "address_hex": "0x230", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3300, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 816, + "address_hex": "0x330", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3302, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1072, + "address_hex": "0x430", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3304, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1328, + "address_hex": "0x530", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3306, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1584, + "address_hex": "0x630", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3308, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1840, + "address_hex": "0x730", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_a0_lower_2k", + "index": 3310, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2096, + "address_hex": "0x830", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3312, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2352, + "address_hex": "0x930", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3314, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2608, + "address_hex": "0xA30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3316, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2864, + "address_hex": "0xB30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3318, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3120, + "address_hex": "0xC30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3320, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3376, + "address_hex": "0xD30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3322, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3632, + "address_hex": "0xE30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3324, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3888, + "address_hex": "0xF30", + "aligned_offset": 48, + "aligned_offset_hex": "0x30", + "device": "x24164_e0_upper_2k", + "index": 3326, + "mapped_selectors": [ + 146 + ], + "mapped_selectors_hex": [ + "0x092" + ], + "new_word": 65408, + "new_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 46, + "address_hex": "0x02E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3328, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 302, + "address_hex": "0x12E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3330, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 558, + "address_hex": "0x22E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3332, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 814, + "address_hex": "0x32E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3334, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1070, + "address_hex": "0x42E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3336, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1326, + "address_hex": "0x52E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3338, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1582, + "address_hex": "0x62E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3340, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1838, + "address_hex": "0x72E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_a0_lower_2k", + "index": 3342, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2094, + "address_hex": "0x82E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3344, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2350, + "address_hex": "0x92E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3346, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2606, + "address_hex": "0xA2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3348, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2862, + "address_hex": "0xB2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3350, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3118, + "address_hex": "0xC2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3352, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3374, + "address_hex": "0xD2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3354, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3630, + "address_hex": "0xE2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3356, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3886, + "address_hex": "0xF2E", + "aligned_offset": 46, + "aligned_offset_hex": "0x2E", + "device": "x24164_e0_upper_2k", + "index": 3358, + "mapped_selectors": [ + 145 + ], + "mapped_selectors_hex": [ + "0x091" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 44, + "address_hex": "0x02C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3360, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 300, + "address_hex": "0x12C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3362, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 556, + "address_hex": "0x22C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3364, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 812, + "address_hex": "0x32C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3366, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1068, + "address_hex": "0x42C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3368, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1324, + "address_hex": "0x52C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3370, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1580, + "address_hex": "0x62C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3372, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1836, + "address_hex": "0x72C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_a0_lower_2k", + "index": 3374, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2092, + "address_hex": "0x82C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3376, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2348, + "address_hex": "0x92C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3378, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2604, + "address_hex": "0xA2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3380, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2860, + "address_hex": "0xB2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3382, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3116, + "address_hex": "0xC2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3384, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3372, + "address_hex": "0xD2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3386, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3628, + "address_hex": "0xE2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3388, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3884, + "address_hex": "0xF2C", + "aligned_offset": 44, + "aligned_offset_hex": "0x2C", + "device": "x24164_e0_upper_2k", + "index": 3390, + "mapped_selectors": [ + 143 + ], + "mapped_selectors_hex": [ + "0x08F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 42, + "address_hex": "0x02A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3392, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 298, + "address_hex": "0x12A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3394, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 554, + "address_hex": "0x22A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3396, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 810, + "address_hex": "0x32A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3398, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1066, + "address_hex": "0x42A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3400, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1322, + "address_hex": "0x52A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3402, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1578, + "address_hex": "0x62A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3404, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1834, + "address_hex": "0x72A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_a0_lower_2k", + "index": 3406, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2090, + "address_hex": "0x82A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3408, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2346, + "address_hex": "0x92A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3410, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2602, + "address_hex": "0xA2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3412, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2858, + "address_hex": "0xB2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3414, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3114, + "address_hex": "0xC2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3416, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3370, + "address_hex": "0xD2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3418, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3626, + "address_hex": "0xE2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3420, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3882, + "address_hex": "0xF2A", + "aligned_offset": 42, + "aligned_offset_hex": "0x2A", + "device": "x24164_e0_upper_2k", + "index": 3422, + "mapped_selectors": [ + 141 + ], + "mapped_selectors_hex": [ + "0x08D" + ], + "new_word": 64, + "new_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 40, + "address_hex": "0x028", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3424, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 296, + "address_hex": "0x128", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3426, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 552, + "address_hex": "0x228", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3428, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 808, + "address_hex": "0x328", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3430, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1064, + "address_hex": "0x428", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3432, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1320, + "address_hex": "0x528", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3434, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1576, + "address_hex": "0x628", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3436, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1832, + "address_hex": "0x728", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_a0_lower_2k", + "index": 3438, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2088, + "address_hex": "0x828", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3440, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2344, + "address_hex": "0x928", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3442, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2600, + "address_hex": "0xA28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3444, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2856, + "address_hex": "0xB28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3446, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3112, + "address_hex": "0xC28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3448, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3368, + "address_hex": "0xD28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3450, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3624, + "address_hex": "0xE28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3452, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3880, + "address_hex": "0xF28", + "aligned_offset": 40, + "aligned_offset_hex": "0x28", + "device": "x24164_e0_upper_2k", + "index": 3454, + "mapped_selectors": [ + 139 + ], + "mapped_selectors_hex": [ + "0x08B" + ], + "new_word": 2048, + "new_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 38, + "address_hex": "0x026", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3456, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 294, + "address_hex": "0x126", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3458, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 550, + "address_hex": "0x226", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3460, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 806, + "address_hex": "0x326", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3462, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1062, + "address_hex": "0x426", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3464, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1318, + "address_hex": "0x526", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3466, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1574, + "address_hex": "0x626", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3468, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1830, + "address_hex": "0x726", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_a0_lower_2k", + "index": 3470, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2086, + "address_hex": "0x826", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3472, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2342, + "address_hex": "0x926", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3474, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2598, + "address_hex": "0xA26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3476, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2854, + "address_hex": "0xB26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3478, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3110, + "address_hex": "0xC26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3480, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3366, + "address_hex": "0xD26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3482, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3622, + "address_hex": "0xE26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3484, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3878, + "address_hex": "0xF26", + "aligned_offset": 38, + "aligned_offset_hex": "0x26", + "device": "x24164_e0_upper_2k", + "index": 3486, + "mapped_selectors": [ + 137 + ], + "mapped_selectors_hex": [ + "0x089" + ], + "new_word": 1024, + "new_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 36, + "address_hex": "0x024", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3488, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 292, + "address_hex": "0x124", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3490, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 548, + "address_hex": "0x224", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3492, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 804, + "address_hex": "0x324", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3494, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1060, + "address_hex": "0x424", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3496, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1316, + "address_hex": "0x524", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3498, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1572, + "address_hex": "0x624", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3500, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1828, + "address_hex": "0x724", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_a0_lower_2k", + "index": 3502, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2084, + "address_hex": "0x824", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3504, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2340, + "address_hex": "0x924", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3506, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2596, + "address_hex": "0xA24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3508, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2852, + "address_hex": "0xB24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3510, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3108, + "address_hex": "0xC24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3512, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3364, + "address_hex": "0xD24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3514, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3620, + "address_hex": "0xE24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3516, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3876, + "address_hex": "0xF24", + "aligned_offset": 36, + "aligned_offset_hex": "0x24", + "device": "x24164_e0_upper_2k", + "index": 3518, + "mapped_selectors": [ + 136 + ], + "mapped_selectors_hex": [ + "0x088" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 34, + "address_hex": "0x022", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3520, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 290, + "address_hex": "0x122", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3522, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 546, + "address_hex": "0x222", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3524, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 802, + "address_hex": "0x322", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3526, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1058, + "address_hex": "0x422", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3528, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1314, + "address_hex": "0x522", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3530, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1570, + "address_hex": "0x622", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3532, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1826, + "address_hex": "0x722", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_a0_lower_2k", + "index": 3534, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2082, + "address_hex": "0x822", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3536, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2338, + "address_hex": "0x922", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3538, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2594, + "address_hex": "0xA22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3540, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2850, + "address_hex": "0xB22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3542, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3106, + "address_hex": "0xC22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3544, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3362, + "address_hex": "0xD22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3546, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3618, + "address_hex": "0xE22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3548, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3874, + "address_hex": "0xF22", + "aligned_offset": 34, + "aligned_offset_hex": "0x22", + "device": "x24164_e0_upper_2k", + "index": 3550, + "mapped_selectors": [ + 131 + ], + "mapped_selectors_hex": [ + "0x083" + ], + "new_word": 32, + "new_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 32, + "address_hex": "0x020", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3552, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 288, + "address_hex": "0x120", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3554, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 544, + "address_hex": "0x220", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3556, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 800, + "address_hex": "0x320", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3558, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1056, + "address_hex": "0x420", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3560, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1312, + "address_hex": "0x520", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3562, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1568, + "address_hex": "0x620", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3564, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1824, + "address_hex": "0x720", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_a0_lower_2k", + "index": 3566, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2080, + "address_hex": "0x820", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3568, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2336, + "address_hex": "0x920", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3570, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2592, + "address_hex": "0xA20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3572, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2848, + "address_hex": "0xB20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3574, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3104, + "address_hex": "0xC20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3576, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3360, + "address_hex": "0xD20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3578, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3616, + "address_hex": "0xE20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3580, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3872, + "address_hex": "0xF20", + "aligned_offset": 32, + "aligned_offset_hex": "0x20", + "device": "x24164_e0_upper_2k", + "index": 3582, + "mapped_selectors": [ + 129 + ], + "mapped_selectors_hex": [ + "0x081" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 30, + "address_hex": "0x01E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3584, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 286, + "address_hex": "0x11E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3586, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 542, + "address_hex": "0x21E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3588, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 798, + "address_hex": "0x31E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3590, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1054, + "address_hex": "0x41E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3592, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1310, + "address_hex": "0x51E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3594, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1566, + "address_hex": "0x61E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3596, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1822, + "address_hex": "0x71E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_a0_lower_2k", + "index": 3598, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2078, + "address_hex": "0x81E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3600, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2334, + "address_hex": "0x91E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3602, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2590, + "address_hex": "0xA1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3604, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2846, + "address_hex": "0xB1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3606, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3102, + "address_hex": "0xC1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3608, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3358, + "address_hex": "0xD1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3610, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3614, + "address_hex": "0xE1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3612, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3870, + "address_hex": "0xF1E", + "aligned_offset": 30, + "aligned_offset_hex": "0x1E", + "device": "x24164_e0_upper_2k", + "index": 3614, + "mapped_selectors": [ + 128 + ], + "mapped_selectors_hex": [ + "0x080" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 28, + "address_hex": "0x01C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3616, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 284, + "address_hex": "0x11C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3618, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 540, + "address_hex": "0x21C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3620, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 796, + "address_hex": "0x31C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3622, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1052, + "address_hex": "0x41C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3624, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1308, + "address_hex": "0x51C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3626, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1564, + "address_hex": "0x61C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3628, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1820, + "address_hex": "0x71C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_a0_lower_2k", + "index": 3630, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2076, + "address_hex": "0x81C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3632, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2332, + "address_hex": "0x91C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3634, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2588, + "address_hex": "0xA1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3636, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2844, + "address_hex": "0xB1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3638, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3100, + "address_hex": "0xC1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3640, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3356, + "address_hex": "0xD1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3642, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3612, + "address_hex": "0xE1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3644, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3868, + "address_hex": "0xF1C", + "aligned_offset": 28, + "aligned_offset_hex": "0x1C", + "device": "x24164_e0_upper_2k", + "index": 3646, + "mapped_selectors": [ + 56 + ], + "mapped_selectors_hex": [ + "0x038" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 26, + "address_hex": "0x01A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3648, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 282, + "address_hex": "0x11A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3650, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 538, + "address_hex": "0x21A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3652, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 794, + "address_hex": "0x31A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3654, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1050, + "address_hex": "0x41A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3656, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1306, + "address_hex": "0x51A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3658, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1562, + "address_hex": "0x61A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3660, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1818, + "address_hex": "0x71A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_a0_lower_2k", + "index": 3662, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2074, + "address_hex": "0x81A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3664, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2330, + "address_hex": "0x91A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3666, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2586, + "address_hex": "0xA1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3668, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2842, + "address_hex": "0xB1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3670, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3098, + "address_hex": "0xC1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3672, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3354, + "address_hex": "0xD1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3674, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3610, + "address_hex": "0xE1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3676, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3866, + "address_hex": "0xF1A", + "aligned_offset": 26, + "aligned_offset_hex": "0x1A", + "device": "x24164_e0_upper_2k", + "index": 3678, + "mapped_selectors": [ + 55 + ], + "mapped_selectors_hex": [ + "0x037" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 24, + "address_hex": "0x018", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3680, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 280, + "address_hex": "0x118", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3682, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 536, + "address_hex": "0x218", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3684, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 792, + "address_hex": "0x318", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3686, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1048, + "address_hex": "0x418", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3688, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1304, + "address_hex": "0x518", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3690, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1560, + "address_hex": "0x618", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3692, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1816, + "address_hex": "0x718", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_a0_lower_2k", + "index": 3694, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2072, + "address_hex": "0x818", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3696, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2328, + "address_hex": "0x918", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3698, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2584, + "address_hex": "0xA18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3700, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2840, + "address_hex": "0xB18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3702, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3096, + "address_hex": "0xC18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3704, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3352, + "address_hex": "0xD18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3706, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3608, + "address_hex": "0xE18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3708, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3864, + "address_hex": "0xF18", + "aligned_offset": 24, + "aligned_offset_hex": "0x18", + "device": "x24164_e0_upper_2k", + "index": 3710, + "mapped_selectors": [ + 35 + ], + "mapped_selectors_hex": [ + "0x023" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 22, + "address_hex": "0x016", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3712, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 278, + "address_hex": "0x116", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3714, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 534, + "address_hex": "0x216", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3716, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 790, + "address_hex": "0x316", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3718, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1046, + "address_hex": "0x416", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3720, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1302, + "address_hex": "0x516", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3722, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1558, + "address_hex": "0x616", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3724, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1814, + "address_hex": "0x716", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_a0_lower_2k", + "index": 3726, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2070, + "address_hex": "0x816", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3728, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2326, + "address_hex": "0x916", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3730, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2582, + "address_hex": "0xA16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3732, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2838, + "address_hex": "0xB16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3734, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3094, + "address_hex": "0xC16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3736, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3350, + "address_hex": "0xD16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3738, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3606, + "address_hex": "0xE16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3740, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3862, + "address_hex": "0xF16", + "aligned_offset": 22, + "aligned_offset_hex": "0x16", + "device": "x24164_e0_upper_2k", + "index": 3742, + "mapped_selectors": [ + 32 + ], + "mapped_selectors_hex": [ + "0x020" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 20, + "address_hex": "0x014", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3744, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 276, + "address_hex": "0x114", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3746, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 532, + "address_hex": "0x214", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3748, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 788, + "address_hex": "0x314", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3750, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1044, + "address_hex": "0x414", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3752, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1300, + "address_hex": "0x514", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3754, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1556, + "address_hex": "0x614", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3756, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1812, + "address_hex": "0x714", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_a0_lower_2k", + "index": 3758, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2068, + "address_hex": "0x814", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3760, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2324, + "address_hex": "0x914", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3762, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2580, + "address_hex": "0xA14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3764, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2836, + "address_hex": "0xB14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3766, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3092, + "address_hex": "0xC14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3768, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3348, + "address_hex": "0xD14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3770, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3604, + "address_hex": "0xE14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3772, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3860, + "address_hex": "0xF14", + "aligned_offset": 20, + "aligned_offset_hex": "0x14", + "device": "x24164_e0_upper_2k", + "index": 3774, + "mapped_selectors": [ + 31 + ], + "mapped_selectors_hex": [ + "0x01F" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 18, + "address_hex": "0x012", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3776, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 274, + "address_hex": "0x112", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3778, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 530, + "address_hex": "0x212", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3780, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 786, + "address_hex": "0x312", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3782, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1042, + "address_hex": "0x412", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3784, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1298, + "address_hex": "0x512", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3786, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1554, + "address_hex": "0x612", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3788, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1810, + "address_hex": "0x712", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_a0_lower_2k", + "index": 3790, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2066, + "address_hex": "0x812", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3792, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2322, + "address_hex": "0x912", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3794, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2578, + "address_hex": "0xA12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3796, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2834, + "address_hex": "0xB12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3798, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3090, + "address_hex": "0xC12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3800, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3346, + "address_hex": "0xD12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3802, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3602, + "address_hex": "0xE12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3804, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3858, + "address_hex": "0xF12", + "aligned_offset": 18, + "aligned_offset_hex": "0x12", + "device": "x24164_e0_upper_2k", + "index": 3806, + "mapped_selectors": [ + 26 + ], + "mapped_selectors_hex": [ + "0x01A" + ], + "new_word": 2056, + "new_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 16, + "address_hex": "0x010", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3808, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 272, + "address_hex": "0x110", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3810, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 528, + "address_hex": "0x210", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3812, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 784, + "address_hex": "0x310", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3814, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1040, + "address_hex": "0x410", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3816, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1296, + "address_hex": "0x510", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3818, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1552, + "address_hex": "0x610", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3820, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1808, + "address_hex": "0x710", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_a0_lower_2k", + "index": 3822, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2064, + "address_hex": "0x810", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3824, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2320, + "address_hex": "0x910", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3826, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2576, + "address_hex": "0xA10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3828, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2832, + "address_hex": "0xB10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3830, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3088, + "address_hex": "0xC10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3832, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3344, + "address_hex": "0xD10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3834, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3600, + "address_hex": "0xE10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3836, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3856, + "address_hex": "0xF10", + "aligned_offset": 16, + "aligned_offset_hex": "0x10", + "device": "x24164_e0_upper_2k", + "index": 3838, + "mapped_selectors": [ + 24 + ], + "mapped_selectors_hex": [ + "0x018" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 14, + "address_hex": "0x00E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3840, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 270, + "address_hex": "0x10E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3842, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 526, + "address_hex": "0x20E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3844, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 782, + "address_hex": "0x30E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3846, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1038, + "address_hex": "0x40E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3848, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1294, + "address_hex": "0x50E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3850, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1550, + "address_hex": "0x60E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3852, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1806, + "address_hex": "0x70E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_a0_lower_2k", + "index": 3854, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2062, + "address_hex": "0x80E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3856, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2318, + "address_hex": "0x90E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3858, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2574, + "address_hex": "0xA0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3860, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2830, + "address_hex": "0xB0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3862, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3086, + "address_hex": "0xC0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3864, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3342, + "address_hex": "0xD0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3866, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3598, + "address_hex": "0xE0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3868, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3854, + "address_hex": "0xF0E", + "aligned_offset": 14, + "aligned_offset_hex": "0x0E", + "device": "x24164_e0_upper_2k", + "index": 3870, + "mapped_selectors": [ + 23 + ], + "mapped_selectors_hex": [ + "0x017" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 12, + "address_hex": "0x00C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3872, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 268, + "address_hex": "0x10C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3874, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 524, + "address_hex": "0x20C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3876, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 780, + "address_hex": "0x30C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3878, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1036, + "address_hex": "0x40C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3880, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1292, + "address_hex": "0x50C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3882, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1548, + "address_hex": "0x60C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3884, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1804, + "address_hex": "0x70C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_a0_lower_2k", + "index": 3886, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2060, + "address_hex": "0x80C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3888, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2316, + "address_hex": "0x90C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3890, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2572, + "address_hex": "0xA0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3892, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2828, + "address_hex": "0xB0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3894, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3084, + "address_hex": "0xC0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3896, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3340, + "address_hex": "0xD0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3898, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3596, + "address_hex": "0xE0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3900, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3852, + "address_hex": "0xF0C", + "aligned_offset": 12, + "aligned_offset_hex": "0x0C", + "device": "x24164_e0_upper_2k", + "index": 3902, + "mapped_selectors": [ + 19 + ], + "mapped_selectors_hex": [ + "0x013" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 10, + "address_hex": "0x00A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3904, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 266, + "address_hex": "0x10A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3906, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 522, + "address_hex": "0x20A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3908, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 778, + "address_hex": "0x30A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3910, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1034, + "address_hex": "0x40A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3912, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1290, + "address_hex": "0x50A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3914, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1546, + "address_hex": "0x60A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3916, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1802, + "address_hex": "0x70A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_a0_lower_2k", + "index": 3918, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2058, + "address_hex": "0x80A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3920, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2314, + "address_hex": "0x90A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3922, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2570, + "address_hex": "0xA0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3924, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2826, + "address_hex": "0xB0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3926, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3082, + "address_hex": "0xC0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3928, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3338, + "address_hex": "0xD0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3930, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3594, + "address_hex": "0xE0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3932, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3850, + "address_hex": "0xF0A", + "aligned_offset": 10, + "aligned_offset_hex": "0x0A", + "device": "x24164_e0_upper_2k", + "index": 3934, + "mapped_selectors": [ + 18 + ], + "mapped_selectors_hex": [ + "0x012" + ], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 8, + "address_hex": "0x008", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3936, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 264, + "address_hex": "0x108", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3938, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 520, + "address_hex": "0x208", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3940, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 776, + "address_hex": "0x308", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3942, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1032, + "address_hex": "0x408", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3944, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1288, + "address_hex": "0x508", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3946, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1544, + "address_hex": "0x608", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3948, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 1800, + "address_hex": "0x708", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_a0_lower_2k", + "index": 3950, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2056, + "address_hex": "0x808", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3952, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2312, + "address_hex": "0x908", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3954, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2568, + "address_hex": "0xA08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3956, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 2824, + "address_hex": "0xB08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3958, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3080, + "address_hex": "0xC08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3960, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3336, + "address_hex": "0xD08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3962, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3592, + "address_hex": "0xE08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3964, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 3848, + "address_hex": "0xF08", + "aligned_offset": 8, + "aligned_offset_hex": "0x08", + "device": "x24164_e0_upper_2k", + "index": 3966, + "mapped_selectors": [ + 4 + ], + "mapped_selectors_hex": [ + "0x004" + ], + "new_word": 32768, + "new_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": null, + "role": "factory_shadow_offset", + "source": "linear_word" + }, + { + "address": 6, + "address_hex": "0x006", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3968, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 262, + "address_hex": "0x106", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3970, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 518, + "address_hex": "0x206", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3972, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 774, + "address_hex": "0x306", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3974, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1030, + "address_hex": "0x406", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3976, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1286, + "address_hex": "0x506", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3978, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1542, + "address_hex": "0x606", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3980, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1798, + "address_hex": "0x706", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 3982, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2054, + "address_hex": "0x806", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3984, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2310, + "address_hex": "0x906", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3986, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2566, + "address_hex": "0xA06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3988, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2822, + "address_hex": "0xB06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3990, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3078, + "address_hex": "0xC06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3992, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3334, + "address_hex": "0xD06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3994, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3590, + "address_hex": "0xE06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3996, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3846, + "address_hex": "0xF06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 3998, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 4, + "address_hex": "0x004", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4000, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 260, + "address_hex": "0x104", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4002, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 516, + "address_hex": "0x204", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4004, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 772, + "address_hex": "0x304", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4006, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1028, + "address_hex": "0x404", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4008, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1284, + "address_hex": "0x504", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4010, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1540, + "address_hex": "0x604", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4012, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1796, + "address_hex": "0x704", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4014, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2052, + "address_hex": "0x804", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4016, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2308, + "address_hex": "0x904", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4018, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2564, + "address_hex": "0xA04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4020, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2820, + "address_hex": "0xB04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4022, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3076, + "address_hex": "0xC04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4024, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3332, + "address_hex": "0xD04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4026, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3588, + "address_hex": "0xE04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4028, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3844, + "address_hex": "0xF04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4030, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 65024, + "new_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2, + "address_hex": "0x002", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4032, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 258, + "address_hex": "0x102", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4034, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 514, + "address_hex": "0x202", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4036, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 770, + "address_hex": "0x302", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4038, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1026, + "address_hex": "0x402", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4040, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1282, + "address_hex": "0x502", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4042, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1538, + "address_hex": "0x602", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4044, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1794, + "address_hex": "0x702", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4046, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2050, + "address_hex": "0x802", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4048, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2306, + "address_hex": "0x902", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4050, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2562, + "address_hex": "0xA02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4052, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2818, + "address_hex": "0xB02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4054, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3074, + "address_hex": "0xC02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4056, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3330, + "address_hex": "0xD02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4058, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3586, + "address_hex": "0xE02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4060, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3842, + "address_hex": "0xF02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4062, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 27503, + "new_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 0, + "address_hex": "0x000", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4064, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 0, + "page_hex": "0x0", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 256, + "address_hex": "0x100", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4066, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 1, + "page_hex": "0x1", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 512, + "address_hex": "0x200", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4068, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 2, + "page_hex": "0x2", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 768, + "address_hex": "0x300", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4070, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 3, + "page_hex": "0x3", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1024, + "address_hex": "0x400", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4072, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 4, + "page_hex": "0x4", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1280, + "address_hex": "0x500", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4074, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 5, + "page_hex": "0x5", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1536, + "address_hex": "0x600", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4076, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 6, + "page_hex": "0x6", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1792, + "address_hex": "0x700", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4078, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 7, + "page_hex": "0x7", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2048, + "address_hex": "0x800", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4080, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 8, + "page_hex": "0x8", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2304, + "address_hex": "0x900", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4082, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 9, + "page_hex": "0x9", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2560, + "address_hex": "0xA00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4084, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 10, + "page_hex": "0xA", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2816, + "address_hex": "0xB00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4086, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 11, + "page_hex": "0xB", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3072, + "address_hex": "0xC00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4088, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 12, + "page_hex": "0xC", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3328, + "address_hex": "0xD00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4090, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 13, + "page_hex": "0xD", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3584, + "address_hex": "0xE00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4092, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 14, + "page_hex": "0xE", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3840, + "address_hex": "0xF00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4094, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 0, + "new_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "old_word": 65535, + "old_word_hex": "0xFFFF", + "page": 15, + "page_hex": "0xF", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3840, + "address_hex": "0xF00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4096, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 15, + "page_hex": "0xF", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3842, + "address_hex": "0xF02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4098, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 15, + "page_hex": "0xF", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3844, + "address_hex": "0xF04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4100, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 15, + "page_hex": "0xF", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3846, + "address_hex": "0xF06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4102, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 15, + "page_hex": "0xF", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3584, + "address_hex": "0xE00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4104, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 14, + "page_hex": "0xE", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3586, + "address_hex": "0xE02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4106, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 14, + "page_hex": "0xE", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3588, + "address_hex": "0xE04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4108, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 14, + "page_hex": "0xE", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3590, + "address_hex": "0xE06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4110, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 14, + "page_hex": "0xE", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3328, + "address_hex": "0xD00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4112, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 13, + "page_hex": "0xD", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3330, + "address_hex": "0xD02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4114, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 13, + "page_hex": "0xD", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3332, + "address_hex": "0xD04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4116, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 13, + "page_hex": "0xD", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3334, + "address_hex": "0xD06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4118, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 13, + "page_hex": "0xD", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3072, + "address_hex": "0xC00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4120, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 12, + "page_hex": "0xC", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3074, + "address_hex": "0xC02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4122, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 12, + "page_hex": "0xC", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3076, + "address_hex": "0xC04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4124, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 12, + "page_hex": "0xC", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 3078, + "address_hex": "0xC06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4126, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 12, + "page_hex": "0xC", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2816, + "address_hex": "0xB00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4128, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 11, + "page_hex": "0xB", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2818, + "address_hex": "0xB02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4130, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 11, + "page_hex": "0xB", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2820, + "address_hex": "0xB04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4132, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 11, + "page_hex": "0xB", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2822, + "address_hex": "0xB06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4134, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 11, + "page_hex": "0xB", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2560, + "address_hex": "0xA00", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4136, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 10, + "page_hex": "0xA", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2562, + "address_hex": "0xA02", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4138, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 10, + "page_hex": "0xA", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2564, + "address_hex": "0xA04", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4140, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 10, + "page_hex": "0xA", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2566, + "address_hex": "0xA06", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4142, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 10, + "page_hex": "0xA", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2304, + "address_hex": "0x900", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4144, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 9, + "page_hex": "0x9", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2306, + "address_hex": "0x902", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4146, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 9, + "page_hex": "0x9", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2308, + "address_hex": "0x904", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4148, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 9, + "page_hex": "0x9", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2310, + "address_hex": "0x906", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4150, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 9, + "page_hex": "0x9", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2048, + "address_hex": "0x800", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_e0_upper_2k", + "index": 4152, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 8, + "page_hex": "0x8", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2050, + "address_hex": "0x802", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_e0_upper_2k", + "index": 4154, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 8, + "page_hex": "0x8", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2052, + "address_hex": "0x804", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_e0_upper_2k", + "index": 4156, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 8, + "page_hex": "0x8", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 2054, + "address_hex": "0x806", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_e0_upper_2k", + "index": 4158, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 8, + "page_hex": "0x8", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1792, + "address_hex": "0x700", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4160, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 7, + "page_hex": "0x7", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1794, + "address_hex": "0x702", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4162, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 7, + "page_hex": "0x7", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1796, + "address_hex": "0x704", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4164, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 7, + "page_hex": "0x7", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1798, + "address_hex": "0x706", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4166, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 7, + "page_hex": "0x7", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1536, + "address_hex": "0x600", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4168, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 6, + "page_hex": "0x6", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1538, + "address_hex": "0x602", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4170, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 6, + "page_hex": "0x6", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1540, + "address_hex": "0x604", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4172, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 6, + "page_hex": "0x6", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1542, + "address_hex": "0x606", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4174, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 6, + "page_hex": "0x6", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1280, + "address_hex": "0x500", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4176, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 5, + "page_hex": "0x5", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1282, + "address_hex": "0x502", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4178, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 5, + "page_hex": "0x5", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1284, + "address_hex": "0x504", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4180, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 5, + "page_hex": "0x5", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1286, + "address_hex": "0x506", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4182, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 5, + "page_hex": "0x5", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1024, + "address_hex": "0x400", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4184, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 4, + "page_hex": "0x4", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1026, + "address_hex": "0x402", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4186, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 4, + "page_hex": "0x4", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1028, + "address_hex": "0x404", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4188, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 4, + "page_hex": "0x4", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 1030, + "address_hex": "0x406", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4190, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 4, + "page_hex": "0x4", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 768, + "address_hex": "0x300", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4192, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 3, + "page_hex": "0x3", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 770, + "address_hex": "0x302", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4194, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 3, + "page_hex": "0x3", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 772, + "address_hex": "0x304", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4196, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 3, + "page_hex": "0x3", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 774, + "address_hex": "0x306", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4198, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 3, + "page_hex": "0x3", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 512, + "address_hex": "0x200", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4200, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 2, + "page_hex": "0x2", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 514, + "address_hex": "0x202", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4202, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 2, + "page_hex": "0x2", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 516, + "address_hex": "0x204", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4204, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 2, + "page_hex": "0x2", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 518, + "address_hex": "0x206", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4206, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 2, + "page_hex": "0x2", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 256, + "address_hex": "0x100", + "aligned_offset": 0, + "aligned_offset_hex": "0x00", + "device": "x24164_a0_lower_2k", + "index": 4208, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 0, + "offset_hex": "0x00", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 1, + "page_hex": "0x1", + "record_byte": 0, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 258, + "address_hex": "0x102", + "aligned_offset": 2, + "aligned_offset_hex": "0x02", + "device": "x24164_a0_lower_2k", + "index": 4210, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 2, + "offset_hex": "0x02", + "old_word": 27503, + "old_word_hex": "0x6B6F", + "page": 1, + "page_hex": "0x1", + "record_byte": 2, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 260, + "address_hex": "0x104", + "aligned_offset": 4, + "aligned_offset_hex": "0x04", + "device": "x24164_a0_lower_2k", + "index": 4212, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 4, + "offset_hex": "0x04", + "old_word": 65024, + "old_word_hex": "0xFE00", + "page": 1, + "page_hex": "0x1", + "record_byte": 4, + "role": "record_header_or_label", + "source": "linear_word" + }, + { + "address": 262, + "address_hex": "0x106", + "aligned_offset": 6, + "aligned_offset_hex": "0x06", + "device": "x24164_a0_lower_2k", + "index": 4214, + "mapped_selectors": [], + "mapped_selectors_hex": [], + "new_word": 8224, + "new_word_hex": "0x2020", + "offset": 6, + "offset_hex": "0x06", + "old_word": 0, + "old_word_hex": "0x0000", + "page": 1, + "page_hex": "0x1", + "record_byte": 6, + "role": "record_header_or_label", + "source": "linear_word" + } + ] +} diff --git a/build/emulator-eeprom-boot.txt b/build/emulator-eeprom-boot.txt new file mode 100644 index 0000000..19910f9 --- /dev/null +++ b/build/emulator-eeprom-boot.txt @@ -0,0 +1,111 @@ +Emulator EEPROM Snapshot + +size=0x1000 sha256=4bed7704e1ea085487ca325c43bd60da75d37b6ae6f8292544e069a8825c64c6 +writes: bytes=4216 words=2108 factory_diff_words=0 + +Persistent Records: +- page 0x0 EEPROM 0x000-0x007 bytes=00 00 6B 6F FE 00 00 00 text='..ko....' +- page 0x1 EEPROM 0x100-0x107 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x2 EEPROM 0x200-0x207 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x3 EEPROM 0x300-0x307 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x4 EEPROM 0x400-0x407 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x5 EEPROM 0x500-0x507 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x6 EEPROM 0x600-0x607 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x7 EEPROM 0x700-0x707 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x8 EEPROM 0x800-0x807 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x9 EEPROM 0x900-0x907 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xA EEPROM 0xA00-0xA07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xB EEPROM 0xB00-0xB07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xC EEPROM 0xC00-0xC07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xD EEPROM 0xD00-0xD07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xE EEPROM 0xE00-0xE07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xF EEPROM 0xF00-0xF07 bytes=20 20 20 20 20 20 20 20 text=' ' + +EEPROM Word Writes: +- 0x0FE page=0x0 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x1FE page=0x1 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x2FE page=0x2 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x3FE page=0x3 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x4FE page=0x4 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x5FE page=0x5 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x6FE page=0x6 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x7FE page=0x7 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x8FE page=0x8 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x9FE page=0x9 offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xAFE page=0xA offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xBFE page=0xB offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xCFE page=0xC offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xDFE page=0xD offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xEFE page=0xE offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xFFE page=0xF offset=0xFE 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x0FC page=0x0 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x1FC page=0x1 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x2FC page=0x2 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x3FC page=0x3 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x4FC page=0x4 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x5FC page=0x5 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x6FC page=0x6 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x7FC page=0x7 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x8FC page=0x8 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x9FC page=0x9 offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xAFC page=0xA offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xBFC page=0xB offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xCFC page=0xC offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xDFC page=0xD offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xEFC page=0xE offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xFFC page=0xF offset=0xFC 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x0FA page=0x0 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x1FA page=0x1 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x2FA page=0x2 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x3FA page=0x3 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x4FA page=0x4 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x5FA page=0x5 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x6FA page=0x6 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x7FA page=0x7 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x8FA page=0x8 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x9FA page=0x9 offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xAFA page=0xA offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xBFA page=0xB offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xCFA page=0xC offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xDFA page=0xD offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xEFA page=0xE offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xFFA page=0xF offset=0xFA 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x0F8 page=0x0 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x1F8 page=0x1 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x2F8 page=0x2 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x3F8 page=0x3 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x4F8 page=0x4 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x5F8 page=0x5 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x6F8 page=0x6 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x7F8 page=0x7 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x8F8 page=0x8 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x9F8 page=0x9 offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xAF8 page=0xA offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xBF8 page=0xB offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xCF8 page=0xC offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xDF8 page=0xD offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xEF8 page=0xE offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xFF8 page=0xF offset=0xF8 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x0F6 page=0x0 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x1F6 page=0x1 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x2F6 page=0x2 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x3F6 page=0x3 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x4F6 page=0x4 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x5F6 page=0x5 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x6F6 page=0x6 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x7F6 page=0x7 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x8F6 page=0x8 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0x9F6 page=0x9 offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xAF6 page=0xA offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xBF6 page=0xB offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xCF6 page=0xC offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xDF6 page=0xD offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xEF6 page=0xE offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- 0xFF6 page=0xF offset=0xF6 0xFFFF->0x0000 source=linear_word (factory_shadow_offset) +- ... 2028 more word writes omitted + +Factory Diffs: +- current EEPROM image matches ROM factory/default image + +F400 Shadow Diffs: +- F400-F4FF shadow matches ROM factory words or no ROM factory baseline was supplied diff --git a/build/emulator-eeprom-loaded-boot.json b/build/emulator-eeprom-loaded-boot.json new file mode 100644 index 0000000..1311f4b --- /dev/null +++ b/build/emulator-eeprom-loaded-boot.json @@ -0,0 +1,300 @@ +{ + "factory_diffs": [], + "kind": "emulator_eeprom_snapshot", + "records": [ + { + "address": 0, + "address_hex": "0x000", + "ascii": "..ko....", + "bytes_hex": "00 00 6B 6F FE 00 00 00", + "is_blank_spaces": false, + "page": 0, + "page_hex": "0x0", + "range_hex": "0x000-0x007", + "words_hex": [ + "0x0000", + "0x6B6F", + "0xFE00", + "0x0000" + ] + }, + { + "address": 256, + "address_hex": "0x100", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 1, + "page_hex": "0x1", + "range_hex": "0x100-0x107", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 512, + "address_hex": "0x200", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 2, + "page_hex": "0x2", + "range_hex": "0x200-0x207", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 768, + "address_hex": "0x300", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 3, + "page_hex": "0x3", + "range_hex": "0x300-0x307", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1024, + "address_hex": "0x400", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 4, + "page_hex": "0x4", + "range_hex": "0x400-0x407", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1280, + "address_hex": "0x500", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 5, + "page_hex": "0x5", + "range_hex": "0x500-0x507", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1536, + "address_hex": "0x600", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 6, + "page_hex": "0x6", + "range_hex": "0x600-0x607", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 1792, + "address_hex": "0x700", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 7, + "page_hex": "0x7", + "range_hex": "0x700-0x707", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2048, + "address_hex": "0x800", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 8, + "page_hex": "0x8", + "range_hex": "0x800-0x807", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2304, + "address_hex": "0x900", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 9, + "page_hex": "0x9", + "range_hex": "0x900-0x907", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2560, + "address_hex": "0xA00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 10, + "page_hex": "0xA", + "range_hex": "0xA00-0xA07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 2816, + "address_hex": "0xB00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 11, + "page_hex": "0xB", + "range_hex": "0xB00-0xB07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3072, + "address_hex": "0xC00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 12, + "page_hex": "0xC", + "range_hex": "0xC00-0xC07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3328, + "address_hex": "0xD00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 13, + "page_hex": "0xD", + "range_hex": "0xD00-0xD07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3584, + "address_hex": "0xE00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 14, + "page_hex": "0xE", + "range_hex": "0xE00-0xE07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + }, + { + "address": 3840, + "address_hex": "0xF00", + "ascii": " ", + "bytes_hex": "20 20 20 20 20 20 20 20", + "is_blank_spaces": true, + "page": 15, + "page_hex": "0xF", + "range_hex": "0xF00-0xF07", + "words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ] + } + ], + "shadow_f400": { + "diff_count": 1, + "diffs": [ + { + "actual_word": 21760, + "actual_word_hex": "0x5500", + "address": 62634, + "address_hex": "H'F4AA", + "aligned_offset": 170, + "aligned_offset_hex": "0xAA", + "expected_word": 32768, + "expected_word_hex": "0x8000", + "mapped_selectors": [ + 274 + ], + "mapped_selectors_hex": [ + "0x112" + ], + "offset": 170, + "offset_hex": "0xAA", + "page": 0, + "page_hex": "0x0", + "record_byte": null, + "role": "factory_shadow_offset" + } + ] + }, + "summary": { + "factory_diff_word_count": 0, + "logical_size": 4096, + "logical_size_hex": "0x1000", + "record_count": 16, + "sha256": "4bed7704e1ea085487ca325c43bd60da75d37b6ae6f8292544e069a8825c64c6", + "write_byte_count": 0, + "write_word_count": 0 + }, + "write_events": [], + "write_word_events": [] +} diff --git a/build/emulator-eeprom-loaded-boot.txt b/build/emulator-eeprom-loaded-boot.txt new file mode 100644 index 0000000..826be88 --- /dev/null +++ b/build/emulator-eeprom-loaded-boot.txt @@ -0,0 +1,31 @@ +Emulator EEPROM Snapshot + +size=0x1000 sha256=4bed7704e1ea085487ca325c43bd60da75d37b6ae6f8292544e069a8825c64c6 +writes: bytes=0 words=0 factory_diff_words=0 + +Persistent Records: +- page 0x0 EEPROM 0x000-0x007 bytes=00 00 6B 6F FE 00 00 00 text='..ko....' +- page 0x1 EEPROM 0x100-0x107 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x2 EEPROM 0x200-0x207 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x3 EEPROM 0x300-0x307 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x4 EEPROM 0x400-0x407 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x5 EEPROM 0x500-0x507 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x6 EEPROM 0x600-0x607 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x7 EEPROM 0x700-0x707 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x8 EEPROM 0x800-0x807 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0x9 EEPROM 0x900-0x907 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xA EEPROM 0xA00-0xA07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xB EEPROM 0xB00-0xB07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xC EEPROM 0xC00-0xC07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xD EEPROM 0xD00-0xD07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xE EEPROM 0xE00-0xE07 bytes=20 20 20 20 20 20 20 20 text=' ' +- page 0xF EEPROM 0xF00-0xF07 bytes=20 20 20 20 20 20 20 20 text=' ' + +EEPROM Word Writes: +- none since EEPROM setup/load + +Factory Diffs: +- current EEPROM image matches ROM factory/default image + +F400 Shadow Diffs: +- H'F4AA offset=0xAA expected=0x8000 actual=0x5500 (factory_shadow_offset; selectors=0x112) diff --git a/build/rom_eeprom_layout.json b/build/rom_eeprom_layout.json new file mode 100644 index 0000000..edfd8ea --- /dev/null +++ b/build/rom_eeprom_layout.json @@ -0,0 +1,8903 @@ +{ + "bench_implications": [ + "A live EEPROM dump should first compare F400-F4FF shadow-equivalent offsets against the ROM factory table, especially F402/F404 and mapped offsets.", + "Pages 0x0-0xF offset 0x00-0x07 are loaded into F7B0-F82F; page 0 carries the signature/options header and pages 1-F default to spaces, so non-space bytes there are high-value identity/config data.", + "Serial command 0/4 can mirror values into F400 offsets selected by the ROM mapping table, but command 4 only persists when the continuation path reaches BD2B and F76E.7 is set.", + "F76E is not just a page byte: bit7 gates EEPROM persistence, bit6 suppresses the 48FA dispatch path, and only its low nibble survives into the EEPROM page address.", + "CONNECT OK is still likely gated by volatile table/session state as well as EEPROM-backed defaults; EEPROM differences may explain why bench and emulator diverge, but are unlikely to be the whole protocol by themselves." + ], + "boot_flow": [ + { + "address": 16571, + "address_hex": "H'40BB", + "name": "eeprom_boot_gate", + "summary": "initializes queue/table scratch, checks P7DR.7, then checks F402 == H'6B6F before trusting persisted state" + }, + { + "address": 16643, + "address_hex": "H'4103", + "name": "factory_default_fill", + "summary": "copies ROM C964-CA63 into F400-F4FF and writes the same 0x100-byte defaults to each EEPROM page" + }, + { + "address": 16775, + "address_hex": "H'4187", + "name": "record_header_blank", + "summary": "overwrites page offsets 0x00-0x07 on pages 0x1-0xF with four H'2020 words after factory replication; page 0 keeps the signature/options header" + }, + { + "address": 16850, + "address_hex": "H'41D2", + "name": "persistent_record_load", + "summary": "reads page offsets 0x00-0x07 from pages 0x0-0xF into F7B0-F82F; record 0 is a signature/options header, records 1-F are label/identity-like slots" + }, + { + "address": 48427, + "address_hex": "H'BD2B", + "name": "serial_persist_path", + "summary": "command-4 continuation writes the live value into F400+map[selector] and persists it through BFE0 when F76E.7 is set" + } + ], + "caveats": [ + "The selector map proves where firmware mirrors/persists serial values, not what every field means to the panel UI.", + "High bytes in the C564 selector map look structured, but the observed command-0/command-4 paths only use the low byte for F400/EEPROM offsets.", + "Indexed F7B0-F82F record consumers can be missed by a static xref pass; dynamic emulator traces should be used once interesting record bytes are found." + ], + "factory_defaults": { + "byte_count": 256, + "entries": [ + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 0, + "offset_hex": "0x00", + "rom_address": 51556, + "rom_address_hex": "H'C964", + "shadow_address": 62464, + "shadow_address_hex": "H'F400" + }, + { + "ascii": "ko", + "bytes_hex": "6B 6F", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 27503, + "factory_word_hex": "0x6B6F", + "offset": 2, + "offset_hex": "0x02", + "rom_address": 51558, + "rom_address_hex": "H'C966", + "shadow_address": 62466, + "shadow_address_hex": "H'F402" + }, + { + "ascii": "", + "bytes_hex": "FE 00", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 65024, + "factory_word_hex": "0xFE00", + "offset": 4, + "offset_hex": "0x04", + "rom_address": 51560, + "rom_address_hex": "H'C968", + "shadow_address": 62468, + "shadow_address_hex": "H'F404" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 6, + "offset_hex": "0x06", + "rom_address": 51562, + "rom_address_hex": "H'C96A", + "shadow_address": 62470, + "shadow_address_hex": "H'F406" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 8, + "offset_hex": "0x08", + "rom_address": 51564, + "rom_address_hex": "H'C96C", + "shadow_address": 62472, + "shadow_address_hex": "H'F408" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 10, + "offset_hex": "0x0A", + "rom_address": 51566, + "rom_address_hex": "H'C96E", + "shadow_address": 62474, + "shadow_address_hex": "H'F40A" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 12, + "offset_hex": "0x0C", + "rom_address": 51568, + "rom_address_hex": "H'C970", + "shadow_address": 62476, + "shadow_address_hex": "H'F40C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 14, + "offset_hex": "0x0E", + "rom_address": 51570, + "rom_address_hex": "H'C972", + "shadow_address": 62478, + "shadow_address_hex": "H'F40E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 16, + "offset_hex": "0x10", + "rom_address": 51572, + "rom_address_hex": "H'C974", + "shadow_address": 62480, + "shadow_address_hex": "H'F410" + }, + { + "ascii": "", + "bytes_hex": "08 08", + "default_eeprom_word_after_record_blank": 2056, + "default_eeprom_word_after_record_blank_hex": "0x0808", + "factory_word": 2056, + "factory_word_hex": "0x0808", + "offset": 18, + "offset_hex": "0x12", + "rom_address": 51574, + "rom_address_hex": "H'C976", + "shadow_address": 62482, + "shadow_address_hex": "H'F412" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 20, + "offset_hex": "0x14", + "rom_address": 51576, + "rom_address_hex": "H'C978", + "shadow_address": 62484, + "shadow_address_hex": "H'F414" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 22, + "offset_hex": "0x16", + "rom_address": 51578, + "rom_address_hex": "H'C97A", + "shadow_address": 62486, + "shadow_address_hex": "H'F416" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 24, + "offset_hex": "0x18", + "rom_address": 51580, + "rom_address_hex": "H'C97C", + "shadow_address": 62488, + "shadow_address_hex": "H'F418" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 26, + "offset_hex": "0x1A", + "rom_address": 51582, + "rom_address_hex": "H'C97E", + "shadow_address": 62490, + "shadow_address_hex": "H'F41A" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 28, + "offset_hex": "0x1C", + "rom_address": 51584, + "rom_address_hex": "H'C980", + "shadow_address": 62492, + "shadow_address_hex": "H'F41C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 30, + "offset_hex": "0x1E", + "rom_address": 51586, + "rom_address_hex": "H'C982", + "shadow_address": 62494, + "shadow_address_hex": "H'F41E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 32, + "offset_hex": "0x20", + "rom_address": 51588, + "rom_address_hex": "H'C984", + "shadow_address": 62496, + "shadow_address_hex": "H'F420" + }, + { + "ascii": ". ", + "bytes_hex": "00 20", + "default_eeprom_word_after_record_blank": 32, + "default_eeprom_word_after_record_blank_hex": "0x0020", + "factory_word": 32, + "factory_word_hex": "0x0020", + "offset": 34, + "offset_hex": "0x22", + "rom_address": 51590, + "rom_address_hex": "H'C986", + "shadow_address": 62498, + "shadow_address_hex": "H'F422" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 36, + "offset_hex": "0x24", + "rom_address": 51592, + "rom_address_hex": "H'C988", + "shadow_address": 62500, + "shadow_address_hex": "H'F424" + }, + { + "ascii": "", + "bytes_hex": "04 00", + "default_eeprom_word_after_record_blank": 1024, + "default_eeprom_word_after_record_blank_hex": "0x0400", + "factory_word": 1024, + "factory_word_hex": "0x0400", + "offset": 38, + "offset_hex": "0x26", + "rom_address": 51594, + "rom_address_hex": "H'C98A", + "shadow_address": 62502, + "shadow_address_hex": "H'F426" + }, + { + "ascii": "", + "bytes_hex": "08 00", + "default_eeprom_word_after_record_blank": 2048, + "default_eeprom_word_after_record_blank_hex": "0x0800", + "factory_word": 2048, + "factory_word_hex": "0x0800", + "offset": 40, + "offset_hex": "0x28", + "rom_address": 51596, + "rom_address_hex": "H'C98C", + "shadow_address": 62504, + "shadow_address_hex": "H'F428" + }, + { + "ascii": ".@", + "bytes_hex": "00 40", + "default_eeprom_word_after_record_blank": 64, + "default_eeprom_word_after_record_blank_hex": "0x0040", + "factory_word": 64, + "factory_word_hex": "0x0040", + "offset": 42, + "offset_hex": "0x2A", + "rom_address": 51598, + "rom_address_hex": "H'C98E", + "shadow_address": 62506, + "shadow_address_hex": "H'F42A" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 44, + "offset_hex": "0x2C", + "rom_address": 51600, + "rom_address_hex": "H'C990", + "shadow_address": 62508, + "shadow_address_hex": "H'F42C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 46, + "offset_hex": "0x2E", + "rom_address": 51602, + "rom_address_hex": "H'C992", + "shadow_address": 62510, + "shadow_address_hex": "H'F42E" + }, + { + "ascii": "", + "bytes_hex": "FF 80", + "default_eeprom_word_after_record_blank": 65408, + "default_eeprom_word_after_record_blank_hex": "0xFF80", + "factory_word": 65408, + "factory_word_hex": "0xFF80", + "offset": 48, + "offset_hex": "0x30", + "rom_address": 51604, + "rom_address_hex": "H'C994", + "shadow_address": 62512, + "shadow_address_hex": "H'F430" + }, + { + "ascii": "@@", + "bytes_hex": "40 40", + "default_eeprom_word_after_record_blank": 16448, + "default_eeprom_word_after_record_blank_hex": "0x4040", + "factory_word": 16448, + "factory_word_hex": "0x4040", + "offset": 50, + "offset_hex": "0x32", + "rom_address": 51606, + "rom_address_hex": "H'C996", + "shadow_address": 62514, + "shadow_address_hex": "H'F432" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 52, + "offset_hex": "0x34", + "rom_address": 51608, + "rom_address_hex": "H'C998", + "shadow_address": 62516, + "shadow_address_hex": "H'F434" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 54, + "offset_hex": "0x36", + "rom_address": 51610, + "rom_address_hex": "H'C99A", + "shadow_address": 62518, + "shadow_address_hex": "H'F436" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 56, + "offset_hex": "0x38", + "rom_address": 51612, + "rom_address_hex": "H'C99C", + "shadow_address": 62520, + "shadow_address_hex": "H'F438" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 58, + "offset_hex": "0x3A", + "rom_address": 51614, + "rom_address_hex": "H'C99E", + "shadow_address": 62522, + "shadow_address_hex": "H'F43A" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 60, + "offset_hex": "0x3C", + "rom_address": 51616, + "rom_address_hex": "H'C9A0", + "shadow_address": 62524, + "shadow_address_hex": "H'F43C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 62, + "offset_hex": "0x3E", + "rom_address": 51618, + "rom_address_hex": "H'C9A2", + "shadow_address": 62526, + "shadow_address_hex": "H'F43E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 64, + "offset_hex": "0x40", + "rom_address": 51620, + "rom_address_hex": "H'C9A4", + "shadow_address": 62528, + "shadow_address_hex": "H'F440" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 66, + "offset_hex": "0x42", + "rom_address": 51622, + "rom_address_hex": "H'C9A6", + "shadow_address": 62530, + "shadow_address_hex": "H'F442" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 68, + "offset_hex": "0x44", + "rom_address": 51624, + "rom_address_hex": "H'C9A8", + "shadow_address": 62532, + "shadow_address_hex": "H'F444" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 70, + "offset_hex": "0x46", + "rom_address": 51626, + "rom_address_hex": "H'C9AA", + "shadow_address": 62534, + "shadow_address_hex": "H'F446" + }, + { + "ascii": "", + "bytes_hex": "F0 00", + "default_eeprom_word_after_record_blank": 61440, + "default_eeprom_word_after_record_blank_hex": "0xF000", + "factory_word": 61440, + "factory_word_hex": "0xF000", + "offset": 72, + "offset_hex": "0x48", + "rom_address": 51628, + "rom_address_hex": "H'C9AC", + "shadow_address": 62536, + "shadow_address_hex": "H'F448" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 74, + "offset_hex": "0x4A", + "rom_address": 51630, + "rom_address_hex": "H'C9AE", + "shadow_address": 62538, + "shadow_address_hex": "H'F44A" + }, + { + "ascii": " .", + "bytes_hex": "20 00", + "default_eeprom_word_after_record_blank": 8192, + "default_eeprom_word_after_record_blank_hex": "0x2000", + "factory_word": 8192, + "factory_word_hex": "0x2000", + "offset": 76, + "offset_hex": "0x4C", + "rom_address": 51632, + "rom_address_hex": "H'C9B0", + "shadow_address": 62540, + "shadow_address_hex": "H'F44C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 78, + "offset_hex": "0x4E", + "rom_address": 51634, + "rom_address_hex": "H'C9B2", + "shadow_address": 62542, + "shadow_address_hex": "H'F44E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 80, + "offset_hex": "0x50", + "rom_address": 51636, + "rom_address_hex": "H'C9B4", + "shadow_address": 62544, + "shadow_address_hex": "H'F450" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 82, + "offset_hex": "0x52", + "rom_address": 51638, + "rom_address_hex": "H'C9B6", + "shadow_address": 62546, + "shadow_address_hex": "H'F452" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 84, + "offset_hex": "0x54", + "rom_address": 51640, + "rom_address_hex": "H'C9B8", + "shadow_address": 62548, + "shadow_address_hex": "H'F454" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 86, + "offset_hex": "0x56", + "rom_address": 51642, + "rom_address_hex": "H'C9BA", + "shadow_address": 62550, + "shadow_address_hex": "H'F456" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 88, + "offset_hex": "0x58", + "rom_address": 51644, + "rom_address_hex": "H'C9BC", + "shadow_address": 62552, + "shadow_address_hex": "H'F458" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 90, + "offset_hex": "0x5A", + "rom_address": 51646, + "rom_address_hex": "H'C9BE", + "shadow_address": 62554, + "shadow_address_hex": "H'F45A" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 92, + "offset_hex": "0x5C", + "rom_address": 51648, + "rom_address_hex": "H'C9C0", + "shadow_address": 62556, + "shadow_address_hex": "H'F45C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 94, + "offset_hex": "0x5E", + "rom_address": 51650, + "rom_address_hex": "H'C9C2", + "shadow_address": 62558, + "shadow_address_hex": "H'F45E" + }, + { + "ascii": "", + "bytes_hex": "F8 00", + "default_eeprom_word_after_record_blank": 63488, + "default_eeprom_word_after_record_blank_hex": "0xF800", + "factory_word": 63488, + "factory_word_hex": "0xF800", + "offset": 96, + "offset_hex": "0x60", + "rom_address": 51652, + "rom_address_hex": "H'C9C4", + "shadow_address": 62560, + "shadow_address_hex": "H'F460" + }, + { + "ascii": "@.", + "bytes_hex": "40 00", + "default_eeprom_word_after_record_blank": 16384, + "default_eeprom_word_after_record_blank_hex": "0x4000", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "offset": 98, + "offset_hex": "0x62", + "rom_address": 51654, + "rom_address_hex": "H'C9C6", + "shadow_address": 62562, + "shadow_address_hex": "H'F462" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 100, + "offset_hex": "0x64", + "rom_address": 51656, + "rom_address_hex": "H'C9C8", + "shadow_address": 62564, + "shadow_address_hex": "H'F464" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 102, + "offset_hex": "0x66", + "rom_address": 51658, + "rom_address_hex": "H'C9CA", + "shadow_address": 62566, + "shadow_address_hex": "H'F466" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 104, + "offset_hex": "0x68", + "rom_address": 51660, + "rom_address_hex": "H'C9CC", + "shadow_address": 62568, + "shadow_address_hex": "H'F468" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 106, + "offset_hex": "0x6A", + "rom_address": 51662, + "rom_address_hex": "H'C9CE", + "shadow_address": 62570, + "shadow_address_hex": "H'F46A" + }, + { + "ascii": "@.", + "bytes_hex": "40 00", + "default_eeprom_word_after_record_blank": 16384, + "default_eeprom_word_after_record_blank_hex": "0x4000", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "offset": 108, + "offset_hex": "0x6C", + "rom_address": 51664, + "rom_address_hex": "H'C9D0", + "shadow_address": 62572, + "shadow_address_hex": "H'F46C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 110, + "offset_hex": "0x6E", + "rom_address": 51666, + "rom_address_hex": "H'C9D2", + "shadow_address": 62574, + "shadow_address_hex": "H'F46E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 112, + "offset_hex": "0x70", + "rom_address": 51668, + "rom_address_hex": "H'C9D4", + "shadow_address": 62576, + "shadow_address_hex": "H'F470" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 114, + "offset_hex": "0x72", + "rom_address": 51670, + "rom_address_hex": "H'C9D6", + "shadow_address": 62578, + "shadow_address_hex": "H'F472" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 116, + "offset_hex": "0x74", + "rom_address": 51672, + "rom_address_hex": "H'C9D8", + "shadow_address": 62580, + "shadow_address_hex": "H'F474" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 118, + "offset_hex": "0x76", + "rom_address": 51674, + "rom_address_hex": "H'C9DA", + "shadow_address": 62582, + "shadow_address_hex": "H'F476" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 120, + "offset_hex": "0x78", + "rom_address": 51676, + "rom_address_hex": "H'C9DC", + "shadow_address": 62584, + "shadow_address_hex": "H'F478" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 122, + "offset_hex": "0x7A", + "rom_address": 51678, + "rom_address_hex": "H'C9DE", + "shadow_address": 62586, + "shadow_address_hex": "H'F47A" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 124, + "offset_hex": "0x7C", + "rom_address": 51680, + "rom_address_hex": "H'C9E0", + "shadow_address": 62588, + "shadow_address_hex": "H'F47C" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 126, + "offset_hex": "0x7E", + "rom_address": 51682, + "rom_address_hex": "H'C9E2", + "shadow_address": 62590, + "shadow_address_hex": "H'F47E" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 128, + "offset_hex": "0x80", + "rom_address": 51684, + "rom_address_hex": "H'C9E4", + "shadow_address": 62592, + "shadow_address_hex": "H'F480" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 130, + "offset_hex": "0x82", + "rom_address": 51686, + "rom_address_hex": "H'C9E6", + "shadow_address": 62594, + "shadow_address_hex": "H'F482" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 132, + "offset_hex": "0x84", + "rom_address": 51688, + "rom_address_hex": "H'C9E8", + "shadow_address": 62596, + "shadow_address_hex": "H'F484" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 134, + "offset_hex": "0x86", + "rom_address": 51690, + "rom_address_hex": "H'C9EA", + "shadow_address": 62598, + "shadow_address_hex": "H'F486" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 136, + "offset_hex": "0x88", + "rom_address": 51692, + "rom_address_hex": "H'C9EC", + "shadow_address": 62600, + "shadow_address_hex": "H'F488" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 138, + "offset_hex": "0x8A", + "rom_address": 51694, + "rom_address_hex": "H'C9EE", + "shadow_address": 62602, + "shadow_address_hex": "H'F48A" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 140, + "offset_hex": "0x8C", + "rom_address": 51696, + "rom_address_hex": "H'C9F0", + "shadow_address": 62604, + "shadow_address_hex": "H'F48C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 142, + "offset_hex": "0x8E", + "rom_address": 51698, + "rom_address_hex": "H'C9F2", + "shadow_address": 62606, + "shadow_address_hex": "H'F48E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 144, + "offset_hex": "0x90", + "rom_address": 51700, + "rom_address_hex": "H'C9F4", + "shadow_address": 62608, + "shadow_address_hex": "H'F490" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 146, + "offset_hex": "0x92", + "rom_address": 51702, + "rom_address_hex": "H'C9F6", + "shadow_address": 62610, + "shadow_address_hex": "H'F492" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 148, + "offset_hex": "0x94", + "rom_address": 51704, + "rom_address_hex": "H'C9F8", + "shadow_address": 62612, + "shadow_address_hex": "H'F494" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 150, + "offset_hex": "0x96", + "rom_address": 51706, + "rom_address_hex": "H'C9FA", + "shadow_address": 62614, + "shadow_address_hex": "H'F496" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 152, + "offset_hex": "0x98", + "rom_address": 51708, + "rom_address_hex": "H'C9FC", + "shadow_address": 62616, + "shadow_address_hex": "H'F498" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 154, + "offset_hex": "0x9A", + "rom_address": 51710, + "rom_address_hex": "H'C9FE", + "shadow_address": 62618, + "shadow_address_hex": "H'F49A" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 156, + "offset_hex": "0x9C", + "rom_address": 51712, + "rom_address_hex": "H'CA00", + "shadow_address": 62620, + "shadow_address_hex": "H'F49C" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 158, + "offset_hex": "0x9E", + "rom_address": 51714, + "rom_address_hex": "H'CA02", + "shadow_address": 62622, + "shadow_address_hex": "H'F49E" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 160, + "offset_hex": "0xA0", + "rom_address": 51716, + "rom_address_hex": "H'CA04", + "shadow_address": 62624, + "shadow_address_hex": "H'F4A0" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 162, + "offset_hex": "0xA2", + "rom_address": 51718, + "rom_address_hex": "H'CA06", + "shadow_address": 62626, + "shadow_address_hex": "H'F4A2" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 164, + "offset_hex": "0xA4", + "rom_address": 51720, + "rom_address_hex": "H'CA08", + "shadow_address": 62628, + "shadow_address_hex": "H'F4A4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 166, + "offset_hex": "0xA6", + "rom_address": 51722, + "rom_address_hex": "H'CA0A", + "shadow_address": 62630, + "shadow_address_hex": "H'F4A6" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 168, + "offset_hex": "0xA8", + "rom_address": 51724, + "rom_address_hex": "H'CA0C", + "shadow_address": 62632, + "shadow_address_hex": "H'F4A8" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 170, + "offset_hex": "0xAA", + "rom_address": 51726, + "rom_address_hex": "H'CA0E", + "shadow_address": 62634, + "shadow_address_hex": "H'F4AA" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 172, + "offset_hex": "0xAC", + "rom_address": 51728, + "rom_address_hex": "H'CA10", + "shadow_address": 62636, + "shadow_address_hex": "H'F4AC" + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "offset": 174, + "offset_hex": "0xAE", + "rom_address": 51730, + "rom_address_hex": "H'CA12", + "shadow_address": 62638, + "shadow_address_hex": "H'F4AE" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 176, + "offset_hex": "0xB0", + "rom_address": 51732, + "rom_address_hex": "H'CA14", + "shadow_address": 62640, + "shadow_address_hex": "H'F4B0" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 178, + "offset_hex": "0xB2", + "rom_address": 51734, + "rom_address_hex": "H'CA16", + "shadow_address": 62642, + "shadow_address_hex": "H'F4B2" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 180, + "offset_hex": "0xB4", + "rom_address": 51736, + "rom_address_hex": "H'CA18", + "shadow_address": 62644, + "shadow_address_hex": "H'F4B4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 182, + "offset_hex": "0xB6", + "rom_address": 51738, + "rom_address_hex": "H'CA1A", + "shadow_address": 62646, + "shadow_address_hex": "H'F4B6" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 184, + "offset_hex": "0xB8", + "rom_address": 51740, + "rom_address_hex": "H'CA1C", + "shadow_address": 62648, + "shadow_address_hex": "H'F4B8" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 186, + "offset_hex": "0xBA", + "rom_address": 51742, + "rom_address_hex": "H'CA1E", + "shadow_address": 62650, + "shadow_address_hex": "H'F4BA" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 188, + "offset_hex": "0xBC", + "rom_address": 51744, + "rom_address_hex": "H'CA20", + "shadow_address": 62652, + "shadow_address_hex": "H'F4BC" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 190, + "offset_hex": "0xBE", + "rom_address": 51746, + "rom_address_hex": "H'CA22", + "shadow_address": 62654, + "shadow_address_hex": "H'F4BE" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 192, + "offset_hex": "0xC0", + "rom_address": 51748, + "rom_address_hex": "H'CA24", + "shadow_address": 62656, + "shadow_address_hex": "H'F4C0" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 194, + "offset_hex": "0xC2", + "rom_address": 51750, + "rom_address_hex": "H'CA26", + "shadow_address": 62658, + "shadow_address_hex": "H'F4C2" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 196, + "offset_hex": "0xC4", + "rom_address": 51752, + "rom_address_hex": "H'CA28", + "shadow_address": 62660, + "shadow_address_hex": "H'F4C4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 198, + "offset_hex": "0xC6", + "rom_address": 51754, + "rom_address_hex": "H'CA2A", + "shadow_address": 62662, + "shadow_address_hex": "H'F4C6" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 200, + "offset_hex": "0xC8", + "rom_address": 51756, + "rom_address_hex": "H'CA2C", + "shadow_address": 62664, + "shadow_address_hex": "H'F4C8" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 202, + "offset_hex": "0xCA", + "rom_address": 51758, + "rom_address_hex": "H'CA2E", + "shadow_address": 62666, + "shadow_address_hex": "H'F4CA" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 204, + "offset_hex": "0xCC", + "rom_address": 51760, + "rom_address_hex": "H'CA30", + "shadow_address": 62668, + "shadow_address_hex": "H'F4CC" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 206, + "offset_hex": "0xCE", + "rom_address": 51762, + "rom_address_hex": "H'CA32", + "shadow_address": 62670, + "shadow_address_hex": "H'F4CE" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 208, + "offset_hex": "0xD0", + "rom_address": 51764, + "rom_address_hex": "H'CA34", + "shadow_address": 62672, + "shadow_address_hex": "H'F4D0" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 210, + "offset_hex": "0xD2", + "rom_address": 51766, + "rom_address_hex": "H'CA36", + "shadow_address": 62674, + "shadow_address_hex": "H'F4D2" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 212, + "offset_hex": "0xD4", + "rom_address": 51768, + "rom_address_hex": "H'CA38", + "shadow_address": 62676, + "shadow_address_hex": "H'F4D4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 214, + "offset_hex": "0xD6", + "rom_address": 51770, + "rom_address_hex": "H'CA3A", + "shadow_address": 62678, + "shadow_address_hex": "H'F4D6" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 216, + "offset_hex": "0xD8", + "rom_address": 51772, + "rom_address_hex": "H'CA3C", + "shadow_address": 62680, + "shadow_address_hex": "H'F4D8" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 218, + "offset_hex": "0xDA", + "rom_address": 51774, + "rom_address_hex": "H'CA3E", + "shadow_address": 62682, + "shadow_address_hex": "H'F4DA" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 220, + "offset_hex": "0xDC", + "rom_address": 51776, + "rom_address_hex": "H'CA40", + "shadow_address": 62684, + "shadow_address_hex": "H'F4DC" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 222, + "offset_hex": "0xDE", + "rom_address": 51778, + "rom_address_hex": "H'CA42", + "shadow_address": 62686, + "shadow_address_hex": "H'F4DE" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 224, + "offset_hex": "0xE0", + "rom_address": 51780, + "rom_address_hex": "H'CA44", + "shadow_address": 62688, + "shadow_address_hex": "H'F4E0" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 226, + "offset_hex": "0xE2", + "rom_address": 51782, + "rom_address_hex": "H'CA46", + "shadow_address": 62690, + "shadow_address_hex": "H'F4E2" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 228, + "offset_hex": "0xE4", + "rom_address": 51784, + "rom_address_hex": "H'CA48", + "shadow_address": 62692, + "shadow_address_hex": "H'F4E4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 230, + "offset_hex": "0xE6", + "rom_address": 51786, + "rom_address_hex": "H'CA4A", + "shadow_address": 62694, + "shadow_address_hex": "H'F4E6" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 232, + "offset_hex": "0xE8", + "rom_address": 51788, + "rom_address_hex": "H'CA4C", + "shadow_address": 62696, + "shadow_address_hex": "H'F4E8" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 234, + "offset_hex": "0xEA", + "rom_address": 51790, + "rom_address_hex": "H'CA4E", + "shadow_address": 62698, + "shadow_address_hex": "H'F4EA" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 236, + "offset_hex": "0xEC", + "rom_address": 51792, + "rom_address_hex": "H'CA50", + "shadow_address": 62700, + "shadow_address_hex": "H'F4EC" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 238, + "offset_hex": "0xEE", + "rom_address": 51794, + "rom_address_hex": "H'CA52", + "shadow_address": 62702, + "shadow_address_hex": "H'F4EE" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 240, + "offset_hex": "0xF0", + "rom_address": 51796, + "rom_address_hex": "H'CA54", + "shadow_address": 62704, + "shadow_address_hex": "H'F4F0" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 242, + "offset_hex": "0xF2", + "rom_address": 51798, + "rom_address_hex": "H'CA56", + "shadow_address": 62706, + "shadow_address_hex": "H'F4F2" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 244, + "offset_hex": "0xF4", + "rom_address": 51800, + "rom_address_hex": "H'CA58", + "shadow_address": 62708, + "shadow_address_hex": "H'F4F4" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 246, + "offset_hex": "0xF6", + "rom_address": 51802, + "rom_address_hex": "H'CA5A", + "shadow_address": 62710, + "shadow_address_hex": "H'F4F6" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 248, + "offset_hex": "0xF8", + "rom_address": 51804, + "rom_address_hex": "H'CA5C", + "shadow_address": 62712, + "shadow_address_hex": "H'F4F8" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 250, + "offset_hex": "0xFA", + "rom_address": 51806, + "rom_address_hex": "H'CA5E", + "shadow_address": 62714, + "shadow_address_hex": "H'F4FA" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 252, + "offset_hex": "0xFC", + "rom_address": 51808, + "rom_address_hex": "H'CA60", + "shadow_address": 62716, + "shadow_address_hex": "H'F4FC" + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "offset": 254, + "offset_hex": "0xFE", + "rom_address": 51810, + "rom_address_hex": "H'CA62", + "shadow_address": 62718, + "shadow_address_hex": "H'F4FE" + } + ], + "notable_entries": [ + { + "ascii": "ko", + "bytes_hex": "6B 6F", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 27503, + "factory_word_hex": "0x6B6F", + "mapped_selectors_hex": [], + "offset": 2, + "offset_hex": "0x02", + "rom_address": 51558, + "rom_address_hex": "H'C966", + "shadow_address": 62466, + "shadow_address_hex": "H'F402", + "xref_count": 1 + }, + { + "ascii": "", + "bytes_hex": "FE 00", + "default_eeprom_word_after_record_blank": 8224, + "default_eeprom_word_after_record_blank_hex": "0x2020", + "factory_word": 65024, + "factory_word_hex": "0xFE00", + "mapped_selectors_hex": [], + "offset": 4, + "offset_hex": "0x04", + "rom_address": 51560, + "rom_address_hex": "H'C968", + "shadow_address": 62468, + "shadow_address_hex": "H'F404", + "xref_count": 8 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x004" + ], + "offset": 8, + "offset_hex": "0x08", + "rom_address": 51564, + "rom_address_hex": "H'C96C", + "shadow_address": 62472, + "shadow_address_hex": "H'F408", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x012" + ], + "offset": 10, + "offset_hex": "0x0A", + "rom_address": 51566, + "rom_address_hex": "H'C96E", + "shadow_address": 62474, + "shadow_address_hex": "H'F40A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x013" + ], + "offset": 12, + "offset_hex": "0x0C", + "rom_address": 51568, + "rom_address_hex": "H'C970", + "shadow_address": 62476, + "shadow_address_hex": "H'F40C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x017" + ], + "offset": 14, + "offset_hex": "0x0E", + "rom_address": 51570, + "rom_address_hex": "H'C972", + "shadow_address": 62478, + "shadow_address_hex": "H'F40E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x018" + ], + "offset": 16, + "offset_hex": "0x10", + "rom_address": 51572, + "rom_address_hex": "H'C974", + "shadow_address": 62480, + "shadow_address_hex": "H'F410", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "08 08", + "default_eeprom_word_after_record_blank": 2056, + "default_eeprom_word_after_record_blank_hex": "0x0808", + "factory_word": 2056, + "factory_word_hex": "0x0808", + "mapped_selectors_hex": [ + "0x01A" + ], + "offset": 18, + "offset_hex": "0x12", + "rom_address": 51574, + "rom_address_hex": "H'C976", + "shadow_address": 62482, + "shadow_address_hex": "H'F412", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x01F" + ], + "offset": 20, + "offset_hex": "0x14", + "rom_address": 51576, + "rom_address_hex": "H'C978", + "shadow_address": 62484, + "shadow_address_hex": "H'F414", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x020" + ], + "offset": 22, + "offset_hex": "0x16", + "rom_address": 51578, + "rom_address_hex": "H'C97A", + "shadow_address": 62486, + "shadow_address_hex": "H'F416", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x023" + ], + "offset": 24, + "offset_hex": "0x18", + "rom_address": 51580, + "rom_address_hex": "H'C97C", + "shadow_address": 62488, + "shadow_address_hex": "H'F418", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x037" + ], + "offset": 26, + "offset_hex": "0x1A", + "rom_address": 51582, + "rom_address_hex": "H'C97E", + "shadow_address": 62490, + "shadow_address_hex": "H'F41A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x038" + ], + "offset": 28, + "offset_hex": "0x1C", + "rom_address": 51584, + "rom_address_hex": "H'C980", + "shadow_address": 62492, + "shadow_address_hex": "H'F41C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x080" + ], + "offset": 30, + "offset_hex": "0x1E", + "rom_address": 51586, + "rom_address_hex": "H'C982", + "shadow_address": 62494, + "shadow_address_hex": "H'F41E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x081" + ], + "offset": 32, + "offset_hex": "0x20", + "rom_address": 51588, + "rom_address_hex": "H'C984", + "shadow_address": 62496, + "shadow_address_hex": "H'F420", + "xref_count": 0 + }, + { + "ascii": ". ", + "bytes_hex": "00 20", + "default_eeprom_word_after_record_blank": 32, + "default_eeprom_word_after_record_blank_hex": "0x0020", + "factory_word": 32, + "factory_word_hex": "0x0020", + "mapped_selectors_hex": [ + "0x083" + ], + "offset": 34, + "offset_hex": "0x22", + "rom_address": 51590, + "rom_address_hex": "H'C986", + "shadow_address": 62498, + "shadow_address_hex": "H'F422", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x088" + ], + "offset": 36, + "offset_hex": "0x24", + "rom_address": 51592, + "rom_address_hex": "H'C988", + "shadow_address": 62500, + "shadow_address_hex": "H'F424", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "04 00", + "default_eeprom_word_after_record_blank": 1024, + "default_eeprom_word_after_record_blank_hex": "0x0400", + "factory_word": 1024, + "factory_word_hex": "0x0400", + "mapped_selectors_hex": [ + "0x089" + ], + "offset": 38, + "offset_hex": "0x26", + "rom_address": 51594, + "rom_address_hex": "H'C98A", + "shadow_address": 62502, + "shadow_address_hex": "H'F426", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "08 00", + "default_eeprom_word_after_record_blank": 2048, + "default_eeprom_word_after_record_blank_hex": "0x0800", + "factory_word": 2048, + "factory_word_hex": "0x0800", + "mapped_selectors_hex": [ + "0x08B" + ], + "offset": 40, + "offset_hex": "0x28", + "rom_address": 51596, + "rom_address_hex": "H'C98C", + "shadow_address": 62504, + "shadow_address_hex": "H'F428", + "xref_count": 0 + }, + { + "ascii": ".@", + "bytes_hex": "00 40", + "default_eeprom_word_after_record_blank": 64, + "default_eeprom_word_after_record_blank_hex": "0x0040", + "factory_word": 64, + "factory_word_hex": "0x0040", + "mapped_selectors_hex": [ + "0x08D" + ], + "offset": 42, + "offset_hex": "0x2A", + "rom_address": 51598, + "rom_address_hex": "H'C98E", + "shadow_address": 62506, + "shadow_address_hex": "H'F42A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x08F" + ], + "offset": 44, + "offset_hex": "0x2C", + "rom_address": 51600, + "rom_address_hex": "H'C990", + "shadow_address": 62508, + "shadow_address_hex": "H'F42C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x091" + ], + "offset": 46, + "offset_hex": "0x2E", + "rom_address": 51602, + "rom_address_hex": "H'C992", + "shadow_address": 62510, + "shadow_address_hex": "H'F42E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "FF 80", + "default_eeprom_word_after_record_blank": 65408, + "default_eeprom_word_after_record_blank_hex": "0xFF80", + "factory_word": 65408, + "factory_word_hex": "0xFF80", + "mapped_selectors_hex": [ + "0x092" + ], + "offset": 48, + "offset_hex": "0x30", + "rom_address": 51604, + "rom_address_hex": "H'C994", + "shadow_address": 62512, + "shadow_address_hex": "H'F430", + "xref_count": 0 + }, + { + "ascii": "@@", + "bytes_hex": "40 40", + "default_eeprom_word_after_record_blank": 16448, + "default_eeprom_word_after_record_blank_hex": "0x4040", + "factory_word": 16448, + "factory_word_hex": "0x4040", + "mapped_selectors_hex": [ + "0x093" + ], + "offset": 50, + "offset_hex": "0x32", + "rom_address": 51606, + "rom_address_hex": "H'C996", + "shadow_address": 62514, + "shadow_address_hex": "H'F432", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x095" + ], + "offset": 52, + "offset_hex": "0x34", + "rom_address": 51608, + "rom_address_hex": "H'C998", + "shadow_address": 62516, + "shadow_address_hex": "H'F434", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x098" + ], + "offset": 54, + "offset_hex": "0x36", + "rom_address": 51610, + "rom_address_hex": "H'C99A", + "shadow_address": 62518, + "shadow_address_hex": "H'F436", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x09A" + ], + "offset": 56, + "offset_hex": "0x38", + "rom_address": 51612, + "rom_address_hex": "H'C99C", + "shadow_address": 62520, + "shadow_address_hex": "H'F438", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x09D" + ], + "offset": 58, + "offset_hex": "0x3A", + "rom_address": 51614, + "rom_address_hex": "H'C99E", + "shadow_address": 62522, + "shadow_address_hex": "H'F43A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x09E" + ], + "offset": 60, + "offset_hex": "0x3C", + "rom_address": 51616, + "rom_address_hex": "H'C9A0", + "shadow_address": 62524, + "shadow_address_hex": "H'F43C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x09F" + ], + "offset": 62, + "offset_hex": "0x3E", + "rom_address": 51618, + "rom_address_hex": "H'C9A2", + "shadow_address": 62526, + "shadow_address_hex": "H'F43E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0A3" + ], + "offset": 64, + "offset_hex": "0x40", + "rom_address": 51620, + "rom_address_hex": "H'C9A4", + "shadow_address": 62528, + "shadow_address_hex": "H'F440", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0A4" + ], + "offset": 66, + "offset_hex": "0x42", + "rom_address": 51622, + "rom_address_hex": "H'C9A6", + "shadow_address": 62530, + "shadow_address_hex": "H'F442", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0A5" + ], + "offset": 68, + "offset_hex": "0x44", + "rom_address": 51624, + "rom_address_hex": "H'C9A8", + "shadow_address": 62532, + "shadow_address_hex": "H'F444", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0A6" + ], + "offset": 70, + "offset_hex": "0x46", + "rom_address": 51626, + "rom_address_hex": "H'C9AA", + "shadow_address": 62534, + "shadow_address_hex": "H'F446", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "F0 00", + "default_eeprom_word_after_record_blank": 61440, + "default_eeprom_word_after_record_blank_hex": "0xF000", + "factory_word": 61440, + "factory_word_hex": "0xF000", + "mapped_selectors_hex": [ + "0x0A7" + ], + "offset": 72, + "offset_hex": "0x48", + "rom_address": 51628, + "rom_address_hex": "H'C9AC", + "shadow_address": 62536, + "shadow_address_hex": "H'F448", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0A9" + ], + "offset": 74, + "offset_hex": "0x4A", + "rom_address": 51630, + "rom_address_hex": "H'C9AE", + "shadow_address": 62538, + "shadow_address_hex": "H'F44A", + "xref_count": 0 + }, + { + "ascii": " .", + "bytes_hex": "20 00", + "default_eeprom_word_after_record_blank": 8192, + "default_eeprom_word_after_record_blank_hex": "0x2000", + "factory_word": 8192, + "factory_word_hex": "0x2000", + "mapped_selectors_hex": [ + "0x0AA" + ], + "offset": 76, + "offset_hex": "0x4C", + "rom_address": 51632, + "rom_address_hex": "H'C9B0", + "shadow_address": 62540, + "shadow_address_hex": "H'F44C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0AC" + ], + "offset": 78, + "offset_hex": "0x4E", + "rom_address": 51634, + "rom_address_hex": "H'C9B2", + "shadow_address": 62542, + "shadow_address_hex": "H'F44E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0AD" + ], + "offset": 80, + "offset_hex": "0x50", + "rom_address": 51636, + "rom_address_hex": "H'C9B4", + "shadow_address": 62544, + "shadow_address_hex": "H'F450", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0AE" + ], + "offset": 82, + "offset_hex": "0x52", + "rom_address": 51638, + "rom_address_hex": "H'C9B6", + "shadow_address": 62546, + "shadow_address_hex": "H'F452", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0AF" + ], + "offset": 84, + "offset_hex": "0x54", + "rom_address": 51640, + "rom_address_hex": "H'C9B8", + "shadow_address": 62548, + "shadow_address_hex": "H'F454", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0B0" + ], + "offset": 86, + "offset_hex": "0x56", + "rom_address": 51642, + "rom_address_hex": "H'C9BA", + "shadow_address": 62550, + "shadow_address_hex": "H'F456", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0B2" + ], + "offset": 88, + "offset_hex": "0x58", + "rom_address": 51644, + "rom_address_hex": "H'C9BC", + "shadow_address": 62552, + "shadow_address_hex": "H'F458", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0B3" + ], + "offset": 90, + "offset_hex": "0x5A", + "rom_address": 51646, + "rom_address_hex": "H'C9BE", + "shadow_address": 62554, + "shadow_address_hex": "H'F45A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0B4" + ], + "offset": 92, + "offset_hex": "0x5C", + "rom_address": 51648, + "rom_address_hex": "H'C9C0", + "shadow_address": 62556, + "shadow_address_hex": "H'F45C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0B6" + ], + "offset": 94, + "offset_hex": "0x5E", + "rom_address": 51650, + "rom_address_hex": "H'C9C2", + "shadow_address": 62558, + "shadow_address_hex": "H'F45E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "F8 00", + "default_eeprom_word_after_record_blank": 63488, + "default_eeprom_word_after_record_blank_hex": "0xF800", + "factory_word": 63488, + "factory_word_hex": "0xF800", + "mapped_selectors_hex": [ + "0x0B7" + ], + "offset": 96, + "offset_hex": "0x60", + "rom_address": 51652, + "rom_address_hex": "H'C9C4", + "shadow_address": 62560, + "shadow_address_hex": "H'F460", + "xref_count": 0 + }, + { + "ascii": "@.", + "bytes_hex": "40 00", + "default_eeprom_word_after_record_blank": 16384, + "default_eeprom_word_after_record_blank_hex": "0x4000", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "mapped_selectors_hex": [ + "0x0B9" + ], + "offset": 98, + "offset_hex": "0x62", + "rom_address": 51654, + "rom_address_hex": "H'C9C6", + "shadow_address": 62562, + "shadow_address_hex": "H'F462", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0BC" + ], + "offset": 100, + "offset_hex": "0x64", + "rom_address": 51656, + "rom_address_hex": "H'C9C8", + "shadow_address": 62564, + "shadow_address_hex": "H'F464", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0BD" + ], + "offset": 102, + "offset_hex": "0x66", + "rom_address": 51658, + "rom_address_hex": "H'C9CA", + "shadow_address": 62566, + "shadow_address_hex": "H'F466", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C0" + ], + "offset": 104, + "offset_hex": "0x68", + "rom_address": 51660, + "rom_address_hex": "H'C9CC", + "shadow_address": 62568, + "shadow_address_hex": "H'F468", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C1" + ], + "offset": 106, + "offset_hex": "0x6A", + "rom_address": 51662, + "rom_address_hex": "H'C9CE", + "shadow_address": 62570, + "shadow_address_hex": "H'F46A", + "xref_count": 0 + }, + { + "ascii": "@.", + "bytes_hex": "40 00", + "default_eeprom_word_after_record_blank": 16384, + "default_eeprom_word_after_record_blank_hex": "0x4000", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "mapped_selectors_hex": [ + "0x0C3" + ], + "offset": 108, + "offset_hex": "0x6C", + "rom_address": 51664, + "rom_address_hex": "H'C9D0", + "shadow_address": 62572, + "shadow_address_hex": "H'F46C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C4" + ], + "offset": 110, + "offset_hex": "0x6E", + "rom_address": 51666, + "rom_address_hex": "H'C9D2", + "shadow_address": 62574, + "shadow_address_hex": "H'F46E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C5" + ], + "offset": 112, + "offset_hex": "0x70", + "rom_address": 51668, + "rom_address_hex": "H'C9D4", + "shadow_address": 62576, + "shadow_address_hex": "H'F470", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C6" + ], + "offset": 114, + "offset_hex": "0x72", + "rom_address": 51670, + "rom_address_hex": "H'C9D6", + "shadow_address": 62578, + "shadow_address_hex": "H'F472", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0C7" + ], + "offset": 116, + "offset_hex": "0x74", + "rom_address": 51672, + "rom_address_hex": "H'C9D8", + "shadow_address": 62580, + "shadow_address_hex": "H'F474", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0C8" + ], + "offset": 118, + "offset_hex": "0x76", + "rom_address": 51674, + "rom_address_hex": "H'C9DA", + "shadow_address": 62582, + "shadow_address_hex": "H'F476", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0C9" + ], + "offset": 120, + "offset_hex": "0x78", + "rom_address": 51676, + "rom_address_hex": "H'C9DC", + "shadow_address": 62584, + "shadow_address_hex": "H'F478", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0CA" + ], + "offset": 122, + "offset_hex": "0x7A", + "rom_address": 51678, + "rom_address_hex": "H'C9DE", + "shadow_address": 62586, + "shadow_address_hex": "H'F47A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0CB" + ], + "offset": 124, + "offset_hex": "0x7C", + "rom_address": 51680, + "rom_address_hex": "H'C9E0", + "shadow_address": 62588, + "shadow_address_hex": "H'F47C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0CC" + ], + "offset": 126, + "offset_hex": "0x7E", + "rom_address": 51682, + "rom_address_hex": "H'C9E2", + "shadow_address": 62590, + "shadow_address_hex": "H'F47E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x0CD" + ], + "offset": 128, + "offset_hex": "0x80", + "rom_address": 51684, + "rom_address_hex": "H'C9E4", + "shadow_address": 62592, + "shadow_address_hex": "H'F480", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D4" + ], + "offset": 130, + "offset_hex": "0x82", + "rom_address": 51686, + "rom_address_hex": "H'C9E6", + "shadow_address": 62594, + "shadow_address_hex": "H'F482", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D5" + ], + "offset": 132, + "offset_hex": "0x84", + "rom_address": 51688, + "rom_address_hex": "H'C9E8", + "shadow_address": 62596, + "shadow_address_hex": "H'F484", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D6" + ], + "offset": 134, + "offset_hex": "0x86", + "rom_address": 51690, + "rom_address_hex": "H'C9EA", + "shadow_address": 62598, + "shadow_address_hex": "H'F486", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D7" + ], + "offset": 136, + "offset_hex": "0x88", + "rom_address": 51692, + "rom_address_hex": "H'C9EC", + "shadow_address": 62600, + "shadow_address_hex": "H'F488", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D8" + ], + "offset": 138, + "offset_hex": "0x8A", + "rom_address": 51694, + "rom_address_hex": "H'C9EE", + "shadow_address": 62602, + "shadow_address_hex": "H'F48A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0D9" + ], + "offset": 140, + "offset_hex": "0x8C", + "rom_address": 51696, + "rom_address_hex": "H'C9F0", + "shadow_address": 62604, + "shadow_address_hex": "H'F48C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0DA" + ], + "offset": 142, + "offset_hex": "0x8E", + "rom_address": 51698, + "rom_address_hex": "H'C9F2", + "shadow_address": 62606, + "shadow_address_hex": "H'F48E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0F6" + ], + "offset": 144, + "offset_hex": "0x90", + "rom_address": 51700, + "rom_address_hex": "H'C9F4", + "shadow_address": 62608, + "shadow_address_hex": "H'F490", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0F9" + ], + "offset": 146, + "offset_hex": "0x92", + "rom_address": 51702, + "rom_address_hex": "H'C9F6", + "shadow_address": 62610, + "shadow_address_hex": "H'F492", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FA" + ], + "offset": 148, + "offset_hex": "0x94", + "rom_address": 51704, + "rom_address_hex": "H'C9F8", + "shadow_address": 62612, + "shadow_address_hex": "H'F494", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FB" + ], + "offset": 150, + "offset_hex": "0x96", + "rom_address": 51706, + "rom_address_hex": "H'C9FA", + "shadow_address": 62614, + "shadow_address_hex": "H'F496", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FC" + ], + "offset": 152, + "offset_hex": "0x98", + "rom_address": 51708, + "rom_address_hex": "H'C9FC", + "shadow_address": 62616, + "shadow_address_hex": "H'F498", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FD" + ], + "offset": 154, + "offset_hex": "0x9A", + "rom_address": 51710, + "rom_address_hex": "H'C9FE", + "shadow_address": 62618, + "shadow_address_hex": "H'F49A", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FE" + ], + "offset": 156, + "offset_hex": "0x9C", + "rom_address": 51712, + "rom_address_hex": "H'CA00", + "shadow_address": 62620, + "shadow_address_hex": "H'F49C", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x0FF" + ], + "offset": 158, + "offset_hex": "0x9E", + "rom_address": 51714, + "rom_address_hex": "H'CA02", + "shadow_address": 62622, + "shadow_address_hex": "H'F49E", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x100" + ], + "offset": 160, + "offset_hex": "0xA0", + "rom_address": 51716, + "rom_address_hex": "H'CA04", + "shadow_address": 62624, + "shadow_address_hex": "H'F4A0", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x101" + ], + "offset": 162, + "offset_hex": "0xA2", + "rom_address": 51718, + "rom_address_hex": "H'CA06", + "shadow_address": 62626, + "shadow_address_hex": "H'F4A2", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x10F" + ], + "offset": 164, + "offset_hex": "0xA4", + "rom_address": 51720, + "rom_address_hex": "H'CA08", + "shadow_address": 62628, + "shadow_address_hex": "H'F4A4", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x110" + ], + "offset": 166, + "offset_hex": "0xA6", + "rom_address": 51722, + "rom_address_hex": "H'CA0A", + "shadow_address": 62630, + "shadow_address_hex": "H'F4A6", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x111" + ], + "offset": 168, + "offset_hex": "0xA8", + "rom_address": 51724, + "rom_address_hex": "H'CA0C", + "shadow_address": 62632, + "shadow_address_hex": "H'F4A8", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x112" + ], + "offset": 170, + "offset_hex": "0xAA", + "rom_address": 51726, + "rom_address_hex": "H'CA0E", + "shadow_address": 62634, + "shadow_address_hex": "H'F4AA", + "xref_count": 1 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x113" + ], + "offset": 172, + "offset_hex": "0xAC", + "rom_address": 51728, + "rom_address_hex": "H'CA10", + "shadow_address": 62636, + "shadow_address_hex": "H'F4AC", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "80 00", + "default_eeprom_word_after_record_blank": 32768, + "default_eeprom_word_after_record_blank_hex": "0x8000", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapped_selectors_hex": [ + "0x114" + ], + "offset": 174, + "offset_hex": "0xAE", + "rom_address": 51730, + "rom_address_hex": "H'CA12", + "shadow_address": 62638, + "shadow_address_hex": "H'F4AE", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x180" + ], + "offset": 176, + "offset_hex": "0xB0", + "rom_address": 51732, + "rom_address_hex": "H'CA14", + "shadow_address": 62640, + "shadow_address_hex": "H'F4B0", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x181" + ], + "offset": 178, + "offset_hex": "0xB2", + "rom_address": 51734, + "rom_address_hex": "H'CA16", + "shadow_address": 62642, + "shadow_address_hex": "H'F4B2", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x182" + ], + "offset": 180, + "offset_hex": "0xB4", + "rom_address": 51736, + "rom_address_hex": "H'CA18", + "shadow_address": 62644, + "shadow_address_hex": "H'F4B4", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x183" + ], + "offset": 182, + "offset_hex": "0xB6", + "rom_address": 51738, + "rom_address_hex": "H'CA1A", + "shadow_address": 62646, + "shadow_address_hex": "H'F4B6", + "xref_count": 0 + }, + { + "ascii": "", + "bytes_hex": "00 00", + "default_eeprom_word_after_record_blank": 0, + "default_eeprom_word_after_record_blank_hex": "0x0000", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapped_selectors_hex": [ + "0x1F4" + ], + "offset": 184, + "offset_hex": "0xB8", + "rom_address": 51740, + "rom_address_hex": "H'CA1C", + "shadow_address": 62648, + "shadow_address_hex": "H'F4B8", + "xref_count": 0 + } + ], + "rom_base": 51556, + "rom_base_hex": "H'C964", + "shadow_base": 62464, + "shadow_base_hex": "H'F400", + "shadow_range_hex": "H'F400-H'F4FF" + }, + "kind": "eeprom_layout", + "persistent_records": [ + { + "default_bytes_hex": "00 00 6B 6F FE 00 00 00", + "default_text": "..ko....", + "default_words": [ + 0, + 27503, + 65024, + 0 + ], + "default_words_hex": [ + "0x0000", + "0x6B6F", + "0xFE00", + "0x0000" + ], + "eeprom_base": 0, + "eeprom_base_hex": "0x000", + "eeprom_range_hex": "0x000-0x007", + "ram_base": 63408, + "ram_base_hex": "H'F7B0", + "ram_range_hex": "H'F7B0-H'F7B7", + "record_index": 0, + "record_index_hex": "0x0", + "role_candidate": "page-0 signature/options header", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 256, + "eeprom_base_hex": "0x100", + "eeprom_range_hex": "0x100-0x107", + "ram_base": 63416, + "ram_base_hex": "H'F7B8", + "ram_range_hex": "H'F7B8-H'F7BF", + "record_index": 1, + "record_index_hex": "0x1", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 512, + "eeprom_base_hex": "0x200", + "eeprom_range_hex": "0x200-0x207", + "ram_base": 63424, + "ram_base_hex": "H'F7C0", + "ram_range_hex": "H'F7C0-H'F7C7", + "record_index": 2, + "record_index_hex": "0x2", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 768, + "eeprom_base_hex": "0x300", + "eeprom_range_hex": "0x300-0x307", + "ram_base": 63432, + "ram_base_hex": "H'F7C8", + "ram_range_hex": "H'F7C8-H'F7CF", + "record_index": 3, + "record_index_hex": "0x3", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 1024, + "eeprom_base_hex": "0x400", + "eeprom_range_hex": "0x400-0x407", + "ram_base": 63440, + "ram_base_hex": "H'F7D0", + "ram_range_hex": "H'F7D0-H'F7D7", + "record_index": 4, + "record_index_hex": "0x4", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 1280, + "eeprom_base_hex": "0x500", + "eeprom_range_hex": "0x500-0x507", + "ram_base": 63448, + "ram_base_hex": "H'F7D8", + "ram_range_hex": "H'F7D8-H'F7DF", + "record_index": 5, + "record_index_hex": "0x5", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 1536, + "eeprom_base_hex": "0x600", + "eeprom_range_hex": "0x600-0x607", + "ram_base": 63456, + "ram_base_hex": "H'F7E0", + "ram_range_hex": "H'F7E0-H'F7E7", + "record_index": 6, + "record_index_hex": "0x6", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 1792, + "eeprom_base_hex": "0x700", + "eeprom_range_hex": "0x700-0x707", + "ram_base": 63464, + "ram_base_hex": "H'F7E8", + "ram_range_hex": "H'F7E8-H'F7EF", + "record_index": 7, + "record_index_hex": "0x7", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 2048, + "eeprom_base_hex": "0x800", + "eeprom_range_hex": "0x800-0x807", + "ram_base": 63472, + "ram_base_hex": "H'F7F0", + "ram_range_hex": "H'F7F0-H'F7F7", + "record_index": 8, + "record_index_hex": "0x8", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 2304, + "eeprom_base_hex": "0x900", + "eeprom_range_hex": "0x900-0x907", + "ram_base": 63480, + "ram_base_hex": "H'F7F8", + "ram_range_hex": "H'F7F8-H'F7FF", + "record_index": 9, + "record_index_hex": "0x9", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 2560, + "eeprom_base_hex": "0xA00", + "eeprom_range_hex": "0xA00-0xA07", + "ram_base": 63488, + "ram_base_hex": "H'F800", + "ram_range_hex": "H'F800-H'F807", + "record_index": 10, + "record_index_hex": "0xA", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 2816, + "eeprom_base_hex": "0xB00", + "eeprom_range_hex": "0xB00-0xB07", + "ram_base": 63496, + "ram_base_hex": "H'F808", + "ram_range_hex": "H'F808-H'F80F", + "record_index": 11, + "record_index_hex": "0xB", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 3072, + "eeprom_base_hex": "0xC00", + "eeprom_range_hex": "0xC00-0xC07", + "ram_base": 63504, + "ram_base_hex": "H'F810", + "ram_range_hex": "H'F810-H'F817", + "record_index": 12, + "record_index_hex": "0xC", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 3328, + "eeprom_base_hex": "0xD00", + "eeprom_range_hex": "0xD00-0xD07", + "ram_base": 63512, + "ram_base_hex": "H'F818", + "ram_range_hex": "H'F818-H'F81F", + "record_index": 13, + "record_index_hex": "0xD", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 3584, + "eeprom_base_hex": "0xE00", + "eeprom_range_hex": "0xE00-0xE07", + "ram_base": 63520, + "ram_base_hex": "H'F820", + "ram_range_hex": "H'F820-H'F827", + "record_index": 14, + "record_index_hex": "0xE", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + }, + { + "default_bytes_hex": "20 20 20 20 20 20 20 20", + "default_text": " ", + "default_words": [ + 8224, + 8224, + 8224, + 8224 + ], + "default_words_hex": [ + "0x2020", + "0x2020", + "0x2020", + "0x2020" + ], + "eeprom_base": 3840, + "eeprom_base_hex": "0xF00", + "eeprom_range_hex": "0xF00-0xF07", + "ram_base": 63528, + "ram_base_hex": "H'F828", + "ram_range_hex": "H'F828-H'F82F", + "record_index": 15, + "record_index_hex": "0xF", + "role_candidate": "8-byte persistent label/identity slot", + "word_offsets": [ + 0, + 2, + 4, + 6 + ] + } + ], + "physical_model": { + "banks": [ + { + "control_read": 161, + "control_read_hex": "A1", + "control_write": 160, + "control_write_hex": "A0", + "logical_range": [ + 0, + 2047 + ], + "logical_range_hex": "0x000-0x7FF", + "name": "lower_x24164_candidate" + }, + { + "control_read": 225, + "control_read_hex": "E1", + "control_write": 224, + "control_write_hex": "E0", + "logical_range": [ + 2048, + 4095 + ], + "logical_range_hex": "0x800-0xFFF", + "name": "upper_x24164_candidate" + } + ], + "bus": "P91/SCL and P97/SDA bit-banged two-wire bus through ROM routines C121/C08B/C0DB/C10C/C142", + "page_count": 16, + "page_model": "16 logical pages of 0x100 bytes; low 8 address bits are sent as the EEPROM word address", + "page_size": 256 + }, + "serial_persistence_mapping": { + "address_formula": "command 4 persists to EEPROM address (((F76E & 0x0F) << 8) | (mapping_low_byte & 0xFE)) when F76E.7 is set", + "entries": [ + { + "aligned_shadow_address": 62472, + "aligned_shadow_address_hex": "H'F408", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 8, + "eeprom_word_offset_hex": "0x08", + "entry_address": 50540, + "entry_address_hex": "H'C56C", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 72, + "mapping_high_byte_hex": "0x48", + "mapping_low_byte": 8, + "mapping_low_byte_hex": "0x08", + "mapping_word": 18440, + "mapping_word_hex": "0x4808", + "selector": 4, + "selector_hex": "0x004", + "shadow_address": 62472, + "shadow_address_hex": "H'F408", + "shadow_offset": 8, + "shadow_offset_hex": "0x08" + }, + { + "aligned_shadow_address": 62474, + "aligned_shadow_address_hex": "H'F40A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 10, + "eeprom_word_offset_hex": "0x0A", + "entry_address": 50568, + "entry_address_hex": "H'C588", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 8, + "mapping_high_byte_hex": "0x08", + "mapping_low_byte": 10, + "mapping_low_byte_hex": "0x0A", + "mapping_word": 2058, + "mapping_word_hex": "0x080A", + "selector": 18, + "selector_hex": "0x012", + "shadow_address": 62474, + "shadow_address_hex": "H'F40A", + "shadow_offset": 10, + "shadow_offset_hex": "0x0A" + }, + { + "aligned_shadow_address": 62476, + "aligned_shadow_address_hex": "H'F40C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 12, + "eeprom_word_offset_hex": "0x0C", + "entry_address": 50570, + "entry_address_hex": "H'C58A", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 8, + "mapping_high_byte_hex": "0x08", + "mapping_low_byte": 12, + "mapping_low_byte_hex": "0x0C", + "mapping_word": 2060, + "mapping_word_hex": "0x080C", + "selector": 19, + "selector_hex": "0x013", + "shadow_address": 62476, + "shadow_address_hex": "H'F40C", + "shadow_offset": 12, + "shadow_offset_hex": "0x0C" + }, + { + "aligned_shadow_address": 62478, + "aligned_shadow_address_hex": "H'F40E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 14, + "eeprom_word_offset_hex": "0x0E", + "entry_address": 50578, + "entry_address_hex": "H'C592", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 14, + "mapping_low_byte_hex": "0x0E", + "mapping_word": 24590, + "mapping_word_hex": "0x600E", + "selector": 23, + "selector_hex": "0x017", + "shadow_address": 62478, + "shadow_address_hex": "H'F40E", + "shadow_offset": 14, + "shadow_offset_hex": "0x0E" + }, + { + "aligned_shadow_address": 62480, + "aligned_shadow_address_hex": "H'F410", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 16, + "eeprom_word_offset_hex": "0x10", + "entry_address": 50580, + "entry_address_hex": "H'C594", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 16, + "mapping_low_byte_hex": "0x10", + "mapping_word": 24592, + "mapping_word_hex": "0x6010", + "selector": 24, + "selector_hex": "0x018", + "shadow_address": 62480, + "shadow_address_hex": "H'F410", + "shadow_offset": 16, + "shadow_offset_hex": "0x10" + }, + { + "aligned_shadow_address": 62482, + "aligned_shadow_address_hex": "H'F412", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 18, + "eeprom_word_offset_hex": "0x12", + "entry_address": 50584, + "entry_address_hex": "H'C598", + "factory_ascii": "", + "factory_word": 2056, + "factory_word_hex": "0x0808", + "mapping_high_byte": 16, + "mapping_high_byte_hex": "0x10", + "mapping_low_byte": 18, + "mapping_low_byte_hex": "0x12", + "mapping_word": 4114, + "mapping_word_hex": "0x1012", + "selector": 26, + "selector_hex": "0x01A", + "shadow_address": 62482, + "shadow_address_hex": "H'F412", + "shadow_offset": 18, + "shadow_offset_hex": "0x12" + }, + { + "aligned_shadow_address": 62484, + "aligned_shadow_address_hex": "H'F414", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 20, + "eeprom_word_offset_hex": "0x14", + "entry_address": 50594, + "entry_address_hex": "H'C5A2", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 20, + "mapping_low_byte_hex": "0x14", + "mapping_word": 17428, + "mapping_word_hex": "0x4414", + "selector": 31, + "selector_hex": "0x01F", + "shadow_address": 62484, + "shadow_address_hex": "H'F414", + "shadow_offset": 20, + "shadow_offset_hex": "0x14" + }, + { + "aligned_shadow_address": 62486, + "aligned_shadow_address_hex": "H'F416", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 22, + "eeprom_word_offset_hex": "0x16", + "entry_address": 50596, + "entry_address_hex": "H'C5A4", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 22, + "mapping_low_byte_hex": "0x16", + "mapping_word": 17430, + "mapping_word_hex": "0x4416", + "selector": 32, + "selector_hex": "0x020", + "shadow_address": 62486, + "shadow_address_hex": "H'F416", + "shadow_offset": 22, + "shadow_offset_hex": "0x16" + }, + { + "aligned_shadow_address": 62488, + "aligned_shadow_address_hex": "H'F418", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 24, + "eeprom_word_offset_hex": "0x18", + "entry_address": 50602, + "entry_address_hex": "H'C5AA", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 4, + "mapping_high_byte_hex": "0x04", + "mapping_low_byte": 24, + "mapping_low_byte_hex": "0x18", + "mapping_word": 1048, + "mapping_word_hex": "0x0418", + "selector": 35, + "selector_hex": "0x023", + "shadow_address": 62488, + "shadow_address_hex": "H'F418", + "shadow_offset": 24, + "shadow_offset_hex": "0x18" + }, + { + "aligned_shadow_address": 62490, + "aligned_shadow_address_hex": "H'F41A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 26, + "eeprom_word_offset_hex": "0x1A", + "entry_address": 50642, + "entry_address_hex": "H'C5D2", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 100, + "mapping_high_byte_hex": "0x64", + "mapping_low_byte": 26, + "mapping_low_byte_hex": "0x1A", + "mapping_word": 25626, + "mapping_word_hex": "0x641A", + "selector": 55, + "selector_hex": "0x037", + "shadow_address": 62490, + "shadow_address_hex": "H'F41A", + "shadow_offset": 26, + "shadow_offset_hex": "0x1A" + }, + { + "aligned_shadow_address": 62492, + "aligned_shadow_address_hex": "H'F41C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 28, + "eeprom_word_offset_hex": "0x1C", + "entry_address": 50644, + "entry_address_hex": "H'C5D4", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 100, + "mapping_high_byte_hex": "0x64", + "mapping_low_byte": 28, + "mapping_low_byte_hex": "0x1C", + "mapping_word": 25628, + "mapping_word_hex": "0x641C", + "selector": 56, + "selector_hex": "0x038", + "shadow_address": 62492, + "shadow_address_hex": "H'F41C", + "shadow_offset": 28, + "shadow_offset_hex": "0x1C" + }, + { + "aligned_shadow_address": 62494, + "aligned_shadow_address_hex": "H'F41E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 30, + "eeprom_word_offset_hex": "0x1E", + "entry_address": 50788, + "entry_address_hex": "H'C664", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 224, + "mapping_high_byte_hex": "0xE0", + "mapping_low_byte": 30, + "mapping_low_byte_hex": "0x1E", + "mapping_word": 57374, + "mapping_word_hex": "0xE01E", + "selector": 128, + "selector_hex": "0x080", + "shadow_address": 62494, + "shadow_address_hex": "H'F41E", + "shadow_offset": 30, + "shadow_offset_hex": "0x1E" + }, + { + "aligned_shadow_address": 62496, + "aligned_shadow_address_hex": "H'F420", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 32, + "eeprom_word_offset_hex": "0x20", + "entry_address": 50790, + "entry_address_hex": "H'C666", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 32, + "mapping_low_byte_hex": "0x20", + "mapping_word": 24608, + "mapping_word_hex": "0x6020", + "selector": 129, + "selector_hex": "0x081", + "shadow_address": 62496, + "shadow_address_hex": "H'F420", + "shadow_offset": 32, + "shadow_offset_hex": "0x20" + }, + { + "aligned_shadow_address": 62498, + "aligned_shadow_address_hex": "H'F422", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 34, + "eeprom_word_offset_hex": "0x22", + "entry_address": 50794, + "entry_address_hex": "H'C66A", + "factory_ascii": ". ", + "factory_word": 32, + "factory_word_hex": "0x0020", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 34, + "mapping_low_byte_hex": "0x22", + "mapping_word": 24610, + "mapping_word_hex": "0x6022", + "selector": 131, + "selector_hex": "0x083", + "shadow_address": 62498, + "shadow_address_hex": "H'F422", + "shadow_offset": 34, + "shadow_offset_hex": "0x22" + }, + { + "aligned_shadow_address": 62500, + "aligned_shadow_address_hex": "H'F424", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 36, + "eeprom_word_offset_hex": "0x24", + "entry_address": 50804, + "entry_address_hex": "H'C674", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 36, + "mapping_low_byte_hex": "0x24", + "mapping_word": 16420, + "mapping_word_hex": "0x4024", + "selector": 136, + "selector_hex": "0x088", + "shadow_address": 62500, + "shadow_address_hex": "H'F424", + "shadow_offset": 36, + "shadow_offset_hex": "0x24" + }, + { + "aligned_shadow_address": 62502, + "aligned_shadow_address_hex": "H'F426", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 38, + "eeprom_word_offset_hex": "0x26", + "entry_address": 50806, + "entry_address_hex": "H'C676", + "factory_ascii": "", + "factory_word": 1024, + "factory_word_hex": "0x0400", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 38, + "mapping_low_byte_hex": "0x26", + "mapping_word": 17446, + "mapping_word_hex": "0x4426", + "selector": 137, + "selector_hex": "0x089", + "shadow_address": 62502, + "shadow_address_hex": "H'F426", + "shadow_offset": 38, + "shadow_offset_hex": "0x26" + }, + { + "aligned_shadow_address": 62504, + "aligned_shadow_address_hex": "H'F428", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 40, + "eeprom_word_offset_hex": "0x28", + "entry_address": 50810, + "entry_address_hex": "H'C67A", + "factory_ascii": "", + "factory_word": 2048, + "factory_word_hex": "0x0800", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 40, + "mapping_low_byte_hex": "0x28", + "mapping_word": 17448, + "mapping_word_hex": "0x4428", + "selector": 139, + "selector_hex": "0x08B", + "shadow_address": 62504, + "shadow_address_hex": "H'F428", + "shadow_offset": 40, + "shadow_offset_hex": "0x28" + }, + { + "aligned_shadow_address": 62506, + "aligned_shadow_address_hex": "H'F42A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 42, + "eeprom_word_offset_hex": "0x2A", + "entry_address": 50814, + "entry_address_hex": "H'C67E", + "factory_ascii": ".@", + "factory_word": 64, + "factory_word_hex": "0x0040", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 42, + "mapping_low_byte_hex": "0x2A", + "mapping_word": 17450, + "mapping_word_hex": "0x442A", + "selector": 141, + "selector_hex": "0x08D", + "shadow_address": 62506, + "shadow_address_hex": "H'F42A", + "shadow_offset": 42, + "shadow_offset_hex": "0x2A" + }, + { + "aligned_shadow_address": 62508, + "aligned_shadow_address_hex": "H'F42C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 44, + "eeprom_word_offset_hex": "0x2C", + "entry_address": 50818, + "entry_address_hex": "H'C682", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 44, + "mapping_low_byte_hex": "0x2C", + "mapping_word": 24620, + "mapping_word_hex": "0x602C", + "selector": 143, + "selector_hex": "0x08F", + "shadow_address": 62508, + "shadow_address_hex": "H'F42C", + "shadow_offset": 44, + "shadow_offset_hex": "0x2C" + }, + { + "aligned_shadow_address": 62510, + "aligned_shadow_address_hex": "H'F42E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 46, + "eeprom_word_offset_hex": "0x2E", + "entry_address": 50822, + "entry_address_hex": "H'C686", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 46, + "mapping_low_byte_hex": "0x2E", + "mapping_word": 24622, + "mapping_word_hex": "0x602E", + "selector": 145, + "selector_hex": "0x091", + "shadow_address": 62510, + "shadow_address_hex": "H'F42E", + "shadow_offset": 46, + "shadow_offset_hex": "0x2E" + }, + { + "aligned_shadow_address": 62512, + "aligned_shadow_address_hex": "H'F430", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 48, + "eeprom_word_offset_hex": "0x30", + "entry_address": 50824, + "entry_address_hex": "H'C688", + "factory_ascii": "", + "factory_word": 65408, + "factory_word_hex": "0xFF80", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 48, + "mapping_low_byte_hex": "0x30", + "mapping_word": 24624, + "mapping_word_hex": "0x6030", + "selector": 146, + "selector_hex": "0x092", + "shadow_address": 62512, + "shadow_address_hex": "H'F430", + "shadow_offset": 48, + "shadow_offset_hex": "0x30" + }, + { + "aligned_shadow_address": 62514, + "aligned_shadow_address_hex": "H'F432", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 50, + "eeprom_word_offset_hex": "0x32", + "entry_address": 50826, + "entry_address_hex": "H'C68A", + "factory_ascii": "@@", + "factory_word": 16448, + "factory_word_hex": "0x4040", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 50, + "mapping_low_byte_hex": "0x32", + "mapping_word": 24626, + "mapping_word_hex": "0x6032", + "selector": 147, + "selector_hex": "0x093", + "shadow_address": 62514, + "shadow_address_hex": "H'F432", + "shadow_offset": 50, + "shadow_offset_hex": "0x32" + }, + { + "aligned_shadow_address": 62516, + "aligned_shadow_address_hex": "H'F434", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 52, + "eeprom_word_offset_hex": "0x34", + "entry_address": 50830, + "entry_address_hex": "H'C68E", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 52, + "mapping_low_byte_hex": "0x34", + "mapping_word": 24628, + "mapping_word_hex": "0x6034", + "selector": 149, + "selector_hex": "0x095", + "shadow_address": 62516, + "shadow_address_hex": "H'F434", + "shadow_offset": 52, + "shadow_offset_hex": "0x34" + }, + { + "aligned_shadow_address": 62518, + "aligned_shadow_address_hex": "H'F436", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 54, + "eeprom_word_offset_hex": "0x36", + "entry_address": 50836, + "entry_address_hex": "H'C694", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 54, + "mapping_low_byte_hex": "0x36", + "mapping_word": 16438, + "mapping_word_hex": "0x4036", + "selector": 152, + "selector_hex": "0x098", + "shadow_address": 62518, + "shadow_address_hex": "H'F436", + "shadow_offset": 54, + "shadow_offset_hex": "0x36" + }, + { + "aligned_shadow_address": 62520, + "aligned_shadow_address_hex": "H'F438", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 56, + "eeprom_word_offset_hex": "0x38", + "entry_address": 50840, + "entry_address_hex": "H'C698", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 56, + "mapping_low_byte_hex": "0x38", + "mapping_word": 24632, + "mapping_word_hex": "0x6038", + "selector": 154, + "selector_hex": "0x09A", + "shadow_address": 62520, + "shadow_address_hex": "H'F438", + "shadow_offset": 56, + "shadow_offset_hex": "0x38" + }, + { + "aligned_shadow_address": 62522, + "aligned_shadow_address_hex": "H'F43A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 58, + "eeprom_word_offset_hex": "0x3A", + "entry_address": 50846, + "entry_address_hex": "H'C69E", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 58, + "mapping_low_byte_hex": "0x3A", + "mapping_word": 17466, + "mapping_word_hex": "0x443A", + "selector": 157, + "selector_hex": "0x09D", + "shadow_address": 62522, + "shadow_address_hex": "H'F43A", + "shadow_offset": 58, + "shadow_offset_hex": "0x3A" + }, + { + "aligned_shadow_address": 62524, + "aligned_shadow_address_hex": "H'F43C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 60, + "eeprom_word_offset_hex": "0x3C", + "entry_address": 50848, + "entry_address_hex": "H'C6A0", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 60, + "mapping_low_byte_hex": "0x3C", + "mapping_word": 24636, + "mapping_word_hex": "0x603C", + "selector": 158, + "selector_hex": "0x09E", + "shadow_address": 62524, + "shadow_address_hex": "H'F43C", + "shadow_offset": 60, + "shadow_offset_hex": "0x3C" + }, + { + "aligned_shadow_address": 62526, + "aligned_shadow_address_hex": "H'F43E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 62, + "eeprom_word_offset_hex": "0x3E", + "entry_address": 50850, + "entry_address_hex": "H'C6A2", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 62, + "mapping_low_byte_hex": "0x3E", + "mapping_word": 24638, + "mapping_word_hex": "0x603E", + "selector": 159, + "selector_hex": "0x09F", + "shadow_address": 62526, + "shadow_address_hex": "H'F43E", + "shadow_offset": 62, + "shadow_offset_hex": "0x3E" + }, + { + "aligned_shadow_address": 62528, + "aligned_shadow_address_hex": "H'F440", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 64, + "eeprom_word_offset_hex": "0x40", + "entry_address": 50858, + "entry_address_hex": "H'C6AA", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 64, + "mapping_low_byte_hex": "0x40", + "mapping_word": 24640, + "mapping_word_hex": "0x6040", + "selector": 163, + "selector_hex": "0x0A3", + "shadow_address": 62528, + "shadow_address_hex": "H'F440", + "shadow_offset": 64, + "shadow_offset_hex": "0x40" + }, + { + "aligned_shadow_address": 62530, + "aligned_shadow_address_hex": "H'F442", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 66, + "eeprom_word_offset_hex": "0x42", + "entry_address": 50860, + "entry_address_hex": "H'C6AC", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 66, + "mapping_low_byte_hex": "0x42", + "mapping_word": 24642, + "mapping_word_hex": "0x6042", + "selector": 164, + "selector_hex": "0x0A4", + "shadow_address": 62530, + "shadow_address_hex": "H'F442", + "shadow_offset": 66, + "shadow_offset_hex": "0x42" + }, + { + "aligned_shadow_address": 62532, + "aligned_shadow_address_hex": "H'F444", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 68, + "eeprom_word_offset_hex": "0x44", + "entry_address": 50862, + "entry_address_hex": "H'C6AE", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 68, + "mapping_low_byte_hex": "0x44", + "mapping_word": 24644, + "mapping_word_hex": "0x6044", + "selector": 165, + "selector_hex": "0x0A5", + "shadow_address": 62532, + "shadow_address_hex": "H'F444", + "shadow_offset": 68, + "shadow_offset_hex": "0x44" + }, + { + "aligned_shadow_address": 62534, + "aligned_shadow_address_hex": "H'F446", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 70, + "eeprom_word_offset_hex": "0x46", + "entry_address": 50864, + "entry_address_hex": "H'C6B0", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 96, + "mapping_high_byte_hex": "0x60", + "mapping_low_byte": 70, + "mapping_low_byte_hex": "0x46", + "mapping_word": 24646, + "mapping_word_hex": "0x6046", + "selector": 166, + "selector_hex": "0x0A6", + "shadow_address": 62534, + "shadow_address_hex": "H'F446", + "shadow_offset": 70, + "shadow_offset_hex": "0x46" + }, + { + "aligned_shadow_address": 62536, + "aligned_shadow_address_hex": "H'F448", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 72, + "eeprom_word_offset_hex": "0x48", + "entry_address": 50866, + "entry_address_hex": "H'C6B2", + "factory_ascii": "", + "factory_word": 61440, + "factory_word_hex": "0xF000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 72, + "mapping_low_byte_hex": "0x48", + "mapping_word": 16456, + "mapping_word_hex": "0x4048", + "selector": 167, + "selector_hex": "0x0A7", + "shadow_address": 62536, + "shadow_address_hex": "H'F448", + "shadow_offset": 72, + "shadow_offset_hex": "0x48" + }, + { + "aligned_shadow_address": 62538, + "aligned_shadow_address_hex": "H'F44A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 74, + "eeprom_word_offset_hex": "0x4A", + "entry_address": 50870, + "entry_address_hex": "H'C6B6", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 224, + "mapping_high_byte_hex": "0xE0", + "mapping_low_byte": 74, + "mapping_low_byte_hex": "0x4A", + "mapping_word": 57418, + "mapping_word_hex": "0xE04A", + "selector": 169, + "selector_hex": "0x0A9", + "shadow_address": 62538, + "shadow_address_hex": "H'F44A", + "shadow_offset": 74, + "shadow_offset_hex": "0x4A" + }, + { + "aligned_shadow_address": 62540, + "aligned_shadow_address_hex": "H'F44C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 76, + "eeprom_word_offset_hex": "0x4C", + "entry_address": 50872, + "entry_address_hex": "H'C6B8", + "factory_ascii": " .", + "factory_word": 8192, + "factory_word_hex": "0x2000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 76, + "mapping_low_byte_hex": "0x4C", + "mapping_word": 50252, + "mapping_word_hex": "0xC44C", + "selector": 170, + "selector_hex": "0x0AA", + "shadow_address": 62540, + "shadow_address_hex": "H'F44C", + "shadow_offset": 76, + "shadow_offset_hex": "0x4C" + }, + { + "aligned_shadow_address": 62542, + "aligned_shadow_address_hex": "H'F44E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 78, + "eeprom_word_offset_hex": "0x4E", + "entry_address": 50876, + "entry_address_hex": "H'C6BC", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 78, + "mapping_low_byte_hex": "0x4E", + "mapping_word": 50254, + "mapping_word_hex": "0xC44E", + "selector": 172, + "selector_hex": "0x0AC", + "shadow_address": 62542, + "shadow_address_hex": "H'F44E", + "shadow_offset": 78, + "shadow_offset_hex": "0x4E" + }, + { + "aligned_shadow_address": 62544, + "aligned_shadow_address_hex": "H'F450", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 80, + "eeprom_word_offset_hex": "0x50", + "entry_address": 50878, + "entry_address_hex": "H'C6BE", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 80, + "mapping_low_byte_hex": "0x50", + "mapping_word": 50256, + "mapping_word_hex": "0xC450", + "selector": 173, + "selector_hex": "0x0AD", + "shadow_address": 62544, + "shadow_address_hex": "H'F450", + "shadow_offset": 80, + "shadow_offset_hex": "0x50" + }, + { + "aligned_shadow_address": 62546, + "aligned_shadow_address_hex": "H'F452", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 82, + "eeprom_word_offset_hex": "0x52", + "entry_address": 50880, + "entry_address_hex": "H'C6C0", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 82, + "mapping_low_byte_hex": "0x52", + "mapping_word": 50258, + "mapping_word_hex": "0xC452", + "selector": 174, + "selector_hex": "0x0AE", + "shadow_address": 62546, + "shadow_address_hex": "H'F452", + "shadow_offset": 82, + "shadow_offset_hex": "0x52" + }, + { + "aligned_shadow_address": 62548, + "aligned_shadow_address_hex": "H'F454", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 84, + "eeprom_word_offset_hex": "0x54", + "entry_address": 50882, + "entry_address_hex": "H'C6C2", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 84, + "mapping_low_byte_hex": "0x54", + "mapping_word": 50260, + "mapping_word_hex": "0xC454", + "selector": 175, + "selector_hex": "0x0AF", + "shadow_address": 62548, + "shadow_address_hex": "H'F454", + "shadow_offset": 84, + "shadow_offset_hex": "0x54" + }, + { + "aligned_shadow_address": 62550, + "aligned_shadow_address_hex": "H'F456", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 86, + "eeprom_word_offset_hex": "0x56", + "entry_address": 50884, + "entry_address_hex": "H'C6C4", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 86, + "mapping_low_byte_hex": "0x56", + "mapping_word": 50262, + "mapping_word_hex": "0xC456", + "selector": 176, + "selector_hex": "0x0B0", + "shadow_address": 62550, + "shadow_address_hex": "H'F456", + "shadow_offset": 86, + "shadow_offset_hex": "0x56" + }, + { + "aligned_shadow_address": 62552, + "aligned_shadow_address_hex": "H'F458", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 88, + "eeprom_word_offset_hex": "0x58", + "entry_address": 50888, + "entry_address_hex": "H'C6C8", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 88, + "mapping_low_byte_hex": "0x58", + "mapping_word": 50264, + "mapping_word_hex": "0xC458", + "selector": 178, + "selector_hex": "0x0B2", + "shadow_address": 62552, + "shadow_address_hex": "H'F458", + "shadow_offset": 88, + "shadow_offset_hex": "0x58" + }, + { + "aligned_shadow_address": 62554, + "aligned_shadow_address_hex": "H'F45A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 90, + "eeprom_word_offset_hex": "0x5A", + "entry_address": 50890, + "entry_address_hex": "H'C6CA", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 90, + "mapping_low_byte_hex": "0x5A", + "mapping_word": 50266, + "mapping_word_hex": "0xC45A", + "selector": 179, + "selector_hex": "0x0B3", + "shadow_address": 62554, + "shadow_address_hex": "H'F45A", + "shadow_offset": 90, + "shadow_offset_hex": "0x5A" + }, + { + "aligned_shadow_address": 62556, + "aligned_shadow_address_hex": "H'F45C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 92, + "eeprom_word_offset_hex": "0x5C", + "entry_address": 50892, + "entry_address_hex": "H'C6CC", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 92, + "mapping_low_byte_hex": "0x5C", + "mapping_word": 50268, + "mapping_word_hex": "0xC45C", + "selector": 180, + "selector_hex": "0x0B4", + "shadow_address": 62556, + "shadow_address_hex": "H'F45C", + "shadow_offset": 92, + "shadow_offset_hex": "0x5C" + }, + { + "aligned_shadow_address": 62558, + "aligned_shadow_address_hex": "H'F45E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 94, + "eeprom_word_offset_hex": "0x5E", + "entry_address": 50896, + "entry_address_hex": "H'C6D0", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 94, + "mapping_low_byte_hex": "0x5E", + "mapping_word": 50270, + "mapping_word_hex": "0xC45E", + "selector": 182, + "selector_hex": "0x0B6", + "shadow_address": 62558, + "shadow_address_hex": "H'F45E", + "shadow_offset": 94, + "shadow_offset_hex": "0x5E" + }, + { + "aligned_shadow_address": 62560, + "aligned_shadow_address_hex": "H'F460", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 96, + "eeprom_word_offset_hex": "0x60", + "entry_address": 50898, + "entry_address_hex": "H'C6D2", + "factory_ascii": "", + "factory_word": 63488, + "factory_word_hex": "0xF800", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 96, + "mapping_low_byte_hex": "0x60", + "mapping_word": 16480, + "mapping_word_hex": "0x4060", + "selector": 183, + "selector_hex": "0x0B7", + "shadow_address": 62560, + "shadow_address_hex": "H'F460", + "shadow_offset": 96, + "shadow_offset_hex": "0x60" + }, + { + "aligned_shadow_address": 62562, + "aligned_shadow_address_hex": "H'F462", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 98, + "eeprom_word_offset_hex": "0x62", + "entry_address": 50902, + "entry_address_hex": "H'C6D6", + "factory_ascii": "@.", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "mapping_high_byte": 104, + "mapping_high_byte_hex": "0x68", + "mapping_low_byte": 98, + "mapping_low_byte_hex": "0x62", + "mapping_word": 26722, + "mapping_word_hex": "0x6862", + "selector": 185, + "selector_hex": "0x0B9", + "shadow_address": 62562, + "shadow_address_hex": "H'F462", + "shadow_offset": 98, + "shadow_offset_hex": "0x62" + }, + { + "aligned_shadow_address": 62564, + "aligned_shadow_address_hex": "H'F464", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 100, + "eeprom_word_offset_hex": "0x64", + "entry_address": 50908, + "entry_address_hex": "H'C6DC", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 224, + "mapping_high_byte_hex": "0xE0", + "mapping_low_byte": 100, + "mapping_low_byte_hex": "0x64", + "mapping_word": 57444, + "mapping_word_hex": "0xE064", + "selector": 188, + "selector_hex": "0x0BC", + "shadow_address": 62564, + "shadow_address_hex": "H'F464", + "shadow_offset": 100, + "shadow_offset_hex": "0x64" + }, + { + "aligned_shadow_address": 62566, + "aligned_shadow_address_hex": "H'F466", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 102, + "eeprom_word_offset_hex": "0x66", + "entry_address": 50910, + "entry_address_hex": "H'C6DE", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 192, + "mapping_high_byte_hex": "0xC0", + "mapping_low_byte": 102, + "mapping_low_byte_hex": "0x66", + "mapping_word": 49254, + "mapping_word_hex": "0xC066", + "selector": 189, + "selector_hex": "0x0BD", + "shadow_address": 62566, + "shadow_address_hex": "H'F466", + "shadow_offset": 102, + "shadow_offset_hex": "0x66" + }, + { + "aligned_shadow_address": 62568, + "aligned_shadow_address_hex": "H'F468", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 104, + "eeprom_word_offset_hex": "0x68", + "entry_address": 50916, + "entry_address_hex": "H'C6E4", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 104, + "mapping_low_byte_hex": "0x68", + "mapping_word": 17512, + "mapping_word_hex": "0x4468", + "selector": 192, + "selector_hex": "0x0C0", + "shadow_address": 62568, + "shadow_address_hex": "H'F468", + "shadow_offset": 104, + "shadow_offset_hex": "0x68" + }, + { + "aligned_shadow_address": 62570, + "aligned_shadow_address_hex": "H'F46A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 106, + "eeprom_word_offset_hex": "0x6A", + "entry_address": 50918, + "entry_address_hex": "H'C6E6", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 106, + "mapping_low_byte_hex": "0x6A", + "mapping_word": 50282, + "mapping_word_hex": "0xC46A", + "selector": 193, + "selector_hex": "0x0C1", + "shadow_address": 62570, + "shadow_address_hex": "H'F46A", + "shadow_offset": 106, + "shadow_offset_hex": "0x6A" + }, + { + "aligned_shadow_address": 62572, + "aligned_shadow_address_hex": "H'F46C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 108, + "eeprom_word_offset_hex": "0x6C", + "entry_address": 50922, + "entry_address_hex": "H'C6EA", + "factory_ascii": "@.", + "factory_word": 16384, + "factory_word_hex": "0x4000", + "mapping_high_byte": 228, + "mapping_high_byte_hex": "0xE4", + "mapping_low_byte": 108, + "mapping_low_byte_hex": "0x6C", + "mapping_word": 58476, + "mapping_word_hex": "0xE46C", + "selector": 195, + "selector_hex": "0x0C3", + "shadow_address": 62572, + "shadow_address_hex": "H'F46C", + "shadow_offset": 108, + "shadow_offset_hex": "0x6C" + }, + { + "aligned_shadow_address": 62574, + "aligned_shadow_address_hex": "H'F46E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 110, + "eeprom_word_offset_hex": "0x6E", + "entry_address": 50924, + "entry_address_hex": "H'C6EC", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 110, + "mapping_low_byte_hex": "0x6E", + "mapping_word": 17518, + "mapping_word_hex": "0x446E", + "selector": 196, + "selector_hex": "0x0C4", + "shadow_address": 62574, + "shadow_address_hex": "H'F46E", + "shadow_offset": 110, + "shadow_offset_hex": "0x6E" + }, + { + "aligned_shadow_address": 62576, + "aligned_shadow_address_hex": "H'F470", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 112, + "eeprom_word_offset_hex": "0x70", + "entry_address": 50926, + "entry_address_hex": "H'C6EE", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 192, + "mapping_high_byte_hex": "0xC0", + "mapping_low_byte": 112, + "mapping_low_byte_hex": "0x70", + "mapping_word": 49264, + "mapping_word_hex": "0xC070", + "selector": 197, + "selector_hex": "0x0C5", + "shadow_address": 62576, + "shadow_address_hex": "H'F470", + "shadow_offset": 112, + "shadow_offset_hex": "0x70" + }, + { + "aligned_shadow_address": 62578, + "aligned_shadow_address_hex": "H'F472", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 114, + "eeprom_word_offset_hex": "0x72", + "entry_address": 50928, + "entry_address_hex": "H'C6F0", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 114, + "mapping_low_byte_hex": "0x72", + "mapping_word": 17522, + "mapping_word_hex": "0x4472", + "selector": 198, + "selector_hex": "0x0C6", + "shadow_address": 62578, + "shadow_address_hex": "H'F472", + "shadow_offset": 114, + "shadow_offset_hex": "0x72" + }, + { + "aligned_shadow_address": 62580, + "aligned_shadow_address_hex": "H'F474", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 116, + "eeprom_word_offset_hex": "0x74", + "entry_address": 50930, + "entry_address_hex": "H'C6F2", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 116, + "mapping_low_byte_hex": "0x74", + "mapping_word": 50292, + "mapping_word_hex": "0xC474", + "selector": 199, + "selector_hex": "0x0C7", + "shadow_address": 62580, + "shadow_address_hex": "H'F474", + "shadow_offset": 116, + "shadow_offset_hex": "0x74" + }, + { + "aligned_shadow_address": 62582, + "aligned_shadow_address_hex": "H'F476", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 118, + "eeprom_word_offset_hex": "0x76", + "entry_address": 50932, + "entry_address_hex": "H'C6F4", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 118, + "mapping_low_byte_hex": "0x76", + "mapping_word": 50294, + "mapping_word_hex": "0xC476", + "selector": 200, + "selector_hex": "0x0C8", + "shadow_address": 62582, + "shadow_address_hex": "H'F476", + "shadow_offset": 118, + "shadow_offset_hex": "0x76" + }, + { + "aligned_shadow_address": 62584, + "aligned_shadow_address_hex": "H'F478", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 120, + "eeprom_word_offset_hex": "0x78", + "entry_address": 50934, + "entry_address_hex": "H'C6F6", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 120, + "mapping_low_byte_hex": "0x78", + "mapping_word": 50296, + "mapping_word_hex": "0xC478", + "selector": 201, + "selector_hex": "0x0C9", + "shadow_address": 62584, + "shadow_address_hex": "H'F478", + "shadow_offset": 120, + "shadow_offset_hex": "0x78" + }, + { + "aligned_shadow_address": 62586, + "aligned_shadow_address_hex": "H'F47A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 122, + "eeprom_word_offset_hex": "0x7A", + "entry_address": 50936, + "entry_address_hex": "H'C6F8", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 122, + "mapping_low_byte_hex": "0x7A", + "mapping_word": 50298, + "mapping_word_hex": "0xC47A", + "selector": 202, + "selector_hex": "0x0CA", + "shadow_address": 62586, + "shadow_address_hex": "H'F47A", + "shadow_offset": 122, + "shadow_offset_hex": "0x7A" + }, + { + "aligned_shadow_address": 62588, + "aligned_shadow_address_hex": "H'F47C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 124, + "eeprom_word_offset_hex": "0x7C", + "entry_address": 50938, + "entry_address_hex": "H'C6FA", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 124, + "mapping_low_byte_hex": "0x7C", + "mapping_word": 50300, + "mapping_word_hex": "0xC47C", + "selector": 203, + "selector_hex": "0x0CB", + "shadow_address": 62588, + "shadow_address_hex": "H'F47C", + "shadow_offset": 124, + "shadow_offset_hex": "0x7C" + }, + { + "aligned_shadow_address": 62590, + "aligned_shadow_address_hex": "H'F47E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 126, + "eeprom_word_offset_hex": "0x7E", + "entry_address": 50940, + "entry_address_hex": "H'C6FC", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 126, + "mapping_low_byte_hex": "0x7E", + "mapping_word": 50302, + "mapping_word_hex": "0xC47E", + "selector": 204, + "selector_hex": "0x0CC", + "shadow_address": 62590, + "shadow_address_hex": "H'F47E", + "shadow_offset": 126, + "shadow_offset_hex": "0x7E" + }, + { + "aligned_shadow_address": 62592, + "aligned_shadow_address_hex": "H'F480", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 128, + "eeprom_word_offset_hex": "0x80", + "entry_address": 50942, + "entry_address_hex": "H'C6FE", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 128, + "mapping_low_byte_hex": "0x80", + "mapping_word": 50304, + "mapping_word_hex": "0xC480", + "selector": 205, + "selector_hex": "0x0CD", + "shadow_address": 62592, + "shadow_address_hex": "H'F480", + "shadow_offset": 128, + "shadow_offset_hex": "0x80" + }, + { + "aligned_shadow_address": 62594, + "aligned_shadow_address_hex": "H'F482", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 130, + "eeprom_word_offset_hex": "0x82", + "entry_address": 50956, + "entry_address_hex": "H'C70C", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 130, + "mapping_low_byte_hex": "0x82", + "mapping_word": 50306, + "mapping_word_hex": "0xC482", + "selector": 212, + "selector_hex": "0x0D4", + "shadow_address": 62594, + "shadow_address_hex": "H'F482", + "shadow_offset": 130, + "shadow_offset_hex": "0x82" + }, + { + "aligned_shadow_address": 62596, + "aligned_shadow_address_hex": "H'F484", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 132, + "eeprom_word_offset_hex": "0x84", + "entry_address": 50958, + "entry_address_hex": "H'C70E", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 132, + "mapping_low_byte_hex": "0x84", + "mapping_word": 50308, + "mapping_word_hex": "0xC484", + "selector": 213, + "selector_hex": "0x0D5", + "shadow_address": 62596, + "shadow_address_hex": "H'F484", + "shadow_offset": 132, + "shadow_offset_hex": "0x84" + }, + { + "aligned_shadow_address": 62598, + "aligned_shadow_address_hex": "H'F486", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 134, + "eeprom_word_offset_hex": "0x86", + "entry_address": 50960, + "entry_address_hex": "H'C710", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 192, + "mapping_high_byte_hex": "0xC0", + "mapping_low_byte": 134, + "mapping_low_byte_hex": "0x86", + "mapping_word": 49286, + "mapping_word_hex": "0xC086", + "selector": 214, + "selector_hex": "0x0D6", + "shadow_address": 62598, + "shadow_address_hex": "H'F486", + "shadow_offset": 134, + "shadow_offset_hex": "0x86" + }, + { + "aligned_shadow_address": 62600, + "aligned_shadow_address_hex": "H'F488", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 136, + "eeprom_word_offset_hex": "0x88", + "entry_address": 50962, + "entry_address_hex": "H'C712", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 192, + "mapping_high_byte_hex": "0xC0", + "mapping_low_byte": 136, + "mapping_low_byte_hex": "0x88", + "mapping_word": 49288, + "mapping_word_hex": "0xC088", + "selector": 215, + "selector_hex": "0x0D7", + "shadow_address": 62600, + "shadow_address_hex": "H'F488", + "shadow_offset": 136, + "shadow_offset_hex": "0x88" + }, + { + "aligned_shadow_address": 62602, + "aligned_shadow_address_hex": "H'F48A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 138, + "eeprom_word_offset_hex": "0x8A", + "entry_address": 50964, + "entry_address_hex": "H'C714", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 138, + "mapping_low_byte_hex": "0x8A", + "mapping_word": 16522, + "mapping_word_hex": "0x408A", + "selector": 216, + "selector_hex": "0x0D8", + "shadow_address": 62602, + "shadow_address_hex": "H'F48A", + "shadow_offset": 138, + "shadow_offset_hex": "0x8A" + }, + { + "aligned_shadow_address": 62604, + "aligned_shadow_address_hex": "H'F48C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 140, + "eeprom_word_offset_hex": "0x8C", + "entry_address": 50966, + "entry_address_hex": "H'C716", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 140, + "mapping_low_byte_hex": "0x8C", + "mapping_word": 16524, + "mapping_word_hex": "0x408C", + "selector": 217, + "selector_hex": "0x0D9", + "shadow_address": 62604, + "shadow_address_hex": "H'F48C", + "shadow_offset": 140, + "shadow_offset_hex": "0x8C" + }, + { + "aligned_shadow_address": 62606, + "aligned_shadow_address_hex": "H'F48E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 142, + "eeprom_word_offset_hex": "0x8E", + "entry_address": 50968, + "entry_address_hex": "H'C718", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 142, + "mapping_low_byte_hex": "0x8E", + "mapping_word": 16526, + "mapping_word_hex": "0x408E", + "selector": 218, + "selector_hex": "0x0DA", + "shadow_address": 62606, + "shadow_address_hex": "H'F48E", + "shadow_offset": 142, + "shadow_offset_hex": "0x8E" + }, + { + "aligned_shadow_address": 62608, + "aligned_shadow_address_hex": "H'F490", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 144, + "eeprom_word_offset_hex": "0x90", + "entry_address": 51024, + "entry_address_hex": "H'C750", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 144, + "mapping_low_byte_hex": "0x90", + "mapping_word": 16528, + "mapping_word_hex": "0x4090", + "selector": 246, + "selector_hex": "0x0F6", + "shadow_address": 62608, + "shadow_address_hex": "H'F490", + "shadow_offset": 144, + "shadow_offset_hex": "0x90" + }, + { + "aligned_shadow_address": 62610, + "aligned_shadow_address_hex": "H'F492", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 146, + "eeprom_word_offset_hex": "0x92", + "entry_address": 51030, + "entry_address_hex": "H'C756", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 146, + "mapping_low_byte_hex": "0x92", + "mapping_word": 17554, + "mapping_word_hex": "0x4492", + "selector": 249, + "selector_hex": "0x0F9", + "shadow_address": 62610, + "shadow_address_hex": "H'F492", + "shadow_offset": 146, + "shadow_offset_hex": "0x92" + }, + { + "aligned_shadow_address": 62612, + "aligned_shadow_address_hex": "H'F494", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 148, + "eeprom_word_offset_hex": "0x94", + "entry_address": 51032, + "entry_address_hex": "H'C758", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 148, + "mapping_low_byte_hex": "0x94", + "mapping_word": 17556, + "mapping_word_hex": "0x4494", + "selector": 250, + "selector_hex": "0x0FA", + "shadow_address": 62612, + "shadow_address_hex": "H'F494", + "shadow_offset": 148, + "shadow_offset_hex": "0x94" + }, + { + "aligned_shadow_address": 62614, + "aligned_shadow_address_hex": "H'F496", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 150, + "eeprom_word_offset_hex": "0x96", + "entry_address": 51034, + "entry_address_hex": "H'C75A", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 150, + "mapping_low_byte_hex": "0x96", + "mapping_word": 17558, + "mapping_word_hex": "0x4496", + "selector": 251, + "selector_hex": "0x0FB", + "shadow_address": 62614, + "shadow_address_hex": "H'F496", + "shadow_offset": 150, + "shadow_offset_hex": "0x96" + }, + { + "aligned_shadow_address": 62616, + "aligned_shadow_address_hex": "H'F498", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 152, + "eeprom_word_offset_hex": "0x98", + "entry_address": 51036, + "entry_address_hex": "H'C75C", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 152, + "mapping_low_byte_hex": "0x98", + "mapping_word": 17560, + "mapping_word_hex": "0x4498", + "selector": 252, + "selector_hex": "0x0FC", + "shadow_address": 62616, + "shadow_address_hex": "H'F498", + "shadow_offset": 152, + "shadow_offset_hex": "0x98" + }, + { + "aligned_shadow_address": 62618, + "aligned_shadow_address_hex": "H'F49A", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 154, + "eeprom_word_offset_hex": "0x9A", + "entry_address": 51038, + "entry_address_hex": "H'C75E", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 64, + "mapping_high_byte_hex": "0x40", + "mapping_low_byte": 154, + "mapping_low_byte_hex": "0x9A", + "mapping_word": 16538, + "mapping_word_hex": "0x409A", + "selector": 253, + "selector_hex": "0x0FD", + "shadow_address": 62618, + "shadow_address_hex": "H'F49A", + "shadow_offset": 154, + "shadow_offset_hex": "0x9A" + }, + { + "aligned_shadow_address": 62620, + "aligned_shadow_address_hex": "H'F49C", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 156, + "eeprom_word_offset_hex": "0x9C", + "entry_address": 51040, + "entry_address_hex": "H'C760", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 156, + "mapping_low_byte_hex": "0x9C", + "mapping_word": 17564, + "mapping_word_hex": "0x449C", + "selector": 254, + "selector_hex": "0x0FE", + "shadow_address": 62620, + "shadow_address_hex": "H'F49C", + "shadow_offset": 156, + "shadow_offset_hex": "0x9C" + }, + { + "aligned_shadow_address": 62622, + "aligned_shadow_address_hex": "H'F49E", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 158, + "eeprom_word_offset_hex": "0x9E", + "entry_address": 51042, + "entry_address_hex": "H'C762", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 158, + "mapping_low_byte_hex": "0x9E", + "mapping_word": 17566, + "mapping_word_hex": "0x449E", + "selector": 255, + "selector_hex": "0x0FF", + "shadow_address": 62622, + "shadow_address_hex": "H'F49E", + "shadow_offset": 158, + "shadow_offset_hex": "0x9E" + }, + { + "aligned_shadow_address": 62624, + "aligned_shadow_address_hex": "H'F4A0", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 160, + "eeprom_word_offset_hex": "0xA0", + "entry_address": 51044, + "entry_address_hex": "H'C764", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 160, + "mapping_low_byte_hex": "0xA0", + "mapping_word": 17568, + "mapping_word_hex": "0x44A0", + "selector": 256, + "selector_hex": "0x100", + "shadow_address": 62624, + "shadow_address_hex": "H'F4A0", + "shadow_offset": 160, + "shadow_offset_hex": "0xA0" + }, + { + "aligned_shadow_address": 62626, + "aligned_shadow_address_hex": "H'F4A2", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 162, + "eeprom_word_offset_hex": "0xA2", + "entry_address": 51046, + "entry_address_hex": "H'C766", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 162, + "mapping_low_byte_hex": "0xA2", + "mapping_word": 17570, + "mapping_word_hex": "0x44A2", + "selector": 257, + "selector_hex": "0x101", + "shadow_address": 62626, + "shadow_address_hex": "H'F4A2", + "shadow_offset": 162, + "shadow_offset_hex": "0xA2" + }, + { + "aligned_shadow_address": 62628, + "aligned_shadow_address_hex": "H'F4A4", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 164, + "eeprom_word_offset_hex": "0xA4", + "entry_address": 51074, + "entry_address_hex": "H'C782", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 164, + "mapping_low_byte_hex": "0xA4", + "mapping_word": 50340, + "mapping_word_hex": "0xC4A4", + "selector": 271, + "selector_hex": "0x10F", + "shadow_address": 62628, + "shadow_address_hex": "H'F4A4", + "shadow_offset": 164, + "shadow_offset_hex": "0xA4" + }, + { + "aligned_shadow_address": 62630, + "aligned_shadow_address_hex": "H'F4A6", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 166, + "eeprom_word_offset_hex": "0xA6", + "entry_address": 51076, + "entry_address_hex": "H'C784", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 72, + "mapping_high_byte_hex": "0x48", + "mapping_low_byte": 166, + "mapping_low_byte_hex": "0xA6", + "mapping_word": 18598, + "mapping_word_hex": "0x48A6", + "selector": 272, + "selector_hex": "0x110", + "shadow_address": 62630, + "shadow_address_hex": "H'F4A6", + "shadow_offset": 166, + "shadow_offset_hex": "0xA6" + }, + { + "aligned_shadow_address": 62632, + "aligned_shadow_address_hex": "H'F4A8", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 168, + "eeprom_word_offset_hex": "0xA8", + "entry_address": 51078, + "entry_address_hex": "H'C786", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 168, + "mapping_low_byte_hex": "0xA8", + "mapping_word": 50344, + "mapping_word_hex": "0xC4A8", + "selector": 273, + "selector_hex": "0x111", + "shadow_address": 62632, + "shadow_address_hex": "H'F4A8", + "shadow_offset": 168, + "shadow_offset_hex": "0xA8" + }, + { + "aligned_shadow_address": 62634, + "aligned_shadow_address_hex": "H'F4AA", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 170, + "eeprom_word_offset_hex": "0xAA", + "entry_address": 51080, + "entry_address_hex": "H'C788", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 170, + "mapping_low_byte_hex": "0xAA", + "mapping_word": 50346, + "mapping_word_hex": "0xC4AA", + "selector": 274, + "selector_hex": "0x112", + "shadow_address": 62634, + "shadow_address_hex": "H'F4AA", + "shadow_offset": 170, + "shadow_offset_hex": "0xAA" + }, + { + "aligned_shadow_address": 62636, + "aligned_shadow_address_hex": "H'F4AC", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 172, + "eeprom_word_offset_hex": "0xAC", + "entry_address": 51082, + "entry_address_hex": "H'C78A", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 172, + "mapping_low_byte_hex": "0xAC", + "mapping_word": 50348, + "mapping_word_hex": "0xC4AC", + "selector": 275, + "selector_hex": "0x113", + "shadow_address": 62636, + "shadow_address_hex": "H'F4AC", + "shadow_offset": 172, + "shadow_offset_hex": "0xAC" + }, + { + "aligned_shadow_address": 62638, + "aligned_shadow_address_hex": "H'F4AE", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 174, + "eeprom_word_offset_hex": "0xAE", + "entry_address": 51084, + "entry_address_hex": "H'C78C", + "factory_ascii": "", + "factory_word": 32768, + "factory_word_hex": "0x8000", + "mapping_high_byte": 196, + "mapping_high_byte_hex": "0xC4", + "mapping_low_byte": 174, + "mapping_low_byte_hex": "0xAE", + "mapping_word": 50350, + "mapping_word_hex": "0xC4AE", + "selector": 276, + "selector_hex": "0x114", + "shadow_address": 62638, + "shadow_address_hex": "H'F4AE", + "shadow_offset": 174, + "shadow_offset_hex": "0xAE" + }, + { + "aligned_shadow_address": 62640, + "aligned_shadow_address_hex": "H'F4B0", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 176, + "eeprom_word_offset_hex": "0xB0", + "entry_address": 51300, + "entry_address_hex": "H'C864", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 176, + "mapping_low_byte_hex": "0xB0", + "mapping_word": 17584, + "mapping_word_hex": "0x44B0", + "selector": 384, + "selector_hex": "0x180", + "shadow_address": 62640, + "shadow_address_hex": "H'F4B0", + "shadow_offset": 176, + "shadow_offset_hex": "0xB0" + }, + { + "aligned_shadow_address": 62642, + "aligned_shadow_address_hex": "H'F4B2", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 178, + "eeprom_word_offset_hex": "0xB2", + "entry_address": 51302, + "entry_address_hex": "H'C866", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 178, + "mapping_low_byte_hex": "0xB2", + "mapping_word": 17586, + "mapping_word_hex": "0x44B2", + "selector": 385, + "selector_hex": "0x181", + "shadow_address": 62642, + "shadow_address_hex": "H'F4B2", + "shadow_offset": 178, + "shadow_offset_hex": "0xB2" + }, + { + "aligned_shadow_address": 62644, + "aligned_shadow_address_hex": "H'F4B4", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 180, + "eeprom_word_offset_hex": "0xB4", + "entry_address": 51304, + "entry_address_hex": "H'C868", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 180, + "mapping_low_byte_hex": "0xB4", + "mapping_word": 17588, + "mapping_word_hex": "0x44B4", + "selector": 386, + "selector_hex": "0x182", + "shadow_address": 62644, + "shadow_address_hex": "H'F4B4", + "shadow_offset": 180, + "shadow_offset_hex": "0xB4" + }, + { + "aligned_shadow_address": 62646, + "aligned_shadow_address_hex": "H'F4B6", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 182, + "eeprom_word_offset_hex": "0xB6", + "entry_address": 51306, + "entry_address_hex": "H'C86A", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 182, + "mapping_low_byte_hex": "0xB6", + "mapping_word": 17590, + "mapping_word_hex": "0x44B6", + "selector": 387, + "selector_hex": "0x183", + "shadow_address": 62646, + "shadow_address_hex": "H'F4B6", + "shadow_offset": 182, + "shadow_offset_hex": "0xB6" + }, + { + "aligned_shadow_address": 62648, + "aligned_shadow_address_hex": "H'F4B8", + "command0_shadow_mirror": true, + "command4_persist_when_f76e_bit7": true, + "command4_shadow_mirror": true, + "eeprom_word_offset": 184, + "eeprom_word_offset_hex": "0xB8", + "entry_address": 51532, + "entry_address_hex": "H'C94C", + "factory_ascii": "", + "factory_word": 0, + "factory_word_hex": "0x0000", + "mapping_high_byte": 68, + "mapping_high_byte_hex": "0x44", + "mapping_low_byte": 184, + "mapping_low_byte_hex": "0xB8", + "mapping_word": 17592, + "mapping_word_hex": "0x44B8", + "selector": 500, + "selector_hex": "0x1F4", + "shadow_address": 62648, + "shadow_address_hex": "H'F4B8", + "shadow_offset": 184, + "shadow_offset_hex": "0xB8" + } + ], + "entry_count": 512, + "high_byte_histogram": [ + { + "high_byte": 4, + "high_byte_hex": "0x04", + "selector_count": 1 + }, + { + "high_byte": 8, + "high_byte_hex": "0x08", + "selector_count": 2 + }, + { + "high_byte": 16, + "high_byte_hex": "0x10", + "selector_count": 1 + }, + { + "high_byte": 64, + "high_byte_hex": "0x40", + "selector_count": 9 + }, + { + "high_byte": 68, + "high_byte_hex": "0x44", + "selector_count": 22 + }, + { + "high_byte": 72, + "high_byte_hex": "0x48", + "selector_count": 2 + }, + { + "high_byte": 96, + "high_byte_hex": "0x60", + "selector_count": 16 + }, + { + "high_byte": 100, + "high_byte_hex": "0x64", + "selector_count": 2 + }, + { + "high_byte": 104, + "high_byte_hex": "0x68", + "selector_count": 1 + }, + { + "high_byte": 192, + "high_byte_hex": "0xC0", + "selector_count": 4 + }, + { + "high_byte": 196, + "high_byte_hex": "0xC4", + "selector_count": 25 + }, + { + "high_byte": 224, + "high_byte_hex": "0xE0", + "selector_count": 3 + }, + { + "high_byte": 228, + "high_byte_hex": "0xE4", + "selector_count": 1 + } + ], + "mapped_entry_count": 89, + "offset_histogram": [ + { + "offset": 8, + "offset_hex": "0x08", + "selector_count": 1 + }, + { + "offset": 10, + "offset_hex": "0x0A", + "selector_count": 1 + }, + { + "offset": 12, + "offset_hex": "0x0C", + "selector_count": 1 + }, + { + "offset": 14, + "offset_hex": "0x0E", + "selector_count": 1 + }, + { + "offset": 16, + "offset_hex": "0x10", + "selector_count": 1 + }, + { + "offset": 18, + "offset_hex": "0x12", + "selector_count": 1 + }, + { + "offset": 20, + "offset_hex": "0x14", + "selector_count": 1 + }, + { + "offset": 22, + "offset_hex": "0x16", + "selector_count": 1 + }, + { + "offset": 24, + "offset_hex": "0x18", + "selector_count": 1 + }, + { + "offset": 26, + "offset_hex": "0x1A", + "selector_count": 1 + }, + { + "offset": 28, + "offset_hex": "0x1C", + "selector_count": 1 + }, + { + "offset": 30, + "offset_hex": "0x1E", + "selector_count": 1 + }, + { + "offset": 32, + "offset_hex": "0x20", + "selector_count": 1 + }, + { + "offset": 34, + "offset_hex": "0x22", + "selector_count": 1 + }, + { + "offset": 36, + "offset_hex": "0x24", + "selector_count": 1 + }, + { + "offset": 38, + "offset_hex": "0x26", + "selector_count": 1 + }, + { + "offset": 40, + "offset_hex": "0x28", + "selector_count": 1 + }, + { + "offset": 42, + "offset_hex": "0x2A", + "selector_count": 1 + }, + { + "offset": 44, + "offset_hex": "0x2C", + "selector_count": 1 + }, + { + "offset": 46, + "offset_hex": "0x2E", + "selector_count": 1 + }, + { + "offset": 48, + "offset_hex": "0x30", + "selector_count": 1 + }, + { + "offset": 50, + "offset_hex": "0x32", + "selector_count": 1 + }, + { + "offset": 52, + "offset_hex": "0x34", + "selector_count": 1 + }, + { + "offset": 54, + "offset_hex": "0x36", + "selector_count": 1 + }, + { + "offset": 56, + "offset_hex": "0x38", + "selector_count": 1 + }, + { + "offset": 58, + "offset_hex": "0x3A", + "selector_count": 1 + }, + { + "offset": 60, + "offset_hex": "0x3C", + "selector_count": 1 + }, + { + "offset": 62, + "offset_hex": "0x3E", + "selector_count": 1 + }, + { + "offset": 64, + "offset_hex": "0x40", + "selector_count": 1 + }, + { + "offset": 66, + "offset_hex": "0x42", + "selector_count": 1 + }, + { + "offset": 68, + "offset_hex": "0x44", + "selector_count": 1 + }, + { + "offset": 70, + "offset_hex": "0x46", + "selector_count": 1 + }, + { + "offset": 72, + "offset_hex": "0x48", + "selector_count": 1 + }, + { + "offset": 74, + "offset_hex": "0x4A", + "selector_count": 1 + }, + { + "offset": 76, + "offset_hex": "0x4C", + "selector_count": 1 + }, + { + "offset": 78, + "offset_hex": "0x4E", + "selector_count": 1 + }, + { + "offset": 80, + "offset_hex": "0x50", + "selector_count": 1 + }, + { + "offset": 82, + "offset_hex": "0x52", + "selector_count": 1 + }, + { + "offset": 84, + "offset_hex": "0x54", + "selector_count": 1 + }, + { + "offset": 86, + "offset_hex": "0x56", + "selector_count": 1 + }, + { + "offset": 88, + "offset_hex": "0x58", + "selector_count": 1 + }, + { + "offset": 90, + "offset_hex": "0x5A", + "selector_count": 1 + }, + { + "offset": 92, + "offset_hex": "0x5C", + "selector_count": 1 + }, + { + "offset": 94, + "offset_hex": "0x5E", + "selector_count": 1 + }, + { + "offset": 96, + "offset_hex": "0x60", + "selector_count": 1 + }, + { + "offset": 98, + "offset_hex": "0x62", + "selector_count": 1 + }, + { + "offset": 100, + "offset_hex": "0x64", + "selector_count": 1 + }, + { + "offset": 102, + "offset_hex": "0x66", + "selector_count": 1 + }, + { + "offset": 104, + "offset_hex": "0x68", + "selector_count": 1 + }, + { + "offset": 106, + "offset_hex": "0x6A", + "selector_count": 1 + }, + { + "offset": 108, + "offset_hex": "0x6C", + "selector_count": 1 + }, + { + "offset": 110, + "offset_hex": "0x6E", + "selector_count": 1 + }, + { + "offset": 112, + "offset_hex": "0x70", + "selector_count": 1 + }, + { + "offset": 114, + "offset_hex": "0x72", + "selector_count": 1 + }, + { + "offset": 116, + "offset_hex": "0x74", + "selector_count": 1 + }, + { + "offset": 118, + "offset_hex": "0x76", + "selector_count": 1 + }, + { + "offset": 120, + "offset_hex": "0x78", + "selector_count": 1 + }, + { + "offset": 122, + "offset_hex": "0x7A", + "selector_count": 1 + }, + { + "offset": 124, + "offset_hex": "0x7C", + "selector_count": 1 + }, + { + "offset": 126, + "offset_hex": "0x7E", + "selector_count": 1 + }, + { + "offset": 128, + "offset_hex": "0x80", + "selector_count": 1 + }, + { + "offset": 130, + "offset_hex": "0x82", + "selector_count": 1 + }, + { + "offset": 132, + "offset_hex": "0x84", + "selector_count": 1 + }, + { + "offset": 134, + "offset_hex": "0x86", + "selector_count": 1 + }, + { + "offset": 136, + "offset_hex": "0x88", + "selector_count": 1 + }, + { + "offset": 138, + "offset_hex": "0x8A", + "selector_count": 1 + }, + { + "offset": 140, + "offset_hex": "0x8C", + "selector_count": 1 + }, + { + "offset": 142, + "offset_hex": "0x8E", + "selector_count": 1 + }, + { + "offset": 144, + "offset_hex": "0x90", + "selector_count": 1 + }, + { + "offset": 146, + "offset_hex": "0x92", + "selector_count": 1 + }, + { + "offset": 148, + "offset_hex": "0x94", + "selector_count": 1 + }, + { + "offset": 150, + "offset_hex": "0x96", + "selector_count": 1 + }, + { + "offset": 152, + "offset_hex": "0x98", + "selector_count": 1 + }, + { + "offset": 154, + "offset_hex": "0x9A", + "selector_count": 1 + }, + { + "offset": 156, + "offset_hex": "0x9C", + "selector_count": 1 + }, + { + "offset": 158, + "offset_hex": "0x9E", + "selector_count": 1 + }, + { + "offset": 160, + "offset_hex": "0xA0", + "selector_count": 1 + }, + { + "offset": 162, + "offset_hex": "0xA2", + "selector_count": 1 + }, + { + "offset": 164, + "offset_hex": "0xA4", + "selector_count": 1 + }, + { + "offset": 166, + "offset_hex": "0xA6", + "selector_count": 1 + }, + { + "offset": 168, + "offset_hex": "0xA8", + "selector_count": 1 + }, + { + "offset": 170, + "offset_hex": "0xAA", + "selector_count": 1 + }, + { + "offset": 172, + "offset_hex": "0xAC", + "selector_count": 1 + }, + { + "offset": 174, + "offset_hex": "0xAE", + "selector_count": 1 + }, + { + "offset": 176, + "offset_hex": "0xB0", + "selector_count": 1 + }, + { + "offset": 178, + "offset_hex": "0xB2", + "selector_count": 1 + }, + { + "offset": 180, + "offset_hex": "0xB4", + "selector_count": 1 + }, + { + "offset": 182, + "offset_hex": "0xB6", + "selector_count": 1 + }, + { + "offset": 184, + "offset_hex": "0xB8", + "selector_count": 1 + } + ], + "table_base": 50532, + "table_base_hex": "H'C564" + }, + "state_byte_hints": [ + { + "address": 62466, + "address_hex": "H'F402", + "factory_word_hex": "0x6B6F", + "name": "factory_signature_word", + "summary": "factory 0x6B6F; boot accepts persisted state only when this word is H'6B6F", + "xref_count": 1, + "xrefs": [ + { + "access": "read", + "address": 62466, + "address_hex": "H'F402", + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "CMP:G.W #H'6B6F, @H'F402", + "instruction_address": 16634, + "instruction_address_hex": "H'40FA", + "mnemonic": "CMP:G.W", + "operands": "#H'6B6F, @H'F402", + "region": "f400_shadow_defaults" + } + ] + }, + { + "address": 62468, + "address_hex": "H'F404", + "factory_word_hex": "0xFE00", + "name": "feature_or_option_flags_candidate", + "summary": "factory 0xFE00; bits 1-4 are tested with F791 gates in display/status routines", + "xref_count": 8, + "xrefs": [ + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "BTST.B #3, @H'F404", + "instruction_address": 6119, + "instruction_address_hex": "H'17E7", + "mnemonic": "BTST.B", + "operands": "#3, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "BTST.B #3, @H'F404", + "instruction_address": 6169, + "instruction_address_hex": "H'1819", + "mnemonic": "BTST.B", + "operands": "#3, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "BTST.B #2, @H'F404", + "instruction_address": 6225, + "instruction_address_hex": "H'1851", + "mnemonic": "BTST.B", + "operands": "#2, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6269, + "instruction_address_hex": "H'187D", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6355, + "instruction_address_hex": "H'18D3", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "BTST.B #2, @H'F404", + "instruction_address": 6411, + "instruction_address_hex": "H'190B", + "mnemonic": "BTST.B", + "operands": "#2, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6455, + "instruction_address_hex": "H'1937", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_2650", + "function_start": 9808, + "function_start_hex": "H'2650", + "instruction": "BTST.B #4, @H'F404", + "instruction_address": 9888, + "instruction_address_hex": "H'26A0", + "mnemonic": "BTST.B", + "operands": "#4, @H'F404", + "region": "f400_shadow_defaults" + } + ] + }, + { + "address": 63280, + "address_hex": "H'F730", + "factory_word_hex": null, + "name": "connect_display_state_candidate", + "summary": "volatile/no factory word", + "xref_count": 3, + "xrefs": [ + { + "access": "read", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "BTST.B #6, @H'F730", + "instruction_address": 5906, + "instruction_address_hex": "H'1712", + "mnemonic": "BTST.B", + "operands": "#6, @H'F730", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "BTST.B #7, @H'F730", + "instruction_address": 5972, + "instruction_address_hex": "H'1754", + "mnemonic": "BTST.B", + "operands": "#7, @H'F730", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F730", + "instruction_address": 16396, + "instruction_address_hex": "H'400C", + "mnemonic": "CLR.B", + "operands": "@H'F730", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 63281, + "address_hex": "H'F731", + "factory_word_hex": null, + "name": "session_latch_candidate", + "summary": "volatile/no factory word", + "xref_count": 22, + "xrefs": [ + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 5893, + "instruction_address_hex": "H'1705", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 5965, + "instruction_address_hex": "H'174D", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1795", + "function_start": 6037, + "function_start_hex": "H'1795", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6037, + "instruction_address_hex": "H'1795", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6089, + "instruction_address_hex": "H'17C9", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6139, + "instruction_address_hex": "H'17FB", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6195, + "instruction_address_hex": "H'1833", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6245, + "instruction_address_hex": "H'1865", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1891", + "function_start": 6289, + "function_start_hex": "H'1891", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6295, + "instruction_address_hex": "H'1897", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6331, + "instruction_address_hex": "H'18BB", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6381, + "instruction_address_hex": "H'18ED", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6431, + "instruction_address_hex": "H'191F", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_194A", + "function_start": 6474, + "function_start_hex": "H'194A", + "instruction": "CMP:G.B #H'03, @H'F731", + "instruction_address": 6474, + "instruction_address_hex": "H'194A", + "mnemonic": "CMP:G.B", + "operands": "#H'03, @H'F731", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 63282, + "address_hex": "H'F732", + "factory_word_hex": null, + "name": "display_dispatch_selector_candidate", + "summary": "volatile display dispatch selector feeding the 493E pointer table and 48FA report bridge", + "xref_count": 11, + "xrefs": [ + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 5918, + "instruction_address_hex": "H'171E", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "MOV:G.W #H'1C07, @H'F732", + "instruction_address": 5926, + "instruction_address_hex": "H'1726", + "mnemonic": "MOV:G.W", + "operands": "#H'1C07, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 5990, + "instruction_address_hex": "H'1766", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "MOV:G.W #H'1C06, @H'F732", + "instruction_address": 5998, + "instruction_address_hex": "H'176E", + "mnemonic": "MOV:G.W", + "operands": "#H'1C06, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 8493, + "instruction_address_hex": "H'212D", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "MOV:G.W #H'1C03, @H'F732", + "instruction_address": 8501, + "instruction_address_hex": "H'2135", + "mnemonic": "MOV:G.W", + "operands": "#H'1C03, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.W @H'F732", + "instruction_address": 16416, + "instruction_address_hex": "H'4020", + "mnemonic": "CLR.W", + "operands": "@H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48EF", + "function_start": 18671, + "function_start_hex": "H'48EF", + "instruction": "MOV:G.W R0, @H'F732", + "instruction_address": 18675, + "instruction_address_hex": "H'48F3", + "mnemonic": "MOV:G.W", + "operands": "R0, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "CMP:G.B #H'1A, @H'F732", + "instruction_address": 18688, + "instruction_address_hex": "H'4900", + "mnemonic": "CMP:G.B", + "operands": "#H'1A, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "CMP:G.W #H'1900, @H'F732", + "instruction_address": 18695, + "instruction_address_hex": "H'4907", + "mnemonic": "CMP:G.W", + "operands": "#H'1900, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "MOV:G.B @H'F732, R0", + "instruction_address": 18735, + "instruction_address_hex": "H'492F", + "mnemonic": "MOV:G.B", + "operands": "@H'F732, R0", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 63342, + "address_hex": "H'F76E", + "factory_word_hex": null, + "name": "eeprom_page_and_persist_flags", + "summary": "bit7 enables command-4 EEPROM persistence, bit6 suppresses 48FA dispatch, low nibble selects EEPROM page", + "xref_count": 4, + "xrefs": [ + { + "access": "write", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F76E", + "instruction_address": 16444, + "instruction_address_hex": "H'403C", + "mnemonic": "CLR.B", + "operands": "@H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "BTST.B #6, @H'F76E", + "instruction_address": 18729, + "instruction_address_hex": "H'4929", + "mnemonic": "BTST.B", + "operands": "#6, @H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BTST.B #7, @H'F76E", + "instruction_address": 48457, + "instruction_address_hex": "H'BD49", + "mnemonic": "BTST.B", + "operands": "#7, @H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.B @H'F76E, R4", + "instruction_address": 48465, + "instruction_address_hex": "H'BD51", + "mnemonic": "MOV:G.B", + "operands": "@H'F76E, R4", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 63376, + "address_hex": "H'F790", + "factory_word_hex": null, + "name": "connection_latch_shadow_candidate", + "summary": "volatile/no factory word", + "xref_count": 1, + "xrefs": [ + { + "access": "write", + "address": 63376, + "address_hex": "H'F790", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BCLR.B #7, @H'F790", + "instruction_address": 48569, + "instruction_address_hex": "H'BDB9", + "mnemonic": "BCLR.B", + "operands": "#7, @H'F790", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 63377, + "address_hex": "H'F791", + "factory_word_hex": null, + "name": "feature_flag_gate_candidate", + "summary": "volatile gate tested alongside F404 option bits before setting report/display flags", + "xref_count": 12, + "xrefs": [ + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6113, + "instruction_address_hex": "H'17E1", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6163, + "instruction_address_hex": "H'1813", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6219, + "instruction_address_hex": "H'184B", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6263, + "instruction_address_hex": "H'1877", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6349, + "instruction_address_hex": "H'18CD", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6405, + "instruction_address_hex": "H'1905", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6449, + "instruction_address_hex": "H'1931", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_194A", + "function_start": 6474, + "function_start_hex": "H'194A", + "instruction": "BTST.B #5, @H'F791", + "instruction_address": 6498, + "instruction_address_hex": "H'1962", + "mnemonic": "BTST.B", + "operands": "#5, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_1979", + "function_start": 6521, + "function_start_hex": "H'1979", + "instruction": "BTST.B #5, @H'F791", + "instruction_address": 6543, + "instruction_address_hex": "H'198F", + "mnemonic": "BTST.B", + "operands": "#5, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_2650", + "function_start": 9808, + "function_start_hex": "H'2650", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 9882, + "instruction_address_hex": "H'269A", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F791", + "instruction_address": 16436, + "instruction_address_hex": "H'4034", + "mnemonic": "CLR.B", + "operands": "@H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "vec_sci1_txi_BA84", + "function_start": 47748, + "function_start_hex": "H'BA84", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 47828, + "instruction_address_hex": "H'BAD4", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + } + ] + }, + { + "address": 64259, + "address_hex": "H'FB03", + "factory_word_hex": null, + "name": "report_bridge_suppress_candidate", + "summary": "volatile/no factory word", + "xref_count": 10, + "xrefs": [ + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 5912, + "instruction_address_hex": "H'1718", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 5984, + "instruction_address_hex": "H'1760", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 8487, + "instruction_address_hex": "H'2127", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'FB03", + "instruction_address": 16424, + "instruction_address_hex": "H'4028", + "mnemonic": "CLR.B", + "operands": "@H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_4394", + "function_start": 17300, + "function_start_hex": "H'4394", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17308, + "instruction_address_hex": "H'439C", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_4457", + "function_start": 17495, + "function_start_hex": "H'4457", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17503, + "instruction_address_hex": "H'445F", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_451A", + "function_start": 17690, + "function_start_hex": "H'451A", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17698, + "instruction_address_hex": "H'4522", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 18682, + "instruction_address_hex": "H'48FA", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 48976, + "instruction_address_hex": "H'BF50", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BCLR.B #7, @H'FB03", + "instruction_address": 48994, + "instruction_address_hex": "H'BF62", + "mnemonic": "BCLR.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + } + ] + } + ], + "summary": { + "confidence": "medium-high", + "factory_default_count": 128, + "model": "The ROM treats the traced P9 bus as two X24164-style EEPROM banks, mirrors a 0x100-byte factory/default block into F400-F4FF, and loads sixteen 8-byte persistent records into F7B0-F82F at boot.", + "persistent_record_count": 16, + "selector_persistence_mapping_count": 89 + }, + "xrefs": { + "direct_xref_count": 73, + "direct_xrefs": [ + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 5893, + "instruction_address_hex": "H'1705", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "BTST.B #6, @H'F730", + "instruction_address": 5906, + "instruction_address_hex": "H'1712", + "mnemonic": "BTST.B", + "operands": "#6, @H'F730", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 5912, + "instruction_address_hex": "H'1718", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 5918, + "instruction_address_hex": "H'171E", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_1705", + "function_start": 5893, + "function_start_hex": "H'1705", + "instruction": "MOV:G.W #H'1C07, @H'F732", + "instruction_address": 5926, + "instruction_address_hex": "H'1726", + "mnemonic": "MOV:G.W", + "operands": "#H'1C07, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 5965, + "instruction_address_hex": "H'174D", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "BTST.B #7, @H'F730", + "instruction_address": 5972, + "instruction_address_hex": "H'1754", + "mnemonic": "BTST.B", + "operands": "#7, @H'F730", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 5984, + "instruction_address_hex": "H'1760", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 5990, + "instruction_address_hex": "H'1766", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_174D", + "function_start": 5965, + "function_start_hex": "H'174D", + "instruction": "MOV:G.W #H'1C06, @H'F732", + "instruction_address": 5998, + "instruction_address_hex": "H'176E", + "mnemonic": "MOV:G.W", + "operands": "#H'1C06, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1795", + "function_start": 6037, + "function_start_hex": "H'1795", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6037, + "instruction_address_hex": "H'1795", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6089, + "instruction_address_hex": "H'17C9", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6113, + "instruction_address_hex": "H'17E1", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_17C9", + "function_start": 6089, + "function_start_hex": "H'17C9", + "instruction": "BTST.B #3, @H'F404", + "instruction_address": 6119, + "instruction_address_hex": "H'17E7", + "mnemonic": "BTST.B", + "operands": "#3, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6139, + "instruction_address_hex": "H'17FB", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6163, + "instruction_address_hex": "H'1813", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_17FB", + "function_start": 6139, + "function_start_hex": "H'17FB", + "instruction": "BTST.B #3, @H'F404", + "instruction_address": 6169, + "instruction_address_hex": "H'1819", + "mnemonic": "BTST.B", + "operands": "#3, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6195, + "instruction_address_hex": "H'1833", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6219, + "instruction_address_hex": "H'184B", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_182D", + "function_start": 6189, + "function_start_hex": "H'182D", + "instruction": "BTST.B #2, @H'F404", + "instruction_address": 6225, + "instruction_address_hex": "H'1851", + "mnemonic": "BTST.B", + "operands": "#2, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6245, + "instruction_address_hex": "H'1865", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6263, + "instruction_address_hex": "H'1877", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6269, + "instruction_address_hex": "H'187D", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1891", + "function_start": 6289, + "function_start_hex": "H'1891", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6295, + "instruction_address_hex": "H'1897", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6331, + "instruction_address_hex": "H'18BB", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6349, + "instruction_address_hex": "H'18CD", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6355, + "instruction_address_hex": "H'18D3", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6381, + "instruction_address_hex": "H'18ED", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6405, + "instruction_address_hex": "H'1905", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_18E7", + "function_start": 6375, + "function_start_hex": "H'18E7", + "instruction": "BTST.B #2, @H'F404", + "instruction_address": 6411, + "instruction_address_hex": "H'190B", + "mnemonic": "BTST.B", + "operands": "#2, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "instruction": "CMP:G.B #H'02, @H'F731", + "instruction_address": 6431, + "instruction_address_hex": "H'191F", + "mnemonic": "CMP:G.B", + "operands": "#H'02, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 6449, + "instruction_address_hex": "H'1931", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "instruction": "BTST.B #1, @H'F404", + "instruction_address": 6455, + "instruction_address_hex": "H'1937", + "mnemonic": "BTST.B", + "operands": "#1, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_194A", + "function_start": 6474, + "function_start_hex": "H'194A", + "instruction": "CMP:G.B #H'03, @H'F731", + "instruction_address": 6474, + "instruction_address_hex": "H'194A", + "mnemonic": "CMP:G.B", + "operands": "#H'03, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_194A", + "function_start": 6474, + "function_start_hex": "H'194A", + "instruction": "BTST.B #5, @H'F791", + "instruction_address": 6498, + "instruction_address_hex": "H'1962", + "mnemonic": "BTST.B", + "operands": "#5, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_1979", + "function_start": 6521, + "function_start_hex": "H'1979", + "instruction": "CMP:G.B #H'03, @H'F731", + "instruction_address": 6521, + "instruction_address_hex": "H'1979", + "mnemonic": "CMP:G.B", + "operands": "#H'03, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_1979", + "function_start": 6521, + "function_start_hex": "H'1979", + "instruction": "BTST.B #5, @H'F791", + "instruction_address": 6543, + "instruction_address_hex": "H'198F", + "mnemonic": "BTST.B", + "operands": "#5, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "BSET.B #7, @H'FB03", + "instruction_address": 8487, + "instruction_address_hex": "H'2127", + "mnemonic": "BSET.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "MOV:G.W @H'F732, R1", + "instruction_address": 8493, + "instruction_address_hex": "H'212D", + "mnemonic": "MOV:G.W", + "operands": "@H'F732, R1", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_2127", + "function_start": 8487, + "function_start_hex": "H'2127", + "instruction": "MOV:G.W #H'1C03, @H'F732", + "instruction_address": 8501, + "instruction_address_hex": "H'2135", + "mnemonic": "MOV:G.W", + "operands": "#H'1C03, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_2650", + "function_start": 9808, + "function_start_hex": "H'2650", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 9882, + "instruction_address_hex": "H'269A", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62468, + "address_hex": "H'F404", + "function_label": "loc_2650", + "function_start": 9808, + "function_start_hex": "H'2650", + "instruction": "BTST.B #4, @H'F404", + "instruction_address": 9888, + "instruction_address_hex": "H'26A0", + "mnemonic": "BTST.B", + "operands": "#4, @H'F404", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "vec_ad_adi_3D99", + "function_start": 15769, + "function_start_hex": "H'3D99", + "instruction": "CMP:G.B #H'03, @H'F731", + "instruction_address": 15813, + "instruction_address_hex": "H'3DC5", + "mnemonic": "CMP:G.B", + "operands": "#H'03, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63280, + "address_hex": "H'F730", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F730", + "instruction_address": 16396, + "instruction_address_hex": "H'400C", + "mnemonic": "CLR.B", + "operands": "@H'F730", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.W @H'F732", + "instruction_address": 16416, + "instruction_address_hex": "H'4020", + "mnemonic": "CLR.W", + "operands": "@H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'FB03", + "instruction_address": 16424, + "instruction_address_hex": "H'4028", + "mnemonic": "CLR.B", + "operands": "@H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63377, + "address_hex": "H'F791", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F791", + "instruction_address": 16436, + "instruction_address_hex": "H'4034", + "mnemonic": "CLR.B", + "operands": "@H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_400C", + "function_start": 16396, + "function_start_hex": "H'400C", + "instruction": "CLR.B @H'F76E", + "instruction_address": 16444, + "instruction_address_hex": "H'403C", + "mnemonic": "CLR.B", + "operands": "@H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 62466, + "address_hex": "H'F402", + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "CMP:G.W #H'6B6F, @H'F402", + "instruction_address": 16634, + "instruction_address_hex": "H'40FA", + "mnemonic": "CMP:G.W", + "operands": "#H'6B6F, @H'F402", + "region": "f400_shadow_defaults" + }, + { + "access": "write", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_4217", + "function_start": 16919, + "function_start_hex": "H'4217", + "instruction": "BSET.B #7, @H'F731", + "instruction_address": 16923, + "instruction_address_hex": "H'421B", + "mnemonic": "BSET.B", + "operands": "#7, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 62634, + "address_hex": "H'F4AA", + "function_label": "loc_430C", + "function_start": 17164, + "function_start_hex": "H'430C", + "instruction": "MOV:G.B #H'55, @H'F4AA", + "instruction_address": 17173, + "instruction_address_hex": "H'4315", + "mnemonic": "MOV:G.B", + "operands": "#H'55, @H'F4AA", + "region": "f400_shadow_defaults" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_4394", + "function_start": 17300, + "function_start_hex": "H'4394", + "instruction": "CMP:G.B #H'01, @H'F731", + "instruction_address": 17300, + "instruction_address_hex": "H'4394", + "mnemonic": "CMP:G.B", + "operands": "#H'01, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_4394", + "function_start": 17300, + "function_start_hex": "H'4394", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17308, + "instruction_address_hex": "H'439C", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_4457", + "function_start": 17495, + "function_start_hex": "H'4457", + "instruction": "CMP:G.B #H'01, @H'F731", + "instruction_address": 17495, + "instruction_address_hex": "H'4457", + "mnemonic": "CMP:G.B", + "operands": "#H'01, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_4457", + "function_start": 17495, + "function_start_hex": "H'4457", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17503, + "instruction_address_hex": "H'445F", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_451A", + "function_start": 17690, + "function_start_hex": "H'451A", + "instruction": "CMP:G.B #H'01, @H'F731", + "instruction_address": 17690, + "instruction_address_hex": "H'451A", + "mnemonic": "CMP:G.B", + "operands": "#H'01, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_451A", + "function_start": 17690, + "function_start_hex": "H'451A", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 17698, + "instruction_address_hex": "H'4522", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48EF", + "function_start": 18671, + "function_start_hex": "H'48EF", + "instruction": "MOV:G.W R0, @H'F732", + "instruction_address": 18675, + "instruction_address_hex": "H'48F3", + "mnemonic": "MOV:G.W", + "operands": "R0, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 18682, + "instruction_address_hex": "H'48FA", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "CMP:G.B #H'1A, @H'F732", + "instruction_address": 18688, + "instruction_address_hex": "H'4900", + "mnemonic": "CMP:G.B", + "operands": "#H'1A, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "CMP:G.W #H'1900, @H'F732", + "instruction_address": 18695, + "instruction_address_hex": "H'4907", + "mnemonic": "CMP:G.W", + "operands": "#H'1900, @H'F732", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "BTST.B #6, @H'F76E", + "instruction_address": 18729, + "instruction_address_hex": "H'4929", + "mnemonic": "BTST.B", + "operands": "#6, @H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63282, + "address_hex": "H'F732", + "function_label": "loc_48FA", + "function_start": 18682, + "function_start_hex": "H'48FA", + "instruction": "MOV:G.B @H'F732, R0", + "instruction_address": 18735, + "instruction_address_hex": "H'492F", + "mnemonic": "MOV:G.B", + "operands": "@H'F732, R0", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63377, + "address_hex": "H'F791", + "function_label": "vec_sci1_txi_BA84", + "function_start": 47748, + "function_start_hex": "H'BA84", + "instruction": "BTST.B #7, @H'F791", + "instruction_address": 47828, + "instruction_address_hex": "H'BAD4", + "mnemonic": "BTST.B", + "operands": "#7, @H'F791", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BTST.B #7, @H'F76E", + "instruction_address": 48457, + "instruction_address_hex": "H'BD49", + "mnemonic": "BTST.B", + "operands": "#7, @H'F76E", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63342, + "address_hex": "H'F76E", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.B @H'F76E, R4", + "instruction_address": 48465, + "instruction_address_hex": "H'BD51", + "mnemonic": "MOV:G.B", + "operands": "@H'F76E, R4", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BTST.B #7, @H'F731", + "instruction_address": 48532, + "instruction_address_hex": "H'BD94", + "mnemonic": "BTST.B", + "operands": "#7, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63281, + "address_hex": "H'F731", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BCLR.B #7, @H'F731", + "instruction_address": 48565, + "instruction_address_hex": "H'BDB5", + "mnemonic": "BCLR.B", + "operands": "#7, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63376, + "address_hex": "H'F790", + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "BCLR.B #7, @H'F790", + "instruction_address": 48569, + "instruction_address_hex": "H'BDB9", + "mnemonic": "BCLR.B", + "operands": "#7, @H'F790", + "region": "state_or_gate_ram" + }, + { + "access": "read", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BTST.B #7, @H'FB03", + "instruction_address": 48976, + "instruction_address_hex": "H'BF50", + "mnemonic": "BTST.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 64259, + "address_hex": "H'FB03", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BCLR.B #7, @H'FB03", + "instruction_address": 48994, + "instruction_address_hex": "H'BF62", + "mnemonic": "BCLR.B", + "operands": "#7, @H'FB03", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63281, + "address_hex": "H'F731", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BCLR.B #7, @H'F731", + "instruction_address": 49071, + "instruction_address_hex": "H'BFAF", + "mnemonic": "BCLR.B", + "operands": "#7, @H'F731", + "region": "state_or_gate_ram" + }, + { + "access": "write", + "address": 63281, + "address_hex": "H'F731", + "function_label": "vec_frt2_ocia_BF23", + "function_start": 48931, + "function_start_hex": "H'BF23", + "instruction": "BCLR.B #7, @H'F731", + "instruction_address": 49087, + "instruction_address_hex": "H'BFBF", + "mnemonic": "BCLR.B", + "operands": "#7, @H'F731", + "region": "state_or_gate_ram" + } + ], + "dynamic_xref_count": 9, + "dynamic_xrefs": [ + { + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "MOV:G.W R5, @(-H'0C00,R0)", + "instruction_address": 16652, + "instruction_address_hex": "H'410C", + "kind": "indexed_f400_shadow_access", + "mnemonic": "MOV:G.W", + "operand": "R5, @(-H'0C00,R0)", + "operands": "R5, @(-H'0C00,R0)" + }, + { + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "MOV:G.W R5, @(-H'0850,R1)", + "instruction_address": 16872, + "instruction_address_hex": "H'41E8", + "kind": "indexed_persistent_record_store", + "mnemonic": "MOV:G.W", + "operand": "R5, @(-H'0850,R1)", + "operands": "R5, @(-H'0850,R1)" + }, + { + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "MOV:G.W R5, @(-H'084E,R1)", + "instruction_address": 16885, + "instruction_address_hex": "H'41F5", + "kind": "indexed_persistent_record_store", + "mnemonic": "MOV:G.W", + "operand": "R5, @(-H'084E,R1)", + "operands": "R5, @(-H'084E,R1)" + }, + { + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "MOV:G.W R5, @(-H'084C,R1)", + "instruction_address": 16898, + "instruction_address_hex": "H'4202", + "kind": "indexed_persistent_record_store", + "mnemonic": "MOV:G.W", + "operand": "R5, @(-H'084C,R1)", + "operands": "R5, @(-H'084C,R1)" + }, + { + "function_label": "loc_40BB", + "function_start": 16571, + "function_start_hex": "H'40BB", + "instruction": "MOV:G.W R5, @(-H'084A,R1)", + "instruction_address": 16911, + "instruction_address_hex": "H'420F", + "kind": "indexed_persistent_record_store", + "mnemonic": "MOV:G.W", + "operand": "R5, @(-H'084A,R1)", + "operands": "R5, @(-H'084A,R1)" + }, + { + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.W @(-H'3A9C,R4), R1", + "instruction_address": 48289, + "instruction_address_hex": "H'BCA1", + "kind": "selector_to_shadow_mapping_word", + "mnemonic": "MOV:G.W", + "operand": "@(-H'3A9C,R4), R1", + "operands": "@(-H'3A9C,R4), R1" + }, + { + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.W R0, @(-H'0C00,R1)", + "instruction_address": 48297, + "instruction_address_hex": "H'BCA9", + "kind": "indexed_f400_shadow_access", + "mnemonic": "MOV:G.W", + "operand": "R0, @(-H'0C00,R1)", + "operands": "R0, @(-H'0C00,R1)" + }, + { + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.B @(-H'3A9B,R4), R1", + "instruction_address": 48445, + "instruction_address_hex": "H'BD3D", + "kind": "selector_to_shadow_mapping_low_byte", + "mnemonic": "MOV:G.B", + "operand": "@(-H'3A9B,R4), R1", + "operands": "@(-H'3A9B,R4), R1" + }, + { + "function_label": "loc_BBAB", + "function_start": 48043, + "function_start_hex": "H'BBAB", + "instruction": "MOV:G.W R0, @(-H'0C00,R1)", + "instruction_address": 48453, + "instruction_address_hex": "H'BD45", + "kind": "indexed_f400_shadow_access", + "mnemonic": "MOV:G.W", + "operand": "R0, @(-H'0C00,R1)", + "operands": "R0, @(-H'0C00,R1)" + } + ] + } +} diff --git a/build/rom_eeprom_layout.txt b/build/rom_eeprom_layout.txt new file mode 100644 index 0000000..2677381 --- /dev/null +++ b/build/rom_eeprom_layout.txt @@ -0,0 +1,179 @@ +H8/536 EEPROM Layout Report + +Summary: The ROM treats the traced P9 bus as two X24164-style EEPROM banks, mirrors a 0x100-byte factory/default block into F400-F4FF, and loads sixteen 8-byte persistent records into F7B0-F82F at boot. +Confidence: medium-high + +Physical / Logical Model: +- lower_x24164_candidate: logical 0x000-0x7FF control A0/A1 +- upper_x24164_candidate: logical 0x800-0xFFF control E0/E1 +- bus: P91/SCL and P97/SDA bit-banged two-wire bus through ROM routines C121/C08B/C0DB/C10C/C142 +- page model: 16 logical pages of 0x100 bytes; low 8 address bits are sent as the EEPROM word address + +Boot Flow: +- H'40BB eeprom_boot_gate: initializes queue/table scratch, checks P7DR.7, then checks F402 == H'6B6F before trusting persisted state +- H'4103 factory_default_fill: copies ROM C964-CA63 into F400-F4FF and writes the same 0x100-byte defaults to each EEPROM page +- H'4187 record_header_blank: overwrites page offsets 0x00-0x07 on pages 0x1-0xF with four H'2020 words after factory replication; page 0 keeps the signature/options header +- H'41D2 persistent_record_load: reads page offsets 0x00-0x07 from pages 0x0-0xF into F7B0-F82F; record 0 is a signature/options header, records 1-F are label/identity-like slots +- H'BD2B serial_persist_path: command-4 continuation writes the live value into F400+map[selector] and persists it through BFE0 when F76E.7 is set + +Factory Shadow Block: +- ROM H'C964 length 0x100 mirrors to H'F400-H'F4FF +- H'F402 offset 0x02 default 0x6B6F (ascii='ko'; xrefs=1) +- H'F404 offset 0x04 default 0xFE00 (xrefs=8) +- H'F408 offset 0x08 default 0x8000 (selectors=0x004) +- H'F40A offset 0x0A default 0x0000 (selectors=0x012) +- H'F40C offset 0x0C default 0x0000 (selectors=0x013) +- H'F40E offset 0x0E default 0x8000 (selectors=0x017) +- H'F410 offset 0x10 default 0x8000 (selectors=0x018) +- H'F412 offset 0x12 default 0x0808 (selectors=0x01A) +- H'F414 offset 0x14 default 0x0000 (selectors=0x01F) +- H'F416 offset 0x16 default 0x0000 (selectors=0x020) +- H'F418 offset 0x18 default 0x0000 (selectors=0x023) +- H'F41A offset 0x1A default 0x0000 (selectors=0x037) +- H'F41C offset 0x1C default 0x0000 (selectors=0x038) +- H'F41E offset 0x1E default 0x8000 (selectors=0x080) +- H'F420 offset 0x20 default 0x8000 (selectors=0x081) +- H'F422 offset 0x22 default 0x0020 (ascii='. '; selectors=0x083) +- H'F424 offset 0x24 default 0x0000 (selectors=0x088) +- H'F426 offset 0x26 default 0x0400 (selectors=0x089) +- H'F428 offset 0x28 default 0x0800 (selectors=0x08B) +- H'F42A offset 0x2A default 0x0040 (ascii='.@'; selectors=0x08D) +- H'F42C offset 0x2C default 0x0000 (selectors=0x08F) +- H'F42E offset 0x2E default 0x8000 (selectors=0x091) +- H'F430 offset 0x30 default 0xFF80 (selectors=0x092) +- H'F432 offset 0x32 default 0x4040 (ascii='@@'; selectors=0x093) +- H'F434 offset 0x34 default 0x0000 (selectors=0x095) +- H'F436 offset 0x36 default 0x0000 (selectors=0x098) +- H'F438 offset 0x38 default 0x8000 (selectors=0x09A) +- H'F43A offset 0x3A default 0x0000 (selectors=0x09D) +- H'F43C offset 0x3C default 0x8000 (selectors=0x09E) +- H'F43E offset 0x3E default 0x8000 (selectors=0x09F) +- H'F440 offset 0x40 default 0x8000 (selectors=0x0A3) +- H'F442 offset 0x42 default 0x8000 (selectors=0x0A4) + +Persistent 8-Byte Records: +- 16 records: EEPROM 0x000-0x007 .. 0xF00-0xF07 load into RAM H'F7B0-H'F7B7 .. H'F828-H'F82F + - record 0x0: EEPROM 0x000-0x007 -> RAM H'F7B0-H'F7B7 default '..ko....' + - record 0x1: EEPROM 0x100-0x107 -> RAM H'F7B8-H'F7BF default ' ' + - record 0x2: EEPROM 0x200-0x207 -> RAM H'F7C0-H'F7C7 default ' ' + - record 0x3: EEPROM 0x300-0x307 -> RAM H'F7C8-H'F7CF default ' ' + - record 0x4: EEPROM 0x400-0x407 -> RAM H'F7D0-H'F7D7 default ' ' + - record 0x5: EEPROM 0x500-0x507 -> RAM H'F7D8-H'F7DF default ' ' + - record 0x6: EEPROM 0x600-0x607 -> RAM H'F7E0-H'F7E7 default ' ' + - record 0x7: EEPROM 0x700-0x707 -> RAM H'F7E8-H'F7EF default ' ' + - record 0x8: EEPROM 0x800-0x807 -> RAM H'F7F0-H'F7F7 default ' ' + - record 0x9: EEPROM 0x900-0x907 -> RAM H'F7F8-H'F7FF default ' ' + - record 0xA: EEPROM 0xA00-0xA07 -> RAM H'F800-H'F807 default ' ' + - record 0xB: EEPROM 0xB00-0xB07 -> RAM H'F808-H'F80F default ' ' + - record 0xC: EEPROM 0xC00-0xC07 -> RAM H'F810-H'F817 default ' ' + - record 0xD: EEPROM 0xD00-0xD07 -> RAM H'F818-H'F81F default ' ' + - record 0xE: EEPROM 0xE00-0xE07 -> RAM H'F820-H'F827 default ' ' + - record 0xF: EEPROM 0xF00-0xF07 -> RAM H'F828-H'F82F default ' ' + +Serial Selector -> Shadow/EEPROM Mapping: +- table H'C564 has 89 nonzero low-byte mappings +- formula: command 4 persists to EEPROM address (((F76E & 0x0F) << 8) | (mapping_low_byte & 0xFE)) when F76E.7 is set + - selector 0x004 map_word=0x4808 -> H'F408 page+0x08 default=0x8000 + - selector 0x012 map_word=0x080A -> H'F40A page+0x0A default=0x0000 + - selector 0x013 map_word=0x080C -> H'F40C page+0x0C default=0x0000 + - selector 0x017 map_word=0x600E -> H'F40E page+0x0E default=0x8000 + - selector 0x018 map_word=0x6010 -> H'F410 page+0x10 default=0x8000 + - selector 0x01A map_word=0x1012 -> H'F412 page+0x12 default=0x0808 + - selector 0x01F map_word=0x4414 -> H'F414 page+0x14 default=0x0000 + - selector 0x020 map_word=0x4416 -> H'F416 page+0x16 default=0x0000 + - selector 0x023 map_word=0x0418 -> H'F418 page+0x18 default=0x0000 + - selector 0x037 map_word=0x641A -> H'F41A page+0x1A default=0x0000 + - selector 0x038 map_word=0x641C -> H'F41C page+0x1C default=0x0000 + - selector 0x080 map_word=0xE01E -> H'F41E page+0x1E default=0x8000 + - selector 0x081 map_word=0x6020 -> H'F420 page+0x20 default=0x8000 + - selector 0x083 map_word=0x6022 -> H'F422 page+0x22 default=0x0020 + - selector 0x088 map_word=0x4024 -> H'F424 page+0x24 default=0x0000 + - selector 0x089 map_word=0x4426 -> H'F426 page+0x26 default=0x0400 + - selector 0x08B map_word=0x4428 -> H'F428 page+0x28 default=0x0800 + - selector 0x08D map_word=0x442A -> H'F42A page+0x2A default=0x0040 + - selector 0x08F map_word=0x602C -> H'F42C page+0x2C default=0x0000 + - selector 0x091 map_word=0x602E -> H'F42E page+0x2E default=0x8000 + - selector 0x092 map_word=0x6030 -> H'F430 page+0x30 default=0xFF80 + - selector 0x093 map_word=0x6032 -> H'F432 page+0x32 default=0x4040 + - selector 0x095 map_word=0x6034 -> H'F434 page+0x34 default=0x0000 + - selector 0x098 map_word=0x4036 -> H'F436 page+0x36 default=0x0000 + - selector 0x09A map_word=0x6038 -> H'F438 page+0x38 default=0x8000 + - selector 0x09D map_word=0x443A -> H'F43A page+0x3A default=0x0000 + - selector 0x09E map_word=0x603C -> H'F43C page+0x3C default=0x8000 + - selector 0x09F map_word=0x603E -> H'F43E page+0x3E default=0x8000 + - selector 0x0A3 map_word=0x6040 -> H'F440 page+0x40 default=0x8000 + - selector 0x0A4 map_word=0x6042 -> H'F442 page+0x42 default=0x8000 + - selector 0x0A5 map_word=0x6044 -> H'F444 page+0x44 default=0x8000 + - selector 0x0A6 map_word=0x6046 -> H'F446 page+0x46 default=0x8000 + - selector 0x0A7 map_word=0x4048 -> H'F448 page+0x48 default=0xF000 + - selector 0x0A9 map_word=0xE04A -> H'F44A page+0x4A default=0x8000 + - selector 0x0AA map_word=0xC44C -> H'F44C page+0x4C default=0x2000 + - selector 0x0AC map_word=0xC44E -> H'F44E page+0x4E default=0x8000 + - selector 0x0AD map_word=0xC450 -> H'F450 page+0x50 default=0x8000 + - selector 0x0AE map_word=0xC452 -> H'F452 page+0x52 default=0x8000 + - selector 0x0AF map_word=0xC454 -> H'F454 page+0x54 default=0x8000 + - selector 0x0B0 map_word=0xC456 -> H'F456 page+0x56 default=0x8000 + - selector 0x0B2 map_word=0xC458 -> H'F458 page+0x58 default=0x8000 + - selector 0x0B3 map_word=0xC45A -> H'F45A page+0x5A default=0x8000 + - selector 0x0B4 map_word=0xC45C -> H'F45C page+0x5C default=0x8000 + - selector 0x0B6 map_word=0xC45E -> H'F45E page+0x5E default=0x8000 + - selector 0x0B7 map_word=0x4060 -> H'F460 page+0x60 default=0xF800 + - selector 0x0B9 map_word=0x6862 -> H'F462 page+0x62 default=0x4000 + - selector 0x0BC map_word=0xE064 -> H'F464 page+0x64 default=0x8000 + - selector 0x0BD map_word=0xC066 -> H'F466 page+0x66 default=0x8000 + - selector 0x0C0 map_word=0x4468 -> H'F468 page+0x68 default=0x8000 + - selector 0x0C1 map_word=0xC46A -> H'F46A page+0x6A default=0x8000 + - selector 0x0C3 map_word=0xE46C -> H'F46C page+0x6C default=0x4000 + - selector 0x0C4 map_word=0x446E -> H'F46E page+0x6E default=0x8000 + - selector 0x0C5 map_word=0xC070 -> H'F470 page+0x70 default=0x8000 + - selector 0x0C6 map_word=0x4472 -> H'F472 page+0x72 default=0x8000 + - selector 0x0C7 map_word=0xC474 -> H'F474 page+0x74 default=0x8000 + - selector 0x0C8 map_word=0xC476 -> H'F476 page+0x76 default=0x0000 + - selector 0x0C9 map_word=0xC478 -> H'F478 page+0x78 default=0x0000 + - selector 0x0CA map_word=0xC47A -> H'F47A page+0x7A default=0x0000 + - selector 0x0CB map_word=0xC47C -> H'F47C page+0x7C default=0x0000 + - selector 0x0CC map_word=0xC47E -> H'F47E page+0x7E default=0x0000 + - selector 0x0CD map_word=0xC480 -> H'F480 page+0x80 default=0x0000 + - selector 0x0D4 map_word=0xC482 -> H'F482 page+0x82 default=0x8000 + - selector 0x0D5 map_word=0xC484 -> H'F484 page+0x84 default=0x8000 + - selector 0x0D6 map_word=0xC086 -> H'F486 page+0x86 default=0x8000 + - selector 0x0D7 map_word=0xC088 -> H'F488 page+0x88 default=0x8000 + - selector 0x0D8 map_word=0x408A -> H'F48A page+0x8A default=0x8000 + - selector 0x0D9 map_word=0x408C -> H'F48C page+0x8C default=0x8000 + - selector 0x0DA map_word=0x408E -> H'F48E page+0x8E default=0x8000 + - selector 0x0F6 map_word=0x4090 -> H'F490 page+0x90 default=0x8000 + - selector 0x0F9 map_word=0x4492 -> H'F492 page+0x92 default=0x8000 + - selector 0x0FA map_word=0x4494 -> H'F494 page+0x94 default=0x8000 + - selector 0x0FB map_word=0x4496 -> H'F496 page+0x96 default=0x8000 + - selector 0x0FC map_word=0x4498 -> H'F498 page+0x98 default=0x8000 + - selector 0x0FD map_word=0x409A -> H'F49A page+0x9A default=0x8000 + - selector 0x0FE map_word=0x449C -> H'F49C page+0x9C default=0x8000 + - selector 0x0FF map_word=0x449E -> H'F49E page+0x9E default=0x8000 + - selector 0x100 map_word=0x44A0 -> H'F4A0 page+0xA0 default=0x8000 + - selector 0x101 map_word=0x44A2 -> H'F4A2 page+0xA2 default=0x8000 + - selector 0x10F map_word=0xC4A4 -> H'F4A4 page+0xA4 default=0x8000 + - selector 0x110 map_word=0x48A6 -> H'F4A6 page+0xA6 default=0x0000 + - ... 9 more mapped selectors omitted + +State Byte Hints: +- H'F402 factory_signature_word: factory 0x6B6F; boot accepts persisted state only when this word is H'6B6F (xrefs=1) +- H'F404 feature_or_option_flags_candidate: factory 0xFE00; bits 1-4 are tested with F791 gates in display/status routines (xrefs=8) +- H'F730 connect_display_state_candidate: volatile/no factory word (xrefs=3) +- H'F731 session_latch_candidate: volatile/no factory word (xrefs=22) +- H'F732 display_dispatch_selector_candidate: volatile display dispatch selector feeding the 493E pointer table and 48FA report bridge (xrefs=11) +- H'F76E eeprom_page_and_persist_flags: bit7 enables command-4 EEPROM persistence, bit6 suppresses 48FA dispatch, low nibble selects EEPROM page (xrefs=4) +- H'F790 connection_latch_shadow_candidate: volatile/no factory word (xrefs=1) +- H'F791 feature_flag_gate_candidate: volatile gate tested alongside F404 option bits before setting report/display flags (xrefs=12) +- H'FB03 report_bridge_suppress_candidate: volatile/no factory word (xrefs=10) + +Bench Implications: +- A live EEPROM dump should first compare F400-F4FF shadow-equivalent offsets against the ROM factory table, especially F402/F404 and mapped offsets. +- Pages 0x0-0xF offset 0x00-0x07 are loaded into F7B0-F82F; page 0 carries the signature/options header and pages 1-F default to spaces, so non-space bytes there are high-value identity/config data. +- Serial command 0/4 can mirror values into F400 offsets selected by the ROM mapping table, but command 4 only persists when the continuation path reaches BD2B and F76E.7 is set. +- F76E is not just a page byte: bit7 gates EEPROM persistence, bit6 suppresses the 48FA dispatch path, and only its low nibble survives into the EEPROM page address. +- CONNECT OK is still likely gated by volatile table/session state as well as EEPROM-backed defaults; EEPROM differences may explain why bench and emulator diverge, but are unlikely to be the whole protocol by themselves. + +Caveats: +- The selector map proves where firmware mirrors/persists serial values, not what every field means to the panel UI. +- High bytes in the C564 selector map look structured, but the observed command-0/command-4 paths only use the low byte for F400/EEPROM offsets. +- Indexed F7B0-F82F record consumers can be missed by a static xref pass; dynamic emulator traces should be used once interesting record bytes are found. diff --git a/h8536/eeprom_layout.py b/h8536/eeprom_layout.py new file mode 100644 index 0000000..3d1591a --- /dev/null +++ b/h8536/eeprom_layout.py @@ -0,0 +1,730 @@ +from __future__ import annotations + +import argparse +import json +from collections import Counter +from collections.abc import Iterable, Mapping +from pathlib import Path +from typing import Any + +from .emulator.peripherals.x24164 import ( + X24164_FACTORY_DEFAULT_BASE, + X24164_FACTORY_DEFAULT_BYTES, + X24164_LOGICAL_PAGE_COUNT, + X24164_LOGICAL_PAGE_SIZE, + factory_default_words_from_rom, +) +from .formatting import h16, label_for +from .rom import Rom + + +JsonObject = dict[str, Any] + +DEFAULT_INPUT = Path("build/rom_decompiled.json") +DEFAULT_ROM = Path("ROM/M27C512@DIP28_1.BIN") + +SHADOW_BASE = 0xF400 +SHADOW_SIZE = 0x0100 +SELECTOR_MAP_BASE = 0xC564 +SELECTOR_MAP_COUNT = 0x0200 +RECORD_RAM_BASE = 0xF7B0 +RECORD_BYTES = 8 + +STATE_BYTES: tuple[tuple[int, str], ...] = ( + (0xF402, "factory_signature_word"), + (0xF404, "feature_or_option_flags_candidate"), + (0xF730, "connect_display_state_candidate"), + (0xF731, "session_latch_candidate"), + (0xF732, "display_dispatch_selector_candidate"), + (0xF76E, "eeprom_page_and_persist_flags"), + (0xF790, "connection_latch_shadow_candidate"), + (0xF791, "feature_flag_gate_candidate"), + (0xFB03, "report_bridge_suppress_candidate"), +) + + +def load_eeprom_layout_input(path: Path) -> JsonObject: + with path.open("r", encoding="utf-8") as handle: + payload = json.load(handle) + if not isinstance(payload, dict) or "instructions" not in payload: + raise ValueError(f"{path} does not look like h8536_decompiler JSON output") + return payload + + +def analyze_eeprom_layout(payload: Mapping[str, Any], *, rom_path: Path | None = DEFAULT_ROM) -> JsonObject: + rom = _load_rom(rom_path) + factory_entries = _factory_entries(rom) + selector_map = _selector_map_entries(rom, factory_entries) + xrefs = _xref_summary(payload) + + return { + "kind": "eeprom_layout", + "summary": { + "confidence": "medium-high", + "model": ( + "The ROM treats the traced P9 bus as two X24164-style EEPROM banks, " + "mirrors a 0x100-byte factory/default block into F400-F4FF, and loads " + "sixteen 8-byte persistent records into F7B0-F82F at boot." + ), + "factory_default_count": len(factory_entries), + "selector_persistence_mapping_count": len(selector_map), + "persistent_record_count": X24164_LOGICAL_PAGE_COUNT, + }, + "physical_model": _physical_model(), + "boot_flow": _boot_flow(), + "factory_defaults": { + "rom_base": X24164_FACTORY_DEFAULT_BASE, + "rom_base_hex": h16(X24164_FACTORY_DEFAULT_BASE), + "byte_count": X24164_FACTORY_DEFAULT_BYTES, + "shadow_base": SHADOW_BASE, + "shadow_base_hex": h16(SHADOW_BASE), + "shadow_range_hex": f"{h16(SHADOW_BASE)}-{h16(SHADOW_BASE + SHADOW_SIZE - 1)}", + "entries": factory_entries, + "notable_entries": _notable_factory_entries(factory_entries, xrefs, selector_map), + }, + "persistent_records": _persistent_records(factory_entries), + "serial_persistence_mapping": { + "table_base": SELECTOR_MAP_BASE, + "table_base_hex": h16(SELECTOR_MAP_BASE), + "entry_count": SELECTOR_MAP_COUNT, + "mapped_entry_count": len(selector_map), + "entries": selector_map, + "offset_histogram": _offset_histogram(selector_map), + "high_byte_histogram": _high_byte_histogram(selector_map), + "address_formula": ( + "command 4 persists to EEPROM address " + "(((F76E & 0x0F) << 8) | (mapping_low_byte & 0xFE)) when F76E.7 is set" + ), + }, + "xrefs": xrefs, + "state_byte_hints": _state_byte_hints(factory_entries, xrefs), + "bench_implications": [ + "A live EEPROM dump should first compare F400-F4FF shadow-equivalent offsets against the ROM factory table, especially F402/F404 and mapped offsets.", + "Pages 0x0-0xF offset 0x00-0x07 are loaded into F7B0-F82F; page 0 carries the signature/options header and pages 1-F default to spaces, so non-space bytes there are high-value identity/config data.", + "Serial command 0/4 can mirror values into F400 offsets selected by the ROM mapping table, but command 4 only persists when the continuation path reaches BD2B and F76E.7 is set.", + "F76E is not just a page byte: bit7 gates EEPROM persistence, bit6 suppresses the 48FA dispatch path, and only its low nibble survives into the EEPROM page address.", + "CONNECT OK is still likely gated by volatile table/session state as well as EEPROM-backed defaults; EEPROM differences may explain why bench and emulator diverge, but are unlikely to be the whole protocol by themselves.", + ], + "caveats": [ + "The selector map proves where firmware mirrors/persists serial values, not what every field means to the panel UI.", + "High bytes in the C564 selector map look structured, but the observed command-0/command-4 paths only use the low byte for F400/EEPROM offsets.", + "Indexed F7B0-F82F record consumers can be missed by a static xref pass; dynamic emulator traces should be used once interesting record bytes are found.", + ], + } + + +def format_text_report(analysis: Mapping[str, Any]) -> str: + summary = analysis["summary"] + lines = [ + "H8/536 EEPROM Layout Report", + "", + f"Summary: {summary['model']}", + f"Confidence: {summary['confidence']}", + "", + "Physical / Logical Model:", + ] + physical = analysis.get("physical_model", {}) + for row in physical.get("banks", []): + lines.append( + f"- {row['name']}: logical {row['logical_range_hex']} control {row['control_write_hex']}/{row['control_read_hex']}" + ) + lines.append(f"- bus: {physical.get('bus', 'unknown')}") + lines.append(f"- page model: {physical.get('page_model', 'unknown')}") + + lines.extend(["", "Boot Flow:"]) + for step in analysis.get("boot_flow", []): + lines.append(f"- {step['address_hex']} {step['name']}: {step['summary']}") + + defaults = analysis.get("factory_defaults", {}) + lines.extend(["", "Factory Shadow Block:"]) + lines.append( + f"- ROM {defaults.get('rom_base_hex')} length 0x{int(defaults.get('byte_count', 0)):02X} " + f"mirrors to {defaults.get('shadow_range_hex')}" + ) + for entry in defaults.get("notable_entries", [])[:32]: + details = [] + if entry.get("ascii"): + details.append(f"ascii={entry['ascii']!r}") + if entry.get("mapped_selectors_hex"): + details.append(f"selectors={', '.join(entry['mapped_selectors_hex'][:8])}") + if entry.get("xref_count"): + details.append(f"xrefs={entry['xref_count']}") + suffix = f" ({'; '.join(details)})" if details else "" + lines.append( + f"- {entry['shadow_address_hex']} offset {entry['offset_hex']} " + f"default {entry['factory_word_hex']}{suffix}" + ) + + lines.extend(["", "Persistent 8-Byte Records:"]) + records = analysis.get("persistent_records", []) + if records: + first = records[0] + last = records[-1] + lines.append( + f"- {len(records)} records: EEPROM {first['eeprom_range_hex']} .. {last['eeprom_range_hex']} " + f"load into RAM {first['ram_range_hex']} .. {last['ram_range_hex']}" + ) + for record in records[:16]: + lines.append( + f" - record {record['record_index_hex']}: EEPROM {record['eeprom_range_hex']} " + f"-> RAM {record['ram_range_hex']} default {record['default_text']!r}" + ) + + mapping = analysis.get("serial_persistence_mapping", {}) + lines.extend(["", "Serial Selector -> Shadow/EEPROM Mapping:"]) + lines.append( + f"- table {mapping.get('table_base_hex')} has {mapping.get('mapped_entry_count', 0)} nonzero low-byte mappings" + ) + lines.append(f"- formula: {mapping.get('address_formula')}") + for entry in mapping.get("entries", [])[:80]: + lines.append( + f" - selector {entry['selector_hex']} map_word={entry['mapping_word_hex']} " + f"-> {entry['shadow_address_hex']} page+{entry['eeprom_word_offset_hex']} " + f"default={entry.get('factory_word_hex', 'unknown')}" + ) + omitted = int(mapping.get("mapped_entry_count", 0)) - min(80, len(mapping.get("entries", []))) + if omitted > 0: + lines.append(f" - ... {omitted} more mapped selectors omitted") + + lines.extend(["", "State Byte Hints:"]) + for hint in analysis.get("state_byte_hints", []): + lines.append( + f"- {hint['address_hex']} {hint['name']}: {hint['summary']} " + f"(xrefs={hint['xref_count']})" + ) + + lines.extend(["", "Bench Implications:"]) + for item in analysis.get("bench_implications", []): + lines.append(f"- {item}") + + lines.extend(["", "Caveats:"]) + for item in analysis.get("caveats", []): + lines.append(f"- {item}") + return "\n".join(lines).rstrip() + "\n" + + +def write_eeprom_layout( + input_path: Path, + output_path: Path, + *, + rom_path: Path | None = DEFAULT_ROM, + as_json: bool = False, +) -> JsonObject: + analysis = analyze_eeprom_layout(load_eeprom_layout_input(input_path), rom_path=rom_path) + output_path.parent.mkdir(parents=True, exist_ok=True) + if as_json: + output_path.write_text(json.dumps(analysis, indent=2, sort_keys=True) + "\n", encoding="utf-8") + else: + output_path.write_text(format_text_report(analysis), encoding="utf-8") + return analysis + + +def main(argv: list[str] | None = None, stdout: Any | None = None) -> int: + parser = argparse.ArgumentParser(description="Mine ROM-backed X24164 EEPROM layout and persistence hints.") + parser.add_argument("input", nargs="?", type=Path, default=DEFAULT_INPUT) + parser.add_argument("--rom", type=Path, default=DEFAULT_ROM, help="ROM binary to mine") + parser.add_argument("--json", action="store_true", help="emit structured JSON instead of readable text") + parser.add_argument("--out", type=Path, default=None, help="write report to this path") + args = parser.parse_args(argv) + + stream = stdout + if stream is None: + import sys + + stream = sys.stdout + + rom_path = args.rom if args.rom and args.rom.exists() else None + analysis = analyze_eeprom_layout(load_eeprom_layout_input(args.input), rom_path=rom_path) + rendered = json.dumps(analysis, indent=2, sort_keys=True) + "\n" if args.json else format_text_report(analysis) + if args.out: + args.out.parent.mkdir(parents=True, exist_ok=True) + args.out.write_text(rendered, encoding="utf-8") + print(f"wrote {args.out}", file=stream) + else: + print(rendered, end="", file=stream) + return 0 + + +def _load_rom(path: Path | None) -> Rom | None: + if path is None or not path.exists(): + return None + return Rom(path.read_bytes()) + + +def _physical_model() -> JsonObject: + return { + "bus": "P91/SCL and P97/SDA bit-banged two-wire bus through ROM routines C121/C08B/C0DB/C10C/C142", + "page_size": X24164_LOGICAL_PAGE_SIZE, + "page_count": X24164_LOGICAL_PAGE_COUNT, + "page_model": "16 logical pages of 0x100 bytes; low 8 address bits are sent as the EEPROM word address", + "banks": [ + { + "name": "lower_x24164_candidate", + "logical_range": [0x0000, 0x07FF], + "logical_range_hex": "0x000-0x7FF", + "control_write": 0xA0, + "control_write_hex": "A0", + "control_read": 0xA1, + "control_read_hex": "A1", + }, + { + "name": "upper_x24164_candidate", + "logical_range": [0x0800, 0x0FFF], + "logical_range_hex": "0x800-0xFFF", + "control_write": 0xE0, + "control_write_hex": "E0", + "control_read": 0xE1, + "control_read_hex": "E1", + }, + ], + } + + +def _boot_flow() -> list[JsonObject]: + return [ + { + "address": 0x40BB, + "address_hex": h16(0x40BB), + "name": "eeprom_boot_gate", + "summary": "initializes queue/table scratch, checks P7DR.7, then checks F402 == H'6B6F before trusting persisted state", + }, + { + "address": 0x4103, + "address_hex": h16(0x4103), + "name": "factory_default_fill", + "summary": "copies ROM C964-CA63 into F400-F4FF and writes the same 0x100-byte defaults to each EEPROM page", + }, + { + "address": 0x4187, + "address_hex": h16(0x4187), + "name": "record_header_blank", + "summary": "overwrites page offsets 0x00-0x07 on pages 0x1-0xF with four H'2020 words after factory replication; page 0 keeps the signature/options header", + }, + { + "address": 0x41D2, + "address_hex": h16(0x41D2), + "name": "persistent_record_load", + "summary": "reads page offsets 0x00-0x07 from pages 0x0-0xF into F7B0-F82F; record 0 is a signature/options header, records 1-F are label/identity-like slots", + }, + { + "address": 0xBD2B, + "address_hex": h16(0xBD2B), + "name": "serial_persist_path", + "summary": "command-4 continuation writes the live value into F400+map[selector] and persists it through BFE0 when F76E.7 is set", + }, + ] + + +def _factory_entries(rom: Rom | None) -> list[JsonObject]: + if rom is None: + return [] + entries = [] + for offset, word in factory_default_words_from_rom(rom.data): + shadow_address = SHADOW_BASE + offset + bytes_pair = [(word >> 8) & 0xFF, word & 0xFF] + entries.append( + { + "offset": offset, + "offset_hex": f"0x{offset:02X}", + "rom_address": X24164_FACTORY_DEFAULT_BASE + offset, + "rom_address_hex": h16(X24164_FACTORY_DEFAULT_BASE + offset), + "shadow_address": shadow_address, + "shadow_address_hex": h16(shadow_address), + "factory_word": word, + "factory_word_hex": f"0x{word:04X}", + "bytes_hex": " ".join(f"{byte:02X}" for byte in bytes_pair), + "ascii": _word_ascii(word), + "default_eeprom_word_after_record_blank": 0x2020 if offset < RECORD_BYTES else word, + "default_eeprom_word_after_record_blank_hex": "0x2020" if offset < RECORD_BYTES else f"0x{word:04X}", + } + ) + return entries + + +def _selector_map_entries(rom: Rom | None, factory_entries: list[JsonObject]) -> list[JsonObject]: + if rom is None: + return [] + defaults_by_offset = {int(entry["offset"]): entry for entry in factory_entries} + entries: list[JsonObject] = [] + for selector in range(SELECTOR_MAP_COUNT): + address = SELECTOR_MAP_BASE + selector * 2 + if not rom.contains(address, 2): + break + word = rom.u16(address) + low = word & 0xFF + if low == 0: + continue + aligned = low & 0xFE + shadow_address = SHADOW_BASE + low + aligned_shadow_address = SHADOW_BASE + aligned + default = defaults_by_offset.get(aligned) + entry: JsonObject = { + "selector": selector, + "selector_hex": f"0x{selector:03X}", + "entry_address": address, + "entry_address_hex": h16(address), + "mapping_word": word, + "mapping_word_hex": f"0x{word:04X}", + "mapping_high_byte": (word >> 8) & 0xFF, + "mapping_high_byte_hex": f"0x{(word >> 8) & 0xFF:02X}", + "mapping_low_byte": low, + "mapping_low_byte_hex": f"0x{low:02X}", + "shadow_offset": low, + "shadow_offset_hex": f"0x{low:02X}", + "shadow_address": shadow_address, + "shadow_address_hex": h16(shadow_address), + "aligned_shadow_address": aligned_shadow_address, + "aligned_shadow_address_hex": h16(aligned_shadow_address), + "eeprom_word_offset": aligned, + "eeprom_word_offset_hex": f"0x{aligned:02X}", + "command0_shadow_mirror": True, + "command4_shadow_mirror": True, + "command4_persist_when_f76e_bit7": True, + } + if default is not None: + entry["factory_word"] = default["factory_word"] + entry["factory_word_hex"] = default["factory_word_hex"] + entry["factory_ascii"] = default["ascii"] + entries.append(entry) + return entries + + +def _notable_factory_entries( + factory_entries: list[JsonObject], + xrefs: Mapping[str, Any], + selector_map: list[JsonObject], +) -> list[JsonObject]: + direct_counts: Counter[int] = Counter() + for item in xrefs.get("direct_xrefs", []): + if not isinstance(item, Mapping) or not isinstance(item.get("address"), int): + continue + address = int(item["address"]) + if SHADOW_BASE <= address < SHADOW_BASE + SHADOW_SIZE: + direct_counts[address & 0xFF] += 1 + + selectors_by_offset: dict[int, list[str]] = {} + for entry in selector_map: + selectors_by_offset.setdefault(int(entry["eeprom_word_offset"]), []).append(str(entry["selector_hex"])) + + notable = [] + for entry in factory_entries: + offset = int(entry["offset"]) + word = int(entry["factory_word"]) + mapped = selectors_by_offset.get(offset, []) + xref_count = direct_counts.get(offset, 0) + if word in (0x0000, 0xFFFF) and not mapped and not xref_count and offset not in (0x02, 0x04): + continue + item = dict(entry) + item["xref_count"] = xref_count + item["mapped_selectors_hex"] = mapped[:24] + notable.append(item) + return notable + + +def _persistent_records(factory_entries: list[JsonObject]) -> list[JsonObject]: + factory_by_offset = {int(entry["offset"]): int(entry["factory_word"]) for entry in factory_entries} + records = [] + for index in range(X24164_LOGICAL_PAGE_COUNT): + eeprom_base = index * X24164_LOGICAL_PAGE_SIZE + ram_base = RECORD_RAM_BASE + index * RECORD_BYTES + default_words = [ + factory_by_offset.get(offset, 0xFFFF) if index == 0 else 0x2020 + for offset in range(0, RECORD_BYTES, 2) + ] + default_bytes = bytearray() + for word in default_words: + default_bytes.extend([(word >> 8) & 0xFF, word & 0xFF]) + records.append( + { + "record_index": index, + "record_index_hex": f"0x{index:X}", + "eeprom_base": eeprom_base, + "eeprom_base_hex": f"0x{eeprom_base:03X}", + "eeprom_range_hex": f"0x{eeprom_base:03X}-0x{eeprom_base + RECORD_BYTES - 1:03X}", + "ram_base": ram_base, + "ram_base_hex": h16(ram_base), + "ram_range_hex": f"{h16(ram_base)}-{h16(ram_base + RECORD_BYTES - 1)}", + "word_offsets": [0, 2, 4, 6], + "default_words": default_words, + "default_words_hex": [f"0x{word:04X}" for word in default_words], + "default_bytes_hex": default_bytes.hex(" ").upper(), + "default_text": _ascii(default_bytes), + "role_candidate": "page-0 signature/options header" if index == 0 else "8-byte persistent label/identity slot", + } + ) + return records + + +def _offset_histogram(entries: Iterable[Mapping[str, Any]]) -> list[JsonObject]: + counts = Counter(int(entry["eeprom_word_offset"]) for entry in entries) + return [ + {"offset": offset, "offset_hex": f"0x{offset:02X}", "selector_count": count} + for offset, count in sorted(counts.items()) + ] + + +def _high_byte_histogram(entries: Iterable[Mapping[str, Any]]) -> list[JsonObject]: + counts = Counter(int(entry["mapping_high_byte"]) for entry in entries) + return [ + {"high_byte": value, "high_byte_hex": f"0x{value:02X}", "selector_count": count} + for value, count in sorted(counts.items()) + ] + + +def _state_byte_hints(factory_entries: list[JsonObject], xrefs: Mapping[str, Any]) -> list[JsonObject]: + defaults = {int(entry["shadow_address"]): entry for entry in factory_entries} + refs_by_address: Counter[int] = Counter() + examples_by_address: dict[int, list[JsonObject]] = {} + for item in xrefs.get("direct_xrefs", []): + if not isinstance(item, Mapping) or not isinstance(item.get("address"), int): + continue + address = int(item["address"]) + refs_by_address[address] += 1 + examples_by_address.setdefault(address, []).append(dict(item)) + + hints = [] + for address, name in STATE_BYTES: + default = defaults.get(address) + summary = _state_summary(address, default) + hints.append( + { + "address": address, + "address_hex": h16(address), + "name": name, + "summary": summary, + "factory_word_hex": default.get("factory_word_hex") if default else None, + "xref_count": refs_by_address.get(address, 0), + "xrefs": examples_by_address.get(address, [])[:12], + } + ) + return hints + + +def _state_summary(address: int, default: Mapping[str, Any] | None) -> str: + factory = f"factory {default['factory_word_hex']}" if default else "volatile/no factory word" + if address == 0xF402: + return f"{factory}; boot accepts persisted state only when this word is H'6B6F" + if address == 0xF404: + return f"{factory}; bits 1-4 are tested with F791 gates in display/status routines" + if address == 0xF76E: + return "bit7 enables command-4 EEPROM persistence, bit6 suppresses 48FA dispatch, low nibble selects EEPROM page" + if address == 0xF791: + return "volatile gate tested alongside F404 option bits before setting report/display flags" + if address == 0xF732: + return "volatile display dispatch selector feeding the 493E pointer table and 48FA report bridge" + return factory + + +def _xref_summary(payload: Mapping[str, Any]) -> JsonObject: + instructions = _instruction_sequence(payload.get("instructions")) + functions = _function_ranges(payload) + direct = [] + dynamic = [] + for ins in instructions: + for ref in _references(ins): + if _is_interesting_address(ref): + direct.append(_xref_item(ins, ref, functions)) + operands = str(ins.get("operands", "")) + dynamic_kind = _dynamic_kind(operands) + if dynamic_kind: + item = _base_instruction_item(ins, functions) + item["kind"] = dynamic_kind + item["operand"] = operands + dynamic.append(item) + return { + "direct_xref_count": len(direct), + "dynamic_xref_count": len(dynamic), + "direct_xrefs": direct, + "dynamic_xrefs": dynamic, + } + + +def _xref_item(ins: Mapping[str, Any], address: int, functions: list[JsonObject]) -> JsonObject: + item = _base_instruction_item(ins, functions) + item.update( + { + "address": address, + "address_hex": h16(address), + "region": _region_for_address(address), + "access": _access_direction(ins, address) or "read_write_candidate", + } + ) + return item + + +def _base_instruction_item(ins: Mapping[str, Any], functions: list[JsonObject]) -> JsonObject: + address = int(ins["address"]) + function = _function_for_address(functions, address) + item: JsonObject = { + "instruction_address": address, + "instruction_address_hex": h16(address), + "mnemonic": str(ins.get("mnemonic", "")), + "operands": str(ins.get("operands", "")), + "instruction": str(ins.get("text") or _instruction_text(ins)), + } + if function: + item["function_start"] = function["start"] + item["function_start_hex"] = h16(int(function["start"])) + item["function_label"] = function["label"] + return item + + +def _is_interesting_address(address: int) -> bool: + return ( + SHADOW_BASE <= address < SHADOW_BASE + SHADOW_SIZE + or RECORD_RAM_BASE <= address < RECORD_RAM_BASE + X24164_LOGICAL_PAGE_COUNT * RECORD_BYTES + or any(address == item[0] for item in STATE_BYTES) + ) + + +def _region_for_address(address: int) -> str: + if SHADOW_BASE <= address < SHADOW_BASE + SHADOW_SIZE: + return "f400_shadow_defaults" + if RECORD_RAM_BASE <= address < RECORD_RAM_BASE + X24164_LOGICAL_PAGE_COUNT * RECORD_BYTES: + return "persistent_record_ram" + return "state_or_gate_ram" + + +def _dynamic_kind(operands: str) -> str | None: + patterns = ( + ("@(-H'0C00", "indexed_f400_shadow_access"), + ("@(-H'0850", "indexed_persistent_record_store"), + ("@(-H'084E", "indexed_persistent_record_store"), + ("@(-H'084C", "indexed_persistent_record_store"), + ("@(-H'084A", "indexed_persistent_record_store"), + ("@(-H'3A9C", "selector_to_shadow_mapping_word"), + ("@(-H'3A9B", "selector_to_shadow_mapping_low_byte"), + ) + upper = operands.upper() + for pattern, kind in patterns: + if pattern in upper: + return kind + return None + + +def _function_ranges(payload: Mapping[str, Any]) -> list[JsonObject]: + call_graph = payload.get("call_graph") + if not isinstance(call_graph, Mapping): + return [] + nodes = call_graph.get("nodes") + if not isinstance(nodes, list): + return [] + ranges: list[JsonObject] = [] + for node in nodes: + if not isinstance(node, Mapping): + continue + start = node.get("start") + end = node.get("end") + if isinstance(start, int) and isinstance(end, int): + ranges.append({"start": start, "end": end, "label": str(node.get("label") or label_for(start))}) + return sorted(ranges, key=lambda item: int(item["start"])) + + +def _function_for_address(functions: list[JsonObject], address: int) -> JsonObject | None: + for function in functions: + if int(function["start"]) <= address <= int(function["end"]): + return function + return None + + +def _instruction_sequence(value: object) -> list[JsonObject]: + if isinstance(value, Mapping): + values: Iterable[Any] = value.values() + elif isinstance(value, list): + values = value + else: + values = [] + return sorted( + [item for item in values if isinstance(item, dict) and isinstance(item.get("address"), int)], + key=lambda item: int(item["address"]), + ) + + +def _references(ins: Mapping[str, Any]) -> list[int]: + refs = ins.get("references", []) + if not isinstance(refs, list): + return [] + output: list[int] = [] + for ref in refs: + if isinstance(ref, Mapping) and isinstance(ref.get("address"), int): + output.append(int(ref["address"])) + elif isinstance(ref, int): + output.append(ref) + return output + + +def _access_direction(ins: Mapping[str, Any], address: int) -> str | None: + root = _mnemonic_root(str(ins.get("mnemonic", ""))) + if root in {"BTST", "CMP", "CMP:E", "CMP:G", "CMP:I", "MOVFPE", "TST"}: + return "read" + if root in {"BCLR", "BNOT", "BSET", "CLR", "INC", "INC:G", "NEG", "NOT"}: + return "write" + if root in {"ADD:Q", "ADD:G", "ADDS", "ADDX", "AND", "OR", "SUB", "SUBS", "SUBX", "XOR"}: + return "write" + if root in {"MOV:G", "MOV:S", "MOVTPE"}: + source, destination = _source_destination_operands(str(ins.get("operands", ""))) + if _operand_mentions_address(destination, address): + return "write" + if _operand_mentions_address(source, address): + return "read" + return None + + +def _source_destination_operands(operands: str) -> tuple[str, str]: + depth = 0 + split_at: int | None = None + for index, char in enumerate(operands): + if char in "({": + depth += 1 + elif char in ")}" and depth: + depth -= 1 + elif char == "," and depth == 0: + split_at = index + if split_at is None: + operand = operands.strip() + return "", operand + return operands[:split_at].strip(), operands[split_at + 1 :].strip() + + +def _operand_mentions_address(operand: str, address: int) -> bool: + operand_upper = operand.upper().replace(" ", "") + negative = (0x10000 - address) & 0xFFFF + return ( + f"H'{address:04X}" in operand_upper + or f"0X{address:04X}" in operand_upper + or f"${address:04X}" in operand_upper + or f"-H'{negative:04X}" in operand_upper + or f"-0X{negative:04X}" in operand_upper + or f"-${negative:04X}" in operand_upper + ) + + +def _instruction_text(ins: Mapping[str, Any]) -> str: + operands = str(ins.get("operands", "")) + return f"{ins.get('mnemonic', '')} {operands}".strip() + + +def _mnemonic_root(mnemonic: str) -> str: + return mnemonic.rsplit(".", 1)[0].upper() + + +def _word_ascii(word: int) -> str: + chars = [(word >> 8) & 0xFF, word & 0xFF] + if all(0x20 <= byte <= 0x7E for byte in chars): + return "".join(chr(byte) for byte in chars) + if any(0x20 <= byte <= 0x7E for byte in chars): + return "".join(chr(byte) if 0x20 <= byte <= 0x7E else "." for byte in chars) + return "" + + +def _ascii(data: bytes | bytearray) -> str: + return "".join(chr(value) if 0x20 <= value <= 0x7E else "." for value in data) + + +__all__ = [ + "analyze_eeprom_layout", + "format_text_report", + "load_eeprom_layout_input", + "main", + "write_eeprom_layout", +] diff --git a/h8536/emulator/cli.py b/h8536/emulator/cli.py index 510137c..00fee95 100644 --- a/h8536/emulator/cli.py +++ b/h8536/emulator/cli.py @@ -4,6 +4,7 @@ import argparse from pathlib import Path from ..formatting import h16, parse_int +from .eeprom_image import write_eeprom_snapshot from .memory import describe_regions from .runner import H8536Emulator @@ -47,6 +48,11 @@ def build_arg_parser() -> argparse.ArgumentParser: parser.add_argument("--p9-fast-optimistic-wrapper", action="store_true", help="legacy fallback for older wrapper experiments; known BFE0/BFFE wrappers use the X24164 model") parser.add_argument("--p7-input", type=parse_int, default=0xFF, help="external P7 pin state for input bits; DIP-off board default is 0xFF") parser.add_argument("--eeprom-seed", choices=("blank", "factory"), default="blank", help="initial X24164/shadow state before reset") + parser.add_argument("--eeprom-load", type=Path, help="load a 0x1000-byte logical EEPROM image before running") + parser.add_argument("--eeprom-save", type=Path, help="save the final 0x1000-byte logical EEPROM image after running") + parser.add_argument("--eeprom-report", type=Path, help="write a readable EEPROM snapshot report after running") + parser.add_argument("--eeprom-report-json", type=Path, help="write a structured EEPROM snapshot report after running") + parser.add_argument("--eeprom-report-include-image", action="store_true", help="include the full EEPROM image as hex in JSON reports") return parser @@ -70,6 +76,9 @@ def main(argv: list[str] | None = None) -> int: p7_input=args.p7_input, eeprom_seed=args.eeprom_seed, ) + if args.eeprom_load: + emulator.memory.load_eeprom_image(args.eeprom_load.read_bytes()) + print(f"eeprom_loaded={args.eeprom_load}") print(f"rom={rom_path}") print(f"reset_vector={h16(emulator.reset_vector())}") if args.memory_map: @@ -82,4 +91,20 @@ def main(argv: list[str] | None = None) -> int: print(line) if not report.heartbeat_seen: print("heartbeat_status=not reached; no heartbeat is reported unless bytes are emitted via SCI1_TDR") + if args.eeprom_save: + args.eeprom_save.parent.mkdir(parents=True, exist_ok=True) + args.eeprom_save.write_bytes(emulator.memory.dump_eeprom_image()) + print(f"eeprom_saved={args.eeprom_save}") + if args.eeprom_report: + write_eeprom_snapshot(emulator.memory, args.eeprom_report, rom_bytes=rom_bytes) + print(f"eeprom_report={args.eeprom_report}") + if args.eeprom_report_json: + write_eeprom_snapshot( + emulator.memory, + args.eeprom_report_json, + rom_bytes=rom_bytes, + as_json=True, + include_image_hex=args.eeprom_report_include_image, + ) + print(f"eeprom_report_json={args.eeprom_report_json}") return 0 diff --git a/h8536/emulator/eeprom_image.py b/h8536/emulator/eeprom_image.py new file mode 100644 index 0000000..ad5f37b --- /dev/null +++ b/h8536/emulator/eeprom_image.py @@ -0,0 +1,351 @@ +from __future__ import annotations + +import hashlib +import json +from collections import defaultdict +from collections.abc import Mapping +from pathlib import Path +from typing import Any + +from ..formatting import h16 +from .memory import MemoryMap +from .peripherals.x24164 import ( + X24164_FACTORY_DEFAULT_BYTES, + X24164_LOGICAL_PAGE_COUNT, + X24164_LOGICAL_PAGE_SIZE, + X24164_LOGICAL_SIZE, + factory_default_words_from_rom, +) + + +JsonObject = dict[str, Any] + +SELECTOR_MAP_BASE = 0xC564 +SELECTOR_MAP_COUNT = 0x0200 +RECORD_BYTES = 8 +SHADOW_BASE = 0xF400 + + +def build_eeprom_snapshot( + memory: MemoryMap, + *, + rom_bytes: bytes | None = None, + include_image_hex: bool = False, +) -> JsonObject: + image = memory.dump_eeprom_image() + selectors_by_offset = _selectors_by_offset(rom_bytes) + factory_image = _factory_image(rom_bytes) + write_events = _write_events(memory, selectors_by_offset) + write_words = _coalesced_write_words(memory, selectors_by_offset) + factory_diffs = _factory_diffs(image, factory_image, selectors_by_offset) + + report: JsonObject = { + "kind": "emulator_eeprom_snapshot", + "summary": { + "logical_size": len(image), + "logical_size_hex": f"0x{len(image):04X}", + "sha256": hashlib.sha256(image).hexdigest(), + "write_byte_count": len(write_events), + "write_word_count": len(write_words), + "factory_diff_word_count": len(factory_diffs), + "record_count": X24164_LOGICAL_PAGE_COUNT, + }, + "records": _records(image), + "write_events": write_events, + "write_word_events": write_words, + "factory_diffs": factory_diffs, + "shadow_f400": _shadow_summary(memory, rom_bytes, selectors_by_offset), + } + if include_image_hex: + report["image_hex"] = image.hex() + return report + + +def format_eeprom_snapshot(report: Mapping[str, Any], *, limit: int = 80) -> str: + summary = report["summary"] + lines = [ + "Emulator EEPROM Snapshot", + "", + f"size={summary['logical_size_hex']} sha256={summary['sha256']}", + ( + f"writes: bytes={summary['write_byte_count']} words={summary['write_word_count']} " + f"factory_diff_words={summary['factory_diff_word_count']}" + ), + "", + "Persistent Records:", + ] + for record in report.get("records", []): + lines.append( + f"- page {record['page_hex']} EEPROM {record['range_hex']} " + f"bytes={record['bytes_hex']} text={record['ascii']!r}" + ) + + lines.extend(["", "EEPROM Word Writes:"]) + word_events = list(report.get("write_word_events", [])) + if not word_events: + lines.append("- none since EEPROM setup/load") + for event in word_events[:limit]: + suffix = _event_suffix(event) + lines.append( + f"- {event['address_hex']} page={event['page_hex']} offset={event['offset_hex']} " + f"{event['old_word_hex']}->{event['new_word_hex']} source={event['source']}{suffix}" + ) + if len(word_events) > limit: + lines.append(f"- ... {len(word_events) - limit} more word writes omitted") + + lines.extend(["", "Factory Diffs:"]) + diffs = list(report.get("factory_diffs", [])) + if not diffs: + lines.append("- current EEPROM image matches ROM factory/default image") + for diff in diffs[:limit]: + suffix = _event_suffix(diff) + lines.append( + f"- {diff['address_hex']} page={diff['page_hex']} offset={diff['offset_hex']} " + f"expected={diff['expected_word_hex']} actual={diff['actual_word_hex']}{suffix}" + ) + if len(diffs) > limit: + lines.append(f"- ... {len(diffs) - limit} more factory diffs omitted") + + shadow = report.get("shadow_f400", {}) + lines.extend(["", "F400 Shadow Diffs:"]) + shadow_diffs = list(shadow.get("diffs", [])) if isinstance(shadow, Mapping) else [] + if not shadow_diffs: + lines.append("- F400-F4FF shadow matches ROM factory words or no ROM factory baseline was supplied") + for diff in shadow_diffs[:limit]: + suffix = _event_suffix(diff) + lines.append( + f"- {diff['address_hex']} offset={diff['offset_hex']} " + f"expected={diff['expected_word_hex']} actual={diff['actual_word_hex']}{suffix}" + ) + if len(shadow_diffs) > limit: + lines.append(f"- ... {len(shadow_diffs) - limit} more shadow diffs omitted") + return "\n".join(lines).rstrip() + "\n" + + +def write_eeprom_snapshot( + memory: MemoryMap, + output_path: Path, + *, + rom_bytes: bytes | None = None, + as_json: bool = False, + include_image_hex: bool = False, +) -> JsonObject: + report = build_eeprom_snapshot(memory, rom_bytes=rom_bytes, include_image_hex=include_image_hex) + output_path.parent.mkdir(parents=True, exist_ok=True) + if as_json: + output_path.write_text(json.dumps(report, indent=2, sort_keys=True) + "\n", encoding="utf-8") + else: + output_path.write_text(format_eeprom_snapshot(report), encoding="utf-8") + return report + + +def _write_events(memory: MemoryMap, selectors_by_offset: Mapping[int, list[int]]) -> list[JsonObject]: + events = [] + for index, event in enumerate(memory.p9_bus.x24164_bus.write_events): + item = _address_info(event.logical_address, selectors_by_offset) + item.update( + { + "index": index, + "device": event.device, + "device_offset": event.device_offset, + "device_offset_hex": f"0x{event.device_offset:03X}", + "old_value": event.old_value, + "old_value_hex": f"0x{event.old_value & 0xFF:02X}", + "new_value": event.new_value, + "new_value_hex": f"0x{event.new_value & 0xFF:02X}", + "source": event.source, + } + ) + events.append(item) + return events + + +def _coalesced_write_words(memory: MemoryMap, selectors_by_offset: Mapping[int, list[int]]) -> list[JsonObject]: + events = memory.p9_bus.x24164_bus.write_events + words: list[JsonObject] = [] + index = 0 + while index < len(events): + event = events[index] + next_event = events[index + 1] if index + 1 < len(events) else None + if ( + next_event is not None + and (event.logical_address & 1) == 0 + and next_event.logical_address == ((event.logical_address + 1) & 0x0FFF) + and next_event.device == event.device + and next_event.source == event.source + ): + old_word = ((event.old_value & 0xFF) << 8) | (next_event.old_value & 0xFF) + new_word = ((event.new_value & 0xFF) << 8) | (next_event.new_value & 0xFF) + item = _address_info(event.logical_address, selectors_by_offset) + item.update( + { + "index": index, + "device": event.device, + "old_word": old_word, + "old_word_hex": f"0x{old_word:04X}", + "new_word": new_word, + "new_word_hex": f"0x{new_word:04X}", + "source": event.source, + } + ) + words.append(item) + index += 2 + else: + index += 1 + return words + + +def _factory_diffs( + image: bytes, + factory_image: bytes | None, + selectors_by_offset: Mapping[int, list[int]], +) -> list[JsonObject]: + if factory_image is None: + return [] + diffs = [] + for address in range(0, min(len(image), len(factory_image)), 2): + expected = (factory_image[address] << 8) | factory_image[address + 1] + actual = (image[address] << 8) | image[address + 1] + if expected == actual: + continue + item = _address_info(address, selectors_by_offset) + item.update( + { + "expected_word": expected, + "expected_word_hex": f"0x{expected:04X}", + "actual_word": actual, + "actual_word_hex": f"0x{actual:04X}", + } + ) + diffs.append(item) + return diffs + + +def _shadow_summary( + memory: MemoryMap, + rom_bytes: bytes | None, + selectors_by_offset: Mapping[int, list[int]], +) -> JsonObject: + if rom_bytes is None: + return {"diffs": [], "note": "no ROM factory baseline supplied"} + factory_words = dict(factory_default_words_from_rom(rom_bytes)) + diffs = [] + for offset in range(0, X24164_FACTORY_DEFAULT_BYTES, 2): + expected = factory_words[offset] + address = SHADOW_BASE + offset + high = memory.external.get(address & 0xFFFF, 0xFF) + low = memory.external.get((address + 1) & 0xFFFF, 0xFF) + actual = ((high & 0xFF) << 8) | (low & 0xFF) + if expected == actual: + continue + item = _address_info(offset, selectors_by_offset) + item.update( + { + "address": address, + "address_hex": h16(address), + "expected_word": expected, + "expected_word_hex": f"0x{expected:04X}", + "actual_word": actual, + "actual_word_hex": f"0x{actual:04X}", + } + ) + diffs.append(item) + return {"diffs": diffs, "diff_count": len(diffs)} + + +def _records(image: bytes) -> list[JsonObject]: + records = [] + for page in range(X24164_LOGICAL_PAGE_COUNT): + base = page * X24164_LOGICAL_PAGE_SIZE + data = image[base : base + RECORD_BYTES] + records.append( + { + "page": page, + "page_hex": f"0x{page:X}", + "address": base, + "address_hex": f"0x{base:03X}", + "range_hex": f"0x{base:03X}-0x{base + RECORD_BYTES - 1:03X}", + "bytes_hex": data.hex(" ").upper(), + "words_hex": [ + f"0x{((data[index] << 8) | data[index + 1]):04X}" + for index in range(0, len(data), 2) + ], + "ascii": _ascii(data), + "is_blank_spaces": data == (b" " * RECORD_BYTES), + } + ) + return records + + +def _factory_image(rom_bytes: bytes | None) -> bytes | None: + if rom_bytes is None: + return None + image = bytearray([0xFF] * X24164_LOGICAL_SIZE) + for offset, word in factory_default_words_from_rom(rom_bytes): + for page in range(X24164_LOGICAL_PAGE_COUNT): + address = (page * X24164_LOGICAL_PAGE_SIZE) + offset + image[address] = (word >> 8) & 0xFF + image[address + 1] = word & 0xFF + for page in range(1, X24164_LOGICAL_PAGE_COUNT): + base = page * X24164_LOGICAL_PAGE_SIZE + for offset in range(0, RECORD_BYTES, 2): + image[base + offset] = 0x20 + image[base + offset + 1] = 0x20 + return bytes(image) + + +def _selectors_by_offset(rom_bytes: bytes | None) -> dict[int, list[int]]: + if rom_bytes is None: + return {} + result: dict[int, list[int]] = defaultdict(list) + for selector in range(SELECTOR_MAP_COUNT): + address = SELECTOR_MAP_BASE + selector * 2 + if address + 1 >= len(rom_bytes): + break + low = rom_bytes[address + 1] + if low: + result[low & 0xFE].append(selector) + return dict(result) + + +def _address_info(address: int, selectors_by_offset: Mapping[int, list[int]]) -> JsonObject: + address &= 0x0FFF + page = (address // X24164_LOGICAL_PAGE_SIZE) & 0x0F + offset = address & 0xFF + aligned_offset = offset & 0xFE + selectors = selectors_by_offset.get(aligned_offset, []) + return { + "address": address, + "address_hex": f"0x{address:03X}", + "page": page, + "page_hex": f"0x{page:X}", + "offset": offset, + "offset_hex": f"0x{offset:02X}", + "aligned_offset": aligned_offset, + "aligned_offset_hex": f"0x{aligned_offset:02X}", + "record_byte": offset if offset < RECORD_BYTES else None, + "role": "record_header_or_label" if offset < RECORD_BYTES else "factory_shadow_offset", + "mapped_selectors": selectors[:24], + "mapped_selectors_hex": [f"0x{selector:03X}" for selector in selectors[:24]], + } + + +def _event_suffix(event: Mapping[str, Any]) -> str: + parts = [] + if event.get("role"): + parts.append(str(event["role"])) + selectors = event.get("mapped_selectors_hex") + if isinstance(selectors, list) and selectors: + parts.append("selectors=" + ",".join(str(item) for item in selectors[:6])) + return f" ({'; '.join(parts)})" if parts else "" + + +def _ascii(data: bytes) -> str: + return "".join(chr(value) if 0x20 <= value <= 0x7E else "." for value in data) + + +__all__ = [ + "build_eeprom_snapshot", + "format_eeprom_snapshot", + "write_eeprom_snapshot", +] diff --git a/h8536/emulator/memory.py b/h8536/emulator/memory.py index 0cbe64f..fa809fa 100644 --- a/h8536/emulator/memory.py +++ b/h8536/emulator/memory.py @@ -161,6 +161,20 @@ class MemoryMap: self.p9_bus.x24164_bus.seed_factory_defaults_from_rom(self.rom.data) self.p9_bus.clear_x24164_trace() + def load_eeprom_image(self, data: bytes | bytearray, *, mirror_shadow: bool = True) -> None: + self.p9_bus.x24164_bus.load_linear(data) + if mirror_shadow: + image = self.p9_bus.x24164_bus.dump_linear() + for offset in range(min(0x0100, len(image))): + self.external[(0xF400 + offset) & 0xFFFF] = image[offset] + self.p9_bus.clear_x24164_trace() + + def dump_eeprom_image(self) -> bytes: + return self.p9_bus.x24164_bus.dump_linear() + + def clear_eeprom_write_log(self) -> None: + self.p9_bus.x24164_bus.clear_write_log() + def _set_register(self, address: int, value: int) -> None: self.registers[address - REGISTER_FIELD_START] = value & 0xFF diff --git a/h8536/emulator/peripherals/__init__.py b/h8536/emulator/peripherals/__init__.py index a673112..47321fc 100644 --- a/h8536/emulator/peripherals/__init__.py +++ b/h8536/emulator/peripherals/__init__.py @@ -2,7 +2,7 @@ from __future__ import annotations from .lcd import LCD, LCD_E_CLOCK_DATA, LCD_E_CLOCK_STATUS, LCD_LINE_WIDTH from .p9_bus import P9_ACK_BIT, P9_STROBE_BIT, P9Bus, P9StrobeEvent, P9TraceEvent -from .x24164 import X24164Bus, X24164Device, X24164TraceEvent, factory_default_words_from_rom +from .x24164 import X24164Bus, X24164Device, X24164TraceEvent, X24164WriteEvent, factory_default_words_from_rom __all__ = [ "LCD_E_CLOCK_DATA", @@ -17,5 +17,6 @@ __all__ = [ "X24164Bus", "X24164Device", "X24164TraceEvent", + "X24164WriteEvent", "factory_default_words_from_rom", ] diff --git a/h8536/emulator/peripherals/x24164.py b/h8536/emulator/peripherals/x24164.py index f356356..ccaf4e1 100644 --- a/h8536/emulator/peripherals/x24164.py +++ b/h8536/emulator/peripherals/x24164.py @@ -4,6 +4,7 @@ from dataclasses import dataclass, field X24164_SIZE = 2048 +X24164_LOGICAL_SIZE = 4096 X24164_FACTORY_DEFAULT_BASE = 0xC964 X24164_FACTORY_DEFAULT_BYTES = 0x0100 X24164_LOGICAL_PAGE_SIZE = 0x0100 @@ -72,12 +73,30 @@ class X24164TraceEvent: return " ".join(parts) +@dataclass(frozen=True) +class X24164WriteEvent: + logical_address: int + device: str + device_offset: int + old_value: int + new_value: int + source: str + + def line(self) -> str: + return ( + f"addr={self.logical_address & 0x0FFF:03X} device={self.device} " + f"offset={self.device_offset & (X24164_SIZE - 1):03X} " + f"{self.old_value & 0xFF:02X}->{self.new_value & 0xFF:02X} source={self.source}" + ) + + class X24164Bus: """Bit-level two-wire bus model for X24164 EEPROMs.""" def __init__(self, devices: list[X24164Device] | None = None) -> None: self.devices = devices if devices is not None else default_x24164_devices() self.trace_events: list[X24164TraceEvent] = [] + self.write_events: list[X24164WriteEvent] = [] self.active = False self.phase = "idle" self.selected: X24164Device | None = None @@ -197,6 +216,18 @@ class X24164Bus: ) return True, value + def read_linear_byte(self, address: int) -> tuple[bool, int]: + device = self._device_for_linear_address(address) + if device is None: + self.trace_events.append( + X24164TraceEvent("x24164_linear_read_miss", address=address & 0x0FFF, message="no_mapped_device") + ) + return False, 0xFF + offset = address & (X24164_SIZE - 1) + value = device.read(offset) + self.trace_events.append(X24164TraceEvent("x24164_linear_read_byte", device.name, value=value, address=offset)) + return True, value + def write_linear_word(self, address: int, value: int) -> bool: device = self._device_for_linear_address(address) if device is None: @@ -205,8 +236,8 @@ class X24164Bus: ) return False offset = address & (X24164_SIZE - 1) - device.write(offset, (value >> 8) & 0xFF) - device.write((offset + 1) & (X24164_SIZE - 1), value & 0xFF) + self._write_device_byte(device, offset, (value >> 8) & 0xFF, source="linear_word") + self._write_device_byte(device, (offset + 1) & (X24164_SIZE - 1), value & 0xFF, source="linear_word") self.trace_events.append( X24164TraceEvent( "x24164_linear_write_word", @@ -218,20 +249,61 @@ class X24164Bus: ) return True + def write_linear_byte(self, address: int, value: int, *, source: str = "linear_byte") -> bool: + device = self._device_for_linear_address(address) + if device is None: + self.trace_events.append( + X24164TraceEvent("x24164_linear_write_miss", address=address & 0x0FFF, message="no_mapped_device") + ) + return False + offset = address & (X24164_SIZE - 1) + self._write_device_byte(device, offset, value, source=source) + self.trace_events.append(X24164TraceEvent("x24164_linear_write_byte", device.name, value=value & 0xFF, address=offset)) + return True + + def dump_linear(self) -> bytes: + data = bytearray() + for address in range(X24164_LOGICAL_SIZE): + device = self._device_for_linear_address(address) + if device is None: + data.append(0xFF) + else: + data.append(device.read(address & (X24164_SIZE - 1))) + return bytes(data) + + def load_linear(self, data: bytes | bytearray, *, fill: int = 0xFF) -> None: + if len(data) > X24164_LOGICAL_SIZE: + raise ValueError(f"EEPROM image is too large: {len(data)} > {X24164_LOGICAL_SIZE}") + padded = bytearray([fill & 0xFF] * X24164_LOGICAL_SIZE) + padded[: len(data)] = data + for address, value in enumerate(padded): + device = self._device_for_linear_address(address) + if device is not None: + device.write(address & (X24164_SIZE - 1), value) + self.clear_write_log() + + def clear_write_log(self) -> None: + self.write_events.clear() + def seed_factory_defaults_from_rom(self, rom_bytes: bytes) -> None: for offset, word in factory_default_words_from_rom(rom_bytes): for page in range(X24164_LOGICAL_PAGE_COUNT): self.write_linear_word((page * X24164_LOGICAL_PAGE_SIZE) + offset, word) - for page in range(X24164_LOGICAL_PAGE_COUNT): + for page in range(1, X24164_LOGICAL_PAGE_COUNT): base = page * X24164_LOGICAL_PAGE_SIZE for offset in range(0, 8, 2): self.write_linear_word(base + offset, 0x2020) + self.clear_write_log() def trace_lines(self, limit: int | None = None) -> list[str]: events = self.trace_events if limit is None else self.trace_events[-limit:] return [event.line() for event in events] + def write_log_lines(self, limit: int | None = None) -> list[str]: + events = self.write_events if limit is None else self.write_events[-limit:] + return [event.line() for event in events] + def _scl_rising(self, master_sda: bool, master_sda_output: bool) -> None: if not self.active: return @@ -327,7 +399,7 @@ class X24164Bus: self._ack_armed_on_current_clock = True self.phase = "ignore" return - self.selected.write(self.address, value) + self._write_device_byte(self.selected, self.address, value, source="bit_banged") self.trace_events.append( X24164TraceEvent("x24164_write_data", self.selected.name, value=value, address=self.address, ack=True) ) @@ -365,6 +437,24 @@ class X24164Bus: return device return None + def _linear_base_for_device(self, device: X24164Device) -> int: + return 0x0800 if device.control_base == 0xE0 else 0x0000 + + def _write_device_byte(self, device: X24164Device, offset: int, value: int, *, source: str) -> None: + offset &= X24164_SIZE - 1 + old_value = device.read(offset) + device.write(offset, value) + self.write_events.append( + X24164WriteEvent( + logical_address=(self._linear_base_for_device(device) + offset) & 0x0FFF, + device=device.name, + device_offset=offset, + old_value=old_value, + new_value=value & 0xFF, + source=source, + ) + ) + def _selected_name(self) -> str | None: return self.selected.name if self.selected is not None else None diff --git a/h8536/emulator/rx_probe.py b/h8536/emulator/rx_probe.py index c05bf55..641b300 100644 --- a/h8536/emulator/rx_probe.py +++ b/h8536/emulator/rx_probe.py @@ -15,6 +15,7 @@ from .constants import ( SCI_SSR_RDRF, VECTOR_SCI1_RXI, ) +from .eeprom_image import write_eeprom_snapshot from .errors import UnsupportedInstruction from .memory import MemoryAccess from .runner import H8536Emulator @@ -216,6 +217,7 @@ def run_rx_probe( p9_fast_optimistic_wrapper: bool = False, p7_input: int = 0xFF, eeprom_seed: str = "blank", + eeprom_image: bytes | None = None, stop_after_tx_frame: bool = True, ) -> tuple[Path, H8536Emulator, str, list[FrameResult]]: rom_bytes, discovered_rom_path = load_rom(rom_path) @@ -231,6 +233,8 @@ def run_rx_probe( p7_input=p7_input, eeprom_seed=eeprom_seed, ) + if eeprom_image is not None: + emulator.memory.load_eeprom_image(eeprom_image) boot_context = RunContext() boot_steps_used, boot_reason = _run_until(emulator, boot_steps, _rx_ready, boot_context) @@ -277,6 +281,11 @@ def build_arg_parser() -> argparse.ArgumentParser: parser.add_argument("--p9-fast-optimistic-wrapper", action="store_true", help="legacy fallback for older wrapper experiments; known BFE0/BFFE wrappers use the X24164 model") parser.add_argument("--p7-input", type=parse_int, default=0xFF, help="external P7 pin state for input bits; DIP-off board default is 0xFF") parser.add_argument("--eeprom-seed", choices=("blank", "factory"), default="blank", help="initial X24164/shadow state before reset") + parser.add_argument("--eeprom-load", type=Path, help="load a 0x1000-byte logical EEPROM image before booting the ROM") + parser.add_argument("--eeprom-save", type=Path, help="save the final 0x1000-byte logical EEPROM image after probing") + parser.add_argument("--eeprom-report", type=Path, help="write a readable EEPROM snapshot report after probing") + parser.add_argument("--eeprom-report-json", type=Path, help="write a structured EEPROM snapshot report after probing") + parser.add_argument("--eeprom-report-include-image", action="store_true", help="include the full EEPROM image as hex in JSON reports") return parser @@ -305,16 +314,35 @@ def main(argv: list[str] | None = None) -> int: p9_fast_optimistic_wrapper=args.p9_fast_optimistic_wrapper, p7_input=args.p7_input, eeprom_seed=args.eeprom_seed, + eeprom_image=args.eeprom_load.read_bytes() if args.eeprom_load else None, stop_after_tx_frame=not args.keep_listening, ) print(f"rom={rom_path}") + if args.eeprom_load: + print(f"eeprom_loaded={args.eeprom_load}") print(f"reset_vector={h16(emulator.reset_vector())}") print(boot_summary) for index, result in enumerate(results): for line in result.lines(index): print(line) print("total_tx_frames=" + " | ".join(format_frame(frame) for frame in emulator.sci1.tx_frames)) + if args.eeprom_save: + args.eeprom_save.parent.mkdir(parents=True, exist_ok=True) + args.eeprom_save.write_bytes(emulator.memory.dump_eeprom_image()) + print(f"eeprom_saved={args.eeprom_save}") + if args.eeprom_report: + write_eeprom_snapshot(emulator.memory, args.eeprom_report, rom_bytes=emulator.memory.rom.data) + print(f"eeprom_report={args.eeprom_report}") + if args.eeprom_report_json: + write_eeprom_snapshot( + emulator.memory, + args.eeprom_report_json, + rom_bytes=emulator.memory.rom.data, + as_json=True, + include_image_hex=args.eeprom_report_include_image, + ) + print(f"eeprom_report_json={args.eeprom_report_json}") return 0 diff --git a/h8536_eeprom_layout.py b/h8536_eeprom_layout.py new file mode 100644 index 0000000..c9f34d9 --- /dev/null +++ b/h8536_eeprom_layout.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +"""Compatibility wrapper for the H8/536 EEPROM layout miner.""" + +from h8536.eeprom_layout import main + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/tests/test_eeprom_layout.py b/tests/test_eeprom_layout.py new file mode 100644 index 0000000..626af9d --- /dev/null +++ b/tests/test_eeprom_layout.py @@ -0,0 +1,120 @@ +import io +import json +import tempfile +import unittest +from pathlib import Path + +from h8536.eeprom_layout import ( + analyze_eeprom_layout, + format_text_report, + main, + write_eeprom_layout, +) + + +def reference(address: int) -> dict: + return {"address": address} + + +def instruction(address: int, mnemonic: str, operands: str = "", refs: list[int] | None = None) -> dict: + return { + "address": address, + "mnemonic": mnemonic, + "operands": operands, + "text": f"{mnemonic} {operands}".strip(), + "references": [reference(item) for item in (refs or [])], + "targets": [], + } + + +def payload() -> dict: + return { + "instructions": [ + instruction(0x410C, "MOV:G.W", "R5, @(-H'0C00,R0)"), + instruction(0x41E8, "MOV:G.W", "R5, @(-H'0850,R1)"), + instruction(0x40FA, "CMP:G.W", "#H'6B6F, @H'F402", [0xF402]), + instruction(0xBD3D, "MOV:G.B", "@(-H'3A9B,R4), R1"), + instruction(0xBD45, "MOV:G.W", "R0, @(-H'0C00,R1)"), + instruction(0xBD49, "BTST.B", "#7, @H'F76E", [0xF76E]), + ], + "call_graph": { + "nodes": [ + {"start": 0x4000, "end": 0x4216, "label": "loc_4000"}, + {"start": 0xBD0E, "end": 0xBD67, "label": "loc_BD0E"}, + ], + }, + } + + +def rom_bytes() -> bytes: + rom = bytearray([0xFF] * 0xCB00) + rom[0xC564 : 0xC564 + 0x400] = b"\x00" * 0x400 + rom[0xC564 + 0x015 * 2 : 0xC564 + 0x015 * 2 + 2] = b"\x40\xAA" + rom[0xC966:0xC968] = b"\x6B\x6F" + rom[0xC968:0xC96A] = b"\xFE\x00" + rom[0xCA0E:0xCA10] = b"\x80\x00" + return bytes(rom) + + +class EepromLayoutTest(unittest.TestCase): + def test_analysis_extracts_factory_defaults_records_and_selector_mapping(self): + with tempfile.TemporaryDirectory() as tmp: + rom_path = Path(tmp) / "rom.bin" + rom_path.write_bytes(rom_bytes()) + + analysis = analyze_eeprom_layout(payload(), rom_path=rom_path) + + self.assertEqual(analysis["kind"], "eeprom_layout") + self.assertEqual(analysis["factory_defaults"]["entries"][1]["factory_word_hex"], "0x6B6F") + self.assertEqual(analysis["persistent_records"][3]["ram_base_hex"], "H'F7C8") + self.assertEqual(analysis["persistent_records"][3]["eeprom_base_hex"], "0x300") + mapped = analysis["serial_persistence_mapping"]["entries"][0] + self.assertEqual(mapped["selector_hex"], "0x015") + self.assertEqual(mapped["shadow_address_hex"], "H'F4AA") + self.assertEqual(mapped["eeprom_word_offset_hex"], "0xAA") + self.assertEqual(mapped["factory_word_hex"], "0x8000") + + def test_text_report_mentions_core_layout(self): + with tempfile.TemporaryDirectory() as tmp: + rom_path = Path(tmp) / "rom.bin" + rom_path.write_bytes(rom_bytes()) + analysis = analyze_eeprom_layout(payload(), rom_path=rom_path) + + text = format_text_report(analysis) + + self.assertIn("Persistent 8-Byte Records", text) + self.assertIn("selector 0x015", text) + self.assertIn("F76E", text) + + def test_write_json_output(self): + with tempfile.TemporaryDirectory() as tmp: + input_path = Path(tmp) / "rom.json" + output_path = Path(tmp) / "eeprom.json" + rom_path = Path(tmp) / "rom.bin" + input_path.write_text(json.dumps(payload()), encoding="utf-8") + rom_path.write_bytes(rom_bytes()) + + write_eeprom_layout(input_path, output_path, rom_path=rom_path, as_json=True) + + written = json.loads(output_path.read_text(encoding="utf-8")) + self.assertEqual(written["kind"], "eeprom_layout") + self.assertEqual(written["summary"]["persistent_record_count"], 16) + + def test_cli_writes_text_report(self): + with tempfile.TemporaryDirectory() as tmp: + input_path = Path(tmp) / "rom.json" + output_path = Path(tmp) / "eeprom.txt" + rom_path = Path(tmp) / "rom.bin" + input_path.write_text(json.dumps(payload()), encoding="utf-8") + rom_path.write_bytes(rom_bytes()) + + stdout = io.StringIO() + rc = main([str(input_path), "--rom", str(rom_path), "--out", str(output_path)], stdout=stdout) + + self.assertEqual(rc, 0) + self.assertIn("wrote", stdout.getvalue()) + self.assertIn("EEPROM Layout Report", output_path.read_text(encoding="utf-8")) + + +if __name__ == "__main__": + unittest.main() diff --git a/tests/test_emulator_addressing.py b/tests/test_emulator_addressing.py index e75cdeb..2c1ce92 100644 --- a/tests/test_emulator_addressing.py +++ b/tests/test_emulator_addressing.py @@ -37,7 +37,8 @@ class EmulatorAddressingTest(unittest.TestCase): self.assertEqual(memory.read16(0xF402), 0x6B6F) self.assertEqual(memory.p9_bus.fast_read_word(0x0010), (True, 0x8000)) self.assertEqual(memory.p9_bus.fast_read_word(0x0110), (True, 0x8000)) - self.assertEqual(memory.p9_bus.fast_read_word(0x0002), (True, 0x2020)) + self.assertEqual(memory.p9_bus.fast_read_word(0x0002), (True, 0x6B6F)) + self.assertEqual(memory.p9_bus.fast_read_word(0x0102), (True, 0x2020)) def test_txi_indexed_byte_load_uses_signed_word_displacement_and_full_index_register(self): rom = rom_with_reset() diff --git a/tests/test_emulator_eeprom_image.py b/tests/test_emulator_eeprom_image.py new file mode 100644 index 0000000..c4f94dc --- /dev/null +++ b/tests/test_emulator_eeprom_image.py @@ -0,0 +1,66 @@ +import json +import tempfile +import unittest +from pathlib import Path + +from h8536.emulator.eeprom_image import build_eeprom_snapshot, format_eeprom_snapshot, write_eeprom_snapshot +from h8536.emulator.memory import MemoryMap +from h8536.emulator.peripherals.x24164 import X24164_LOGICAL_SIZE + + +def rom_bytes() -> bytes: + rom = bytearray([0xFF] * 0xCB00) + rom[0xC564 : 0xC564 + 0x400] = b"\x00" * 0x400 + rom[0xC564 + 0x18 * 2 : 0xC564 + 0x18 * 2 + 2] = b"\x60\x10" + rom[0xC964 : 0xC964 + 0x100] = b"\x00" * 0x100 + rom[0xC966:0xC968] = b"\x6B\x6F" + rom[0xC974:0xC976] = b"\x80\x00" + return bytes(rom) + + +class EmulatorEepromImageTest(unittest.TestCase): + def test_load_dump_and_write_log_cover_full_logical_image(self): + memory = MemoryMap(rom_bytes()) + image = bytes([index & 0xFF for index in range(X24164_LOGICAL_SIZE)]) + + memory.load_eeprom_image(image) + self.assertEqual(memory.dump_eeprom_image(), image) + self.assertEqual(memory.external[0xF400], 0x00) + self.assertEqual(memory.external[0xF402], 0x02) + + self.assertTrue(memory.p9_bus.fast_write_word(0x0810, 0x1234)) + + self.assertEqual(memory.p9_bus.fast_read_word(0x0810), (True, 0x1234)) + self.assertEqual(len(memory.p9_bus.x24164_bus.write_events), 2) + self.assertIn("addr=810", memory.p9_bus.x24164_bus.write_log_lines()[-2]) + + def test_snapshot_reports_records_factory_diffs_and_mapped_writes(self): + memory = MemoryMap(rom_bytes()) + memory.seed_factory_eeprom_and_shadow() + memory.p9_bus.fast_write_word(0x0110, 0x1234) + + report = build_eeprom_snapshot(memory, rom_bytes=rom_bytes()) + text = format_eeprom_snapshot(report) + + self.assertEqual(report["summary"]["write_word_count"], 1) + self.assertEqual(report["write_word_events"][0]["new_word_hex"], "0x1234") + self.assertEqual(report["write_word_events"][0]["mapped_selectors_hex"], ["0x018"]) + self.assertEqual(report["factory_diffs"][0]["address_hex"], "0x110") + self.assertIn("EEPROM Word Writes", text) + self.assertIn("selector", text) + + def test_write_snapshot_json(self): + memory = MemoryMap(rom_bytes()) + memory.seed_factory_eeprom_and_shadow() + + with tempfile.TemporaryDirectory() as tmp: + output = Path(tmp) / "eeprom.json" + write_eeprom_snapshot(memory, output, rom_bytes=rom_bytes(), as_json=True, include_image_hex=True) + + payload = json.loads(output.read_text(encoding="utf-8")) + self.assertEqual(payload["kind"], "emulator_eeprom_snapshot") + self.assertEqual(len(payload["image_hex"]), X24164_LOGICAL_SIZE * 2) + + +if __name__ == "__main__": + unittest.main()