1
0
Files
h8-536-decoder/build/rom_eeprom_layout.json
2026-05-26 11:35:21 +10:00

8904 lines
271 KiB
JSON

{
"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)"
}
]
}
}