NVM.lst 158 KB
Newer Older
陈晓东's avatar
陈晓东 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460
                                                                      Page 1
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
Command Line: C:\ghs\comp_rh850\ease850.exe -w -elf -b0 -I..\source\Driver\Clock -I..\source\Driver\RH850F1KM_S1 -I..\source\Driver\Timer -I..\source\Driver\TimerB -I..\source\Driver\Analog_Signals -I..\source\Driver\CAN -I..\source\Driver\GPIO -I..\source\System -I..\source\Appliciation -I..\source\FCL -I..\source\EEL -I..\source\eel_user -I..\source\fdl_user -I..\source\FDL -I..\source\EEL\lib -I..\source\FDL\lib -IC:\ghs\comp_rh850\lib\rh850 -cg_underscore -cpu=rh850g3kh -nofpu_double -no_v850_simd -nomacro -patch_dbo=Z:\850\工作资料\C673检测台\电机电机电机\检测台\testbench\福田W1-02(高配)检测台\ghs\obj\NVM.dbo -source=NVM.c -o .\obj\gh_00000s81.o -list=.\list\NVM.lst C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si 
Original File: C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
Source File: NVM.c
Directory: Z:\850\工作资料\C673检测台\电机电机电机\检测台\testbench\福田W1-02(高配)检测台\ghs
Host OS: Windows 7 Service Pack 1
EASE: Copyright (C) 1983-2019 Green Hills Software.  All Rights Reserved.
Release: Compiler v2019.5.5
Build Directory: [Directory] messi:/home/messi2/build_2019_5_bto/2019-09-30.1900-2019_5_bto/win64-cross-linux86-comp
Revision: [VCInfo] http://toolsvc/branches/release-branch-2019-5-bto/src@658753 (built by build)
Revision Date: Tue Oct 01 10:26:24 2019

Release Date: Tue Oct 01 11:51:34 2019

                           1 --Driver Command: ccv850 -c -MD -I..\source\Driver\Clock
                           2 --		-I..\source\Driver\RH850F1KM_S1 -I..\source\Driver\Timer
                           3 --		-I..\source\Driver\TimerB -I..\source\Driver\Analog_Signals
                           4 --		-I..\source\Driver\CAN -I..\source\Driver\GPIO -I..\source\System
                           5 --		-I..\source\Appliciation -I..\source\FCL -I..\source\EEL
                           6 --		-I..\source\eel_user -I..\source\fdl_user -I..\source\FDL
                           7 --		-I..\source\EEL\lib -I..\source\FDL\lib -object_dir=.\obj
                           8 --		-preprocess_assembly_files -list -list_dir=./list -bsp generic
                           9 --		-dwarf2 -D__GHS__ -cpu=rh850g3kh -DPlatform_RH850
                          10 --		-DPlatform_32Bit -nothreshold -passsource -pack=4 --diag_suppress
                          11 --		1 -fsingle -Onone -O0 -G -filetype.c ..\source\Appliciation\NVM.c
                          12 --		-o .\obj\NVM.o
                          13 --Source File:   ..\source\Appliciation\NVM.c
                          14 --Directory:     
                          15 --		Z:\850\工作资料\C673检测台\电机电机电机\检测台\testbench\福田W1-02(高配)检测台\ghs
                          16 --Compile Date:  Wed Aug 05 15:59:59 2020
                          17 --Host OS:       Win64
                          18 --Version:       C-RH850 2019.5.5 RELEASE VERSION
                          19 --Release:       Compiler v2019.5.5
                          20 --Revision Date: Tue Oct 01 10:27:05 2019
                          21 --Release Date:  Tue Oct 01 11:51:35 2019
                          22 -- ecom  -g -w
                          23 
                          24 --1: #include "TYW_stdint.h"

                          25 --2: #include "NVM.h"

                          26 --3: #include "Internal_EEPROM.h"

                          27 --4: #include <string.h>

                          28 --7: #define EEPROM_BASE_ADDR 0

                          29 --8: #define EEPROM_PAGE_SIZE 16

                          30 --11: void NVM_Usr_Init(void)

                          31 	.text
                          32 ..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0::
                          33 	.align	2
                          34 	.align	2
                          35 ..gh.f.a.2.e.0:
                          36 	.type	..gh.f.a.2.e.0,@object
                          37 	.size	..gh.f.a.2.e.0,0
                          38 	.global	_NVM_Usr_Init
                          39 _NVM_Usr_Init:
                          40 .LDW01:
00000000 031efcfb         41 	addi	-1028,sp,sp
00000004 63ff0104         42 	st.w	lp,1024[sp]
                          43 --	    .bf
                          44 .LDW11:
                          45 --12: {

                          46 --13:     uint8_t        readbuff [ 512 ];

                          47 --14:     uint8_t        writebuff [ 512 ];

                          48 --15:     r_eel_status_t loc_condition;

                          49 --17:     //CAFD

                          50 --18:     memset(readbuff, 0, sizeof(readbuff));


                                                                      Page 2
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000008 23360002         51 	movea	512,sp,r6
0000000c 003a             52 	mov	0,r7
0000000e 20460002         53 	movea	512,zero,r8
                          54 	jarl	_memset,lp
                          54 <EXPANSION BEGIN>
                          54 jarl22 _memset , lp 
00000012 80ff0000*        54 <EXPANSION END>
                          55 --19:     memset(writebuff, 0, sizeof(writebuff));

                          56 --line19
                          57 ..lin.e1fe9605..20f8dc41.0_1::
                          58 .LDWlin1:
00000016 23360000         59 	movea	0,sp,r6
0000001a 003a             60 	mov	0,r7
0000001c 20460002         61 	movea	512,zero,r8
                          62 	jarl	_memset,lp
                          62 <EXPANSION BEGIN>
                          62 jarl22 _memset , lp 
00000020 80ff0000*        62 <EXPANSION END>
                          63 --23:     loc_condition = Internal_EEL_Read(INTERNAL_EE_BLOCK_05, readbuff, INTERNAL_EE_BLOCK_05_size);

                          64 --line23
                          65 ..lin.e1fe9605..20f8dc41.0_2::
                          66 .LDWlin2:
00000024 0632             67 	mov	6,r6
00000026 233e0002         68 	movea	512,sp,r7
0000002a 2046c800         69 	movea	200,zero,r8
                          70 	jarl	_Internal_EEL_Read,lp
                          70 <EXPANSION BEGIN>
                          70 jarl22 _Internal_EEL_Read , lp 
0000002e 80ff0000*        70 <EXPANSION END>
00000032 0a08             71 	mov	r10,r1
                          72 --24:     if ( (readbuff [ 0 ] != 0x35) || (readbuff [ 1 ] != 0x53) || (readbuff [ 2 ] != 0x7A) || (readbuff [ 3 ] != 0xA7) || (loc_condition == R_EEL_ERR_NO_INSTANCE) )

                          73 --line24
                          74 ..lin.e1fe9605..20f8dc41.0_3::
                          75 .LDWlin3:
00000034 83170102         76 	ld.bu	512[sp],r2
00000038 0206cbff         77 	addi	-53,r2,zero
0000003c ca1d*            78 	bne	.L5
0000003e 23160002         79 	movea	512,sp,r2
00000042 02f60100         80 	addi	1,r2,ep
00000046 6010             81 	sld.bu	0[ep],r2
00000048 0206adff         82 	addi	-83,r2,zero
0000004c ca15*            83 	bne	.L5
0000004e 23160002         84 	movea	512,sp,r2
00000052 02f60200         85 	addi	2,r2,ep
00000056 6010             86 	sld.bu	0[ep],r2
00000058 020686ff         87 	addi	-122,r2,zero
0000005c ca0d*            88 	bne	.L5
0000005e 23160002         89 	movea	512,sp,r2
00000062 02f60300         90 	addi	3,r2,ep
00000066 6010             91 	sld.bu	0[ep],r2
00000068 020659ff         92 	addi	-167,r2,zero
0000006c ca05*            93 	bne	.L5
0000006e 0106dcff         94 	addi	-36,r1,zero
00000072 8a2d*            95 	bne	.L4
                          96 .L5:
                          97 --25:     {

                          98 --27:         writebuff [ 0 ] = 0x35u;

                          99 --line27
                         100 ..lin.e1fe9605..20f8dc41.0_4::
                         101 .LDWlin4:
00000074 200e3500        102 	movea	53,zero,r1

                                                                      Page 3
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000078 430f0000        103 	st.b	r1,0[sp]
                         104 --28:         writebuff [ 1 ] = 0x53u;

0000007c 230e0000        105 	movea	0,sp,r1
00000080 01f60100        106 	addi	1,r1,ep
00000084 200e5300        107 	movea	83,zero,r1
00000088 800b            108 	sst.b	r1,0[ep]
                         109 --29:         writebuff [ 2 ] = 0x7Au;

0000008a 230e0000        110 	movea	0,sp,r1
0000008e 01f60200        111 	addi	2,r1,ep
00000092 200e7a00        112 	movea	122,zero,r1
00000096 800b            113 	sst.b	r1,0[ep]
                         114 --30:         writebuff [ 3 ] = 0xA7u;

00000098 230e0000        115 	movea	0,sp,r1
0000009c 01f60300        116 	addi	3,r1,ep
000000a0 200ea700        117 	movea	167,zero,r1
000000a4 800b            118 	sst.b	r1,0[ep]
                         119 --31:         Internal_EEL_Write(INTERNAL_EE_BLOCK_05, writebuff, INTERNAL_EE_BLOCK_05_size);

000000a6 0632            120 	mov	6,r6
000000a8 233e0000        121 	movea	0,sp,r7
000000ac 2046c800        122 	movea	200,zero,r8
                         123 	jarl	_Internal_EEL_Write,lp
                         123 <EXPANSION BEGIN>
                         123 jarl22 _Internal_EEL_Write , lp 
000000b0 80ff0000*       123 <EXPANSION END>
                         124 --32:         Internal_EEL_Read(INTERNAL_EE_BLOCK_05, readbuff, INTERNAL_EE_BLOCK_05_size);

                         125 --line32
                         126 ..lin.e1fe9605..20f8dc41.0_5::
                         127 .LDWlin5:
000000b4 0632            128 	mov	6,r6
000000b6 233e0002        129 	movea	512,sp,r7
000000ba 2046c800        130 	movea	200,zero,r8
                         131 	jarl	_Internal_EEL_Read,lp
                         131 <EXPANSION BEGIN>
                         131 jarl22 _Internal_EEL_Read , lp 
000000be 80ff0000*       131 <EXPANSION END>
                         132 .L4:
                         133 --34:     }

                         134 --37:     //CAFD CTRL

                         135 --38:     memset(readbuff, 0, sizeof(readbuff));

                         136 --line38
                         137 ..lin.e1fe9605..20f8dc41.0_6::
                         138 .LDWlin6:
000000c2 23360002        139 	movea	512,sp,r6
000000c6 003a            140 	mov	0,r7
000000c8 20460002        141 	movea	512,zero,r8
                         142 	jarl	_memset,lp
                         142 <EXPANSION BEGIN>
                         142 jarl22 _memset , lp 
000000cc 80ff0000*       142 <EXPANSION END>
                         143 --39:     memset(writebuff, 0, sizeof(writebuff));

                         144 --line39
                         145 ..lin.e1fe9605..20f8dc41.0_7::
                         146 .LDWlin7:
000000d0 23360000        147 	movea	0,sp,r6
000000d4 003a            148 	mov	0,r7
000000d6 20460002        149 	movea	512,zero,r8
                         150 	jarl	_memset,lp
                         150 <EXPANSION BEGIN>
                         150 jarl22 _memset , lp 
000000da 80ff0000*       150 <EXPANSION END>
                         151 --40:     loc_condition = Internal_EEL_Read(INTERNAL_EE_BLOCK_06, readbuff, INTERNAL_EE_BLOCK_06_size);


                                                                      Page 4
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                         152 --line40
                         153 ..lin.e1fe9605..20f8dc41.0_8::
                         154 .LDWlin8:
000000de 0732            155 	mov	7,r6
000000e0 233e0002        156 	movea	512,sp,r7
000000e4 0542            157 	mov	5,r8
                         158 	jarl	_Internal_EEL_Read,lp
                         158 <EXPANSION BEGIN>
                         158 jarl22 _Internal_EEL_Read , lp 
000000e6 80ff0000*       158 <EXPANSION END>
000000ea 0a08            159 	mov	r10,r1
                         160 --41:     if ( (readbuff [ 0 ] != 0x35) || (readbuff [ 1 ] != 0x53) || (readbuff [ 2 ] != 0x7A) || (readbuff [ 3 ] != 0xA7) || (loc_condition == R_EEL_ERR_NO_INSTANCE) )

                         161 --line41
                         162 ..lin.e1fe9605..20f8dc41.0_9::
                         163 .LDWlin9:
000000ec 83170102        164 	ld.bu	512[sp],r2
000000f0 0206cbff        165 	addi	-53,r2,zero
000000f4 ca1d*           166 	bne	.L11
000000f6 23160002        167 	movea	512,sp,r2
000000fa 02f60100        168 	addi	1,r2,ep
000000fe 6010            169 	sld.bu	0[ep],r2
00000100 0206adff        170 	addi	-83,r2,zero
00000104 ca15*           171 	bne	.L11
00000106 23160002        172 	movea	512,sp,r2
0000010a 02f60200        173 	addi	2,r2,ep
0000010e 6010            174 	sld.bu	0[ep],r2
00000110 020686ff        175 	addi	-122,r2,zero
00000114 ca0d*           176 	bne	.L11
00000116 23160002        177 	movea	512,sp,r2
0000011a 02f60300        178 	addi	3,r2,ep
0000011e 6010            179 	sld.bu	0[ep],r2
00000120 020659ff        180 	addi	-167,r2,zero
00000124 ca05*           181 	bne	.L11
00000126 0106dcff        182 	addi	-36,r1,zero
0000012a ba2d*           183 	bne	.L10
                         184 .L11:
                         185 --42:     {

                         186 --43:         writebuff [ 0 ] = 0x35u;

                         187 --line43
                         188 ..lin.e1fe9605..20f8dc41.0_10::
                         189 .LDWlin10:
0000012c 200e3500        190 	movea	53,zero,r1
00000130 430f0000        191 	st.b	r1,0[sp]
                         192 --44:         writebuff [ 1 ] = 0x53u;

00000134 230e0000        193 	movea	0,sp,r1
00000138 01f60100        194 	addi	1,r1,ep
0000013c 200e5300        195 	movea	83,zero,r1
00000140 800b            196 	sst.b	r1,0[ep]
                         197 --45:         writebuff [ 2 ] = 0x7Au;

00000142 230e0000        198 	movea	0,sp,r1
00000146 01f60200        199 	addi	2,r1,ep
0000014a 200e7a00        200 	movea	122,zero,r1
0000014e 800b            201 	sst.b	r1,0[ep]
                         202 --46:         writebuff [ 3 ] = 0xA7u;

00000150 230e0000        203 	movea	0,sp,r1
00000154 01f60300        204 	addi	3,r1,ep
00000158 200ea700        205 	movea	167,zero,r1
0000015c 800b            206 	sst.b	r1,0[ep]
                         207 --47:         writebuff [ 4 ] = 0x00u;

0000015e 230e0000        208 	movea	0,sp,r1
00000162 01f60400        209 	addi	4,r1,ep

                                                                      Page 5
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000166 8003            210 	sst.b	zero,0[ep]
                         211 --48:         Internal_EEL_Write(INTERNAL_EE_BLOCK_06, writebuff, INTERNAL_EE_BLOCK_06_size);

00000168 0732            212 	mov	7,r6
0000016a 233e0000        213 	movea	0,sp,r7
0000016e 0542            214 	mov	5,r8
                         215 	jarl	_Internal_EEL_Write,lp
                         215 <EXPANSION BEGIN>
                         215 jarl22 _Internal_EEL_Write , lp 
00000170 80ff0000*       215 <EXPANSION END>
                         216 --49:         Internal_EEL_Read(INTERNAL_EE_BLOCK_06, readbuff, INTERNAL_EE_BLOCK_06_size);

                         217 --line49
                         218 ..lin.e1fe9605..20f8dc41.0_11::
                         219 .LDWlin11:
00000174 0732            220 	mov	7,r6
00000176 233e0002        221 	movea	512,sp,r7
0000017a 0542            222 	mov	5,r8
                         223 	jarl	_Internal_EEL_Read,lp
                         223 <EXPANSION BEGIN>
                         223 jarl22 _Internal_EEL_Read , lp 
0000017c 80ff0000*       223 <EXPANSION END>
                         224 .L10:
                         225 --51:     }

                         226 --54:     //USR

                         227 --55:     memset(readbuff, 0, sizeof(readbuff));

                         228 --line55
                         229 ..lin.e1fe9605..20f8dc41.0_12::
                         230 .LDWlin12:
00000180 23360002        231 	movea	512,sp,r6
00000184 003a            232 	mov	0,r7
00000186 20460002        233 	movea	512,zero,r8
                         234 	jarl	_memset,lp
                         234 <EXPANSION BEGIN>
                         234 jarl22 _memset , lp 
0000018a 80ff0000*       234 <EXPANSION END>
                         235 --56:     memset(writebuff, 0, sizeof(writebuff));

                         236 --line56
                         237 ..lin.e1fe9605..20f8dc41.0_13::
                         238 .LDWlin13:
0000018e 23360000        239 	movea	0,sp,r6
00000192 003a            240 	mov	0,r7
00000194 20460002        241 	movea	512,zero,r8
                         242 	jarl	_memset,lp
                         242 <EXPANSION BEGIN>
                         242 jarl22 _memset , lp 
00000198 80ff0000*       242 <EXPANSION END>
                         243 --57:     loc_condition = Internal_EEL_Read(INTERNAL_EE_BLOCK_07, readbuff, INTERNAL_EE_BLOCK_07_size);

                         244 --line57
                         245 ..lin.e1fe9605..20f8dc41.0_14::
                         246 .LDWlin14:
0000019c 0832            247 	mov	8,r6
0000019e 233e0002        248 	movea	512,sp,r7
000001a2 20461800        249 	movea	24,zero,r8
                         250 	jarl	_Internal_EEL_Read,lp
                         250 <EXPANSION BEGIN>
                         250 jarl22 _Internal_EEL_Read , lp 
000001a6 80ff0000*       250 <EXPANSION END>
000001aa 0a08            251 	mov	r10,r1
                         252 --58:     if ( (readbuff [ 0 ] != 0x35) || (readbuff [ 1 ] != 0x53) || (readbuff [ 2 ] != 0x7A) || (readbuff [ 3 ] != 0xA7) || (loc_condition == R_EEL_ERR_NO_INSTANCE) )

                         253 --line58
                         254 ..lin.e1fe9605..20f8dc41.0_15::
                         255 .LDWlin15:

                                                                      Page 6
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000001ac 83170102        256 	ld.bu	512[sp],r2
000001b0 0206cbff        257 	addi	-53,r2,zero
000001b4 ca1d*           258 	bne	.L17
000001b6 23160002        259 	movea	512,sp,r2
000001ba 02f60100        260 	addi	1,r2,ep
000001be 6010            261 	sld.bu	0[ep],r2
000001c0 0206adff        262 	addi	-83,r2,zero
000001c4 ca15*           263 	bne	.L17
000001c6 23160002        264 	movea	512,sp,r2
000001ca 02f60200        265 	addi	2,r2,ep
000001ce 6010            266 	sld.bu	0[ep],r2
000001d0 020686ff        267 	addi	-122,r2,zero
000001d4 ca0d*           268 	bne	.L17
000001d6 23160002        269 	movea	512,sp,r2
000001da 02f60300        270 	addi	3,r2,ep
000001de 6010            271 	sld.bu	0[ep],r2
000001e0 020659ff        272 	addi	-167,r2,zero
000001e4 ca05*           273 	bne	.L17
000001e6 0106dcff        274 	addi	-36,r1,zero
000001ea 8a2d*           275 	bne	.L2
                         276 .L17:
                         277 --59:     {

                         278 --60:         writebuff [ 0 ] = 0x35u;

                         279 --line60
                         280 ..lin.e1fe9605..20f8dc41.0_16::
                         281 .LDWlin16:
000001ec 200e3500        282 	movea	53,zero,r1
000001f0 430f0000        283 	st.b	r1,0[sp]
                         284 --61:         writebuff [ 1 ] = 0x53u;

000001f4 230e0000        285 	movea	0,sp,r1
000001f8 01f60100        286 	addi	1,r1,ep
000001fc 200e5300        287 	movea	83,zero,r1
00000200 800b            288 	sst.b	r1,0[ep]
                         289 --62:         writebuff [ 2 ] = 0x7Au;

00000202 230e0000        290 	movea	0,sp,r1
00000206 01f60200        291 	addi	2,r1,ep
0000020a 200e7a00        292 	movea	122,zero,r1
0000020e 800b            293 	sst.b	r1,0[ep]
                         294 --63:         writebuff [ 3 ] = 0xA7u;

00000210 230e0000        295 	movea	0,sp,r1
00000214 01f60300        296 	addi	3,r1,ep
00000218 200ea700        297 	movea	167,zero,r1
0000021c 800b            298 	sst.b	r1,0[ep]
                         299 --66:         Internal_EEL_Write(INTERNAL_EE_BLOCK_07, writebuff, INTERNAL_EE_BLOCK_07_size);

0000021e 0832            300 	mov	8,r6
00000220 233e0000        301 	movea	0,sp,r7
00000224 20461800        302 	movea	24,zero,r8
                         303 	jarl	_Internal_EEL_Write,lp
                         303 <EXPANSION BEGIN>
                         303 jarl22 _Internal_EEL_Write , lp 
00000228 80ff0000*       303 <EXPANSION END>
                         304 --67:         Internal_EEL_Read(INTERNAL_EE_BLOCK_07, readbuff, INTERNAL_EE_BLOCK_07_size);

                         305 --line67
                         306 ..lin.e1fe9605..20f8dc41.0_17::
                         307 .LDWlin17:
0000022c 0832            308 	mov	8,r6
0000022e 233e0002        309 	movea	512,sp,r7
00000232 20461800        310 	movea	24,zero,r8
                         311 	jarl	_Internal_EEL_Read,lp
                         311 <EXPANSION BEGIN>
                         311 jarl22 _Internal_EEL_Read , lp 

                                                                      Page 7
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000236 80ff0000*       311 <EXPANSION END>
                         312 .L2:
                         313 --68:     }

                         314 --69:     //     Internal_EEL_Write(i, write, 64);

                         315 --70: }

                         316 --	    .ef
                         317 .LDW21:
                         318 --line70
                         319 ..lin.e1fe9605..20f8dc41.0_18::
                         320 .LDWlin18:
0000023a 23ff0104        321 	ld.w	1024[sp],lp
0000023e 031e0404        322 	addi	1028,sp,sp
                         323 	.jumptype return
00000242 7f00            324 	jmp	[lp]
                         325 ..lin.e1fe9605..20f8dc41.0_19::
                         326 .LDWlin19:
                         327 	.global	___ghs_eofn_NVM_Usr_Init
                         328 ___ghs_eofn_NVM_Usr_Init:
                         329 	.type	_NVM_Usr_Init,@function
                         330 	.size	_NVM_Usr_Init,.-_NVM_Usr_Init
                         331 	.align	2
                         332 --_readbuff	512[sp]	local
                         333 --_writebuff	0[sp]	local
                         334 --_loc_condition	r1	local
                         335 
                         336 	.data
                         337 	.text
                         338 
                         339 
                         340 --72: void CAFD_NVM_Update(void)

                         341 	.align	2
                         342 	.align	2
                         343 	.align	2
                         344 ..gh.f.a.2.e.1:
                         345 	.type	..gh.f.a.2.e.1,@object
                         346 	.size	..gh.f.a.2.e.1,0
                         347 	.global	_CAFD_NVM_Update
                         348 _CAFD_NVM_Update:
                         349 .LDW31:
00000244 031efcfb        350 	addi	-1028,sp,sp
00000248 63ff0104        351 	st.w	lp,1024[sp]
                         352 --	    .bf
                         353 .LDW41:
                         354 --73: {

                         355 --74:     uint8_t        readbuff [ 512 ];

                         356 --75:     uint8_t        writebuff [ 512 ];

                         357 --76:     r_eel_status_t loc_condition;

                         358 --77:     //CAFD

                         359 --78:     memset(readbuff, 0, sizeof(readbuff));

0000024c 23360002        360 	movea	512,sp,r6
00000250 003a            361 	mov	0,r7
00000252 20460002        362 	movea	512,zero,r8
                         363 	jarl	_memset,lp
                         363 <EXPANSION BEGIN>
                         363 jarl22 _memset , lp 
00000256 80ff0000*       363 <EXPANSION END>
                         364 --79:     memset(writebuff, 0, sizeof(writebuff));

                         365 --line79
                         366 ..lin.e1fe9605..aa70c84.0_20::
                         367 .LDWlin20:
0000025a 23360000        368 	movea	0,sp,r6

                                                                      Page 8
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000025e 003a            369 	mov	0,r7
00000260 20460002        370 	movea	512,zero,r8
                         371 	jarl	_memset,lp
                         371 <EXPANSION BEGIN>
                         371 jarl22 _memset , lp 
00000264 80ff0000*       371 <EXPANSION END>
                         372 --80:     writebuff [ 0 ] = 0x35u;

                         373 --line80
                         374 ..lin.e1fe9605..aa70c84.0_21::
                         375 .LDWlin21:
00000268 200e3500        376 	movea	53,zero,r1
0000026c 430f0000        377 	st.b	r1,0[sp]
                         378 --81:     writebuff [ 1 ] = 0x53u;

00000270 230e0000        379 	movea	0,sp,r1
00000274 01f60100        380 	addi	1,r1,ep
00000278 200e5300        381 	movea	83,zero,r1
0000027c 800b            382 	sst.b	r1,0[ep]
                         383 --82:     writebuff [ 2 ] = 0x7Au;

0000027e 230e0000        384 	movea	0,sp,r1
00000282 01f60200        385 	addi	2,r1,ep
00000286 200e7a00        386 	movea	122,zero,r1
0000028a 800b            387 	sst.b	r1,0[ep]
                         388 --83:     writebuff [ 3 ] = 0xA7u;

0000028c 230e0000        389 	movea	0,sp,r1
00000290 01f60300        390 	addi	3,r1,ep
00000294 200ea700        391 	movea	167,zero,r1
00000298 800b            392 	sst.b	r1,0[ep]
                         393 --85:     Internal_EEL_Write(INTERNAL_EE_BLOCK_05, writebuff, INTERNAL_EE_BLOCK_05_size);

0000029a 0632            394 	mov	6,r6
0000029c 233e0000        395 	movea	0,sp,r7
000002a0 2046c800        396 	movea	200,zero,r8
                         397 	jarl	_Internal_EEL_Write,lp
                         397 <EXPANSION BEGIN>
                         397 jarl22 _Internal_EEL_Write , lp 
000002a4 80ff0000*       397 <EXPANSION END>
                         398 --86:     Internal_EEL_Read(INTERNAL_EE_BLOCK_05, readbuff, INTERNAL_EE_BLOCK_05_size);

                         399 --line86
                         400 ..lin.e1fe9605..aa70c84.0_22::
                         401 .LDWlin22:
000002a8 0632            402 	mov	6,r6
000002aa 233e0002        403 	movea	512,sp,r7
000002ae 2046c800        404 	movea	200,zero,r8
                         405 	jarl	_Internal_EEL_Read,lp
                         405 <EXPANSION BEGIN>
                         405 jarl22 _Internal_EEL_Read , lp 
000002b2 80ff0000*       405 <EXPANSION END>
                         406 --88: }

                         407 --	    .ef
                         408 .LDW51:
                         409 --line88
                         410 ..lin.e1fe9605..aa70c84.0_23::
                         411 .LDWlin23:
000002b6 23ff0104        412 	ld.w	1024[sp],lp
000002ba 031e0404        413 	addi	1028,sp,sp
                         414 	.jumptype return
000002be 7f00            415 	jmp	[lp]
                         416 ..lin.e1fe9605..aa70c84.0_24::
                         417 .LDWlin24:
                         418 	.global	___ghs_eofn_CAFD_NVM_Update
                         419 ___ghs_eofn_CAFD_NVM_Update:
                         420 	.type	_CAFD_NVM_Update,@function

                                                                      Page 9
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                         421 	.size	_CAFD_NVM_Update,.-_CAFD_NVM_Update
                         422 	.align	2
                         423 --_readbuff	512[sp]	local
                         424 --_writebuff	0[sp]	local
                         425 
                         426 	.data
                         427 	.text
                         428 
                         429 
                         430 --90: void CAFD_CTRL_Update(uint8_t status)

                         431 	.align	2
                         432 	.align	2
                         433 	.align	2
                         434 ..gh.f.a.2.e.2:
                         435 	.type	..gh.f.a.2.e.2,@object
                         436 	.size	..gh.f.a.2.e.2,0
                         437 	.global	_CAFD_CTRL_Update
                         438 _CAFD_CTRL_Update:
                         439 .LDW61:
000002c0 031ef8fb        440 	addi	-1032,sp,sp
000002c4 63ff0504        441 	st.w	lp,1028[sp]
000002c8 63ef0104        442 	st.w	r29,1024[sp]
000002cc 06e8            443 	mov	r6,r29
000002ce 9d00            444 	zxb	r29
                         445 --	    .bf
                         446 .LDW71:
                         447 --91: {

                         448 --92:     uint8_t        readbuff [ 512 ];

                         449 --93:     uint8_t        writebuff [ 512 ];

                         450 --94:     r_eel_status_t loc_condition;

                         451 --95:     //CAFD CTRL

                         452 --96:     memset(readbuff, 0, sizeof(readbuff));

000002d0 23360002        453 	movea	512,sp,r6
000002d4 003a            454 	mov	0,r7
000002d6 20460002        455 	movea	512,zero,r8
                         456 	jarl	_memset,lp
                         456 <EXPANSION BEGIN>
                         456 jarl22 _memset , lp 
000002da 80ff0000*       456 <EXPANSION END>
                         457 --97:     memset(writebuff, 0, sizeof(writebuff));

                         458 --line97
                         459 ..lin.e1fe9605..1da8ac88.0_25::
                         460 .LDWlin25:
000002de 23360000        461 	movea	0,sp,r6
000002e2 003a            462 	mov	0,r7
000002e4 20460002        463 	movea	512,zero,r8
                         464 	jarl	_memset,lp
                         464 <EXPANSION BEGIN>
                         464 jarl22 _memset , lp 
000002e8 80ff0000*       464 <EXPANSION END>
                         465 --98:     writebuff [ 0 ] = 0x35u;

                         466 --line98
                         467 ..lin.e1fe9605..1da8ac88.0_26::
                         468 .LDWlin26:
000002ec 200e3500        469 	movea	53,zero,r1
000002f0 430f0000        470 	st.b	r1,0[sp]
                         471 --99:     writebuff [ 1 ] = 0x53u;

000002f4 230e0000        472 	movea	0,sp,r1
000002f8 01f60100        473 	addi	1,r1,ep
000002fc 200e5300        474 	movea	83,zero,r1
00000300 800b            475 	sst.b	r1,0[ep]

                                                                      Page 10
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                         476 --100:     writebuff [ 2 ] = 0x7Au;

00000302 230e0000        477 	movea	0,sp,r1
00000306 01f60200        478 	addi	2,r1,ep
0000030a 200e7a00        479 	movea	122,zero,r1
0000030e 800b            480 	sst.b	r1,0[ep]
                         481 --101:     writebuff [ 3 ] = 0xA7u;

00000310 230e0000        482 	movea	0,sp,r1
00000314 01f60300        483 	addi	3,r1,ep
00000318 200ea700        484 	movea	167,zero,r1
0000031c 800b            485 	sst.b	r1,0[ep]
                         486 --102:     writebuff [ 4 ] = status;

0000031e 230e0000        487 	movea	0,sp,r1
00000322 01f60400        488 	addi	4,r1,ep
00000326 80eb            489 	sst.b	r29,0[ep]
                         490 --103:     Internal_EEL_Write(INTERNAL_EE_BLOCK_06, writebuff, INTERNAL_EE_BLOCK_06_size);

00000328 0732            491 	mov	7,r6
0000032a 233e0000        492 	movea	0,sp,r7
0000032e 0542            493 	mov	5,r8
                         494 	jarl	_Internal_EEL_Write,lp
                         494 <EXPANSION BEGIN>
                         494 jarl22 _Internal_EEL_Write , lp 
00000330 80ff0000*       494 <EXPANSION END>
                         495 --104:     Internal_EEL_Read(INTERNAL_EE_BLOCK_06, readbuff, INTERNAL_EE_BLOCK_06_size);

                         496 --line104
                         497 ..lin.e1fe9605..1da8ac88.0_27::
                         498 .LDWlin27:
00000334 0732            499 	mov	7,r6
00000336 233e0002        500 	movea	512,sp,r7
0000033a 0542            501 	mov	5,r8
                         502 	jarl	_Internal_EEL_Read,lp
                         502 <EXPANSION BEGIN>
                         502 jarl22 _Internal_EEL_Read , lp 
0000033c 80ff0000*       502 <EXPANSION END>
                         503 --106: }

                         504 --	    .ef
                         505 .LDW81:
                         506 --line106
                         507 ..lin.e1fe9605..1da8ac88.0_28::
                         508 .LDWlin28:
00000340 23ff0504        509 	ld.w	1028[sp],lp
00000344 23ef0104        510 	ld.w	1024[sp],r29
00000348 031e0804        511 	addi	1032,sp,sp
                         512 	.jumptype return
0000034c 7f00            513 	jmp	[lp]
                         514 ..lin.e1fe9605..1da8ac88.0_29::
                         515 .LDWlin29:
                         516 	.global	___ghs_eofn_CAFD_CTRL_Update
                         517 ___ghs_eofn_CAFD_CTRL_Update:
                         518 	.type	_CAFD_CTRL_Update,@function
                         519 	.size	_CAFD_CTRL_Update,.-_CAFD_CTRL_Update
                         520 	.align	2
                         521 --_readbuff	512[sp]	local
                         522 --_writebuff	0[sp]	local
                         523 
                         524 --_status	r29	param
                         525 
                         526 	.data
                         527 	.text
                         528 
                         529 	.align	2
                         530 

                                                                      Page 11
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                         531 	.data
                         532 	.ghsnote version,24
                         533 	.ghsnote tools,3
                         534 	.ghsnote options,656
                         535 	.text
                         536 	.align	2
                         537 ..eof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0::
                         538 	.section	.debug_info
                         539 .Ldw_begin:
00000000 95050000        540 	.word	.Ldw_end-.Ldw_begin-4
00000004 0200            541 	.byte	2,0
00000006 00000000*       542 	.word	.Ldw_abbr_begin
0000000a 04              543 	.byte	4
                         544 	.section	.debug_abbrev
                         545 .Ldw_abbr_begin:
                         546 	.section	.debug_str
                         547 .Ldw_str_begin:
                         548 	.section	.debug_info
0000000b 01              549 	.byte	1
0000000c 00000000*       550 	.word	..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000010 00000000*       551 	.word	..eof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
                         552 	.section	.debug_str
00000000 2e2e5c736f75    553 	.strz	"..\\source\\Appliciation\\NVM.c"
00000006 7263655c4170 
0000000c 706c69636961 
00000012 74696f6e5c4e 
00000018 564d2e6300 
                         554 	.section	.debug_info
00000014 00000000*       555 	.word	.Ldw_str_begin
                         556 	.section	.debug_str
0000001d 5a3a5c383530    557 	.strz	"Z:\\850\\工作资料\\C673检测台\\电机电机电机\\检测台\\testbench\\福田W1-02(高配)检测台\\ghs"
00000023 5cb9a4d7f7d7 
00000029 cac1cf5c4336 
0000002f 3733bcecb2e2 
00000035 cca85cb5e7bb 
0000003b fab5e7bbfab5 
00000041 e7bbfa5cbcec 
00000047 b2e2cca85c74 
0000004d 65737462656e 
00000053 63685cb8a3cc 
00000059 ef57312d3032 
0000005f 28b8dfc5e429 
00000065 bcecb2e2cca8 
0000006b 5c67687300 
                         558 	.section	.debug_info
00000018 00000000*       559 	.word	.Ldw_str_begin+29
                         560 	.section	.debug_str
00000070 474853204320    561 	.strz	"GHS C 2019.5.5 [dual]"
00000076 323031392e35 
0000007c 2e35205b6475 
00000082 616c5d00 
                         562 	.section	.debug_info
0000001c 00000000*       563 	.word	.Ldw_str_begin+112
00000020 0100            564 	.byte	1,0
00000022 00000000*       565 	.word	.Ldw_line_begin
00000026 00000000*       566 	.word	.Ldw_macinfo_begin
0000002a 00              567 	.byte	0
                         568 
                         569 	.section	.debug_abbrev
00000000 01              570 	.byte	1
00000001 11              571 	.byte	17

                                                                      Page 12
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000002 01              572 	.byte	1
00000003 1101            573 	.byte	17,1
00000005 1201            574 	.byte	18,1
00000007 030e            575 	.byte	3,14
00000009 1b0e            576 	.byte	27,14
0000000b 250e            577 	.byte	37,14
0000000d 1305            578 	.byte	19,5
0000000f 1006            579 	.byte	16,6
00000011 4306            580 	.byte	67,6
00000013 420b            581 	.byte	66,11
00000015 0000            582 	.byte	0,0
                         583 
                         584 	.section	.debug_line
                         585 .Ldw_line_begin:
00000000 97020000        586 	.word	.Ldw_line_end-.Ldw_line_begin-4
00000004 0200            587 	.byte	2,0
00000006 00000000*       588 	.word	.Ldw_lpro_end-.Ldw_lpro_begin
                         589 .Ldw_lpro_begin:
0000000a 01              590 	.byte	1
0000000b 00              591 	.byte	0
0000000c 00              592 	.byte	0
0000000d 04              593 	.byte	4
0000000e 0a              594 	.byte	10
0000000f 000101          595 	.byte	0,1,1
00000012 010100          596 	.byte	1,1,0
00000015 000001          597 	.byte	0,0,1
00000018 00              598 	.byte	0
00000019 2e2e5c736f75    599 	.strz	"..\\source\\Appliciation\\NVM.c"
0000001f 7263655c4170 
00000025 706c69636961 
0000002b 74696f6e5c4e 
00000031 564d2e6300 
00000036 000000          600 	.byte	0,0,0
00000039 2e2e5c736f75    601 	.strz	"..\\source\\Appliciation\\TYW_stdint.h"
0000003f 7263655c4170 
00000045 706c69636961 
0000004b 74696f6e5c54 
00000051 59575f737464 
00000057 696e742e6800 
0000005d 000000          602 	.byte	0,0,0
00000060 2e2e5c736f75    603 	.strz	"..\\source\\Appliciation\\NVM.h"
00000066 7263655c4170 
0000006c 706c69636961 
00000072 74696f6e5c4e 
00000078 564d2e6800 
0000007d 000000          604 	.byte	0,0,0
00000080 2e2e5c736f75    605 	.strz	"..\\source\\Appliciation\\NVM_Interface.h"
00000086 7263655c4170 
0000008c 706c69636961 
00000092 74696f6e5c4e 
00000098 564d5f496e74 
0000009e 657266616365 
000000a4 2e6800 
000000a7 000000          606 	.byte	0,0,0
000000aa 2e2e5c736f75    607 	.strz	"..\\source\\Appliciation\\Internal_EEPROM.h"
000000b0 7263655c4170 
000000b6 706c69636961 
000000bc 74696f6e5c49 
000000c2 6e7465726e61 
000000c8 6c5f45455052 
000000ce 4f4d2e6800 

                                                                      Page 13
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000d3 000000          608 	.byte	0,0,0
000000d6 2e2e5c736f75    609 	.strz	"..\\source\\EEL\\r_eel_types.h"
000000dc 7263655c4545 
000000e2 4c5c725f6565 
000000e8 6c5f74797065 
000000ee 732e6800 
000000f2 000000          610 	.byte	0,0,0
000000f5 433a5c676873    611 	.strz	"C:\\ghs\\comp_rh850\\ansi\\string.h"
000000fb 5c636f6d705f 
00000101 72683835305c 
00000107 616e73695c73 
0000010d 7472696e672e 
00000113 6800 
00000115 000000          612 	.byte	0,0,0
00000118 433a5c676873    613 	.strz	"C:\\ghs\\comp_rh850\\ansi\\ghs_null.h"
0000011e 5c636f6d705f 
00000124 72683835305c 
0000012a 616e73695c67 
00000130 68735f6e756c 
00000136 6c2e6800 
0000013a 000000          614 	.byte	0,0,0
0000013d 00              615 	.byte	0
                         616 .Ldw_lpro_end:
                         617 	.section	.debug_macinfo
                         618 .Ldw_macinfo_begin:
                         619 	.section	.debug_frame
                         620 .LDW_5fa5d50:
00000000 00000000*       621 	.word	.LDW_unq_2-.LDW_unq_1
                         622 .LDW_unq_1:
00000004 ffffffff        623 	.byte	255,255,255,255
00000008 01              624 	.byte	1
00000009 00              625 	.byte	0
0000000a 01              626 	.byte	1
0000000b 01              627 	.byte	1
0000000c 1f              628 	.byte	31
0000000d 0c              629 	.byte	12
0000000e 03              630 	.byte	3
0000000f 00              631 	.byte	0
00000010 07              632 	.byte	7
00000011 00              633 	.byte	0
00000012 07              634 	.byte	7
00000013 01              635 	.byte	1
00000014 07              636 	.byte	7
00000015 02              637 	.byte	2
00000016 07              638 	.byte	7
00000017 03              639 	.byte	3
00000018 07              640 	.byte	7
00000019 04              641 	.byte	4
0000001a 07              642 	.byte	7
0000001b 05              643 	.byte	5
0000001c 07              644 	.byte	7
0000001d 06              645 	.byte	6
0000001e 07              646 	.byte	7
0000001f 07              647 	.byte	7
00000020 07              648 	.byte	7
00000021 08              649 	.byte	8
00000022 07              650 	.byte	7
00000023 09              651 	.byte	9
00000024 07              652 	.byte	7
00000025 0a              653 	.byte	10
00000026 07              654 	.byte	7

                                                                      Page 14
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000027 0b              655 	.byte	11
00000028 07              656 	.byte	7
00000029 0c              657 	.byte	12
0000002a 07              658 	.byte	7
0000002b 0d              659 	.byte	13
0000002c 07              660 	.byte	7
0000002d 0e              661 	.byte	14
0000002e 07              662 	.byte	7
0000002f 0f              663 	.byte	15
00000030 07              664 	.byte	7
00000031 10              665 	.byte	16
00000032 07              666 	.byte	7
00000033 11              667 	.byte	17
00000034 07              668 	.byte	7
00000035 12              669 	.byte	18
00000036 07              670 	.byte	7
00000037 13              671 	.byte	19
00000038 08              672 	.byte	8
00000039 14              673 	.byte	20
0000003a 08              674 	.byte	8
0000003b 15              675 	.byte	21
0000003c 08              676 	.byte	8
0000003d 16              677 	.byte	22
0000003e 08              678 	.byte	8
0000003f 17              679 	.byte	23
00000040 08              680 	.byte	8
00000041 18              681 	.byte	24
00000042 08              682 	.byte	8
00000043 19              683 	.byte	25
00000044 08              684 	.byte	8
00000045 1a              685 	.byte	26
00000046 08              686 	.byte	8
00000047 1b              687 	.byte	27
00000048 08              688 	.byte	8
00000049 1c              689 	.byte	28
0000004a 08              690 	.byte	8
0000004b 1d              691 	.byte	29
0000004c 07              692 	.byte	7
0000004d 1e              693 	.byte	30
0000004e 08              694 	.byte	8
0000004f 1f              695 	.byte	31
00000050 07              696 	.byte	7
00000051 20              697 	.byte	32
00000052 07              698 	.byte	7
00000053 21              699 	.byte	33
00000054 07              700 	.byte	7
00000055 22              701 	.byte	34
00000056 07              702 	.byte	7
00000057 23              703 	.byte	35
00000058 07              704 	.byte	7
00000059 24              705 	.byte	36
0000005a 07              706 	.byte	7
0000005b 25              707 	.byte	37
0000005c 07              708 	.byte	7
0000005d 26              709 	.byte	38
0000005e 07              710 	.byte	7
0000005f 27              711 	.byte	39
00000060 07              712 	.byte	7
00000061 28              713 	.byte	40
00000062 07              714 	.byte	7
00000063 29              715 	.byte	41

                                                                      Page 15
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000064 07              716 	.byte	7
00000065 2a              717 	.byte	42
00000066 07              718 	.byte	7
00000067 2b              719 	.byte	43
00000068 07              720 	.byte	7
00000069 2c              721 	.byte	44
0000006a 07              722 	.byte	7
0000006b 2d              723 	.byte	45
0000006c 07              724 	.byte	7
0000006d 2e              725 	.byte	46
0000006e 07              726 	.byte	7
0000006f 2f              727 	.byte	47
00000070 07              728 	.byte	7
00000071 30              729 	.byte	48
00000072 07              730 	.byte	7
00000073 31              731 	.byte	49
00000074 07              732 	.byte	7
00000075 32              733 	.byte	50
00000076 07              734 	.byte	7
00000077 33              735 	.byte	51
00000078 07              736 	.byte	7
00000079 34              737 	.byte	52
0000007a 07              738 	.byte	7
0000007b 35              739 	.byte	53
0000007c 07              740 	.byte	7
0000007d 36              741 	.byte	54
0000007e 07              742 	.byte	7
0000007f 37              743 	.byte	55
00000080 07              744 	.byte	7
00000081 38              745 	.byte	56
00000082 07              746 	.byte	7
00000083 39              747 	.byte	57
00000084 07              748 	.byte	7
00000085 3a              749 	.byte	58
00000086 07              750 	.byte	7
00000087 3b              751 	.byte	59
00000088 07              752 	.byte	7
00000089 3c              753 	.byte	60
0000008a 07              754 	.byte	7
0000008b 3d              755 	.byte	61
0000008c 07              756 	.byte	7
0000008d 3e              757 	.byte	62
0000008e 07              758 	.byte	7
0000008f 3f              759 	.byte	63
                         760 .LDW_unq_2:
                         761 	.section	.debug_info
                         762 .LDW_5f32b20:
0000002b 4b              763 	.byte	75
0000002c 01              764 	.byte	1
                         765 
                         766 	.section	.debug_abbrev
00000017 4b              767 	.byte	75
00000018 15              768 	.byte	21
00000019 01              769 	.byte	1
0000001a 270c            770 	.byte	39,12
0000001c 0000            771 	.byte	0,0
                         772 
                         773 	.section	.debug_info
0000002d 00              774 	.byte	0
                         775 
                         776 .LDW_5f32cc0:

                                                                      Page 16
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000002e 2a              777 	.byte	42
                         778 	.section	.debug_str
00000086 696e7400        779 	.strz	"int"
                         780 	.section	.debug_info
0000002f 00000000*       781 	.word	.Ldw_str_begin+134
00000033 05              782 	.byte	5
00000034 04              783 	.byte	4
                         784 
                         785 	.section	.debug_abbrev
0000001e 2a              786 	.byte	42
0000001f 24              787 	.byte	36
00000020 00              788 	.byte	0
00000021 030e            789 	.byte	3,14
00000023 3e0b            790 	.byte	62,11
00000025 0b0b            791 	.byte	11,11
00000027 0000            792 	.byte	0,0
                         793 
                         794 	.section	.debug_info
                         795 .LDW_5f32d10:
00000035 2a              796 	.byte	42
                         797 	.section	.debug_str
0000008a 756e7369676e    798 	.strz	"unsigned char"
00000090 656420636861 
00000096 7200 
                         799 	.section	.debug_info
00000036 00000000*       800 	.word	.Ldw_str_begin+138
0000003a 08              801 	.byte	8
0000003b 01              802 	.byte	1
                         803 
                         804 .LDW_5d73d60:
0000003c 40              805 	.byte	64
0000003d 00              806 	.byte	0
0000003e 8004            807 	.byte	128,4
00000040 00000000*       808 	.word	.LDW_5f32d10
                         809 
                         810 	.section	.debug_abbrev
00000029 40              811 	.byte	64
0000002a 01              812 	.byte	1
0000002b 01              813 	.byte	1
0000002c 090b            814 	.byte	9,11
0000002e 0b0f            815 	.byte	11,15
00000030 4910            816 	.byte	73,16
00000032 0000            817 	.byte	0,0
                         818 
                         819 	.section	.debug_info
00000044 38              820 	.byte	56
00000045 00000000*       821 	.word	.LDW_5f32cc0
00000049 04              822 	.byte	4
0000004a 00              823 	.byte	0
0000004b ff03            824 	.byte	255,3
                         825 
                         826 	.section	.debug_abbrev
00000034 38              827 	.byte	56
00000035 21              828 	.byte	33
00000036 00              829 	.byte	0
00000037 4910            830 	.byte	73,16
00000039 0b0f            831 	.byte	11,15
0000003b 220d            832 	.byte	34,13
0000003d 2f0d            833 	.byte	47,13
0000003f 0000            834 	.byte	0,0
                         835 

                                                                      Page 17
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                         836 	.section	.debug_info
0000004d 00              837 	.byte	0
                         838 
                         839 .LDW_5d73e20:
0000004e 40              840 	.byte	64
0000004f 00              841 	.byte	0
00000050 8004            842 	.byte	128,4
00000052 00000000*       843 	.word	.LDW_5f32d10
                         844 
00000056 38              845 	.byte	56
00000057 00000000*       846 	.word	.LDW_5f32cc0
0000005b 04              847 	.byte	4
0000005c 00              848 	.byte	0
0000005d ff03            849 	.byte	255,3
                         850 
0000005f 00              851 	.byte	0
                         852 
                         853 .LDW_5f336e0:
00000060 4b              854 	.byte	75
00000061 01              855 	.byte	1
                         856 
00000062 00              857 	.byte	0
                         858 
                         859 .LDW_5d73ee0:
00000063 40              860 	.byte	64
00000064 00              861 	.byte	0
00000065 8004            862 	.byte	128,4
00000067 00000000*       863 	.word	.LDW_5f32d10
                         864 
0000006b 38              865 	.byte	56
0000006c 00000000*       866 	.word	.LDW_5f32cc0
00000070 04              867 	.byte	4
00000071 00              868 	.byte	0
00000072 ff03            869 	.byte	255,3
                         870 
00000074 00              871 	.byte	0
                         872 
                         873 .LDW_5d73fa0:
00000075 40              874 	.byte	64
00000076 00              875 	.byte	0
00000077 8004            876 	.byte	128,4
00000079 00000000*       877 	.word	.LDW_5f32d10
                         878 
0000007d 38              879 	.byte	56
0000007e 00000000*       880 	.word	.LDW_5f32cc0
00000082 04              881 	.byte	4
00000083 00              882 	.byte	0
00000084 ff03            883 	.byte	255,3
                         884 
00000086 00              885 	.byte	0
                         886 
                         887 .LDW_5f33880:
00000087 4b              888 	.byte	75
00000088 01              889 	.byte	1
                         890 
                         891 .LDW_5f338d0:
00000089 17              892 	.byte	23
0000008a 00000000*       893 	.word	.LDW_5f32d10
0000008e 00              894 	.byte	0
                         895 
                         896 	.section	.debug_abbrev

                                                                      Page 18
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000041 17              897 	.byte	23
00000042 05              898 	.byte	5
00000043 00              899 	.byte	0
00000044 4910            900 	.byte	73,16
00000046 4b0c            901 	.byte	75,12
00000048 0000            902 	.byte	0,0
                         903 
                         904 	.section	.debug_info
0000008f 00              905 	.byte	0
                         906 
                         907 .LDW_5d74060:
00000090 40              908 	.byte	64
00000091 00              909 	.byte	0
00000092 8004            910 	.byte	128,4
00000094 00000000*       911 	.word	.LDW_5f32d10
                         912 
00000098 38              913 	.byte	56
00000099 00000000*       914 	.word	.LDW_5f32cc0
0000009d 04              915 	.byte	4
0000009e 00              916 	.byte	0
0000009f ff03            917 	.byte	255,3
                         918 
000000a1 00              919 	.byte	0
                         920 
                         921 .LDW_5d74120:
000000a2 40              922 	.byte	64
000000a3 00              923 	.byte	0
000000a4 8004            924 	.byte	128,4
000000a6 00000000*       925 	.word	.LDW_5f32d10
                         926 
000000aa 38              927 	.byte	56
000000ab 00000000*       928 	.word	.LDW_5f32cc0
000000af 04              929 	.byte	4
000000b0 00              930 	.byte	0
000000b1 ff03            931 	.byte	255,3
                         932 
000000b3 00              933 	.byte	0
                         934 
                         935 .LDW_5f2d6d0:
000000b4 2a              936 	.byte	42
                         937 	.section	.debug_str
00000098 756e7369676e    938 	.strz	"unsigned int"
0000009e 656420696e74 
000000a4 00 
                         939 	.section	.debug_info
000000b5 00000000*       940 	.word	.Ldw_str_begin+152
000000b9 07              941 	.byte	7
000000ba 04              942 	.byte	4
                         943 
                         944 .LDW_5f2d800:
000000bb 2a              945 	.byte	42
                         946 	.section	.debug_str
000000a5 756e7369676e    947 	.strz	"unsigned short"
000000ab 65642073686f 
000000b1 727400 
                         948 	.section	.debug_info
000000bc 00000000*       949 	.word	.Ldw_str_begin+165
000000c0 07              950 	.byte	7
000000c1 02              951 	.byte	2
                         952 
                         953 .LDW_60037a0:

                                                                      Page 19
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000c2 35              954 	.byte	53
000000c3 00000000*       955 	.word	.LDW_5f32d10
                         956 
                         957 	.section	.debug_abbrev
0000004a 35              958 	.byte	53
0000004b 0f              959 	.byte	15
0000004c 00              960 	.byte	0
0000004d 4910            961 	.byte	73,16
0000004f 0000            962 	.byte	0,0
                         963 
                         964 	.section	.debug_info
                         965 .LDW_60038e0:
000000c7 4a              966 	.byte	74
000000c8 00000000*       967 	.word	.LDW_5f8e030
000000cc 01              968 	.byte	1
                         969 
                         970 	.section	.debug_abbrev
00000051 4a              971 	.byte	74
00000052 15              972 	.byte	21
00000053 01              973 	.byte	1
00000054 4910            974 	.byte	73,16
00000056 270c            975 	.byte	39,12
00000058 0000            976 	.byte	0,0
                         977 
                         978 	.section	.debug_info
                         979 .LDW_6003930:
000000cd 17              980 	.byte	23
000000ce 00000000*       981 	.word	.LDW_5f2d800
000000d2 00              982 	.byte	0
                         983 
                         984 .LDW_6003980:
000000d3 17              985 	.byte	23
000000d4 00000000*       986 	.word	.LDW_60037a0
000000d8 00              987 	.byte	0
                         988 
                         989 .LDW_60039d0:
000000d9 17              990 	.byte	23
000000da 00000000*       991 	.word	.LDW_5f2d6d0
000000de 00              992 	.byte	0
                         993 
000000df 00              994 	.byte	0
                         995 
                         996 .LDW_6003a20:
000000e0 4a              997 	.byte	74
000000e1 00000000*       998 	.word	.LDW_5f8e030
000000e5 01              999 	.byte	1
                        1000 
                        1001 .LDW_6003a70:
000000e6 17             1002 	.byte	23
000000e7 00000000*      1003 	.word	.LDW_5f32d10
000000eb 00             1004 	.byte	0
                        1005 
                        1006 .LDW_6003ac0:
000000ec 17             1007 	.byte	23
000000ed 00000000*      1008 	.word	.LDW_60037a0
000000f1 00             1009 	.byte	0
                        1010 
                        1011 .LDW_6003b10:
000000f2 17             1012 	.byte	23
000000f3 00000000*      1013 	.word	.LDW_5f2d6d0
000000f7 00             1014 	.byte	0

                                                                      Page 20
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1015 
000000f8 00             1016 	.byte	0
                        1017 
                        1018 .LDW_6004060:
000000f9 2a             1019 	.byte	42
                        1020 	.section	.debug_str
000000b4 766f69642a00   1021 	.strz	"void*"
                        1022 	.section	.debug_info
000000fa 00000000*      1023 	.word	.Ldw_str_begin+180
000000fe 01             1024 	.byte	1
000000ff 04             1025 	.byte	4
                        1026 
                        1027 .LDW_6004380:
00000100 4a             1028 	.byte	74
00000101 00000000*      1029 	.word	.LDW_6004060
00000105 01             1030 	.byte	1
                        1031 
                        1032 .LDW_60043d0:
00000106 17             1033 	.byte	23
00000107 00000000*      1034 	.word	.LDW_6004060
0000010b 00             1035 	.byte	0
                        1036 
                        1037 .LDW_6004420:
0000010c 17             1038 	.byte	23
0000010d 00000000*      1039 	.word	.LDW_5f32cc0
00000111 00             1040 	.byte	0
                        1041 
                        1042 .LDW_6004470:
00000112 17             1043 	.byte	23
00000113 00000000*      1044 	.word	.LDW_5f8f3e0
00000117 00             1045 	.byte	0
                        1046 
00000118 00             1047 	.byte	0
                        1048 
                        1049 .LDW_5f32d60:
00000119 34             1050 	.byte	52
                        1051 	.section	.debug_str
000000ba 525f45454c5f   1052 	.strz	"R_EEL_STATUS_T"
000000c0 535441545553 
000000c6 5f5400 
                        1053 	.section	.debug_info
0000011a 00000000*      1054 	.word	.Ldw_str_begin+186
0000011e 77             1055 	.byte	119
0000011f 0e             1056 	.byte	14
00000120 06             1057 	.byte	6
00000121 04             1058 	.byte	4
00000122 01             1059 	.byte	1
                        1060 
                        1061 	.section	.debug_abbrev
0000005a 34             1062 	.byte	52
0000005b 04             1063 	.byte	4
0000005c 01             1064 	.byte	1
0000005d 030e           1065 	.byte	3,14
0000005f 3b0f           1066 	.byte	59,15
00000061 390f           1067 	.byte	57,15
00000063 3a0f           1068 	.byte	58,15
00000065 0b0f           1069 	.byte	11,15
00000067 320b           1070 	.byte	50,11
00000069 0000           1071 	.byte	0,0
                        1072 
                        1073 	.section	.debug_info

                                                                      Page 21
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1074 .LDW_5d72b20:
00000123 33             1075 	.byte	51
                        1076 	.section	.debug_str
000000c9 525f45454c5f   1077 	.strz	"R_EEL_OK"
000000cf 4f4b00 
                        1078 	.section	.debug_info
00000124 00000000*      1079 	.word	.Ldw_str_begin+201
00000128 79             1080 	.byte	121
00000129 05             1081 	.byte	5
0000012a 06             1082 	.byte	6
0000012b 00             1083 	.byte	0
                        1084 
                        1085 	.section	.debug_abbrev
0000006b 33             1086 	.byte	51
0000006c 28             1087 	.byte	40
0000006d 00             1088 	.byte	0
0000006e 030e           1089 	.byte	3,14
00000070 3b0f           1090 	.byte	59,15
00000072 390f           1091 	.byte	57,15
00000074 3a0f           1092 	.byte	58,15
00000076 1c0d           1093 	.byte	28,13
00000078 0000           1094 	.byte	0,0
                        1095 
                        1096 	.section	.debug_info
                        1097 .LDW_5d72b80:
0000012c 33             1098 	.byte	51
                        1099 	.section	.debug_str
000000d2 525f45454c5f   1100 	.strz	"R_EEL_BUSY"
000000d8 4255535900 
                        1101 	.section	.debug_info
0000012d 00000000*      1102 	.word	.Ldw_str_begin+210
00000131 7b             1103 	.byte	123
00000132 05             1104 	.byte	5
00000133 06             1105 	.byte	6
00000134 01             1106 	.byte	1
                        1107 
                        1108 .LDW_5d72be0:
00000135 33             1109 	.byte	51
                        1110 	.section	.debug_str
000000dd 525f45454c5f   1111 	.strz	"R_EEL_ERR_ERASESUSPEND_OVERFLOW"
000000e3 4552525f4552 
000000e9 415345535553 
000000ef 50454e445f4f 
000000f5 564552464c4f 
000000fb 5700 
                        1112 	.section	.debug_info
00000136 00000000*      1113 	.word	.Ldw_str_begin+221
0000013a 7c             1114 	.byte	124
0000013b 05             1115 	.byte	5
0000013c 06             1116 	.byte	6
0000013d 10             1117 	.byte	16
                        1118 
                        1119 .LDW_5d72c40:
0000013e 33             1120 	.byte	51
                        1121 	.section	.debug_str
000000fd 525f45454c5f   1122 	.strz	"R_EEL_ERR_FIX_DONE"
00000103 4552525f4649 
00000109 585f444f4e45 
0000010f 00 
                        1123 	.section	.debug_info
0000013f 00000000*      1124 	.word	.Ldw_str_begin+253

                                                                      Page 22
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000143 7d             1125 	.byte	125
00000144 05             1126 	.byte	5
00000145 06             1127 	.byte	6
00000146 11             1128 	.byte	17
                        1129 
                        1130 .LDW_5d72ca0:
00000147 33             1131 	.byte	51
                        1132 	.section	.debug_str
00000110 525f45454c5f   1133 	.strz	"R_EEL_ERR_CONFIGURATION"
00000116 4552525f434f 
0000011c 4e4649475552 
00000122 4154494f4e00 
                        1134 	.section	.debug_info
00000148 00000000*      1135 	.word	.Ldw_str_begin+272
0000014c 7e             1136 	.byte	126
0000014d 05             1137 	.byte	5
0000014e 06             1138 	.byte	6
0000014f 20             1139 	.byte	32
                        1140 
                        1141 .LDW_5d72d00:
00000150 33             1142 	.byte	51
                        1143 	.section	.debug_str
00000128 525f45454c5f   1144 	.strz	"R_EEL_ERR_PARAMETER"
0000012e 4552525f5041 
00000134 52414d455445 
0000013a 5200 
                        1145 	.section	.debug_info
00000151 00000000*      1146 	.word	.Ldw_str_begin+296
00000155 7f             1147 	.byte	127
00000156 05             1148 	.byte	5
00000157 06             1149 	.byte	6
00000158 21             1150 	.byte	33
                        1151 
                        1152 .LDW_5d72d60:
00000159 33             1153 	.byte	51
                        1154 	.section	.debug_str
0000013c 525f45454c5f   1155 	.strz	"R_EEL_ERR_REJECTED"
00000142 4552525f5245 
00000148 4a4543544544 
0000014e 00 
                        1156 	.section	.debug_info
0000015a 00000000*      1157 	.word	.Ldw_str_begin+316
0000015e 8001           1158 	.byte	128,1
00000160 05             1159 	.byte	5
00000161 06             1160 	.byte	6
00000162 22             1161 	.byte	34
                        1162 
                        1163 .LDW_5d72dc0:
00000163 33             1164 	.byte	51
                        1165 	.section	.debug_str
0000014f 525f45454c5f   1166 	.strz	"R_EEL_ERR_ACCESS_LOCKED"
00000155 4552525f4143 
0000015b 434553535f4c 
00000161 4f434b454400 
                        1167 	.section	.debug_info
00000164 00000000*      1168 	.word	.Ldw_str_begin+335
00000168 8101           1169 	.byte	129,1
0000016a 05             1170 	.byte	5
0000016b 06             1171 	.byte	6
0000016c 23             1172 	.byte	35
                        1173 

                                                                      Page 23
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1174 .LDW_5d72e20:
0000016d 33             1175 	.byte	51
                        1176 	.section	.debug_str
00000167 525f45454c5f   1177 	.strz	"R_EEL_ERR_NO_INSTANCE"
0000016d 4552525f4e4f 
00000173 5f494e535441 
00000179 4e434500 
                        1178 	.section	.debug_info
0000016e 00000000*      1179 	.word	.Ldw_str_begin+359
00000172 8201           1180 	.byte	130,1
00000174 05             1181 	.byte	5
00000175 06             1182 	.byte	6
00000176 24             1183 	.byte	36
                        1184 
                        1185 .LDW_5d72e80:
00000177 33             1186 	.byte	51
                        1187 	.section	.debug_str
0000017d 525f45454c5f   1188 	.strz	"R_EEL_ERR_POOL_FULL"
00000183 4552525f504f 
00000189 4f4c5f46554c 
0000018f 4c00 
                        1189 	.section	.debug_info
00000178 00000000*      1190 	.word	.Ldw_str_begin+381
0000017c 8301           1191 	.byte	131,1
0000017e 05             1192 	.byte	5
0000017f 06             1193 	.byte	6
00000180 25             1194 	.byte	37
                        1195 
                        1196 .LDW_5d72ee0:
00000181 33             1197 	.byte	51
                        1198 	.section	.debug_str
00000191 525f45454c5f   1199 	.strz	"R_EEL_ERR_FLASH_ERROR"
00000197 4552525f464c 
0000019d 4153485f4552 
000001a3 524f5200 
                        1200 	.section	.debug_info
00000182 00000000*      1201 	.word	.Ldw_str_begin+401
00000186 8401           1202 	.byte	132,1
00000188 05             1203 	.byte	5
00000189 06             1204 	.byte	6
0000018a 26             1205 	.byte	38
                        1206 
                        1207 .LDW_5d72f40:
0000018b 33             1208 	.byte	51
                        1209 	.section	.debug_str
000001a7 525f45454c5f   1210 	.strz	"R_EEL_ERR_INTERNAL"
000001ad 4552525f494e 
000001b3 5445524e414c 
000001b9 00 
                        1211 	.section	.debug_info
0000018c 00000000*      1212 	.word	.Ldw_str_begin+423
00000190 8501           1213 	.byte	133,1
00000192 05             1214 	.byte	5
00000193 06             1215 	.byte	6
00000194 27             1216 	.byte	39
                        1217 
                        1218 .LDW_5d72fa0:
00000195 33             1219 	.byte	51
                        1220 	.section	.debug_str
000001ba 525f45454c5f   1221 	.strz	"R_EEL_ERR_POOL_EXHAUSTED"
000001c0 4552525f504f 

                                                                      Page 24
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000001c6 4f4c5f455848 
000001cc 415553544544 
000001d2 00 
                        1222 	.section	.debug_info
00000196 00000000*      1223 	.word	.Ldw_str_begin+442
0000019a 8601           1224 	.byte	134,1
0000019c 05             1225 	.byte	5
0000019d 06             1226 	.byte	6
0000019e 28             1227 	.byte	40
                        1228 
                        1229 .LDW_5d73000:
0000019f 33             1230 	.byte	51
                        1231 	.section	.debug_str
000001d3 525f45454c5f   1232 	.strz	"R_EEL_ERR_POOL_INCONSISTENT"
000001d9 4552525f504f 
000001df 4f4c5f494e43 
000001e5 4f4e53495354 
000001eb 454e5400 
                        1233 	.section	.debug_info
000001a0 00000000*      1234 	.word	.Ldw_str_begin+467
000001a4 8701           1235 	.byte	135,1
000001a6 05             1236 	.byte	5
000001a7 06             1237 	.byte	6
000001a8 29             1238 	.byte	41
                        1239 
                        1240 .LDW_5d73060:
000001a9 33             1241 	.byte	51
                        1242 	.section	.debug_str
000001ef 525f45454c5f   1243 	.strz	"R_EEL_ERR_COMMAND"
000001f5 4552525f434f 
000001fb 4d4d414e4400 
                        1244 	.section	.debug_info
000001aa 00000000*      1245 	.word	.Ldw_str_begin+495
000001ae 8801           1246 	.byte	136,1
000001b0 05             1247 	.byte	5
000001b1 06             1248 	.byte	6
000001b2 2a             1249 	.byte	42
                        1250 
000001b3 00             1251 	.byte	0
                        1252 
                        1253 .LDW_5f8e030:
000001b4 2d             1254 	.byte	45
                        1255 	.section	.debug_str
00000201 725f65656c5f   1256 	.strz	"r_eel_status_t"
00000207 737461747573 
0000020d 5f7400 
                        1257 	.section	.debug_info
000001b5 00000000*      1258 	.word	.Ldw_str_begin+513
000001b9 8901           1259 	.byte	137,1
000001bb 03             1260 	.byte	3
000001bc 06             1261 	.byte	6
000001bd 00000000*      1262 	.word	.LDW_5f32d60
                        1263 
                        1264 	.section	.debug_abbrev
0000007a 2d             1265 	.byte	45
0000007b 16             1266 	.byte	22
0000007c 00             1267 	.byte	0
0000007d 030e           1268 	.byte	3,14
0000007f 3b0f           1269 	.byte	59,15
00000081 390f           1270 	.byte	57,15
00000083 3a0f           1271 	.byte	58,15

                                                                      Page 25
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000085 4910           1272 	.byte	73,16
00000087 0000           1273 	.byte	0,0
                        1274 
                        1275 	.section	.debug_info
                        1276 .LDW_6004880:
000001c1 34             1277 	.byte	52
                        1278 	.section	.debug_str
00000210 00             1279 	.byte	0
                        1280 	.section	.debug_info
000001c2 00000000*      1281 	.word	.Ldw_str_begin+528
000001c6 08             1282 	.byte	8
000001c7 01             1283 	.byte	1
000001c8 05             1284 	.byte	5
000001c9 04             1285 	.byte	4
000001ca 01             1286 	.byte	1
                        1287 
                        1288 .LDW_6006ac0:
000001cb 33             1289 	.byte	51
                        1290 	.section	.debug_str
00000211 494e5445524e   1291 	.strz	"INTERNAL_EE_BLOCK_00"
00000217 414c5f45455f 
0000021d 424c4f434b5f 
00000223 303000 
                        1292 	.section	.debug_info
000001cc 00000000*      1293 	.word	.Ldw_str_begin+529
000001d0 09             1294 	.byte	9
000001d1 05             1295 	.byte	5
000001d2 05             1296 	.byte	5
000001d3 01             1297 	.byte	1
                        1298 
                        1299 .LDW_6006b20:
000001d4 33             1300 	.byte	51
                        1301 	.section	.debug_str
00000226 494e5445524e   1302 	.strz	"INTERNAL_EE_BLOCK_01"
0000022c 414c5f45455f 
00000232 424c4f434b5f 
00000238 303100 
                        1303 	.section	.debug_info
000001d5 00000000*      1304 	.word	.Ldw_str_begin+550
000001d9 0a             1305 	.byte	10
000001da 05             1306 	.byte	5
000001db 05             1307 	.byte	5
000001dc 02             1308 	.byte	2
                        1309 
                        1310 .LDW_6006b80:
000001dd 33             1311 	.byte	51
                        1312 	.section	.debug_str
0000023b 494e5445524e   1313 	.strz	"INTERNAL_EE_BLOCK_02"
00000241 414c5f45455f 
00000247 424c4f434b5f 
0000024d 303200 
                        1314 	.section	.debug_info
000001de 00000000*      1315 	.word	.Ldw_str_begin+571
000001e2 0b             1316 	.byte	11
000001e3 05             1317 	.byte	5
000001e4 05             1318 	.byte	5
000001e5 03             1319 	.byte	3
                        1320 
                        1321 .LDW_6006be0:
000001e6 33             1322 	.byte	51
                        1323 	.section	.debug_str

                                                                      Page 26
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000250 494e5445524e   1324 	.strz	"INTERNAL_EE_BLOCK_03"
00000256 414c5f45455f 
0000025c 424c4f434b5f 
00000262 303300 
                        1325 	.section	.debug_info
000001e7 00000000*      1326 	.word	.Ldw_str_begin+592
000001eb 0c             1327 	.byte	12
000001ec 05             1328 	.byte	5
000001ed 05             1329 	.byte	5
000001ee 04             1330 	.byte	4
                        1331 
                        1332 .LDW_6006c40:
000001ef 33             1333 	.byte	51
                        1334 	.section	.debug_str
00000265 494e5445524e   1335 	.strz	"INTERNAL_EE_BLOCK_04"
0000026b 414c5f45455f 
00000271 424c4f434b5f 
00000277 303400 
                        1336 	.section	.debug_info
000001f0 00000000*      1337 	.word	.Ldw_str_begin+613
000001f4 0d             1338 	.byte	13
000001f5 05             1339 	.byte	5
000001f6 05             1340 	.byte	5
000001f7 05             1341 	.byte	5
                        1342 
                        1343 .LDW_6006ca0:
000001f8 33             1344 	.byte	51
                        1345 	.section	.debug_str
0000027a 494e5445524e   1346 	.strz	"INTERNAL_EE_BLOCK_05"
00000280 414c5f45455f 
00000286 424c4f434b5f 
0000028c 303500 
                        1347 	.section	.debug_info
000001f9 00000000*      1348 	.word	.Ldw_str_begin+634
000001fd 0e             1349 	.byte	14
000001fe 05             1350 	.byte	5
000001ff 05             1351 	.byte	5
00000200 06             1352 	.byte	6
                        1353 
                        1354 .LDW_6006d00:
00000201 33             1355 	.byte	51
                        1356 	.section	.debug_str
0000028f 494e5445524e   1357 	.strz	"INTERNAL_EE_BLOCK_06"
00000295 414c5f45455f 
0000029b 424c4f434b5f 
000002a1 303600 
                        1358 	.section	.debug_info
00000202 00000000*      1359 	.word	.Ldw_str_begin+655
00000206 0f             1360 	.byte	15
00000207 05             1361 	.byte	5
00000208 05             1362 	.byte	5
00000209 07             1363 	.byte	7
                        1364 
                        1365 .LDW_6006d60:
0000020a 33             1366 	.byte	51
                        1367 	.section	.debug_str
000002a4 494e5445524e   1368 	.strz	"INTERNAL_EE_BLOCK_07"
000002aa 414c5f45455f 
000002b0 424c4f434b5f 
000002b6 303700 
                        1369 	.section	.debug_info

                                                                      Page 27
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000020b 00000000*      1370 	.word	.Ldw_str_begin+676
0000020f 10             1371 	.byte	16
00000210 05             1372 	.byte	5
00000211 05             1373 	.byte	5
00000212 08             1374 	.byte	8
                        1375 
                        1376 .LDW_6006dc0:
00000213 33             1377 	.byte	51
                        1378 	.section	.debug_str
000002b9 494e5445524e   1379 	.strz	"INTERNAL_EE_BLOCK_08"
000002bf 414c5f45455f 
000002c5 424c4f434b5f 
000002cb 303800 
                        1380 	.section	.debug_info
00000214 00000000*      1381 	.word	.Ldw_str_begin+697
00000218 11             1382 	.byte	17
00000219 05             1383 	.byte	5
0000021a 05             1384 	.byte	5
0000021b 09             1385 	.byte	9
                        1386 
                        1387 .LDW_6006e20:
0000021c 33             1388 	.byte	51
                        1389 	.section	.debug_str
000002ce 494e5445524e   1390 	.strz	"INTERNAL_EE_BLOCK_09"
000002d4 414c5f45455f 
000002da 424c4f434b5f 
000002e0 303900 
                        1391 	.section	.debug_info
0000021d 00000000*      1392 	.word	.Ldw_str_begin+718
00000221 12             1393 	.byte	18
00000222 05             1394 	.byte	5
00000223 05             1395 	.byte	5
00000224 0a             1396 	.byte	10
                        1397 
                        1398 .LDW_6006e80:
00000225 33             1399 	.byte	51
                        1400 	.section	.debug_str
000002e3 494e5445524e   1401 	.strz	"INTERNAL_EE_BLOCK_10"
000002e9 414c5f45455f 
000002ef 424c4f434b5f 
000002f5 313000 
                        1402 	.section	.debug_info
00000226 00000000*      1403 	.word	.Ldw_str_begin+739
0000022a 13             1404 	.byte	19
0000022b 05             1405 	.byte	5
0000022c 05             1406 	.byte	5
0000022d 0b             1407 	.byte	11
                        1408 
                        1409 .LDW_6006ee0:
0000022e 33             1410 	.byte	51
                        1411 	.section	.debug_str
000002f8 494e5445524e   1412 	.strz	"INTERNAL_EE_BLOCK_11"
000002fe 414c5f45455f 
00000304 424c4f434b5f 
0000030a 313100 
                        1413 	.section	.debug_info
0000022f 00000000*      1414 	.word	.Ldw_str_begin+760
00000233 14             1415 	.byte	20
00000234 05             1416 	.byte	5
00000235 05             1417 	.byte	5
00000236 0c             1418 	.byte	12

                                                                      Page 28
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1419 
                        1420 .LDW_6006f40:
00000237 33             1421 	.byte	51
                        1422 	.section	.debug_str
0000030d 494e5445524e   1423 	.strz	"INTERNAL_EE_BLOCK_12"
00000313 414c5f45455f 
00000319 424c4f434b5f 
0000031f 313200 
                        1424 	.section	.debug_info
00000238 00000000*      1425 	.word	.Ldw_str_begin+781
0000023c 15             1426 	.byte	21
0000023d 05             1427 	.byte	5
0000023e 05             1428 	.byte	5
0000023f 0d             1429 	.byte	13
                        1430 
                        1431 .LDW_6006fa0:
00000240 33             1432 	.byte	51
                        1433 	.section	.debug_str
00000322 494e5445524e   1434 	.strz	"INTERNAL_EE_BLOCK_13"
00000328 414c5f45455f 
0000032e 424c4f434b5f 
00000334 313300 
                        1435 	.section	.debug_info
00000241 00000000*      1436 	.word	.Ldw_str_begin+802
00000245 16             1437 	.byte	22
00000246 05             1438 	.byte	5
00000247 05             1439 	.byte	5
00000248 0e             1440 	.byte	14
                        1441 
                        1442 .LDW_6007000:
00000249 33             1443 	.byte	51
                        1444 	.section	.debug_str
00000337 494e5445524e   1445 	.strz	"INTERNAL_EE_BLOCK_14"
0000033d 414c5f45455f 
00000343 424c4f434b5f 
00000349 313400 
                        1446 	.section	.debug_info
0000024a 00000000*      1447 	.word	.Ldw_str_begin+823
0000024e 17             1448 	.byte	23
0000024f 05             1449 	.byte	5
00000250 05             1450 	.byte	5
00000251 0f             1451 	.byte	15
                        1452 
                        1453 .LDW_6007060:
00000252 33             1454 	.byte	51
                        1455 	.section	.debug_str
0000034c 494e5445524e   1456 	.strz	"INTERNAL_EE_BLOCK_15"
00000352 414c5f45455f 
00000358 424c4f434b5f 
0000035e 313500 
                        1457 	.section	.debug_info
00000253 00000000*      1458 	.word	.Ldw_str_begin+844
00000257 18             1459 	.byte	24
00000258 05             1460 	.byte	5
00000259 05             1461 	.byte	5
0000025a 10             1462 	.byte	16
                        1463 
                        1464 .LDW_60070c0:
0000025b 33             1465 	.byte	51
                        1466 	.section	.debug_str
00000361 494e5445524e   1467 	.strz	"INTERNAL_EE_BLOCK_16"

                                                                      Page 29
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000367 414c5f45455f 
0000036d 424c4f434b5f 
00000373 313600 
                        1468 	.section	.debug_info
0000025c 00000000*      1469 	.word	.Ldw_str_begin+865
00000260 19             1470 	.byte	25
00000261 05             1471 	.byte	5
00000262 05             1472 	.byte	5
00000263 11             1473 	.byte	17
                        1474 
                        1475 .LDW_6007120:
00000264 33             1476 	.byte	51
                        1477 	.section	.debug_str
00000376 494e5445524e   1478 	.strz	"INTERNAL_EE_BLOCK_17"
0000037c 414c5f45455f 
00000382 424c4f434b5f 
00000388 313700 
                        1479 	.section	.debug_info
00000265 00000000*      1480 	.word	.Ldw_str_begin+886
00000269 1a             1481 	.byte	26
0000026a 05             1482 	.byte	5
0000026b 05             1483 	.byte	5
0000026c 12             1484 	.byte	18
                        1485 
                        1486 .LDW_6007180:
0000026d 33             1487 	.byte	51
                        1488 	.section	.debug_str
0000038b 494e5445524e   1489 	.strz	"INTERNAL_EE_BLOCK_18"
00000391 414c5f45455f 
00000397 424c4f434b5f 
0000039d 313800 
                        1490 	.section	.debug_info
0000026e 00000000*      1491 	.word	.Ldw_str_begin+907
00000272 1b             1492 	.byte	27
00000273 05             1493 	.byte	5
00000274 05             1494 	.byte	5
00000275 13             1495 	.byte	19
                        1496 
                        1497 .LDW_60071e0:
00000276 33             1498 	.byte	51
                        1499 	.section	.debug_str
000003a0 494e5445524e   1500 	.strz	"INTERNAL_EE_BLOCK_19"
000003a6 414c5f45455f 
000003ac 424c4f434b5f 
000003b2 313900 
                        1501 	.section	.debug_info
00000277 00000000*      1502 	.word	.Ldw_str_begin+928
0000027b 1c             1503 	.byte	28
0000027c 05             1504 	.byte	5
0000027d 05             1505 	.byte	5
0000027e 14             1506 	.byte	20
                        1507 
                        1508 .LDW_6007240:
0000027f 33             1509 	.byte	51
                        1510 	.section	.debug_str
000003b5 494e5445524e   1511 	.strz	"INTERNAL_EE_BLOCK_20"
000003bb 414c5f45455f 
000003c1 424c4f434b5f 
000003c7 323000 
                        1512 	.section	.debug_info
00000280 00000000*      1513 	.word	.Ldw_str_begin+949

                                                                      Page 30
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000284 1d             1514 	.byte	29
00000285 05             1515 	.byte	5
00000286 05             1516 	.byte	5
00000287 15             1517 	.byte	21
                        1518 
                        1519 .LDW_60072a0:
00000288 33             1520 	.byte	51
                        1521 	.section	.debug_str
000003ca 494e5445524e   1522 	.strz	"INTERNAL_EE_BLOCK_21"
000003d0 414c5f45455f 
000003d6 424c4f434b5f 
000003dc 323100 
                        1523 	.section	.debug_info
00000289 00000000*      1524 	.word	.Ldw_str_begin+970
0000028d 1e             1525 	.byte	30
0000028e 05             1526 	.byte	5
0000028f 05             1527 	.byte	5
00000290 16             1528 	.byte	22
                        1529 
                        1530 .LDW_6007300:
00000291 33             1531 	.byte	51
                        1532 	.section	.debug_str
000003df 494e5445524e   1533 	.strz	"INTERNAL_EE_BLOCK_22"
000003e5 414c5f45455f 
000003eb 424c4f434b5f 
000003f1 323200 
                        1534 	.section	.debug_info
00000292 00000000*      1535 	.word	.Ldw_str_begin+991
00000296 1f             1536 	.byte	31
00000297 05             1537 	.byte	5
00000298 05             1538 	.byte	5
00000299 17             1539 	.byte	23
                        1540 
                        1541 .LDW_6007360:
0000029a 33             1542 	.byte	51
                        1543 	.section	.debug_str
000003f4 494e5445524e   1544 	.strz	"INTERNAL_EE_BLOCK_23"
000003fa 414c5f45455f 
00000400 424c4f434b5f 
00000406 323300 
                        1545 	.section	.debug_info
0000029b 00000000*      1546 	.word	.Ldw_str_begin+1012
0000029f 20             1547 	.byte	32
000002a0 05             1548 	.byte	5
000002a1 05             1549 	.byte	5
000002a2 18             1550 	.byte	24
                        1551 
                        1552 .LDW_60073c0:
000002a3 33             1553 	.byte	51
                        1554 	.section	.debug_str
00000409 494e5445524e   1555 	.strz	"INTERNAL_EE_BLOCK_24"
0000040f 414c5f45455f 
00000415 424c4f434b5f 
0000041b 323400 
                        1556 	.section	.debug_info
000002a4 00000000*      1557 	.word	.Ldw_str_begin+1033
000002a8 21             1558 	.byte	33
000002a9 05             1559 	.byte	5
000002aa 05             1560 	.byte	5
000002ab 19             1561 	.byte	25
                        1562 

                                                                      Page 31
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1563 .LDW_6007420:
000002ac 33             1564 	.byte	51
                        1565 	.section	.debug_str
0000041e 494e5445524e   1566 	.strz	"INTERNAL_EE_BLOCK_25"
00000424 414c5f45455f 
0000042a 424c4f434b5f 
00000430 323500 
                        1567 	.section	.debug_info
000002ad 00000000*      1568 	.word	.Ldw_str_begin+1054
000002b1 22             1569 	.byte	34
000002b2 05             1570 	.byte	5
000002b3 05             1571 	.byte	5
000002b4 1a             1572 	.byte	26
                        1573 
                        1574 .LDW_6007480:
000002b5 33             1575 	.byte	51
                        1576 	.section	.debug_str
00000433 494e5445524e   1577 	.strz	"INTERNAL_EE_BLOCK_26"
00000439 414c5f45455f 
0000043f 424c4f434b5f 
00000445 323600 
                        1578 	.section	.debug_info
000002b6 00000000*      1579 	.word	.Ldw_str_begin+1075
000002ba 23             1580 	.byte	35
000002bb 05             1581 	.byte	5
000002bc 05             1582 	.byte	5
000002bd 1b             1583 	.byte	27
                        1584 
                        1585 .LDW_60074e0:
000002be 33             1586 	.byte	51
                        1587 	.section	.debug_str
00000448 494e5445524e   1588 	.strz	"INTERNAL_EE_BLOCK_27"
0000044e 414c5f45455f 
00000454 424c4f434b5f 
0000045a 323700 
                        1589 	.section	.debug_info
000002bf 00000000*      1590 	.word	.Ldw_str_begin+1096
000002c3 24             1591 	.byte	36
000002c4 05             1592 	.byte	5
000002c5 05             1593 	.byte	5
000002c6 1c             1594 	.byte	28
                        1595 
                        1596 .LDW_6007540:
000002c7 33             1597 	.byte	51
                        1598 	.section	.debug_str
0000045d 494e5445524e   1599 	.strz	"INTERNAL_EE_BLOCK_28"
00000463 414c5f45455f 
00000469 424c4f434b5f 
0000046f 323800 
                        1600 	.section	.debug_info
000002c8 00000000*      1601 	.word	.Ldw_str_begin+1117
000002cc 25             1602 	.byte	37
000002cd 05             1603 	.byte	5
000002ce 05             1604 	.byte	5
000002cf 1d             1605 	.byte	29
                        1606 
                        1607 .LDW_60075a0:
000002d0 33             1608 	.byte	51
                        1609 	.section	.debug_str
00000472 494e5445524e   1610 	.strz	"INTERNAL_EE_BLOCK_29"
00000478 414c5f45455f 

                                                                      Page 32
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000047e 424c4f434b5f 
00000484 323900 
                        1611 	.section	.debug_info
000002d1 00000000*      1612 	.word	.Ldw_str_begin+1138
000002d5 26             1613 	.byte	38
000002d6 05             1614 	.byte	5
000002d7 05             1615 	.byte	5
000002d8 1e             1616 	.byte	30
                        1617 
                        1618 .LDW_6007600:
000002d9 33             1619 	.byte	51
                        1620 	.section	.debug_str
00000487 494e5445524e   1621 	.strz	"INTERNAL_EE_BLOCK_30"
0000048d 414c5f45455f 
00000493 424c4f434b5f 
00000499 333000 
                        1622 	.section	.debug_info
000002da 00000000*      1623 	.word	.Ldw_str_begin+1159
000002de 27             1624 	.byte	39
000002df 05             1625 	.byte	5
000002e0 05             1626 	.byte	5
000002e1 1f             1627 	.byte	31
                        1628 
                        1629 .LDW_6007660:
000002e2 33             1630 	.byte	51
                        1631 	.section	.debug_str
0000049c 494e5445524e   1632 	.strz	"INTERNAL_EE_BLOCK_31"
000004a2 414c5f45455f 
000004a8 424c4f434b5f 
000004ae 333100 
                        1633 	.section	.debug_info
000002e3 00000000*      1634 	.word	.Ldw_str_begin+1180
000002e7 28             1635 	.byte	40
000002e8 05             1636 	.byte	5
000002e9 05             1637 	.byte	5
000002ea 20             1638 	.byte	32
                        1639 
                        1640 .LDW_6007700:
000002eb 33             1641 	.byte	51
                        1642 	.section	.debug_str
000004b1 494e5445524e   1643 	.strz	"INTERNAL_EE_BLOCK_32"
000004b7 414c5f45455f 
000004bd 424c4f434b5f 
000004c3 333200 
                        1644 	.section	.debug_info
000002ec 00000000*      1645 	.word	.Ldw_str_begin+1201
000002f0 29             1646 	.byte	41
000002f1 05             1647 	.byte	5
000002f2 05             1648 	.byte	5
000002f3 21             1649 	.byte	33
                        1650 
                        1651 .LDW_6007760:
000002f4 33             1652 	.byte	51
                        1653 	.section	.debug_str
000004c6 494e5445524e   1654 	.strz	"INTERNAL_EE_BLOCK_33"
000004cc 414c5f45455f 
000004d2 424c4f434b5f 
000004d8 333300 
                        1655 	.section	.debug_info
000002f5 00000000*      1656 	.word	.Ldw_str_begin+1222
000002f9 2a             1657 	.byte	42

                                                                      Page 33
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000002fa 05             1658 	.byte	5
000002fb 05             1659 	.byte	5
000002fc 22             1660 	.byte	34
                        1661 
                        1662 .LDW_60077c0:
000002fd 33             1663 	.byte	51
                        1664 	.section	.debug_str
000004db 494e5445524e   1665 	.strz	"INTERNAL_EE_BLOCK_34"
000004e1 414c5f45455f 
000004e7 424c4f434b5f 
000004ed 333400 
                        1666 	.section	.debug_info
000002fe 00000000*      1667 	.word	.Ldw_str_begin+1243
00000302 2b             1668 	.byte	43
00000303 05             1669 	.byte	5
00000304 05             1670 	.byte	5
00000305 23             1671 	.byte	35
                        1672 
                        1673 .LDW_6007820:
00000306 33             1674 	.byte	51
                        1675 	.section	.debug_str
000004f0 494e5445524e   1676 	.strz	"INTERNAL_EE_BLOCK_35"
000004f6 414c5f45455f 
000004fc 424c4f434b5f 
00000502 333500 
                        1677 	.section	.debug_info
00000307 00000000*      1678 	.word	.Ldw_str_begin+1264
0000030b 2c             1679 	.byte	44
0000030c 05             1680 	.byte	5
0000030d 05             1681 	.byte	5
0000030e 24             1682 	.byte	36
                        1683 
                        1684 .LDW_6007880:
0000030f 33             1685 	.byte	51
                        1686 	.section	.debug_str
00000505 494e5445524e   1687 	.strz	"INTERNAL_EE_BLOCK_36"
0000050b 414c5f45455f 
00000511 424c4f434b5f 
00000517 333600 
                        1688 	.section	.debug_info
00000310 00000000*      1689 	.word	.Ldw_str_begin+1285
00000314 2d             1690 	.byte	45
00000315 05             1691 	.byte	5
00000316 05             1692 	.byte	5
00000317 25             1693 	.byte	37
                        1694 
                        1695 .LDW_60078e0:
00000318 33             1696 	.byte	51
                        1697 	.section	.debug_str
0000051a 494e5445524e   1698 	.strz	"INTERNAL_EE_BLOCK_37"
00000520 414c5f45455f 
00000526 424c4f434b5f 
0000052c 333700 
                        1699 	.section	.debug_info
00000319 00000000*      1700 	.word	.Ldw_str_begin+1306
0000031d 2e             1701 	.byte	46
0000031e 05             1702 	.byte	5
0000031f 05             1703 	.byte	5
00000320 26             1704 	.byte	38
                        1705 
                        1706 .LDW_6007940:

                                                                      Page 34
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000321 33             1707 	.byte	51
                        1708 	.section	.debug_str
0000052f 494e5445524e   1709 	.strz	"INTERNAL_EE_BLOCK_38"
00000535 414c5f45455f 
0000053b 424c4f434b5f 
00000541 333800 
                        1710 	.section	.debug_info
00000322 00000000*      1711 	.word	.Ldw_str_begin+1327
00000326 2f             1712 	.byte	47
00000327 05             1713 	.byte	5
00000328 05             1714 	.byte	5
00000329 27             1715 	.byte	39
                        1716 
                        1717 .LDW_60079a0:
0000032a 33             1718 	.byte	51
                        1719 	.section	.debug_str
00000544 494e5445524e   1720 	.strz	"INTERNAL_EE_BLOCK_39"
0000054a 414c5f45455f 
00000550 424c4f434b5f 
00000556 333900 
                        1721 	.section	.debug_info
0000032b 00000000*      1722 	.word	.Ldw_str_begin+1348
0000032f 30             1723 	.byte	48
00000330 05             1724 	.byte	5
00000331 05             1725 	.byte	5
00000332 28             1726 	.byte	40
                        1727 
                        1728 .LDW_6007a00:
00000333 33             1729 	.byte	51
                        1730 	.section	.debug_str
00000559 494e5445524e   1731 	.strz	"INTERNAL_EE_BLOCK_40"
0000055f 414c5f45455f 
00000565 424c4f434b5f 
0000056b 343000 
                        1732 	.section	.debug_info
00000334 00000000*      1733 	.word	.Ldw_str_begin+1369
00000338 31             1734 	.byte	49
00000339 05             1735 	.byte	5
0000033a 05             1736 	.byte	5
0000033b 29             1737 	.byte	41
                        1738 
                        1739 .LDW_6007a60:
0000033c 33             1740 	.byte	51
                        1741 	.section	.debug_str
0000056e 494e5445524e   1742 	.strz	"INTERNAL_EE_BLOCK_41"
00000574 414c5f45455f 
0000057a 424c4f434b5f 
00000580 343100 
                        1743 	.section	.debug_info
0000033d 00000000*      1744 	.word	.Ldw_str_begin+1390
00000341 32             1745 	.byte	50
00000342 05             1746 	.byte	5
00000343 05             1747 	.byte	5
00000344 2a             1748 	.byte	42
                        1749 
                        1750 .LDW_6007ac0:
00000345 33             1751 	.byte	51
                        1752 	.section	.debug_str
00000583 494e5445524e   1753 	.strz	"INTERNAL_EE_BLOCK_42"
00000589 414c5f45455f 
0000058f 424c4f434b5f 

                                                                      Page 35
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000595 343200 
                        1754 	.section	.debug_info
00000346 00000000*      1755 	.word	.Ldw_str_begin+1411
0000034a 33             1756 	.byte	51
0000034b 05             1757 	.byte	5
0000034c 05             1758 	.byte	5
0000034d 2b             1759 	.byte	43
                        1760 
                        1761 .LDW_6007b20:
0000034e 33             1762 	.byte	51
                        1763 	.section	.debug_str
00000598 494e5445524e   1764 	.strz	"INTERNAL_EE_BLOCK_43"
0000059e 414c5f45455f 
000005a4 424c4f434b5f 
000005aa 343300 
                        1765 	.section	.debug_info
0000034f 00000000*      1766 	.word	.Ldw_str_begin+1432
00000353 34             1767 	.byte	52
00000354 05             1768 	.byte	5
00000355 05             1769 	.byte	5
00000356 2c             1770 	.byte	44
                        1771 
                        1772 .LDW_6007b80:
00000357 33             1773 	.byte	51
                        1774 	.section	.debug_str
000005ad 494e5445524e   1775 	.strz	"INTERNAL_EE_BLOCK_44"
000005b3 414c5f45455f 
000005b9 424c4f434b5f 
000005bf 343400 
                        1776 	.section	.debug_info
00000358 00000000*      1777 	.word	.Ldw_str_begin+1453
0000035c 35             1778 	.byte	53
0000035d 05             1779 	.byte	5
0000035e 05             1780 	.byte	5
0000035f 2d             1781 	.byte	45
                        1782 
                        1783 .LDW_6007be0:
00000360 33             1784 	.byte	51
                        1785 	.section	.debug_str
000005c2 494e5445524e   1786 	.strz	"INTERNAL_EE_BLOCK_45"
000005c8 414c5f45455f 
000005ce 424c4f434b5f 
000005d4 343500 
                        1787 	.section	.debug_info
00000361 00000000*      1788 	.word	.Ldw_str_begin+1474
00000365 36             1789 	.byte	54
00000366 05             1790 	.byte	5
00000367 05             1791 	.byte	5
00000368 2e             1792 	.byte	46
                        1793 
                        1794 .LDW_6007c40:
00000369 33             1795 	.byte	51
                        1796 	.section	.debug_str
000005d7 494e5445524e   1797 	.strz	"INTERNAL_EE_BLOCK_46"
000005dd 414c5f45455f 
000005e3 424c4f434b5f 
000005e9 343600 
                        1798 	.section	.debug_info
0000036a 00000000*      1799 	.word	.Ldw_str_begin+1495
0000036e 37             1800 	.byte	55
0000036f 05             1801 	.byte	5

                                                                      Page 36
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000370 05             1802 	.byte	5
00000371 2f             1803 	.byte	47
                        1804 
                        1805 .LDW_6007ca0:
00000372 33             1806 	.byte	51
                        1807 	.section	.debug_str
000005ec 494e5445524e   1808 	.strz	"INTERNAL_EE_BLOCK_47"
000005f2 414c5f45455f 
000005f8 424c4f434b5f 
000005fe 343700 
                        1809 	.section	.debug_info
00000373 00000000*      1810 	.word	.Ldw_str_begin+1516
00000377 38             1811 	.byte	56
00000378 05             1812 	.byte	5
00000379 05             1813 	.byte	5
0000037a 30             1814 	.byte	48
                        1815 
                        1816 .LDW_6007d00:
0000037b 33             1817 	.byte	51
                        1818 	.section	.debug_str
00000601 494e5445524e   1819 	.strz	"INTERNAL_EE_BLOCK_48"
00000607 414c5f45455f 
0000060d 424c4f434b5f 
00000613 343800 
                        1820 	.section	.debug_info
0000037c 00000000*      1821 	.word	.Ldw_str_begin+1537
00000380 39             1822 	.byte	57
00000381 05             1823 	.byte	5
00000382 05             1824 	.byte	5
00000383 31             1825 	.byte	49
                        1826 
                        1827 .LDW_6007d60:
00000384 33             1828 	.byte	51
                        1829 	.section	.debug_str
00000616 494e5445524e   1830 	.strz	"INTERNAL_EE_BLOCK_49"
0000061c 414c5f45455f 
00000622 424c4f434b5f 
00000628 343900 
                        1831 	.section	.debug_info
00000385 00000000*      1832 	.word	.Ldw_str_begin+1558
00000389 3a             1833 	.byte	58
0000038a 05             1834 	.byte	5
0000038b 05             1835 	.byte	5
0000038c 32             1836 	.byte	50
                        1837 
                        1838 .LDW_6007dc0:
0000038d 33             1839 	.byte	51
                        1840 	.section	.debug_str
0000062b 494e5445524e   1841 	.strz	"INTERNAL_EE_BLOCK_50"
00000631 414c5f45455f 
00000637 424c4f434b5f 
0000063d 353000 
                        1842 	.section	.debug_info
0000038e 00000000*      1843 	.word	.Ldw_str_begin+1579
00000392 3b             1844 	.byte	59
00000393 05             1845 	.byte	5
00000394 05             1846 	.byte	5
00000395 33             1847 	.byte	51
                        1848 
                        1849 .LDW_6007e20:
00000396 33             1850 	.byte	51

                                                                      Page 37
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1851 	.section	.debug_str
00000640 494e5445524e   1852 	.strz	"INTERNAL_EE_BLOCK_51"
00000646 414c5f45455f 
0000064c 424c4f434b5f 
00000652 353100 
                        1853 	.section	.debug_info
00000397 00000000*      1854 	.word	.Ldw_str_begin+1600
0000039b 3c             1855 	.byte	60
0000039c 05             1856 	.byte	5
0000039d 05             1857 	.byte	5
0000039e 34             1858 	.byte	52
                        1859 
                        1860 .LDW_6007e80:
0000039f 33             1861 	.byte	51
                        1862 	.section	.debug_str
00000655 494e5445524e   1863 	.strz	"INTERNAL_EE_BLOCK_52"
0000065b 414c5f45455f 
00000661 424c4f434b5f 
00000667 353200 
                        1864 	.section	.debug_info
000003a0 00000000*      1865 	.word	.Ldw_str_begin+1621
000003a4 3d             1866 	.byte	61
000003a5 05             1867 	.byte	5
000003a6 05             1868 	.byte	5
000003a7 35             1869 	.byte	53
                        1870 
                        1871 .LDW_6007ee0:
000003a8 33             1872 	.byte	51
                        1873 	.section	.debug_str
0000066a 494e5445524e   1874 	.strz	"INTERNAL_EE_BLOCK_53"
00000670 414c5f45455f 
00000676 424c4f434b5f 
0000067c 353300 
                        1875 	.section	.debug_info
000003a9 00000000*      1876 	.word	.Ldw_str_begin+1642
000003ad 3e             1877 	.byte	62
000003ae 05             1878 	.byte	5
000003af 05             1879 	.byte	5
000003b0 36             1880 	.byte	54
                        1881 
                        1882 .LDW_6007f40:
000003b1 33             1883 	.byte	51
                        1884 	.section	.debug_str
0000067f 494e5445524e   1885 	.strz	"INTERNAL_EE_BLOCK_54"
00000685 414c5f45455f 
0000068b 424c4f434b5f 
00000691 353400 
                        1886 	.section	.debug_info
000003b2 00000000*      1887 	.word	.Ldw_str_begin+1663
000003b6 3f             1888 	.byte	63
000003b7 05             1889 	.byte	5
000003b8 05             1890 	.byte	5
000003b9 37             1891 	.byte	55
                        1892 
                        1893 .LDW_6007fa0:
000003ba 33             1894 	.byte	51
                        1895 	.section	.debug_str
00000694 494e5445524e   1896 	.strz	"INTERNAL_EE_BLOCK_55"
0000069a 414c5f45455f 
000006a0 424c4f434b5f 
000006a6 353500 

                                                                      Page 38
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        1897 	.section	.debug_info
000003bb 00000000*      1898 	.word	.Ldw_str_begin+1684
000003bf 40             1899 	.byte	64
000003c0 05             1900 	.byte	5
000003c1 05             1901 	.byte	5
000003c2 38             1902 	.byte	56
                        1903 
                        1904 .LDW_6008000:
000003c3 33             1905 	.byte	51
                        1906 	.section	.debug_str
000006a9 494e5445524e   1907 	.strz	"INTERNAL_EE_BLOCK_56"
000006af 414c5f45455f 
000006b5 424c4f434b5f 
000006bb 353600 
                        1908 	.section	.debug_info
000003c4 00000000*      1909 	.word	.Ldw_str_begin+1705
000003c8 41             1910 	.byte	65
000003c9 05             1911 	.byte	5
000003ca 05             1912 	.byte	5
000003cb 39             1913 	.byte	57
                        1914 
                        1915 .LDW_6008060:
000003cc 33             1916 	.byte	51
                        1917 	.section	.debug_str
000006be 494e5445524e   1918 	.strz	"INTERNAL_EE_BLOCK_57"
000006c4 414c5f45455f 
000006ca 424c4f434b5f 
000006d0 353700 
                        1919 	.section	.debug_info
000003cd 00000000*      1920 	.word	.Ldw_str_begin+1726
000003d1 42             1921 	.byte	66
000003d2 05             1922 	.byte	5
000003d3 05             1923 	.byte	5
000003d4 3a             1924 	.byte	58
                        1925 
                        1926 .LDW_60080c0:
000003d5 33             1927 	.byte	51
                        1928 	.section	.debug_str
000006d3 494e5445524e   1929 	.strz	"INTERNAL_EE_BLOCK_58"
000006d9 414c5f45455f 
000006df 424c4f434b5f 
000006e5 353800 
                        1930 	.section	.debug_info
000003d6 00000000*      1931 	.word	.Ldw_str_begin+1747
000003da 43             1932 	.byte	67
000003db 05             1933 	.byte	5
000003dc 05             1934 	.byte	5
000003dd 3b             1935 	.byte	59
                        1936 
                        1937 .LDW_6008120:
000003de 33             1938 	.byte	51
                        1939 	.section	.debug_str
000006e8 494e5445524e   1940 	.strz	"INTERNAL_EE_BLOCK_59"
000006ee 414c5f45455f 
000006f4 424c4f434b5f 
000006fa 353900 
                        1941 	.section	.debug_info
000003df 00000000*      1942 	.word	.Ldw_str_begin+1768
000003e3 44             1943 	.byte	68
000003e4 05             1944 	.byte	5
000003e5 05             1945 	.byte	5

                                                                      Page 39
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000003e6 3c             1946 	.byte	60
                        1947 
                        1948 .LDW_6008180:
000003e7 33             1949 	.byte	51
                        1950 	.section	.debug_str
000006fd 494e5445524e   1951 	.strz	"INTERNAL_EE_BLOCK_60"
00000703 414c5f45455f 
00000709 424c4f434b5f 
0000070f 363000 
                        1952 	.section	.debug_info
000003e8 00000000*      1953 	.word	.Ldw_str_begin+1789
000003ec 45             1954 	.byte	69
000003ed 05             1955 	.byte	5
000003ee 05             1956 	.byte	5
000003ef 3d             1957 	.byte	61
                        1958 
                        1959 .LDW_60081e0:
000003f0 33             1960 	.byte	51
                        1961 	.section	.debug_str
00000712 494e5445524e   1962 	.strz	"INTERNAL_EE_BLOCK_61"
00000718 414c5f45455f 
0000071e 424c4f434b5f 
00000724 363100 
                        1963 	.section	.debug_info
000003f1 00000000*      1964 	.word	.Ldw_str_begin+1810
000003f5 46             1965 	.byte	70
000003f6 05             1966 	.byte	5
000003f7 05             1967 	.byte	5
000003f8 3e             1968 	.byte	62
                        1969 
                        1970 .LDW_6008240:
000003f9 33             1971 	.byte	51
                        1972 	.section	.debug_str
00000727 494e5445524e   1973 	.strz	"INTERNAL_EE_BLOCK_62"
0000072d 414c5f45455f 
00000733 424c4f434b5f 
00000739 363200 
                        1974 	.section	.debug_info
000003fa 00000000*      1975 	.word	.Ldw_str_begin+1831
000003fe 47             1976 	.byte	71
000003ff 05             1977 	.byte	5
00000400 05             1978 	.byte	5
00000401 3f             1979 	.byte	63
                        1980 
                        1981 .LDW_60082a0:
00000402 33             1982 	.byte	51
                        1983 	.section	.debug_str
0000073c 494e5445524e   1984 	.strz	"INTERNAL_EE_BLOCK_63"
00000742 414c5f45455f 
00000748 424c4f434b5f 
0000074e 363300 
                        1985 	.section	.debug_info
00000403 00000000*      1986 	.word	.Ldw_str_begin+1852
00000407 48             1987 	.byte	72
00000408 05             1988 	.byte	5
00000409 05             1989 	.byte	5
0000040a c000           1990 	.byte	192,0
                        1991 
0000040c 00             1992 	.byte	0
                        1993 
                        1994 .LDW_5f8f350:

                                                                      Page 40
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000040d 2d             1995 	.byte	45
                        1996 	.section	.debug_str
00000751 45455f424c4f   1997 	.strz	"EE_BLOCK_NB"
00000757 434b5f4e4200 
                        1998 	.section	.debug_info
0000040e 00000000*      1999 	.word	.Ldw_str_begin+1873
00000412 49             2000 	.byte	73
00000413 03             2001 	.byte	3
00000414 05             2002 	.byte	5
00000415 00000000*      2003 	.word	.LDW_6004880
                        2004 
                        2005 .LDW_5f8f3e0:
00000419 2d             2006 	.byte	45
                        2007 	.section	.debug_str
0000075d 73697a655f74   2008 	.strz	"size_t"
00000763 00 
                        2009 	.section	.debug_info
0000041a 00000000*      2010 	.word	.Ldw_str_begin+1885
0000041e 35             2011 	.byte	53
0000041f 1b             2012 	.byte	27
00000420 08             2013 	.byte	8
00000421 00000000*      2014 	.word	.LDW_5f2d6d0
                        2015 
                        2016 .LDW_60088d0:
00000425 1b             2017 	.byte	27
                        2018 	.section	.debug_str
00000764 496e7465726e   2019 	.strz	"Internal_EEL_Write"
0000076a 616c5f45454c 
00000770 5f5772697465 
00000776 00 
                        2020 	.section	.debug_info
00000426 00000000*      2021 	.word	.Ldw_str_begin+1892
0000042a 9001           2022 	.byte	144,1
0000042c 10             2023 	.byte	16
0000042d 05             2024 	.byte	5
0000042e 00000000*      2025 	.word	.LDW_5f8e030
00000432 01             2026 	.byte	1
00000433 00             2027 	.byte	0
00000434 01             2028 	.byte	1
00000435 01             2029 	.byte	1
00000436 00             2030 	.byte	0
00000437 01             2031 	.byte	1
                        2032 
                        2033 	.section	.debug_abbrev
00000089 1b             2034 	.byte	27
0000008a 2e             2035 	.byte	46
0000008b 01             2036 	.byte	1
0000008c 030e           2037 	.byte	3,14
0000008e 3b0f           2038 	.byte	59,15
00000090 390f           2039 	.byte	57,15
00000092 3a0f           2040 	.byte	58,15
00000094 4910           2041 	.byte	73,16
00000096 3c0c           2042 	.byte	60,12
00000098 200b           2043 	.byte	32,11
0000009a 3f0c           2044 	.byte	63,12
0000009c 320b           2045 	.byte	50,11
0000009e 4c0b           2046 	.byte	76,11
000000a0 270c           2047 	.byte	39,12
000000a2 0000           2048 	.byte	0,0
                        2049 
                        2050 	.section	.debug_info

                                                                      Page 41
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000438 00             2051 	.byte	0
                        2052 
                        2053 .LDW_60089d0:
00000439 1b             2054 	.byte	27
                        2055 	.section	.debug_str
00000777 496e7465726e   2056 	.strz	"Internal_EEL_Read"
0000077d 616c5f45454c 
00000783 5f5265616400 
                        2057 	.section	.debug_info
0000043a 00000000*      2058 	.word	.Ldw_str_begin+1911
0000043e 9101           2059 	.byte	145,1
00000440 10             2060 	.byte	16
00000441 05             2061 	.byte	5
00000442 00000000*      2062 	.word	.LDW_5f8e030
00000446 01             2063 	.byte	1
00000447 00             2064 	.byte	0
00000448 01             2065 	.byte	1
00000449 01             2066 	.byte	1
0000044a 00             2067 	.byte	0
0000044b 01             2068 	.byte	1
                        2069 
0000044c 00             2070 	.byte	0
                        2071 
                        2072 .LDW_b431290:
0000044d 1b             2073 	.byte	27
                        2074 	.section	.debug_str
00000789 6d656d736574   2075 	.strz	"memset"
0000078f 00 
                        2076 	.section	.debug_info
0000044e 00000000*      2077 	.word	.Ldw_str_begin+1929
00000452 4d             2078 	.byte	77
00000453 07             2079 	.byte	7
00000454 07             2080 	.byte	7
00000455 00000000*      2081 	.word	.LDW_6004060
00000459 01             2082 	.byte	1
0000045a 00             2083 	.byte	0
0000045b 01             2084 	.byte	1
0000045c 01             2085 	.byte	1
0000045d 00             2086 	.byte	0
0000045e 01             2087 	.byte	1
                        2088 
0000045f 00             2089 	.byte	0
                        2090 
                        2091 .LDW_5f32b70:
00000460 18             2092 	.byte	24
                        2093 	.section	.debug_str
00000790 4e564d5f5573   2094 	.strz	"NVM_Usr_Init"
00000796 725f496e6974 
0000079c 00 
                        2095 	.section	.debug_info
00000461 00000000*      2096 	.word	.Ldw_str_begin+1936
00000465 0b             2097 	.byte	11
00000466 06             2098 	.byte	6
00000467 01             2099 	.byte	1
00000468 00000000*      2100 	.word	_NVM_Usr_Init
0000046c 00000000*      2101 	.word	___ghs_eofn_NVM_Usr_Init
00000470 01             2102 	.byte	1
00000471 53             2103 	.byte	83
00000472 8280808008     2104 	.byte	130,128,128,128,8
00000477 04             2105 	.byte	4
00000478 828004         2106 	.byte	130,128,4

                                                                      Page 42
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000047b 8408           2107 	.byte	132,8
0000047d 00             2108 	.byte	0
0000047e 00             2109 	.byte	0
0000047f 00             2110 	.byte	0
00000480 01             2111 	.byte	1
00000481 01             2112 	.byte	1
00000482 00             2113 	.byte	0
00000483 01             2114 	.byte	1
                        2115 
                        2116 	.section	.debug_abbrev
000000a4 18             2117 	.byte	24
000000a5 2e             2118 	.byte	46
000000a6 01             2119 	.byte	1
000000a7 030e           2120 	.byte	3,14
000000a9 3b0f           2121 	.byte	59,15
000000ab 390f           2122 	.byte	57,15
000000ad 3a0f           2123 	.byte	58,15
000000af 1101           2124 	.byte	17,1
000000b1 1201           2125 	.byte	18,1
000000b3 400a           2126 	.byte	64,10
000000b5 8341           2127 	.byte	131,65
000000b7 0f             2128 	.byte	15
000000b8 8741           2129 	.byte	135,65
000000ba 0d             2130 	.byte	13
000000bb 8541           2131 	.byte	133,65
000000bd 0f             2132 	.byte	15
000000be 8641           2133 	.byte	134,65
000000c0 0d             2134 	.byte	13
000000c1 9241           2135 	.byte	146,65
000000c3 0f             2136 	.byte	15
000000c4 3c0c           2137 	.byte	60,12
000000c6 200b           2138 	.byte	32,11
000000c8 3f0c           2139 	.byte	63,12
000000ca 320b           2140 	.byte	50,11
000000cc 4c0b           2141 	.byte	76,11
000000ce 270c           2142 	.byte	39,12
000000d0 0000           2143 	.byte	0,0
                        2144 
                        2145 	.section	.debug_frame
                        2146 .LDW_600ec80:
00000090 00000000*      2147 	.word	.LDW_unq_4-.LDW_unq_3
                        2148 .LDW_unq_3:
00000094 00000000*      2149 	.word	.LDW_5fa5d50
00000098 00000000*      2150 	.word	_NVM_Usr_Init
0000009c 00000000*      2151 	.word	___ghs_eofn_NVM_Usr_Init-_NVM_Usr_Init
000000a0 48             2152 	.byte	72
000000a1 9f             2153 	.byte	159
000000a2 8008           2154 	.byte	128,8
000000a4 01             2155 	.byte	1
000000a5 00000000*      2156 	.word	.LDW21
000000a9 44             2157 	.byte	68
000000aa df             2158 	.byte	223
000000ab 00             2159 	.byte	0
                        2160 .LDW_unq_4:
                        2161 	.section	.debug_line
0000013e 000502         2162 	.byte	0,5,2
00000141 00000000*      2163 	.word	_NVM_Usr_Init
00000145 06             2164 	.byte	6
00000146 03             2165 	.byte	3
00000147 0b             2166 	.byte	11
00000148 02             2167 	.byte	2

                                                                      Page 43
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000149 00             2168 	.byte	0
0000014a 01             2169 	.byte	1
0000014b 03             2170 	.byte	3
0000014c 06             2171 	.byte	6
0000014d 02             2172 	.byte	2
0000014e 08             2173 	.byte	8
0000014f 01             2174 	.byte	1
00000150 000502         2175 	.byte	0,5,2
00000153 00000000*      2176 	.word	.LDWlin1
00000157 0b             2177 	.byte	11
00000158 000502         2178 	.byte	0,5,2
0000015b 00000000*      2179 	.word	.LDWlin2
0000015f 03             2180 	.byte	3
00000160 04             2181 	.byte	4
00000161 02             2182 	.byte	2
00000162 00             2183 	.byte	0
00000163 01             2184 	.byte	1
00000164 000502         2185 	.byte	0,5,2
00000167 00000000*      2186 	.word	.LDWlin3
0000016b 0b             2187 	.byte	11
0000016c 000502         2188 	.byte	0,5,2
0000016f 00000000*      2189 	.word	.LDWlin4
00000173 0b             2190 	.byte	11
00000174 0c             2191 	.byte	12
00000175 2b             2192 	.byte	43
00000176 43             2193 	.byte	67
00000177 43             2194 	.byte	67
00000178 43             2195 	.byte	67
00000179 000502         2196 	.byte	0,5,2
0000017c 00000000*      2197 	.word	.LDWlin5
00000180 0b             2198 	.byte	11
00000181 000502         2199 	.byte	0,5,2
00000184 00000000*      2200 	.word	.LDWlin6
00000188 0c             2201 	.byte	12
00000189 02             2202 	.byte	2
0000018a 00             2203 	.byte	0
0000018b 03             2204 	.byte	3
0000018c 04             2205 	.byte	4
0000018d 02             2206 	.byte	2
0000018e 00             2207 	.byte	0
0000018f 01             2208 	.byte	1
00000190 000502         2209 	.byte	0,5,2
00000193 00000000*      2210 	.word	.LDWlin7
00000197 0b             2211 	.byte	11
00000198 000502         2212 	.byte	0,5,2
0000019b 00000000*      2213 	.word	.LDWlin8
0000019f 0b             2214 	.byte	11
000001a0 000502         2215 	.byte	0,5,2
000001a3 00000000*      2216 	.word	.LDWlin9
000001a7 0b             2217 	.byte	11
000001a8 000502         2218 	.byte	0,5,2
000001ab 00000000*      2219 	.word	.LDWlin10
000001af 0b             2220 	.byte	11
000001b0 0b             2221 	.byte	11
000001b1 2b             2222 	.byte	43
000001b2 43             2223 	.byte	67
000001b3 43             2224 	.byte	67
000001b4 43             2225 	.byte	67
000001b5 33             2226 	.byte	51
000001b6 000502         2227 	.byte	0,5,2
000001b9 00000000*      2228 	.word	.LDWlin11

                                                                      Page 44
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000001bd 0b             2229 	.byte	11
000001be 000502         2230 	.byte	0,5,2
000001c1 00000000*      2231 	.word	.LDWlin12
000001c5 0c             2232 	.byte	12
000001c6 02             2233 	.byte	2
000001c7 00             2234 	.byte	0
000001c8 03             2235 	.byte	3
000001c9 04             2236 	.byte	4
000001ca 02             2237 	.byte	2
000001cb 00             2238 	.byte	0
000001cc 01             2239 	.byte	1
000001cd 000502         2240 	.byte	0,5,2
000001d0 00000000*      2241 	.word	.LDWlin13
000001d4 0b             2242 	.byte	11
000001d5 000502         2243 	.byte	0,5,2
000001d8 00000000*      2244 	.word	.LDWlin14
000001dc 0b             2245 	.byte	11
000001dd 000502         2246 	.byte	0,5,2
000001e0 00000000*      2247 	.word	.LDWlin15
000001e4 0b             2248 	.byte	11
000001e5 000502         2249 	.byte	0,5,2
000001e8 00000000*      2250 	.word	.LDWlin16
000001ec 0b             2251 	.byte	11
000001ed 0b             2252 	.byte	11
000001ee 2b             2253 	.byte	43
000001ef 43             2254 	.byte	67
000001f0 43             2255 	.byte	67
000001f1 45             2256 	.byte	69
000001f2 000502         2257 	.byte	0,5,2
000001f5 00000000*      2258 	.word	.LDWlin17
000001f9 0b             2259 	.byte	11
000001fa 000502         2260 	.byte	0,5,2
000001fd 00000000*      2261 	.word	.LDWlin18
00000201 0b             2262 	.byte	11
00000202 02             2263 	.byte	2
00000203 00             2264 	.byte	0
00000204 0c             2265 	.byte	12
00000205 06             2266 	.byte	6
00000206 000502         2267 	.byte	0,5,2
00000209 00000000*      2268 	.word	___ghs_eofn_NVM_Usr_Init
0000020d 02             2269 	.byte	2
0000020e 00             2270 	.byte	0
0000020f 000101         2271 	.byte	0,1,1
                        2272 	.section	.debug_info
                        2273 .LDW_5f32c70:
00000484 22             2274 	.byte	34
00000485 00000000*      2275 	.word	.LDW11
00000489 00000000*      2276 	.word	.LDW21
                        2277 
                        2278 	.section	.debug_abbrev
000000d2 22             2279 	.byte	34
000000d3 0b             2280 	.byte	11
000000d4 01             2281 	.byte	1
000000d5 1101           2282 	.byte	17,1
000000d7 1201           2283 	.byte	18,1
000000d9 0000           2284 	.byte	0,0
                        2285 
                        2286 	.section	.debug_info
                        2287 .LDW_5f8df10:
0000048d 07             2288 	.byte	7
                        2289 	.section	.debug_str

                                                                      Page 45
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000079d 726561646275   2290 	.strz	"readbuff"
000007a3 666600 
                        2291 	.section	.debug_info
0000048e 00000000*      2292 	.word	.Ldw_str_begin+1949
00000492 0d             2293 	.byte	13
00000493 14             2294 	.byte	20
00000494 01             2295 	.byte	1
00000495 00000000*      2296 	.word	.LDW_5d73d60
00000499 00             2297 	.byte	0
0000049a 00             2298 	.byte	0
0000049b 00000000*      2299 	.word	.LDW_6003320
                        2300 	.section	.debug_loc
                        2301 .LDW_6003320:
00000000 00000000*      2302 	.word	.LDW11-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000004 00000000*      2303 	.word	.LDW21-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000008 0300           2304 	.byte	3,0
0000000a 73             2305 	.byte	115
0000000b 8004           2306 	.byte	128,4
0000000d 00000000       2307 	.word	0x0
00000011 00000000       2308 	.word	0x0
                        2309 
                        2310 	.section	.debug_abbrev
000000db 07             2311 	.byte	7
000000dc 34             2312 	.byte	52
000000dd 00             2313 	.byte	0
000000de 030e           2314 	.byte	3,14
000000e0 3b0f           2315 	.byte	59,15
000000e2 390f           2316 	.byte	57,15
000000e4 3a0f           2317 	.byte	58,15
000000e6 4910           2318 	.byte	73,16
000000e8 3f0c           2319 	.byte	63,12
000000ea 3c0c           2320 	.byte	60,12
000000ec 0206           2321 	.byte	2,6
000000ee 0000           2322 	.byte	0,0
                        2323 
                        2324 	.section	.debug_info
                        2325 .LDW_5f8dfa0:
0000049f 07             2326 	.byte	7
                        2327 	.section	.debug_str
000007a6 777269746562   2328 	.strz	"writebuff"
000007ac 75666600 
                        2329 	.section	.debug_info
000004a0 00000000*      2330 	.word	.Ldw_str_begin+1958
000004a4 0e             2331 	.byte	14
000004a5 14             2332 	.byte	20
000004a6 01             2333 	.byte	1
000004a7 00000000*      2334 	.word	.LDW_5d73e20
000004ab 00             2335 	.byte	0
000004ac 00             2336 	.byte	0
000004ad 00000000*      2337 	.word	.LDW_6003460
                        2338 	.section	.debug_loc
                        2339 .LDW_6003460:
00000015 00000000*      2340 	.word	.LDW11-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000019 00000000*      2341 	.word	.LDW21-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
0000001d 0200           2342 	.byte	2,0
0000001f 73             2343 	.byte	115
00000020 00             2344 	.byte	0
00000021 00000000       2345 	.word	0x0
00000025 00000000       2346 	.word	0x0
                        2347 
                        2348 	.section	.debug_info

                                                                      Page 46
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
                        2349 .LDW_5f8e0c0:
000004b1 07             2350 	.byte	7
                        2351 	.section	.debug_str
000007b0 6c6f635f636f   2352 	.strz	"loc_condition"
000007b6 6e646974696f 
000007bc 6e00 
                        2353 	.section	.debug_info
000004b2 00000000*      2354 	.word	.Ldw_str_begin+1968
000004b6 0f             2355 	.byte	15
000004b7 14             2356 	.byte	20
000004b8 01             2357 	.byte	1
000004b9 00000000*      2358 	.word	.LDW_5f8e030
000004bd 00             2359 	.byte	0
000004be 00             2360 	.byte	0
000004bf 00000000*      2361 	.word	.LDW_60035a0
                        2362 	.section	.debug_loc
                        2363 .LDW_60035a0:
00000029 00000000*      2364 	.word	.LDW11-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
0000002d 00000000*      2365 	.word	.LDW21-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000031 0100           2366 	.byte	1,0
00000033 51             2367 	.byte	81
00000034 00000000       2368 	.word	0x0
00000038 00000000       2369 	.word	0x0
                        2370 
                        2371 	.section	.debug_info
000004c3 00             2372 	.byte	0
                        2373 
000004c4 00             2374 	.byte	0
                        2375 
                        2376 .LDW_5f33730:
000004c5 18             2377 	.byte	24
                        2378 	.section	.debug_str
000007be 434146445f4e   2379 	.strz	"CAFD_NVM_Update"
000007c4 564d5f557064 
000007ca 61746500 
                        2380 	.section	.debug_info
000004c6 00000000*      2381 	.word	.Ldw_str_begin+1982
000004ca 48             2382 	.byte	72
000004cb 06             2383 	.byte	6
000004cc 01             2384 	.byte	1
000004cd 00000000*      2385 	.word	_CAFD_NVM_Update
000004d1 00000000*      2386 	.word	___ghs_eofn_CAFD_NVM_Update
000004d5 01             2387 	.byte	1
000004d6 53             2388 	.byte	83
000004d7 8280808008     2389 	.byte	130,128,128,128,8
000004dc 04             2390 	.byte	4
000004dd 828004         2391 	.byte	130,128,4
000004e0 8408           2392 	.byte	132,8
000004e2 00             2393 	.byte	0
000004e3 00             2394 	.byte	0
000004e4 00             2395 	.byte	0
000004e5 01             2396 	.byte	1
000004e6 01             2397 	.byte	1
000004e7 00             2398 	.byte	0
000004e8 01             2399 	.byte	1
                        2400 
                        2401 	.section	.debug_frame
                        2402 .LDW_600ed20:
000000ac 00000000*      2403 	.word	.LDW_unq_6-.LDW_unq_5
                        2404 .LDW_unq_5:
000000b0 00000000*      2405 	.word	.LDW_5fa5d50

                                                                      Page 47
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000b4 00000000*      2406 	.word	_CAFD_NVM_Update
000000b8 00000000*      2407 	.word	___ghs_eofn_CAFD_NVM_Update-_CAFD_NVM_Update
000000bc 48             2408 	.byte	72
000000bd 9f             2409 	.byte	159
000000be 8008           2410 	.byte	128,8
000000c0 01             2411 	.byte	1
000000c1 00000000*      2412 	.word	.LDW51
000000c5 44             2413 	.byte	68
000000c6 df             2414 	.byte	223
000000c7 00             2415 	.byte	0
                        2416 .LDW_unq_6:
                        2417 	.section	.debug_line
00000212 000502         2418 	.byte	0,5,2
00000215 00000000*      2419 	.word	_CAFD_NVM_Update
00000219 06             2420 	.byte	6
0000021a 03             2421 	.byte	3
0000021b c800           2422 	.byte	200,0
0000021d 02             2423 	.byte	2
0000021e 00             2424 	.byte	0
0000021f 01             2425 	.byte	1
00000220 03             2426 	.byte	3
00000221 05             2427 	.byte	5
00000222 02             2428 	.byte	2
00000223 08             2429 	.byte	8
00000224 01             2430 	.byte	1
00000225 000502         2431 	.byte	0,5,2
00000228 00000000*      2432 	.word	.LDWlin20
0000022c 0b             2433 	.byte	11
0000022d 000502         2434 	.byte	0,5,2
00000230 00000000*      2435 	.word	.LDWlin21
00000234 0b             2436 	.byte	11
00000235 2b             2437 	.byte	43
00000236 43             2438 	.byte	67
00000237 43             2439 	.byte	67
00000238 44             2440 	.byte	68
00000239 000502         2441 	.byte	0,5,2
0000023c 00000000*      2442 	.word	.LDWlin22
00000240 0b             2443 	.byte	11
00000241 000502         2444 	.byte	0,5,2
00000244 00000000*      2445 	.word	.LDWlin23
00000248 0c             2446 	.byte	12
00000249 06             2447 	.byte	6
0000024a 000502         2448 	.byte	0,5,2
0000024d 00000000*      2449 	.word	___ghs_eofn_CAFD_NVM_Update
00000251 02             2450 	.byte	2
00000252 00             2451 	.byte	0
00000253 000101         2452 	.byte	0,1,1
                        2453 	.section	.debug_info
                        2454 .LDW_5f33830:
000004e9 22             2455 	.byte	34
000004ea 00000000*      2456 	.word	.LDW41
000004ee 00000000*      2457 	.word	.LDW51
                        2458 
                        2459 .LDW_5f8e1e0:
000004f2 07             2460 	.byte	7
                        2461 	.section	.debug_str
000007ce 726561646275   2462 	.strz	"readbuff"
000007d4 666600 
                        2463 	.section	.debug_info
000004f3 00000000*      2464 	.word	.Ldw_str_begin+1998
000004f7 4a             2465 	.byte	74

                                                                      Page 48
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000004f8 14             2466 	.byte	20
000004f9 01             2467 	.byte	1
000004fa 00000000*      2468 	.word	.LDW_5d73ee0
000004fe 00             2469 	.byte	0
000004ff 00             2470 	.byte	0
00000500 00000000*      2471 	.word	.LDW_5ffd240
                        2472 	.section	.debug_loc
                        2473 .LDW_5ffd240:
0000003c 00000000*      2474 	.word	.LDW41-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000040 00000000*      2475 	.word	.LDW51-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000044 0300           2476 	.byte	3,0
00000046 73             2477 	.byte	115
00000047 8004           2478 	.byte	128,4
00000049 00000000       2479 	.word	0x0
0000004d 00000000       2480 	.word	0x0
                        2481 
                        2482 	.section	.debug_info
                        2483 .LDW_5f8e270:
00000504 07             2484 	.byte	7
                        2485 	.section	.debug_str
000007d7 777269746562   2486 	.strz	"writebuff"
000007dd 75666600 
                        2487 	.section	.debug_info
00000505 00000000*      2488 	.word	.Ldw_str_begin+2007
00000509 4b             2489 	.byte	75
0000050a 14             2490 	.byte	20
0000050b 01             2491 	.byte	1
0000050c 00000000*      2492 	.word	.LDW_5d73fa0
00000510 00             2493 	.byte	0
00000511 00             2494 	.byte	0
00000512 00000000*      2495 	.word	.LDW_5ffd380
                        2496 	.section	.debug_loc
                        2497 .LDW_5ffd380:
00000051 00000000*      2498 	.word	.LDW41-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000055 00000000*      2499 	.word	.LDW51-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000059 0200           2500 	.byte	2,0
0000005b 73             2501 	.byte	115
0000005c 00             2502 	.byte	0
0000005d 00000000       2503 	.word	0x0
00000061 00000000       2504 	.word	0x0
                        2505 
                        2506 	.section	.debug_info
                        2507 .LDW_5f8e300:
00000516 08             2508 	.byte	8
                        2509 	.section	.debug_str
000007e1 6c6f635f636f   2510 	.strz	"loc_condition"
000007e7 6e646974696f 
000007ed 6e00 
                        2511 	.section	.debug_info
00000517 00000000*      2512 	.word	.Ldw_str_begin+2017
0000051b 4c             2513 	.byte	76
0000051c 14             2514 	.byte	20
0000051d 01             2515 	.byte	1
0000051e 00000000*      2516 	.word	.LDW_5f8e030
00000522 00             2517 	.byte	0
00000523 00             2518 	.byte	0
                        2519 
                        2520 	.section	.debug_abbrev
000000f0 08             2521 	.byte	8
000000f1 34             2522 	.byte	52
000000f2 00             2523 	.byte	0

                                                                      Page 49
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000f3 030e           2524 	.byte	3,14
000000f5 3b0f           2525 	.byte	59,15
000000f7 390f           2526 	.byte	57,15
000000f9 3a0f           2527 	.byte	58,15
000000fb 4910           2528 	.byte	73,16
000000fd 3f0c           2529 	.byte	63,12
000000ff 3c0c           2530 	.byte	60,12
00000101 0000           2531 	.byte	0,0
                        2532 
                        2533 	.section	.debug_info
00000524 00             2534 	.byte	0
                        2535 
00000525 00             2536 	.byte	0
                        2537 
                        2538 .LDW_5f33920:
00000526 18             2539 	.byte	24
                        2540 	.section	.debug_str
000007ef 434146445f43   2541 	.strz	"CAFD_CTRL_Update"
000007f5 54524c5f5570 
000007fb 6461746500 
                        2542 	.section	.debug_info
00000527 00000000*      2543 	.word	.Ldw_str_begin+2031
0000052b 5a             2544 	.byte	90
0000052c 06             2545 	.byte	6
0000052d 01             2546 	.byte	1
0000052e 00000000*      2547 	.word	_CAFD_CTRL_Update
00000532 00000000*      2548 	.word	___ghs_eofn_CAFD_CTRL_Update
00000536 01             2549 	.byte	1
00000537 53             2550 	.byte	83
00000538 828080800a     2551 	.byte	130,128,128,128,10
0000053d 08             2552 	.byte	8
0000053e 828004         2553 	.byte	130,128,4
00000541 8808           2554 	.byte	136,8
00000543 00             2555 	.byte	0
00000544 00             2556 	.byte	0
00000545 00             2557 	.byte	0
00000546 01             2558 	.byte	1
00000547 01             2559 	.byte	1
00000548 00             2560 	.byte	0
00000549 01             2561 	.byte	1
                        2562 
                        2563 	.section	.debug_frame
                        2564 .LDW_600edc0:
000000c8 00000000*      2565 	.word	.LDW_unq_8-.LDW_unq_7
                        2566 .LDW_unq_7:
000000cc 00000000*      2567 	.word	.LDW_5fa5d50
000000d0 00000000*      2568 	.word	_CAFD_CTRL_Update
000000d4 00000000*      2569 	.word	___ghs_eofn_CAFD_CTRL_Update-_CAFD_CTRL_Update
000000d8 48             2570 	.byte	72
000000d9 9f             2571 	.byte	159
000000da 8408           2572 	.byte	132,8
000000dc 44             2573 	.byte	68
000000dd 9d             2574 	.byte	157
000000de 8008           2575 	.byte	128,8
000000e0 01             2576 	.byte	1
000000e1 00000000*      2577 	.word	.LDW81
000000e5 44             2578 	.byte	68
000000e6 df             2579 	.byte	223
000000e7 44             2580 	.byte	68
000000e8 dd             2581 	.byte	221
000000e9 00             2582 	.byte	0

                                                                      Page 50
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000ea 00             2583 	.byte	0
000000eb 00             2584 	.byte	0
                        2585 .LDW_unq_8:
                        2586 	.section	.debug_line
00000256 000502         2587 	.byte	0,5,2
00000259 00000000*      2588 	.word	_CAFD_CTRL_Update
0000025d 06             2589 	.byte	6
0000025e 03             2590 	.byte	3
0000025f da00           2591 	.byte	218,0
00000261 02             2592 	.byte	2
00000262 00             2593 	.byte	0
00000263 01             2594 	.byte	1
00000264 03             2595 	.byte	3
00000265 05             2596 	.byte	5
00000266 02             2597 	.byte	2
00000267 10             2598 	.byte	16
00000268 01             2599 	.byte	1
00000269 000502         2600 	.byte	0,5,2
0000026c 00000000*      2601 	.word	.LDWlin25
00000270 0b             2602 	.byte	11
00000271 000502         2603 	.byte	0,5,2
00000274 00000000*      2604 	.word	.LDWlin26
00000278 0b             2605 	.byte	11
00000279 2b             2606 	.byte	43
0000027a 43             2607 	.byte	67
0000027b 43             2608 	.byte	67
0000027c 43             2609 	.byte	67
0000027d 33             2610 	.byte	51
0000027e 000502         2611 	.byte	0,5,2
00000281 00000000*      2612 	.word	.LDWlin27
00000285 0b             2613 	.byte	11
00000286 000502         2614 	.byte	0,5,2
00000289 00000000*      2615 	.word	.LDWlin28
0000028d 0c             2616 	.byte	12
0000028e 06             2617 	.byte	6
0000028f 000502         2618 	.byte	0,5,2
00000292 00000000*      2619 	.word	___ghs_eofn_CAFD_CTRL_Update
00000296 02             2620 	.byte	2
00000297 00             2621 	.byte	0
00000298 000101         2622 	.byte	0,1,1
                        2623 	.section	.debug_info
                        2624 .LDW_5f8e390:
0000054a 16             2625 	.byte	22
                        2626 	.section	.debug_str
00000800 737461747573   2627 	.strz	"status"
00000806 00 
                        2628 	.section	.debug_info
0000054b 00000000*      2629 	.word	.Ldw_str_begin+2048
0000054f 5a             2630 	.byte	90
00000550 1f             2631 	.byte	31
00000551 01             2632 	.byte	1
00000552 00000000*      2633 	.word	.LDW_5f32d10
00000556 00             2634 	.byte	0
00000557 00000000*      2635 	.word	.LDW_5ffd840
                        2636 	.section	.debug_loc
                        2637 .LDW_5ffd840:
00000065 00000000*      2638 	.word	.LDW61-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000069 00000000*      2639 	.word	.LDW71-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
0000006d 0100           2640 	.byte	1,0
0000006f 56             2641 	.byte	86
00000070 00000000*      2642 	.word	.LDW71-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0

                                                                      Page 51
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000074 00000000*      2643 	.word	.LDW81-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000078 0100           2644 	.byte	1,0
0000007a 6d             2645 	.byte	109
0000007b 00000000       2646 	.word	0x0
0000007f 00000000       2647 	.word	0x0
                        2648 
                        2649 	.section	.debug_abbrev
00000103 16             2650 	.byte	22
00000104 05             2651 	.byte	5
00000105 00             2652 	.byte	0
00000106 030e           2653 	.byte	3,14
00000108 3b0f           2654 	.byte	59,15
0000010a 390f           2655 	.byte	57,15
0000010c 3a0f           2656 	.byte	58,15
0000010e 4910           2657 	.byte	73,16
00000110 4b0c           2658 	.byte	75,12
00000112 0206           2659 	.byte	2,6
00000114 0000           2660 	.byte	0,0
                        2661 
                        2662 	.section	.debug_info
                        2663 .LDW_5f33a20:
0000055b 22             2664 	.byte	34
0000055c 00000000*      2665 	.word	.LDW71
00000560 00000000*      2666 	.word	.LDW81
                        2667 
                        2668 .LDW_5f8e420:
00000564 07             2669 	.byte	7
                        2670 	.section	.debug_str
00000807 726561646275   2671 	.strz	"readbuff"
0000080d 666600 
                        2672 	.section	.debug_info
00000565 00000000*      2673 	.word	.Ldw_str_begin+2055
00000569 5c             2674 	.byte	92
0000056a 14             2675 	.byte	20
0000056b 01             2676 	.byte	1
0000056c 00000000*      2677 	.word	.LDW_5d74060
00000570 00             2678 	.byte	0
00000571 00             2679 	.byte	0
00000572 00000000*      2680 	.word	.LDW_5ffd9a0
                        2681 	.section	.debug_loc
                        2682 .LDW_5ffd9a0:
00000083 00000000*      2683 	.word	.LDW71-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
00000087 00000000*      2684 	.word	.LDW81-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
0000008b 0300           2685 	.byte	3,0
0000008d 73             2686 	.byte	115
0000008e 8004           2687 	.byte	128,4
00000090 00000000       2688 	.word	0x0
00000094 00000000       2689 	.word	0x0
                        2690 
                        2691 	.section	.debug_info
                        2692 .LDW_5f8e4b0:
00000576 07             2693 	.byte	7
                        2694 	.section	.debug_str
00000810 777269746562   2695 	.strz	"writebuff"
00000816 75666600 
                        2696 	.section	.debug_info
00000577 00000000*      2697 	.word	.Ldw_str_begin+2064
0000057b 5d             2698 	.byte	93
0000057c 14             2699 	.byte	20
0000057d 01             2700 	.byte	1
0000057e 00000000*      2701 	.word	.LDW_5d74120

                                                                      Page 52
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
00000582 00             2702 	.byte	0
00000583 00             2703 	.byte	0
00000584 00000000*      2704 	.word	.LDW_5ffdae0
                        2705 	.section	.debug_loc
                        2706 .LDW_5ffdae0:
00000098 00000000*      2707 	.word	.LDW71-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
0000009c 00000000*      2708 	.word	.LDW81-..bof.Z.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs.5Cobj.5CNVM...5A.3A.5C850.5C.B9.A4.D7.F7.D7.CA.C1.CF.5CC673.BC.EC.B2.E2.CC.A8.5C.B5.E7.BB.FA.B5.E7.BB.FA.B5.E7.BB.FA.5C.BC.EC.B2.E2.CC.A8.5Ctestbench.5C.B8.A3.CC.EFW1.2D02.28.B8.DF.C5.E4.29.BC.EC.B2.E2.CC.A8.5Cghs..5F2A66FF..0
000000a0 0200           2709 	.byte	2,0
000000a2 73             2710 	.byte	115
000000a3 00             2711 	.byte	0
000000a4 00000000       2712 	.word	0x0
000000a8 00000000       2713 	.word	0x0
                        2714 
                        2715 	.section	.debug_info
                        2716 .LDW_5f8e540:
00000588 08             2717 	.byte	8
                        2718 	.section	.debug_str
0000081a 6c6f635f636f   2719 	.strz	"loc_condition"
00000820 6e646974696f 
00000826 6e00 
                        2720 	.section	.debug_info
00000589 00000000*      2721 	.word	.Ldw_str_begin+2074
0000058d 5e             2722 	.byte	94
0000058e 14             2723 	.byte	20
0000058f 01             2724 	.byte	1
00000590 00000000*      2725 	.word	.LDW_5f8e030
00000594 00             2726 	.byte	0
00000595 00             2727 	.byte	0
                        2728 
00000596 00             2729 	.byte	0
                        2730 
00000597 00             2731 	.byte	0
                        2732 
00000598 00             2733 	.byte	0
                        2734 
                        2735 	.section	.debug_line
                        2736 .Ldw_line_end:
                        2737 	.section	.debug_macinfo
00000000 01             2738 	.byte	1
00000001 00             2739 	.byte	0
00000002 5f5f53544443   2740 	.strz	"__STDC__ 1"
00000008 5f5f203100 
0000000d 01             2741 	.byte	1
0000000e 00             2742 	.byte	0
0000000f 5f5f6768735f   2743 	.strz	"__ghs__ 1"
00000015 5f203100 
00000019 01             2744 	.byte	1
0000001a 00             2745 	.byte	0
0000001b 5f5f53544443   2746 	.strz	"__STDC_VERSION__ 199901L"
00000021 5f5645525349 
00000027 4f4e5f5f2031 
0000002d 39393930314c 
00000033 00 
00000034 01             2747 	.byte	1
00000035 00             2748 	.byte	0
00000036 5f5f41545452   2749 	.strz	"__ATTRIBUTES 1"
0000003c 494255544553 
00000042 203100 
00000045 01             2750 	.byte	1
00000046 00             2751 	.byte	0
00000047 5f5f494e545f   2752 	.strz	"__INT_BIT 32"

                                                                      Page 53
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
0000004d 424954203332 
00000053 00 
00000054 01             2753 	.byte	1
00000055 00             2754 	.byte	0
00000056 5f5f4c4f4e47   2755 	.strz	"__LONG_BIT 32"
0000005c 5f4249542033 
00000062 3200 
00000064 01             2756 	.byte	1
00000065 00             2757 	.byte	0
00000066 5f5f5054525f   2758 	.strz	"__PTR_BIT 32"
0000006c 424954203332 
00000072 00 
00000073 01             2759 	.byte	1
00000074 00             2760 	.byte	0
00000075 5f5f4c4c4f4e   2761 	.strz	"__LLONG_BIT 64"
0000007b 475f42495420 
00000081 363400 
00000084 01             2762 	.byte	1
00000085 00             2763 	.byte	0
00000086 506c6174666f   2764 	.strz	"Platform_RH850 1"
0000008c 726d5f524838 
00000092 3530203100 
00000097 03             2765 	.byte	3
00000098 00             2766 	.byte	0
00000099 01             2767 	.byte	1
0000009a 03             2768 	.byte	3
0000009b 01             2769 	.byte	1
0000009c 02             2770 	.byte	2
0000009d 01             2771 	.byte	1
0000009e c001           2772 	.byte	192,1
000000a0 75696e74385f   2773 	.strz	"uint8_t unsigned char"
000000a6 7420756e7369 
000000ac 676e65642063 
000000b2 68617200 
000000b6 01             2774 	.byte	1
000000b7 c101           2775 	.byte	193,1
000000b9 75696e743136   2776 	.strz	"uint16_t unsigned short"
000000bf 5f7420756e73 
000000c5 69676e656420 
000000cb 73686f727400 
000000d1 01             2777 	.byte	1
000000d2 c201           2778 	.byte	194,1
000000d4 75696e743332   2779 	.strz	"uint32_t unsigned int"
000000da 5f7420756e73 
000000e0 69676e656420 
000000e6 696e7400 
000000ea 04             2780 	.byte	4
000000eb 03             2781 	.byte	3
000000ec 02             2782 	.byte	2
000000ed 03             2783 	.byte	3
000000ee 03             2784 	.byte	3
000000ef 05             2785 	.byte	5
000000f0 04             2786 	.byte	4
000000f1 04             2787 	.byte	4
000000f2 04             2788 	.byte	4
000000f3 03             2789 	.byte	3
000000f4 03             2790 	.byte	3
000000f5 05             2791 	.byte	5
000000f6 03             2792 	.byte	3
000000f7 05             2793 	.byte	5
000000f8 06             2794 	.byte	6

                                                                      Page 54
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si
000000f9 01             2795 	.byte	1
000000fa 35             2796 	.byte	53
000000fb 525f45454c5f   2797 	.strz	"R_EEL_WRN 0x10"
00000101 57524e203078 
00000107 313000 
0000010a 01             2798 	.byte	1
0000010b 36             2799 	.byte	54
0000010c 525f45454c5f   2800 	.strz	"R_EEL_ERR 0x20"
00000112 455252203078 
00000118 323000 
0000011b 04             2801 	.byte	4
0000011c 01             2802 	.byte	1
0000011d 50             2803 	.byte	80
0000011e 494e5445524e   2804 	.strz	"INTERNAL_EE_BLOCK_05_size 4 + 196"
00000124 414c5f45455f 
0000012a 424c4f434b5f 
00000130 30355f73697a 
00000136 652034202b20 
0000013c 31393600 
00000140 01             2805 	.byte	1
00000141 51             2806 	.byte	81
00000142 494e5445524e   2807 	.strz	"INTERNAL_EE_BLOCK_06_size 4 + 1"
00000148 414c5f45455f 
0000014e 424c4f434b5f 
00000154 30365f73697a 
0000015a 652034202b20 
00000160 3100 
00000162 01             2808 	.byte	1
00000163 52             2809 	.byte	82
00000164 494e5445524e   2810 	.strz	"INTERNAL_EE_BLOCK_07_size 4 + 20"
0000016a 414c5f45455f 
00000170 424c4f434b5f 
00000176 30375f73697a 
0000017c 652034202b20 
00000182 323000 
00000185 04             2811 	.byte	4
00000186 03             2812 	.byte	3
00000187 04             2813 	.byte	4
00000188 07             2814 	.byte	7
00000189 01             2815 	.byte	1
0000018a 1d             2816 	.byte	29
0000018b 5f535452494e   2817 	.strz	"_STRING_H "
00000191 475f482000 
00000196 03             2818 	.byte	3
00000197 1e             2819 	.byte	30
00000198 08             2820 	.byte	8
00000199 04             2821 	.byte	4
0000019a 01             2822 	.byte	1
0000019b 25             2823 	.byte	37
0000019c 5f5f52657374   2824 	.strz	"__Restrict restrict"
000001a2 726963742072 
000001a8 657374726963 
000001ae 7400 
000001b0 04             2825 	.byte	4
000001b1 04             2826 	.byte	4
000001b2 00             2827 	.byte	0
                        2828 	.section	.debug_abbrev
00000116 00             2829 	.byte	0
                        2830 	.section	.debug_info
                        2831 .Ldw_end:
                        2832 .rh850_flags REGMODE32,DATA_ALIGN8,GP_FIX,EP_NONFIX,TP_FIX,REG2_NONRESERVE,G3KH,SDA_EXTRA_REGS_0

                                                                      Page 55
                                                              C:\Users\ADMINI~1\AppData\Local\Temp\gh_00000s81.si