# HG changeset patch # User gthomas # Date 1045851452 0 # Node ID 4ca0953b0734b746ecf30f1f96d902260d9d102c # Parent 89b77368d45c50a313f7e204ef1c4d9e17ecf5f3 New platform - NMI uE250 (Xscale PXA250) diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Gary Thomas + + * ecos.db: New platform - NMI uE250 (ARM Xscale PXA250) + 2003-02-14 Tim Michals 2003-02-14 Jonathan Larmour diff --git a/packages/NEWS b/packages/NEWS --- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,5 @@ +* Added port for NMI uE250 (ARM Xscale PXA250) platform, contributed + by Mind, NV. * Port added for IDT MIPS IDT79RC32334 reference platform, including Flash, ethernet, and serial drivers as well as RedBoot support. Contributed by Tim Michals working for IDT. diff --git a/packages/devs/eth/arm/uE250/current/ChangeLog b/packages/devs/eth/arm/uE250/current/ChangeLog new file mode 100644 --- /dev/null +++ b/packages/devs/eth/arm/uE250/current/ChangeLog @@ -0,0 +1,40 @@ +2003-02-04 Gary Thomas + + * include/devs_eth_uE250.inl: + * cdl/uE250_eth_drivers.cdl: + New package - support for NMI uE250 (Xscale PXA250). + +//=========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//=========================================================================== diff --git a/packages/devs/eth/arm/uE250/current/cdl/uE250_eth_drivers.cdl b/packages/devs/eth/arm/uE250/current/cdl/uE250_eth_drivers.cdl new file mode 100644 --- /dev/null +++ b/packages/devs/eth/arm/uE250/current/cdl/uE250_eth_drivers.cdl @@ -0,0 +1,132 @@ +# ==================================================================== +# +# ue250_eth_drivers.cdl +# +# Ethernet drivers - support for PCI ethernet on NMI uE250 +# +# ==================================================================== +#####ECOSGPLCOPYRIGHTBEGIN#### +## ------------------------------------------- +## This file is part of eCos, the Embedded Configurable Operating System. +## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +## Copyright (C) 2003 Gary Thomas +## +## eCos is free software; you can redistribute it and/or modify it under +## the terms of the GNU General Public License as published by the Free +## Software Foundation; either version 2 or (at your option) any later version. +## +## eCos is distributed in the hope that it will be useful, but WITHOUT ANY +## WARRANTY; without even the implied warranty of MERCHANTABILITY or +## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +## for more details. +## +## You should have received a copy of the GNU General Public License along +## with eCos; if not, write to the Free Software Foundation, Inc., +## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +## +## As a special exception, if other files instantiate templates or use macros +## or inline functions from this file, or you compile this file and link it +## with other works to produce a work based on this file, this file does not +## by itself cause the resulting work to be covered by the GNU General Public +## License. However the source code for this file must still be made available +## in accordance with section (3) of the GNU General Public License. +## +## This exception does not invalidate any other reasons why a work based on +## this file might be covered by the GNU General Public License. +## +## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +## at http://sources.redhat.com/ecos/ecos-license/ +## ------------------------------------------- +#####ECOSGPLCOPYRIGHTEND#### +# ==================================================================== +######DESCRIPTIONBEGIN#### +# +# Author(s): jskov +# Contributors: jskov, hmt, gthomas +# Date: 2001-02-28 +# +#####DESCRIPTIONEND#### +# +# ==================================================================== + +cdl_package CYGPKG_DEVS_ETH_ARM_XSCALE_UE250 { + display "uE250 ethernet driver" + description " + Ethernet drivers for NMI uE250 board." + + parent CYGPKG_IO_ETH_DRIVERS + active_if CYGPKG_IO_ETH_DRIVERS + active_if CYGPKG_IO_PCI + requires CYGPKG_DEVS_ETH_NS_DP83902A + + implements CYGHWR_NET_DRIVER_ETH0 + include_dir cyg/io + + # FIXME: This really belongs in the NS DP83902A package + cdl_interface CYGINT_DEVS_ETH_NS_DP83902A_REQUIRED { + display "NS DP83902A ethernet driver required" + } + + define_proc { + puts $::cdl_system_header "/***** ethernet driver proc output start *****/" + puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_NS_DP83902A_INL " + puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_NS_DP83902A_CFG " + puts $::cdl_system_header "/***** ethernet driver proc output end *****/" + } + + cdl_component CYGPKG_DEVS_ETH_UE250_ETH0 { + display "PCI ethernet port driver" + flavor bool + default_value 1 + description " + This option includes the ethernet device driver for a + CF card." + + implements CYGINT_DEVS_ETH_NS_DP83902A_REQUIRED + + cdl_option CYGDAT_DEVS_ETH_UE250_ETH0_NAME { + display "Device name for the ETH0 ethernet driver" + flavor data + default_value {"\"eth0\""} + description " + This option sets the name of the ethernet device." + } + + cdl_component CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA { + display "Set the ethernet station address" + flavor bool + default_value 0 + description "Enabling this option will allow the ethernet + station address to be forced to the value set by the + configuration. This may be required if the hardware does + not include a serial EEPROM for the ESA." + + cdl_option CYGDAT_DEVS_ETH_UE250_ETH0_ESA { + display "The ethernet station address" + flavor data + default_value {"{0x08, 0x88, 0x12, 0x34, 0x56, 0x78}"} + description "The ethernet station address" + } + } + } + + cdl_component CYGPKG_DEVS_ETH_UE250_OPTIONS { + display "PCMCIA ethernet driver build options" + flavor none + no_define + + cdl_option CYGPKG_DEVS_ETH_UE250_CFLAGS_ADD { + display "Additional compiler flags" + flavor data + no_define + default_value { "-D_KERNEL -D__ECOS" } + description " + This option modifies the set of compiler flags for + building the PCMCIA ethernet driver package. + These flags are used in addition + to the set of global flags." + } + } +} + +# EOF ue250_eth_drivers.cdl diff --git a/packages/devs/eth/arm/uE250/current/include/devs_eth_uE250.inl b/packages/devs/eth/arm/uE250/current/include/devs_eth_uE250.inl new file mode 100644 --- /dev/null +++ b/packages/devs/eth/arm/uE250/current/include/devs_eth_uE250.inl @@ -0,0 +1,233 @@ +//========================================================================== +// +// devs/eth/arm/uE250/..../include/devs_eth_uE250.inl +// +// NMI uE250 ethernet I/O definitions. +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): jskov, hmt, gthomas +// Contributors: jskov +// Date: 2001-02-28 +// Purpose: FRV400 ethernet defintions +//####DESCRIPTIONEND#### +//========================================================================== + +#include // CYGNUM_HAL_INTERRUPT_ETHR +#include +#include + +#ifdef __WANT_CONFIG + +#define CYGHWR_NS_DP83902A_PLF_RESET(_dp_) \ + CYG_MACRO_START \ + cyg_uint8 _t; \ + HAL_READ_UINT8(_dp_->reset, _t); \ + CYGACC_CALL_IF_DELAY_US(10); \ + HAL_WRITE_UINT8(_dp_->reset, _t); \ + CYGACC_CALL_IF_DELAY_US(10000); \ + CYG_MACRO_END + +#define DP_IN(_b_, _o_, _d_) \ + CYG_MACRO_START \ + _d_ = pci_io_read_8((cyg_addrword_t)(_b_)+(_o_)); \ + CYG_MACRO_END + +#define DP_OUT(_b_, _o_, _d_) \ + CYG_MACRO_START \ + pci_io_write_8((cyg_addrword_t)(_b_)+(_o_), _d_); \ + CYG_MACRO_END + +#define DP_IN_DATA(_b_, _d_) \ + CYG_MACRO_START \ + _d_ = pci_io_read_16((cyg_addrword_t)(_b_)); \ + CYG_MACRO_END + +#define DP_OUT_DATA(_b_, _d_) \ + CYG_MACRO_START \ + pci_io_write_16((cyg_addrword_t)(_b_), _d_); \ + CYG_MACRO_END + +//#define CYGHWR_NS_DP83902A_PLF_16BIT_DATA +//#define CYGHWR_NS_DP83902A_PLF_BROKEN_TX_DMA + +#endif // __WANT_CONFIG + +#ifdef __WANT_DEVS + +#if defined(CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA) +#if defined(CYGPKG_REDBOOT) +#include +#ifdef CYGSEM_REDBOOT_FLASH_CONFIG +#include +#include +RedBoot_config_option("Network hardware address [MAC]", + lan_esa, + ALWAYS_ENABLED, true, + CONFIG_ESA, 0 + ); +#endif // CYGSEM_REDBOOT_FLASH_CONFIG +#endif // CYGPKG_REDBOOT +#include +#ifndef CONFIG_ESA +#define CONFIG_ESA 6 +#endif +#endif + +static cyg_bool +find_rtl8029_match_func( cyg_uint16 v, cyg_uint16 d, cyg_uint32 c, void *p ) +{ + return ((v == 0x10EC) && (d == 0x8029)); +} + +static void +_ue250_eth_init(dp83902a_priv_data_t *dp) +{ + cyg_pci_device_id devid; + cyg_pci_device dev_info; +#if defined(CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA) + cyg_bool esa_ok; + unsigned char _esa[6]; +#else + unsigned char prom[32]; + int i; +#endif + + devid = CYG_PCI_NULL_DEVID; + if (cyg_pci_find_matching( &find_rtl8029_match_func, NULL, &devid )) { + cyg_pci_get_device_info(devid, &dev_info); + cyg_pci_translate_interrupt(&dev_info, &dp->interrupt); + dp->base = (cyg_uint8 *)(dev_info.base_map[0] & ~1); + dp->data = dp->base + 0x10; + dp->reset = dp->base + 0x1F; +#if 0 + diag_printf("RTL8029 at %p, interrupt: %x\n", dp->base, dp->interrupt); +#endif +#if defined(CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA) + esa_ok = CYGACC_CALL_IF_FLASH_CFG_OP(CYGNUM_CALL_IF_FLASH_CFG_GET, + "lan_esa", _esa, CONFIG_ESA); + if (esa_ok) { + memcpy(dp->esa, _esa, sizeof(_esa)); + } +#else + // Read ESA from EEPROM + DP_OUT(dp->base, DP_DCR, 0x49); // Wordwide access + DP_OUT(dp->base, DP_RBCH, 0); // Remote byte count + DP_OUT(dp->base, DP_RBCL, 0); + DP_OUT(dp->base, DP_ISR, 0xFF); // Clear any pending interrupts + DP_OUT(dp->base, DP_IMR, 0x00); // Mask all interrupts + DP_OUT(dp->base, DP_RCR, 0x20); // Monitor + DP_OUT(dp->base, DP_TCR, 0x02); // loopback + DP_OUT(dp->base, DP_RBCH, 32); // Remote byte count + DP_OUT(dp->base, DP_RBCL, 0); + DP_OUT(dp->base, DP_RSAL, 0); // Remote address + DP_OUT(dp->base, DP_RSAH, 0); + DP_OUT(dp->base, DP_CR, DP_CR_START|DP_CR_RDMA); // Read data + for (i = 0; i < 32; i++) { + cyg_uint16 _val; + HAL_READ_UINT16(dp->data, _val); + prom[i] = _val; + } + // Set ESA into chip + DP_OUT(dp->base, DP_CR, DP_CR_NODMA | DP_CR_PAGE1); // Select page 1 + for (i = 0; i < 6; i++) { + DP_OUT(dp->base, DP_P1_PAR0+i, prom[i]); + } + DP_OUT(dp->base, DP_CR, DP_CR_NODMA | DP_CR_PAGE0); // Select page 0 +#endif + } +} + +#undef CYGHWR_NS_DP83902A_PLF_INIT +#define CYGHWR_NS_DP83902A_PLF_INIT(dp) _ue250_eth_init(dp) + +#ifndef CYGINT_IO_ETH_INT_SUPPORT_REQUIRED +static void +_ue250_eth_int_clear(dp83902a_priv_data_t *dp) +{ + cyg_drv_interrupt_acknowledge(dp->interrupt); +} + +#undef CYGHWR_NS_DP83902A_PLF_INT_CLEAR +#define CYGHWR_NS_DP83902A_PLF_INT_CLEAR(dp) _ue250_eth_int_clear(dp) +#endif + +#ifdef CYGPKG_DEVS_ETH_UE250_ETH0 + +static dp83902a_priv_data_t dp83902a_eth0_priv_data = { + base : (cyg_uint8*) 0, // + data : (cyg_uint8*) 0, // Filled in at runtime + reset: (cyg_uint8*) 0, // + interrupt: 0, // + tx_buf1: 0x40, // + tx_buf2: 0x48, // Buffer layout - change with care + rx_buf_start: 0x50, // + rx_buf_end: 0x80, // +#ifdef CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA + esa : CYGDAT_DEVS_ETH_UE250_ETH0_ESA, + hardwired_esa : true, +#else + hardwired_esa : false, +#endif +}; + +ETH_DRV_SC(dp83902a_sc, + &dp83902a_eth0_priv_data, // Driver specific data + CYGDAT_DEVS_ETH_UE250_ETH0_NAME, + dp83902a_start, + dp83902a_stop, + dp83902a_control, + dp83902a_can_send, + dp83902a_send, + dp83902a_recv, + dp83902a_deliver, // "pseudoDSR" called from fast net thread + dp83902a_poll, // poll function, encapsulates ISR and DSR + dp83902a_int_vector); + +NETDEVTAB_ENTRY(dp83902a_netdev, + "dp83902a_" CYGDAT_DEVS_ETH_UE250_ETH0_NAME, + dp83902a_init, + &dp83902a_sc); + +#endif // CYGPKG_DEVS_ETH_UE250_ETH0 + +#endif // __WANT_DEVS + +// -------------------------------------------------------------- + +// EOF devs_eth_ue250.inl diff --git a/packages/devs/flash/arm/uE250/current/ChangeLog b/packages/devs/flash/arm/uE250/current/ChangeLog new file mode 100644 --- /dev/null +++ b/packages/devs/flash/arm/uE250/current/ChangeLog @@ -0,0 +1,41 @@ +2003-02-04 Gary Thomas + + * include/uE250_strataflash.inl: + * cdl/flash_uE250.cdl: + New package - support for NMI uE250 (Xscale PXA250) + + +//=========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//=========================================================================== diff --git a/packages/devs/flash/arm/uE250/current/cdl/flash_uE250.cdl b/packages/devs/flash/arm/uE250/current/cdl/flash_uE250.cdl new file mode 100644 --- /dev/null +++ b/packages/devs/flash/arm/uE250/current/cdl/flash_uE250.cdl @@ -0,0 +1,81 @@ +# ==================================================================== +# +# flash_uE250.cdl +# +# FLASH memory - Hardware support on NMI uE250 (Xscale PXA250) +# +# ==================================================================== +#####ECOSGPLCOPYRIGHTBEGIN#### +## ------------------------------------------- +## This file is part of eCos, the Embedded Configurable Operating System. +## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +## Copyright (C) 2003 Gary Thomas +## +## eCos is free software; you can redistribute it and/or modify it under +## the terms of the GNU General Public License as published by the Free +## Software Foundation; either version 2 or (at your option) any later version. +## +## eCos is distributed in the hope that it will be useful, but WITHOUT ANY +## WARRANTY; without even the implied warranty of MERCHANTABILITY or +## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +## for more details. +## +## You should have received a copy of the GNU General Public License along +## with eCos; if not, write to the Free Software Foundation, Inc., +## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +## +## As a special exception, if other files instantiate templates or use macros +## or inline functions from this file, or you compile this file and link it +## with other works to produce a work based on this file, this file does not +## by itself cause the resulting work to be covered by the GNU General Public +## License. However the source code for this file must still be made available +## in accordance with section (3) of the GNU General Public License. +## +## This exception does not invalidate any other reasons why a work based on +## this file might be covered by the GNU General Public License. +## +## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +## at http://sources.redhat.com/ecos/ecos-license/ +## ------------------------------------------- +#####ECOSGPLCOPYRIGHTEND#### +# ==================================================================== +######DESCRIPTIONBEGIN#### +# +# Author(s): msalter +# Original data: gthomas +# Contributors: +# Date: 2001-12-07 +# +#####DESCRIPTIONEND#### +# +# ==================================================================== + +cdl_package CYGPKG_DEVS_FLASH_UE250 { + display "Intel UE250 FLASH memory support" + + parent CYGPKG_IO_FLASH + active_if CYGPKG_IO_FLASH + requires CYGPKG_HAL_ARM_XSCALE_UE250 + + requires CYGPKG_DEVS_FLASH_STRATA + + implements CYGHWR_IO_FLASH_BLOCK_LOCKING + + include_dir cyg/io + + # Arguably this should do in the generic package + # but then there is a logic loop so you can never enable it. + cdl_interface CYGINT_DEVS_FLASH_STRATA_REQUIRED { + display "Generic StrataFLASH driver required" + } + + implements CYGINT_DEVS_FLASH_STRATA_REQUIRED + + define_proc { + puts $::cdl_system_header "/***** strataflash driver proc output start *****/" + puts $::cdl_system_header "#define CYGDAT_DEVS_FLASH_STRATA_INL " + puts $::cdl_system_header "#define CYGDAT_DEVS_FLASH_STRATA_CFG " + puts $::cdl_system_header "/***** strataflash driver proc output end *****/" + } +} + diff --git a/packages/devs/flash/arm/uE250/current/include/uE250_strataflash.inl b/packages/devs/flash/arm/uE250/current/include/uE250_strataflash.inl new file mode 100644 --- /dev/null +++ b/packages/devs/flash/arm/uE250/current/include/uE250_strataflash.inl @@ -0,0 +1,66 @@ +#ifndef CYGONCE_DEVS_FLASH_UE250_STRATAFLASH_INL +#define CYGONCE_DEVS_FLASH_UE250_STRATAFLASH_INL +//========================================================================== +// +// uE250_strataflash.inl +// +// Flash programming - device constants, etc. +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): msalter +// Contributors: gthomas +// Date: 2001-12-07 +// Purpose: +// Description: +// +//####DESCRIPTIONEND#### +// +//========================================================================== + +// The uEngine uE250 system has two 16-bit devices. + +#define CYGNUM_FLASH_DEVICES (2) +#define CYGNUM_FLASH_BASE UE250_FLASH_ADDR +#define CYGNUM_FLASH_BASE_MASK (0xFC000000u) // 32Mb total +#define CYGNUM_FLASH_WIDTH (16) +#define CYGNUM_FLASH_BLANK (1) + +#endif +// ------------------------------------------------------------------------ +// EOF uE250_strataflash.inl diff --git a/packages/ecos.db b/packages/ecos.db --- a/packages/ecos.db +++ b/packages/ecos.db @@ -4478,3 +4478,50 @@ target ts1000 { eCos on a Allied Telesyn TS1000 (PPC855T) board." } +# -------------------------------------------------------------------------- + +package CYGPKG_DEVS_FLASH_UE250 { + alias { "FLASH memory support for uE250" flash_uE250 } + directory devs/flash/arm/uE250 + script flash_uE250.cdl + hardware + description " + This package contains hardware support for FLASH memory + on the uE250 platform." +} + +package CYGPKG_DEVS_ETH_ARM_XSCALE_UE250 { + alias { "NMI uE250 PCI ethernet driver" devs_eth_arm_ue250 } + hardware + directory devs/eth/arm/uE250 + script uE250_eth_drivers.cdl + description "Ethernet driver for NMI uE250 via PCI card." +} + +package CYGPKG_HAL_ARM_XSCALE_UE250 { + alias { "NMI uEngine uE250" hal_arm_xscale_uE250 } + directory hal/arm/xscale/uE250 + script hal_arm_xscale_uE250.cdl + hardware + description " + The UE250 HAL package provides the support needed to run + eCos on an NMI uEngine u250 board." +} + +target uE250 { + alias { "NMI uEngine uE250 Board" uE250 ue250 } + packages { CYGPKG_HAL_ARM + CYGPKG_HAL_ARM_XSCALE_CORE + CYGPKG_HAL_ARM_XSCALE_PXA2X0 + CYGPKG_HAL_ARM_XSCALE_UE250 + CYGPKG_IO_PCI + CYGPKG_IO_SERIAL_GENERIC_16X5X + CYGPKG_DEVS_FLASH_STRATA + CYGPKG_DEVS_FLASH_UE250 + CYGPKG_DEVS_ETH_NS_DP83902A + CYGPKG_DEVS_ETH_ARM_XSCALE_UE250 + } + description " + The uE250 target provides the packages needed to run + eCos on an NMI uEngine uE250 board." +} diff --git a/packages/hal/arm/xscale/uE250/current/ChangeLog b/packages/hal/arm/xscale/uE250/current/ChangeLog new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/ChangeLog @@ -0,0 +1,63 @@ +2003-02-04 Gary Thomas + + * src/xilinx-load.c: + * src/uE250_plx.c: + * src/uE250_pci.c: + * src/uE250_misc.c: + * src/uE250_ide.c: + * src/uE250_plx_bitstream.h: + * src/uE250_pci_bitstream.h: + * misc/redboot_ROM.ecm: + * misc/redboot_RAM.ecm: + * include/pkgconf/mlt_arm_xscale_uE250_romram.mlt: + * include/pkgconf/mlt_arm_xscale_uE250_romram.ldi: + * include/pkgconf/mlt_arm_xscale_uE250_romram.h: + * include/pkgconf/mlt_arm_xscale_uE250_rom.mlt: + * include/pkgconf/mlt_arm_xscale_uE250_rom.ldi: + * include/pkgconf/mlt_arm_xscale_uE250_rom.h: + * include/pkgconf/mlt_arm_xscale_uE250_ram.mlt: + * include/pkgconf/mlt_arm_xscale_uE250_ram.ldi: + * include/pkgconf/mlt_arm_xscale_uE250_ram.h: + * include/uE250.h: + * include/plx.h: + * include/plf_mmap.h: + * include/hal_plf_ints.h: + * include/plf_io.h: + * include/hal_platform_setup.h: + * cdl/hal_arm_xscale_uE250.cdl: + New package - support for NMI uE250 (Xscale PXA250) platform. + +//=========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//=========================================================================== diff --git a/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl b/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl @@ -0,0 +1,390 @@ +# ==================================================================== +# +# hal_arm_xscale_uE250.cdl +# +# NMI uEngine uE250 platform HAL package configuration data +# +# ==================================================================== +#####ECOSGPLCOPYRIGHTBEGIN#### +## ------------------------------------------- +## This file is part of eCos, the Embedded Configurable Operating System. +## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +## Copyright (C) 2003 Gary Thomas +## +## eCos is free software; you can redistribute it and/or modify it under +## the terms of the GNU General Public License as published by the Free +## Software Foundation; either version 2 or (at your option) any later version. +## +## eCos is distributed in the hope that it will be useful, but WITHOUT ANY +## WARRANTY; without even the implied warranty of MERCHANTABILITY or +## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +## for more details. +## +## You should have received a copy of the GNU General Public License along +## with eCos; if not, write to the Free Software Foundation, Inc., +## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +## +## As a special exception, if other files instantiate templates or use macros +## or inline functions from this file, or you compile this file and link it +## with other works to produce a work based on this file, this file does not +## by itself cause the resulting work to be covered by the GNU General Public +## License. However the source code for this file must still be made available +## in accordance with section (3) of the GNU General Public License. +## +## This exception does not invalidate any other reasons why a work based on +## this file might be covered by the GNU General Public License. +## +## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +## at http://sources.redhat.com/ecos/ecos-license/ +## ------------------------------------------- +#####ECOSGPLCOPYRIGHTEND#### +# ==================================================================== +######DESCRIPTIONBEGIN#### +# +# Author(s): msalter +# Contributors: hmt +# Date: 2001-12-03 +# +#####DESCRIPTIONEND#### +# +# ==================================================================== +cdl_package CYGPKG_HAL_ARM_XSCALE_UE250 { + display "uEngine 250" + parent CYGPKG_HAL_ARM_XSCALE + hardware + include_dir cyg/hal + define_header hal_arm_xscale_uE250.h + description " + This HAL platform package provides + support for the NMI uPCI with a uEngine uE250 CPU board." + + compile uE250_misc.c uE250_pci.c uE250_ide.c uE250_plx.c + + implements CYGINT_HAL_DEBUG_GDB_STUBS + implements CYGINT_HAL_DEBUG_GDB_STUBS_BREAK + implements CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT + # implements CYGINT_HAL_ARM_MEM_REAL_REGION_TOP + implements CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT + implements CYGINT_HAL_PLF_IF_IDE + implements CYGHWR_HAL_ARM_PXA2X0_BTUART + + define_proc { + puts $::cdl_system_header "#define CYGBLD_HAL_TARGET_H " + puts $::cdl_system_header "#define CYGBLD_HAL_VARIANT_H " + puts $::cdl_system_header "#define CYGBLD_HAL_PLATFORM_H " + puts $::cdl_header "#define CYGBLD_HAL_PLF_INTS_H " + puts $::cdl_header "#define HAL_PLATFORM_CPU \"XScale PXA250\"" + puts $::cdl_header "#define HAL_PLATFORM_BOARD \"NMI uEngine uE250\"" + puts $::cdl_header "#define HAL_PLATFORM_EXTRA \"\"" + puts $::cdl_header "#define HAL_PLATFORM_MACHINE_TYPE 241" + puts $::cdl_header "#define CYGHWR_REDBOOT_ARM_TRAMPOLINE_ADDRESS 0x00001f00" + } + + cdl_component CYG_HAL_STARTUP { + display "Startup type" + flavor data + default_value {"RAM"} + legal_values {"RAM" "ROM" "ROMRAM"} + no_define + define -file system.h CYG_HAL_STARTUP + description " + When targeting the uE250 eval board it is possible to build + the system for either RAM bootstrap or ROM bootstrap(s). Select + 'RAM' when building programs to load into RAM using onboard + debug software such as Angel or eCos GDB stubs. Select 'ROM' + when building a stand-alone application which will be put + into ROM. 'ROMRAM' will build a version suitable for system + startup code (in FLASH/ROM), which is immediately copied into + RAM for improved performance." + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD { + display "Diagnostic serial port baud rate" + flavor data + legal_values 9600 19200 38400 57600 115200 + default_value 38400 ; + description " + This option selects the baud rate used for the diagnostic port. + Note: this should match the value chosen for the GDB port if the + diagnostic and GDB port are the same." + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD { + display "GDB serial port baud rate" + flavor data + legal_values 9600 19200 38400 57600 115200 + default_value 38400 ; + description " + This option selects the baud rate used for the diagnostic port. + Note: this should match the value chosen for the GDB port if the + diagnostic and GDB port are the same." + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS { + display "Number of communication channels on the board" + flavor data + calculated 1 + description " + Channel 0 is the only serial port on the board." + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL { + display "Debug serial port" + active_if CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE + flavor data + legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1 + default_value 0 + description " + The UE250 has only one serial port." + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT { + display "Default console channel." + flavor data + legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1 + calculated 0 + } + + cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL { + display "Diagnostic serial port" + active_if CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE + flavor data + legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1 + default_value CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT + description " + The UE250 has only one serial port." + } + + cdl_component CYGSEM_HAL_LOAD_FPGAS { + display "Download bitstreams to various FPGA devices" + default_value { CYG_HAL_STARTUP != "RAM" } + requires CYGPKG_COMPRESS_ZLIB + compile xilinx-load.c + description " + Enabling this option will include code to download new + firmware (bitstream data) to various FPGA devices contained + within the system. Sub-options control which devices are + downloaded, etc." + + cdl_option CYGSEM_HAL_LOAD_PCI_FPGA { + display "Download firmware for PCI controller" + active_if CYGPKG_IO_PCI + default_value 1 + description " + This option will cause the firmware for the PCI controller + to be downloaded during system initialization." + } + + cdl_option CYGSEM_HAL_LOAD_VGA_FPGA { + display "Download firmware for VGA controller" + active_if CYGPKG_IO_PCI + default_value 1 + description " + This option will cause the firmware for the VGA controller + to be downloaded during system initialization." + } + } + + cdl_component CYGBLD_GLOBAL_OPTIONS { + display "Global build options" + flavor none + no_define + description " + Global build options including control over + compiler flags, linker flags and choice of toolchain." + + parent CYGPKG_NONE + + cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX { + display "Global command prefix" + flavor data + no_define + default_value { "arm-elf" } + description " + This option specifies the command prefix used when + invoking the build tools." + } + + cdl_option CYGBLD_GLOBAL_CFLAGS { + display "Global compiler flags" + flavor data + no_define + default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -mapcs-frame -fno-builtin" } + description " + This option controls the global compiler flags which are used to + compile all packages by default. Individual packages may define + options which override these global flags." + } + + cdl_option CYGBLD_GLOBAL_LDFLAGS { + display "Global linker flags" + flavor data + no_define + default_value { "-Wl,--gc-sections -Wl,-static -g -O2 -nostdlib" } + description " + This option controls the global linker flags. Individual + packages may define options which override these global flags." + } + + cdl_option CYGBLD_BUILD_GDB_STUBS { + display "Build GDB stub ROM image" + default_value 0 + requires { CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" } + requires CYGSEM_HAL_ROM_MONITOR + requires CYGBLD_BUILD_COMMON_GDB_STUBS + requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS + requires CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT + requires CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT + requires ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT + requires ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM + no_define + description " + This option enables the building of the GDB stubs for the + board. The common HAL controls takes care of most of the + build process, but the final conversion from ELF image to + binary data is handled by the platform CDL, allowing + relocation of the data if necessary." + + make -priority 320 { + /bin/gdb_module.bin : /bin/gdb_module.img + $(OBJCOPY) --remove-section=.fixed_vectors -O binary $< $@ + } + } + } + + cdl_component CYGPKG_HAL_ARM_XSCALE_UE250_OPTIONS { + display "NMI uEngine uE250 build options" + flavor none + no_define + description " + Package specific build options including control over + compiler flags used only in building this package, + and details of which tests are built." + + cdl_option CYGPKG_HAL_ARM_XSCALE_UE250_CFLAGS_ADD { + display "Additional compiler flags" + flavor data + no_define + default_value { "" } + description " + This option modifies the set of compiler flags for + building the XScale UE250 HAL. These flags are used in addition + to the set of global flags." + } + + cdl_option CYGPKG_HAL_ARM_XSCALE_UE250_CFLAGS_REMOVE { + display "Suppressed compiler flags" + flavor data + no_define + default_value { "" } + description " + This option modifies the set of compiler flags for + building the XScale UE250 HAL. These flags are removed from + the set of global flags if present." + } + + cdl_option CYGNUM_HAL_BREAKPOINT_LIST_SIZE { + display "Number of breakpoints supported by the HAL." + flavor data + default_value 32 + description " + This option determines the number of breakpoints supported by the HAL." + } + } + + cdl_component CYGHWR_MEMORY_LAYOUT { + display "Memory layout" + flavor data + no_define + calculated { CYG_HAL_STARTUP == "RAM" ? "arm_xscale_uE250_ram" : \ + CYG_HAL_STARTUP == "ROMRAM" ? "arm_xscale_uE250.romram" : \ + CYG_HAL_STARTUP == "ROM" ? "arm_xscale_uE250_rom" : "BOGUS.mlt" } + + cdl_option CYGHWR_MEMORY_LAYOUT_LDI { + display "Memory layout linker script fragment" + flavor data + no_define + define -file system.h CYGHWR_MEMORY_LAYOUT_LDI + calculated { CYG_HAL_STARTUP == "RAM" ? "" : \ + CYG_HAL_STARTUP == "ROMRAM" ? "" : \ + CYG_HAL_STARTUP == "ROM" ? "" : "BOGUS.ldi"} + } + + cdl_option CYGHWR_MEMORY_LAYOUT_H { + display "Memory layout header file" + flavor data + no_define + define -file system.h CYGHWR_MEMORY_LAYOUT_H + calculated { CYG_HAL_STARTUP == "RAM" ? "" : \ + CYG_HAL_STARTUP == "ROMRAM" ? "" : \ + CYG_HAL_STARTUP == "ROM" ? "" : "BOGUS.h" } + } + } + + cdl_option CYGSEM_HAL_ROM_MONITOR { + display "Behave as a ROM monitor" + flavor bool + default_value 0 + parent CYGPKG_HAL_ROM_MONITOR + requires { CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" } + description " + Enable this option if this program is to be used as a ROM monitor, + i.e. applications will be loaded into RAM on the board, and this + ROM monitor may process exceptions or interrupts generated from the + application. This enables features such as utilizing a separate + interrupt stack when exceptions are generated." + } + + cdl_option CYGSEM_HAL_USE_ROM_MONITOR { + display "Work with a ROM monitor" + flavor booldata + legal_values { "Generic" "GDB_stubs" } + default_value { CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 } + parent CYGPKG_HAL_ROM_MONITOR + requires { CYG_HAL_STARTUP == "RAM" } + description " + Support can be enabled for different varieties of ROM monitor. + This support changes various eCos semantics such as the encoding + of diagnostic output, or the overriding of hardware interrupt + vectors. + Firstly there is \"Generic\" support which prevents the HAL + from overriding the hardware vectors that it does not use, to + instead allow an installed ROM monitor to handle them. This is + the most basic support which is likely to be common to most + implementations of ROM monitor. + \"GDB_stubs\" provides support when GDB stubs are included in + the ROM monitor or boot ROM." + } + + cdl_component CYGPKG_REDBOOT_HAL_OPTIONS { + display "Redboot HAL options" + flavor none + no_define + parent CYGPKG_REDBOOT + active_if CYGPKG_REDBOOT + description " + This option lists the target's requirements for a valid Redboot + configuration." + + # compile -library=libextras.a redboot_cmds.c + + cdl_option CYGBLD_BUILD_REDBOOT_BIN { + display "Build Redboot ROM binary image" + active_if CYGBLD_BUILD_REDBOOT + default_value 1 + no_define + description "This option enables the conversion of the Redboot ELF + image to a binary image suitable for ROM programming." + + # compile -library=libextras.a redboot_cmds.c + + make -priority 325 { + /bin/redboot.bin : /bin/redboot.elf + $(OBJCOPY) --strip-debug $< $(@:.bin=.img) + $(OBJCOPY) -O srec $< $(@:.bin=.srec) + $(OBJCOPY) -O binary $< $@ + } + } + } + +} diff --git a/packages/hal/arm/xscale/uE250/current/include/hal_platform_setup.h b/packages/hal/arm/xscale/uE250/current/include/hal_platform_setup.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/hal_platform_setup.h @@ -0,0 +1,312 @@ +#ifndef CYGONCE_HAL_PLATFORM_SETUP_H +#define CYGONCE_HAL_PLATFORM_SETUP_H + +/*============================================================================= +// +// hal_platform_setup.h +// +// Platform specific support for HAL (assembly code) +// +//============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//===========================================================================*/ + +#include // System-wide configuration info +#include CYGBLD_HAL_VARIANT_H // Variant specific configuration +#include CYGBLD_HAL_PLATFORM_H // Platform specific configuration +#include // Variant specific hardware definitions +#include // MMU definitions +#include // more MMU definitions +#include // Platform specific hardware definitions +#include + +#define MDCNFG_VALUE 0x03001BC9 +// #define MDCNFG_VALUE 0x00001BC9 +#define MDMRS_VALUE 0x00000000 +#define MDREFR_VALUE_1 0x00494030 +#define MDREFR_VALUE_2 0x00094030 +#define MDREFR_VALUE_3 0x0009C030 + +#define GPCR0_VALUE 0xFFFFFFFF +#define GPCR1_VALUE 0xFFFFFFFF +#define GPCR2_VALUE 0xFFFFFFFF + +#define GPSR0_VALUE 0x00028000 +#define GPSR1_VALUE 0x00002122 +#define GPSR2_VALUE 0x0001C000 + +#define GPDR0_VALUE 0x03E3A080 +#define GPDR1_VALUE 0x00FFA963 +#define GPDR2_VALUE 0x0001C000 + +#define GAFR0_L_VALUE 0x88000000 +#define GAFR0_U_VALUE 0x001A8010 +#define GAFR1_L_VALUE 0x90900008 +#define GAFR1_U_VALUE 0x0005AAAA +#define GAFR2_L_VALUE 0xA0000000 +#define GAFR2_U_VALUE 0x00000002 + +#define PSSR_VALUE 0x20 +#define MSC0_VALUE_NONBURST 0x2FD0 +#define MSC0_VALUE_BURST 0x22D2 + +#if defined(CYG_HAL_STARTUP_ROM) || defined(CYG_HAL_STARTUP_ROMRAM) +#define PLATFORM_SETUP1 _platform_setup1 +// #define PLATFORM_EXTRAS +#define CYGHWR_HAL_ARM_HAS_MMU + +// This macro represents the initial startup code for the platform + .macro _platform_setup1 + // This is where we wind up immediately after reset. At this point, we + // are executing from the boot address (0x00000000), not the eventual + // flash address. Do some basic setup using position independent code + // then switch to real flash address + +// FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME +// This is a quick and dirty workaround to an apparent gas/ld +// bug. The computed UNMAPPED_PTR(reset_vector) is off by 0x20. + .rept 0x20/4 + nop + .endr +// FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME + + + // Set the direction of the LED GPIO's to 'output' + // This will disable the LED's (which are on at boot-time, so we + // can see we have safely landed here. + ldr r1, =PXA2X0_GPDR0 + ldr r2, =0x00600000 + str r2, [r1] + + + // Disable interrupts, by setting the Interrupt Mask Registers to all 0's + ldr r1,=PXA2X0_ICMR + mov r0,#0 + str r0,[r1] + + // disable MMU + mov r0, #0x0 + mcr p15, 0, r0, c1, c0, 0 + + // flush TLB + mov r0, #0x0 + mcr p15, 0, r0, c8, c7, 0 // Flush TLB + + // flush I&D caches and BTB + mov r0, #0x0 + mcr p15, 0, r0, c7, c7, 0 // Flush caches + + CPWAIT r0 + + // Enables access to coprocessor 0 (The only extra coprocessor on the PXA250) + ldr r0, =0x00000001 + mcr p15, 0, r0, c15, c1, 0 + + // Disable the IRQ's and FIQ's in the program status register and + // enable supervisor mode + ldr r0,=(CPSR_IRQ_DISABLE|CPSR_FIQ_DISABLE|CPSR_SUPERVISOR_MODE) + msr cpsr, r0 + + // Set TURBO mode + + ldr r2, =0x00000321 + ldr r1, =PXA2X0_CCCR + str r2,[r1] + + ldr r1, =0x00000003 + mcr p14, 0, r1, c6, c0, 0 + + // Set-up memory according to NMI specs + + ldr r1,=PXA2X0_RAM_BANK0_BASE + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + ldr r2,[r1] + + // Set DRAM Configuration Value + ldr r1,=PXA2X0_MDCNFG + ldr r2,=MDCNFG_VALUE + str r2,[r1] + + // Set MDMRS + ldr r1,=PXA2X0_MDMRS + ldr r2,=MDMRS_VALUE + str r2,[r1] + + // Set Refresh Values + ldr r1,=PXA2X0_MDREFR + ldr r2,=MDREFR_VALUE_1 + str r2,[r1] + + ldr r1,=PXA2X0_MDREFR + ldr r2,=MDREFR_VALUE_2 + str r2,[r1] + + ldr r1,=PXA2X0_MDREFR + ldr r2,=MDREFR_VALUE_3 + str r2,[r1] + + // Set Static memory registers + ldr r1,=PXA2X0_MSC0 + ldr r2,=MSC0_VALUE_NONBURST + str r2,[r1] + + // Setup GPIO clear registers + ldr r1, =PXA2X0_GPCR0 + ldr r2, =(GPCR0_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPCR1 + ldr r2, =(GPCR1_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPCR2 + ldr r2, =(GPCR2_VALUE) + str r2, [r1] + + // Setup GPIO set registers + ldr r1, =PXA2X0_GPSR0 + ldr r2, =(GPSR0_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPSR1 + ldr r2, =(GPSR1_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPSR2 + ldr r2, =(GPSR2_VALUE) + str r2, [r1] + + // Setup GPIO direction registers + ldr r1, =PXA2X0_GPDR0 + ldr r2, =(GPDR0_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPDR1 + ldr r2, =(GPDR1_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GPDR2 + ldr r2, =(GPDR2_VALUE) + str r2, [r1] + + // Setup GPIO alternate function registers + ldr r1, =PXA2X0_GAFR0_L + ldr r2, =(GAFR0_L_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GAFR0_U + ldr r2, =(GAFR0_U_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GAFR1_L + ldr r2, =(GAFR1_L_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GAFR1_U + ldr r2, =(GAFR1_U_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GAFR2_L + ldr r2, =(GAFR2_L_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_GAFR2_U + ldr r2, =(GAFR2_U_VALUE) + str r2, [r1] + + ldr r1, =PXA2X0_PSSR + ldr r2, =(PSSR_VALUE) + str r2, [r1] + + // Enable the Icache + mrc p15, 0, r0, c1, c0, 0 + orr r0, r0, #MMU_Control_I + mcr p15, 0, r0, c1, c0, 0 + CPWAIT r0 + + // Turn on red led + ldr r1,=PXA2X0_GPSR0 + ldr r2,=0x00200000 + str r2,[r1] + + // Set up a stack [for calling C code] + ldr r1,=__startup_stack + ldr r2,=PXA2X0_RAM_BANK0_BASE + orr sp,r1,r2 + + // Create MMU tables + bl hal_mmu_init + + // Turn off red led + ldr r1,=PXA2X0_GPCR0 + ldr r2,=0x00200000 + str r2,[r1] + + // Enable MMU + ldr r2,=10f + ldr r1,=MMU_Control_Init|MMU_Control_M + mcr MMU_CP,0,r1,MMU_Control,c0 + mov pc, r2 + nop + nop + nop + +10: + // Turn on green led + ldr r1,=PXA2X0_GPSR0 + ldr r2,=0x00400000 + str r2,[r1] + + .endm + +#else // defined(CYG_HAL_STARTUP_ROM) +#define PLATFORM_SETUP1 +#endif + +#define PLATFORM_VECTORS _platform_vectors + .macro _platform_vectors + .globl hal_pcsr_cfg_retry +hal_pcsr_cfg_retry: .long 0 // Boot-time value of PCSR Retry bit. + .endm + +/*---------------------------------------------------------------------------*/ +/* end of hal_platform_setup.h */ +#endif /* CYGONCE_HAL_PLATFORM_SETUP_H */ diff --git a/packages/hal/arm/xscale/uE250/current/include/hal_plf_ints.h b/packages/hal/arm/xscale/uE250/current/include/hal_plf_ints.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/hal_plf_ints.h @@ -0,0 +1,83 @@ +#ifndef CYGONCE_HAL_PLF_INTS_H +#define CYGONCE_HAL_PLF_INTS_H +//========================================================================== +// +// hal_plf_ints.h +// +// HAL Platform Interrupt support +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): msalter +// Contributors: msalter +// Date: 2001-12-03 +// Purpose: Define Interrupt support +// Description: The interrupt details for a specific platform is defined here. +// Usage: +// +// +//####DESCRIPTIONEND#### +// +//========================================================================== + +// start with variant ints +#include +#include CYGBLD_HAL_VAR_INTS_H +#include + +//---------------------------------------------------------------------------- +// Reset. +#undef HAL_PLATFORM_RESET +#define HAL_PLATFORM_RESET() \ + CYG_MACRO_START \ + cyg_uint32 ctrl; \ + \ + /* By disabling interupts we will just hang in the loop below */ \ + /* if for some reason the software reset fails. */ \ + HAL_DISABLE_INTERRUPTS(ctrl); \ + \ + PCICTL_MISC = PCI_SYSTEM_RESET; \ + \ + for(;;); /* hang here forever if reset fails */ \ + CYG_MACRO_END + +// Fallback (never really used) +#define HAL_PLATFORM_RESET_ENTRY 0x00000000 + + +#endif // CYGONCE_HAL_PLF_INTS_H diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.h b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.h @@ -0,0 +1,18 @@ +// eCos memory layout - Fri Oct 20 05:56:24 2000 + +// This is a generated file - do not edit + +#ifndef __ASSEMBLER__ +#include +#include + +#endif +#define CYGMEM_REGION_ram (0x00000000) +#define CYGMEM_REGION_ram_SIZE (0x04000000) +#define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) +#ifndef __ASSEMBLER__ +extern char CYG_LABEL_NAME (__heap1) []; +#endif +#define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) +#define CYGMEM_SECTION_heap1_SIZE (0x1e00000 - (size_t) CYG_LABEL_NAME (__heap1)) + diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.ldi b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.ldi new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.ldi @@ -0,0 +1,27 @@ +// eCos memory layout - Fri Oct 20 05:56:24 2000 + +// This is a generated file - do not edit + +#include + +MEMORY +{ + ram : ORIGIN = 0x00000000, LENGTH = 0x4000000 +} + +SECTIONS +{ + SECTIONS_BEGIN + SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) + SECTION_rom_vectors (ram, 0x20000, LMA_EQ_VMA) + SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata1 (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_data (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) + CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); + SECTIONS_END +} diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.mlt b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.mlt new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_ram.mlt @@ -0,0 +1,14 @@ +version 0 +region ram 0 2000000 0 ! +section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! +section rom_vectors 0 1 0 1 1 1 1 1 20000 20000 text text ! +section text 0 4 0 1 0 1 0 1 fini fini ! +section fini 0 4 0 1 0 1 0 1 rodata rodata ! +section rodata 0 4 0 1 0 1 0 1 rodata1 rodata1 ! +section rodata1 0 4 0 1 0 1 0 1 fixup fixup ! +section fixup 0 4 0 1 0 1 0 1 gcc_except_table gcc_except_table ! +section gcc_except_table 0 4 0 1 0 1 0 1 data data ! +section data 0 4 0 1 0 1 0 1 bss bss ! +section bss 0 4 0 1 0 1 0 1 heap1 heap1 ! +section heap1 0 8 0 0 0 0 0 0 ! + diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.h b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.h @@ -0,0 +1,20 @@ +// eCos memory layout - Tue Jul 02 10:03:04 2002 + +// This is a generated file - do not edit + +#ifndef __ASSEMBLER__ +#include +#include + +#endif +#define CYGMEM_REGION_ram (0x00000000) +#define CYGMEM_REGION_ram_SIZE (0x04000000) +#define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) +#define CYGMEM_REGION_rom (0x50000000) +#define CYGMEM_REGION_rom_SIZE (0x04000000) +#define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R) +#ifndef __ASSEMBLER__ +extern char CYG_LABEL_NAME (__heap1) []; +#endif +#define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) +#define CYGMEM_SECTION_heap1_SIZE (0x4000000 - (size_t) CYG_LABEL_NAME (__heap1)) diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.ldi b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.ldi new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.ldi @@ -0,0 +1,29 @@ +// eCos memory layout - Tue Jul 02 10:03:04 2002 + +// This is a generated file - do not edit + +#include + +MEMORY +{ + ram : ORIGIN = 0x00000000, LENGTH = 0x04000000 + rom : ORIGIN = 0x50000000, LENGTH = 0x04000000 +} + +SECTIONS +{ + SECTIONS_BEGIN + SECTION_rom_vectors (rom, 0x50000000, LMA_EQ_VMA) + SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA) + SECTION_mmu_tables (rom, ALIGN (0x4000), LMA_EQ_VMA) + SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) + SECTION_data (ram, 0x8000, FOLLOWING (.mmu_tables)) + SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) + CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); + SECTIONS_END +} diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.mlt b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.mlt new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_rom.mlt @@ -0,0 +1,15 @@ +version 0 +region ram 0 2000000 0 ! +region rom f0000000 40000 1 ! +section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! +section data 0 1 1 1 1 1 0 0 8000 bss ! +section bss 0 4 0 1 0 1 0 1 heap1 heap1 ! +section heap1 0 8 0 0 0 0 0 0 ! +section rom_vectors 0 1 0 1 1 1 1 1 f0000000 f0000000 text text ! +section text 0 4 0 1 0 1 0 1 fini fini ! +section fini 0 4 0 1 0 1 0 1 rodata rodata ! +section rodata 0 4 0 1 0 1 0 1 rodata1 rodata1 ! +section rodata1 0 4 0 1 0 1 0 1 fixup fixup ! +section fixup 0 4 0 1 0 1 0 1 gcc_except_table gcc_except_table ! +section gcc_except_table 0 4 0 1 0 1 0 1 mmu_tables mmu_tables ! +section mmu_tables 0 4000 0 1 0 0 0 1 data ! diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.h b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.h @@ -0,0 +1,18 @@ +// eCos memory layout - Fri Oct 20 05:56:24 2000 + +// This is a generated file - do not edit + +#ifndef __ASSEMBLER__ +#include +#include + +#endif +#define CYGMEM_REGION_ram (0x00000000) +#define CYGMEM_REGION_ram_SIZE (0x04000000) +#define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W) +#ifndef __ASSEMBLER__ +extern char CYG_LABEL_NAME (__heap1) []; +#endif +#define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1)) +#define CYGMEM_SECTION_heap1_SIZE (0x1e00000 - (size_t) CYG_LABEL_NAME (__heap1)) + diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.ldi b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.ldi new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.ldi @@ -0,0 +1,27 @@ +// eCos memory layout - Fri Oct 20 05:56:24 2000 + +// This is a generated file - do not edit + +#include + +MEMORY +{ + ram : ORIGIN = 0x00000000, LENGTH = 0x04000000 +} + +SECTIONS +{ + SECTIONS_BEGIN + SECTION_fixed_vectors (ram, 0x20, LMA_EQ_VMA) + SECTION_rom_vectors (ram, 0x8000, LMA_EQ_VMA) + SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_rodata1 (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_data (ram, ALIGN (0x4), LMA_EQ_VMA) + SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA) + CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); + SECTIONS_END +} diff --git a/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.mlt b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.mlt new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/pkgconf/mlt_arm_xscale_uE250_romram.mlt @@ -0,0 +1,14 @@ +version 0 +region ram 0 2000000 0 ! +section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! +section rom_vectors 0 1 0 1 1 1 1 1 20000 20000 text text ! +section text 0 4 0 1 0 1 0 1 fini fini ! +section fini 0 4 0 1 0 1 0 1 rodata rodata ! +section rodata 0 4 0 1 0 1 0 1 rodata1 rodata1 ! +section rodata1 0 4 0 1 0 1 0 1 fixup fixup ! +section fixup 0 4 0 1 0 1 0 1 gcc_except_table gcc_except_table ! +section gcc_except_table 0 4 0 1 0 1 0 1 data data ! +section data 0 4 0 1 0 1 0 1 bss bss ! +section bss 0 4 0 1 0 1 0 1 heap1 heap1 ! +section heap1 0 8 0 0 0 0 0 0 ! + diff --git a/packages/hal/arm/xscale/uE250/current/include/plf_io.h b/packages/hal/arm/xscale/uE250/current/include/plf_io.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/plf_io.h @@ -0,0 +1,239 @@ +#ifndef CYGONCE_PLF_IO_H +#define CYGONCE_PLF_IO_H + +//============================================================================= +// +// plf_io.h +// +// Platform specific IO support +// +//============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//============================================================================= +//#####DESCRIPTIONBEGIN#### +// +// Author(s): msalter +// Contributors: msalter, gthomas +// Date: 2002-01-10 +// Purpose: Intel Xscale (PXA250) PCI IO support macros +// Description: +// Usage: #include +// +//####DESCRIPTIONEND#### +// +//============================================================================= + +#include +#include // IO macros +#include + +#define PCI_CONTROL_BASE 0x37040000 + +#define PCI_CTL_IO(x) (*((volatile cyg_uint32*)(PCI_CONTROL_BASE+(x)))) +#define PCI_CTL_IO_BYTE(x) (*((volatile cyg_uint8*)(PCI_CONTROL_BASE+(x)))) + +#define PCICTL_MEM_REMAP PCI_CTL_IO(0x0000) +#define PCICTL_IO_REMAP PCI_CTL_IO(0x0004) +#define PCICTL_CONFIG_REMAP PCI_CTL_IO(0x0008) +#define PCICTL_INT_RESET PCI_CTL_IO(0x0010) +#define PCICTL_STATUS_REG PCI_CTL_IO_BYTE(0x0010) +#define PCICTL_INT_EDGE PCI_CTL_IO(0x0011) +#define PCICTL_IRQ_MASK PCI_CTL_IO(0x0014) +#define PCICTL_MISC PCI_CTL_IO(0x001C) + +#define PCI_RESET (1 << 0) +#define PCI_WRITEBUF (1 << 1) +#define PCI_TIMER (1 << 2) +#define PCI_IDSEL_OFF (15 << 4) +#define PCI_IDSEL_0 (1 << 4) +#define PCI_IDSEL_1 (2 << 4) +#define PCI_IDSEL_2 (3 << 4) +#define PCI_IDSEL_3 (4 << 4) +#define PCI_IDSEL_4 (5 << 4) +#define PCI_IDSEL_5 (6 << 4) +#define PCI_SDRAM_64 (0 << 16) +#define PCI_SDRAM_128 (1 << 16) +#define PCI_SDRAM_256 (2 << 16) +#define PCI_SYSTEM_RESET (1 << 31) + +#define PCI_INT_A (1 << 0) +#define PCI_INT_B (1 << 1) +#define PCI_INT_C (1 << 2) +#define PCI_INT_D (1 << 3) +#define PCI_TARGET_ABORT (1 << 4) +#define PCI_MASTER_ABORT (1 << 5) +#define PCI_PARITY_ERROR (1 << 6) +#define PCI_SYS_ERROR (1 << 7) +#define PCI_BUS_TIMEOUT (1 << 8) + +#define PCI_INT_A_ENABLE (1 << 0) +#define PCI_INT_B_ENABLE (1 << 1) +#define PCI_INT_C_ENABLE (1 << 2) +#define PCI_INT_D_ENABLE (1 << 3) + +#define PCI_IDSEL_SHIFT 4 + +// FIXME: Use virtual address +#define PCI_CONFIG_BASE 0x15000000 + +#define HAL_PCI_INIT() cyg_hal_plf_pci_init() + + +// Map PCI device resources starting from these addresses in PCI space. +#define HAL_PCI_PHYSICAL_MEMORY_BASE 0x0C000000 // CPU address +#define HAL_PCI_ALLOC_BASE_MEMORY 0x00000000 // PCI address +#define HAL_PCI_PHYSICAL_IO_BASE 0x16000000 // CPU address +#define HAL_PCI_ALLOC_BASE_IO 0x00000000 // PCI address +#define _PCI_READ_8 0x01000000 // +#define _PCI_READ_16 0x00000000 // Byte address munging +#define _PCI_READ_32 0x00800000 // +#define _PCI_WRITE_X 0x00000000 + +//----------------------------------------------------------------------------- + +extern cyg_uint32 cyg_hal_plf_pci_cfg_read_dword (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset); +extern cyg_uint16 cyg_hal_plf_pci_cfg_read_word (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset); +extern cyg_uint8 cyg_hal_plf_pci_cfg_read_byte (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset); +extern void cyg_hal_plf_pci_cfg_write_dword (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset, + cyg_uint32 val); +extern void cyg_hal_plf_pci_cfg_write_word (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset, + cyg_uint16 val); +extern void cyg_hal_plf_pci_cfg_write_byte (cyg_uint32 bus, + cyg_uint32 devfn, + cyg_uint32 offset, + cyg_uint8 val); + +// Read a value from the PCI configuration space of the appropriate +// size at an address composed from the bus, devfn and offset. +#define HAL_PCI_CFG_READ_UINT8( __bus, __devfn, __offset, __val ) \ + __val = cyg_hal_plf_pci_cfg_read_byte((__bus), (__devfn), (__offset)) + +#define HAL_PCI_CFG_READ_UINT16( __bus, __devfn, __offset, __val ) \ + __val = cyg_hal_plf_pci_cfg_read_word((__bus), (__devfn), (__offset)) + +#define HAL_PCI_CFG_READ_UINT32( __bus, __devfn, __offset, __val ) \ + __val = cyg_hal_plf_pci_cfg_read_dword((__bus), (__devfn), (__offset)) + +// Write a value to the PCI configuration space of the appropriate +// size at an address composed from the bus, devfn and offset. +#define HAL_PCI_CFG_WRITE_UINT8( __bus, __devfn, __offset, __val ) \ + cyg_hal_plf_pci_cfg_write_byte((__bus), (__devfn), (__offset), (__val)) + +#define HAL_PCI_CFG_WRITE_UINT16( __bus, __devfn, __offset, __val ) \ + cyg_hal_plf_pci_cfg_write_word((__bus), (__devfn), (__offset), (__val)) + +#define HAL_PCI_CFG_WRITE_UINT32( __bus, __devfn, __offset, __val ) \ + cyg_hal_plf_pci_cfg_write_dword((__bus), (__devfn), (__offset), (__val)) + + // Initialize the PCI bus. +externC void cyg_hal_plf_pci_init(void); +#define HAL_PCI_INIT() cyg_hal_plf_pci_init() + +#define HAL_PCI_TRANSLATE_INTERRUPT(__bus, __devfn, __vector, __valid) + +// Special I/O access functions +externC cyg_uint8 pci_io_read_8(cyg_uint32 address); +externC cyg_uint16 pci_io_read_16(cyg_uint32 address); +externC cyg_uint32 pci_io_read_32(cyg_uint32 address); +externC void pci_io_write_8(cyg_uint32 address, cyg_uint8 value); +externC void pci_io_write_16(cyg_uint32 address, cyg_uint16 value); +externC void pci_io_write_32(cyg_uint32 address, cyg_uint32 value); + +#define CYG_PCI_MAX_DEV 6 +#define CYG_PCI_MAX_BUS 1 +#define CYG_PCI_MAX_FN 1 + + +#define HAL_IDE_NUM_CONTROLLERS 1 + +#define HAL_IDE_READ_UINT8( __ctlr, __reg, __val) \ + __val = cyg_hal_plf_ide_read_uint8((__ctlr), (__reg)) + +#define HAL_IDE_READ_UINT16( __ctlr, __reg, __val) \ + __val = cyg_hal_plf_ide_read_uint16((__ctlr), (__reg)) + +#define HAL_IDE_WRITE_UINT8( __ctlr, __reg, __val) \ + cyg_hal_plf_ide_write_uint8((__ctlr), (__reg), (__val)) + +#define HAL_IDE_WRITE_UINT16( __ctlr, __reg, __val) \ + cyg_hal_plf_ide_write_uint16((__ctlr), (__reg), (__val)) + + +#define HAL_IDE_WRITE_CONTROL( __ctlr, __val) \ + cyg_hal_plf_ide_write_control((__ctlr), (__val)) + +#define HAL_IDE_INIT() cyg_hal_plf_ide_init() + + +// SDRAM is aliased as uncached memory for drivers. +#define CYGARC_UNCACHED_ADDRESS(_x_) \ + (((((unsigned long)(_x_)) >> 29)==0x0) ? (((unsigned long)(_x_))|0xc0000000) : (_x_)) + +static inline unsigned cygarc_physical_address(unsigned va) +{ + unsigned *ram_mmutab = (unsigned *)(SDRAM_BASE | 0x4000); + unsigned pte; + + pte = ram_mmutab[va >> 20]; + + return (pte & 0xfff00000) | (va & 0xfffff); +} + +// FIXME +#undef CYGARC_PHYSICAL_ADDRESS +#define CYGARC_PHYSICAL_ADDRESS(_x_) cygarc_physical_address(_x_) + +static inline unsigned cygarc_virtual_address(unsigned pa) +{ + if (0xa0000000 <= pa && pa < 0xc0000000) + return pa - 0xa0000000; + return pa; +} + +#define CYGARC_VIRTUAL_ADDRESS(_x_) cygarc_virtual_address(_x_) + +//----------------------------------------------------------------------------- +// end of plf_io.h +#endif // CYGONCE_PLF_IO_H diff --git a/packages/hal/arm/xscale/uE250/current/include/plf_mmap.h b/packages/hal/arm/xscale/uE250/current/include/plf_mmap.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/plf_mmap.h @@ -0,0 +1,127 @@ +#ifndef CYGONCE_HAL_PXA250_PLATFORM_PLF_MMAP_H +#define CYGONCE_HAL_PXA250_PLATFORM_PLF_MMAP_H +/*============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//============================================================================= +//#####DESCRIPTIONBEGIN#### +// +// Author(s): hmt +// Contributors: hmt +// Date: 2001-01-04 +// Purpose: Intel PXA250 series platform-specific memory mapping macros +// Description: Macros to convert a cached, virtual address to +// 1) an uncached adddress for the same memory (if available) +// 2) the equivalent physical address for giving to external +// hardware eg. DMA engines. +// +// NB: this mapping is expressed here statically, independent +// of the actual mapping installed in the MMAP table. So if +// someone changes that, or its initialisation is changed, +// then this module must change. This is intended to be +// efficient at a cost of generality. It is also intended to +// be called with constants (such as &my_struct) as input +// args, so that all the work can be done at compile time, +// with optimization on. +// +// Usage: #include +// (which includes this file itself) +// +//####DESCRIPTIONEND#### +// +//===========================================================================*/ + +#include + +// Get the pagesize for a particular virtual address: + +// This does not depend on the vaddr. +#define HAL_MM_PAGESIZE( vaddr, pagesize ) CYG_MACRO_START \ + (pagesize) = SZ_1M; \ +CYG_MACRO_END + +// Get the physical address from a virtual address: + +// Only RAM and ROM are mapped; we just pass through all other values, +// rather than detecting nonexistent areas here. + +#define HAL_VIRT_TO_PHYS_ADDRESS( vaddr, paddr ) CYG_MACRO_START \ + cyg_uint32 _v_ = (cyg_uint32)(vaddr); \ + if ( 64 * SZ_1M > _v_ ) /* 64Mb of SDRAM Bank 0 from 0-32Mb */ \ + _v_ += 0xa00u * SZ_1M; \ + else if ( 0x500u * SZ_1M > _v_ ) /* Space between RAM and mapped ROM */\ + /* no change */ ; \ + else if ( 0x520u * SZ_1M > _v_ ) /* Mapped boot ROM size 32Mb */ \ + _v_ -= 0x500u * SZ_1M; \ + else /* Rest of it */ \ + /* no change */ ; \ + (paddr) = _v_; \ +CYG_MACRO_END + +// Get the virtual address for a physical address: + +// Only RAM and ROM are mapped; we just pass through all other values, +// rather than detecting nonexistent areas here. + +#define HAL_PHYS_TO_VIRT_ADDRESS( paddr, vaddr ) CYG_MACRO_START \ + cyg_uint32 _p_ = (cyg_uint32)(paddr); \ + if ( 32 * SZ_1M > _p_ ) /* 32Mb Boot ROM mapped to 0x500Mb */ \ + _p_ += 0x500u * SZ_1M; \ + else if ( 0xa00u * SZ_1M > _p_ ) /* Space between ROM and SDRAM */ \ + /* no change */ ; \ + else if ( 0xa40u * SZ_1M > _p_ ) /* Raw RAM size 64Mb */ \ + _p_ -= 0xa00u * SZ_1M; \ + else /* Rest of it */ \ + /* no change */ ; \ + (vaddr) = _p_ ; \ +CYG_MACRO_END + +// Get a non-cacheable address for accessing the same store as a virtual +// (assumed cachable) address: + +// Only RAM is mapped: ROM is only available cachable, everything else is +// not cachable anyway. + +#define HAL_VIRT_TO_UNCACHED_ADDRESS( vaddr, uaddr ) CYG_MACRO_START \ + cyg_uint32 _v_ = (cyg_uint32)(vaddr); \ + if ( 64 * SZ_1M > _v_ ) /* 64Mb of SDRAM Bank 0 from 0-64Mb */ \ + _v_ += 0xc00u * SZ_1M; \ + else /* Everything else is already uncacheable or is ROM */ \ + /* no change */ ; \ + (uaddr) = _v_ ; \ +CYG_MACRO_END + +//--------------------------------------------------------------------------- +#endif // CYGONCE_HAL_SA11X0_PLATFORM_PLF_MMAP_H +// EOF plf_mmap.h diff --git a/packages/hal/arm/xscale/uE250/current/include/plx.h b/packages/hal/arm/xscale/uE250/current/include/plx.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/plx.h @@ -0,0 +1,105 @@ +#ifndef CYGONCE_PLX_H +#define CYGONCE_PLX_H + +//============================================================================= +// +// plx.h +// +// Description of PCI Local Bus (PLX) resources +// +//============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//============================================================================= + +#if 0 +#define PCI_MEM_BASE 0x0C000000 +#define LOCALBUS_MEM_BASE 0x00100000 +#define PCI_MEM_BASE2 0x10000000 +#define DISPLAY_MEM_BASE 0x04000000 +#define PLX_PCI_SLOT 0x5 +#else +#define LOCALBUS_CONFIG_OFFSET 0x0 +#define LOCALBUS_OFFSET 0x100 +#endif + +#ifndef _DEFINE_VARS +#define __global externC +#else +#define __global +#endif +__global cyg_uint32 _plx_config_addr; +__global cyg_uint32 _plx_localbus_addr; +#undef __global + +#if 0 +#define plx_config_readl(a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_CONFIG_OFFSET + (a))) +#define plx_config_writel(v,a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_CONFIG_OFFSET + (a)))=(v) + +#define localbus_readb(a) (*(volatile cyg_uint8 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a))) +#define localbus_readw(a) (*(volatile cyg_uint16 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a))) +#define localbus_readl(a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a))) +#define localbus_writeb(v,a) (*(volatile cyg_uint8 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a)))=(v) +#define localbus_writew(v,a) (*(volatile cyg_uint16 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a)))=(v) +#define localbus_writel(v,a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE + LOCALBUS_MEM_BASE + LOCALBUS_OFFSET + (a)))=(v) +#else +#define plx_config_readl(a) (*(volatile cyg_uint32 *)(_plx_config_addr + (a))) +#define plx_config_writel(v,a) (*(volatile cyg_uint32 *)(_plx_config_addr + (a)))=(v) + +#define localbus_readb(a) (*(volatile cyg_uint8 *)(_plx_localbus_addr + (a))) +#define localbus_readw(a) (*(volatile cyg_uint16 *)(_plx_localbus_addr + (a))) +#define localbus_readl(a) (*(volatile cyg_uint32 *)(_plx_localbus_addr + (a))) +#define localbus_writeb(v,a) (*(volatile cyg_uint8 *)(_plx_localbus_addr + (a)))=(v) +#define localbus_writew(v,a) (*(volatile cyg_uint16 *)(_plx_localbus_addr + (a)))=(v) +#define localbus_writel(v,a) (*(volatile cyg_uint32 *)(_plx_localbus_addr + (a)))=(v) +#endif + +#define display_readb(a) (*(volatile cyg_uint8 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a))) +#define display_readw(a) (*(volatile cyg_uint16 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a))) +#define display_readl(a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a))) +#define display_writeb(v,a) (*(volatile cyg_uint8 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a)))=(v) +#define display_writew(v,a) (*(volatile cyg_uint16 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a)))=(v) +#define display_writel(v,a) (*(volatile cyg_uint32 *)(PCI_MEM_BASE2 + DISPLAY_MEM_BASE + (a)))=(v) + + +#define LOCALBUS_IRQ_MASK 0x4010 +#define LOCALBUS_IRQ_STATUS 0x4014 + +#define FDC37C672_CONFIG 0xfc0 +#define FDC37C672_INDEX 0xfc0 +#define FDC37C672_DATA 0xfc4 + +#define ASCII_DISPLAY_BASE 0x4020 + +#define ADV471_PIXEL_READ_MASK 0x14 + +#endif // CYGONCE_PLX_H diff --git a/packages/hal/arm/xscale/uE250/current/include/uE250.h b/packages/hal/arm/xscale/uE250/current/include/uE250.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/include/uE250.h @@ -0,0 +1,65 @@ +#ifndef CYGONCE_HAL_ARM_XSCALE_UE250_UE250_H +#define CYGONCE_HAL_ARM_XSCALE_UE250_UE250_H + +//============================================================================= +// +// uE250.h +// +// Platform specific support (register layout, etc) +// +//============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//============================================================================= + +#include +#include CYGHWR_MEMORY_LAYOUT_H +#include +#include // Applications Processor defines + +#define SDRAM_PHYS_BASE 0xa0000000 +#define SDRAM_BASE 0x00000000 +#define SDRAM_SIZE 0x04000000 // 64 MB +#define SDRAM_MAX 0x10000000 + +#define UE250_FLASH_ADDR 0x50000000 +// These must match setup in the page table in hal_platform_extras.h +#define SDRAM_UNCACHED_BASE 0xc0000000 +#undef DCACHE_FLUSH_AREA +#define DCACHE_FLUSH_AREA 0xe0000000 + +#define FPGA_BASE 0x50040000 +#define VGA_BASE 0x50080000 + +// ------------------------------------------------------------------------ + +#endif // CYGONCE_HAL_ARM_XSCALE_UE250_UE250_H diff --git a/packages/hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm b/packages/hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm @@ -0,0 +1,149 @@ +cdl_savefile_version 1; +cdl_savefile_command cdl_savefile_version {}; +cdl_savefile_command cdl_savefile_command {}; +cdl_savefile_command cdl_configuration { description hardware template package }; +cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value }; + +cdl_configuration eCos { + description "" ; + hardware uE250 ; + template redboot ; + package -hardware CYGPKG_HAL_ARM current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_CORE current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_PXA2X0 current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_UE250 current ; + package -hardware CYGPKG_IO_PCI current ; + package -hardware CYGPKG_IO_SERIAL_GENERIC_16X5X current ; + package -hardware CYGPKG_DEVS_FLASH_STRATA current ; + package -hardware CYGPKG_DEVS_FLASH_UE250 current ; + package -hardware CYGPKG_DEVS_ETH_NS_DP83902A current ; + package -hardware CYGPKG_DEVS_ETH_ARM_XSCALE_UE250 current ; + package -template CYGPKG_HAL current ; + package -template CYGPKG_INFRA current ; + package -template CYGPKG_REDBOOT current ; + package -template CYGPKG_ISOINFRA current ; + package -template CYGPKG_LIBC_STRING current ; + package -template CYGPKG_NS_DNS current ; + package -template CYGPKG_CRC current ; + package CYGPKG_IO_FLASH current ; + package CYGPKG_IO_ETH_DRIVERS current ; + package CYGPKG_COMPRESS_ZLIB current ; +}; + +cdl_component CYG_HAL_STARTUP { + user_value RAM +}; + +cdl_component CYGSEM_HAL_LOAD_FPGAS { + user_value 1 + inferred_value 0 +}; + +cdl_option CYGBLD_BUILD_GDB_STUBS { + user_value 0 +}; + +cdl_option CYGPKG_IO_PCI_DEBUG { + user_value 0 +}; + +cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { + inferred_value 0 +}; + +cdl_component CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA { + user_value 1 +}; + +cdl_option CYGDAT_DEVS_ETH_UE250_ETH0_ESA { + user_value "{0x00, 0x50, 0xBA, 0x33, 0x4D, 0xD9}" +}; + +cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE { + user_value 4096 +}; + +cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT { + user_value 0 +}; + +cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM { + inferred_value 0 +}; + +cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { + inferred_value 1 +}; + +cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT { + inferred_value 0 +}; + +cdl_option CYGSEM_HAL_ROM_MONITOR { + inferred_value 0 +}; + +cdl_option CYGSEM_HAL_USE_ROM_MONITOR { + inferred_value 0 0 +}; + +cdl_option CYGPKG_HAL_GDB_FILEIO { + user_value 1 +}; + +cdl_component CYGBLD_BUILD_REDBOOT { + user_value 1 +}; + +cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE { + inferred_value 0x40000 +}; + +cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { + user_value 1 +}; + +cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG { + user_value 1 +}; + +cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS { + inferred_value 1 +}; + +cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT { + inferred_value 0xA0008000 +}; + +cdl_option CYGBLD_ISO_STRTOK_R_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_DNS_HEADER { + inferred_value 1 +}; + +cdl_option CYGPKG_NS_DNS_BUILD { + inferred_value 0 +}; + + diff --git a/packages/hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm b/packages/hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm @@ -0,0 +1,149 @@ +cdl_savefile_version 1; +cdl_savefile_command cdl_savefile_version {}; +cdl_savefile_command cdl_savefile_command {}; +cdl_savefile_command cdl_configuration { description hardware template package }; +cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value }; +cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value }; + +cdl_configuration eCos { + description "" ; + hardware uE250 ; + template redboot ; + package -hardware CYGPKG_HAL_ARM current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_CORE current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_PXA2X0 current ; + package -hardware CYGPKG_HAL_ARM_XSCALE_UE250 current ; + package -hardware CYGPKG_IO_PCI current ; + package -hardware CYGPKG_IO_SERIAL_GENERIC_16X5X current ; + package -hardware CYGPKG_DEVS_FLASH_STRATA current ; + package -hardware CYGPKG_DEVS_FLASH_UE250 current ; + package -hardware CYGPKG_DEVS_ETH_NS_DP83902A current ; + package -hardware CYGPKG_DEVS_ETH_ARM_XSCALE_UE250 current ; + package -template CYGPKG_HAL current ; + package -template CYGPKG_INFRA current ; + package -template CYGPKG_REDBOOT current ; + package -template CYGPKG_ISOINFRA current ; + package -template CYGPKG_LIBC_STRING current ; + package -template CYGPKG_NS_DNS current ; + package -template CYGPKG_CRC current ; + package CYGPKG_IO_FLASH current ; + package CYGPKG_IO_ETH_DRIVERS current ; + package CYGPKG_COMPRESS_ZLIB current ; +}; + +cdl_component CYG_HAL_STARTUP { + user_value ROM +}; + +cdl_component CYGSEM_HAL_LOAD_FPGAS { + user_value 1 + inferred_value 0 +}; + +cdl_option CYGBLD_BUILD_GDB_STUBS { + user_value 0 +}; + +cdl_option CYGPKG_IO_PCI_DEBUG { + user_value 0 +}; + +cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { + inferred_value 0 +}; + +cdl_component CYGSEM_DEVS_ETH_UE250_ETH0_SET_ESA { + user_value 1 +}; + +cdl_option CYGDAT_DEVS_ETH_UE250_ETH0_ESA { + user_value "{0x00, 0x50, 0xBA, 0x33, 0x4D, 0xD9}" +}; + +cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE { + user_value 4096 +}; + +cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT { + user_value 0 +}; + +cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM { + inferred_value 0 +}; + +cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { + inferred_value 1 +}; + +cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT { + inferred_value 0 +}; + +cdl_option CYGSEM_HAL_ROM_MONITOR { + inferred_value 1 +}; + +cdl_option CYGSEM_HAL_USE_ROM_MONITOR { + inferred_value 0 0 +}; + +cdl_option CYGPKG_HAL_GDB_FILEIO { + user_value 1 +}; + +cdl_component CYGBLD_BUILD_REDBOOT { + user_value 1 +}; + +cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE { + inferred_value 0x40000 +}; + +cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { + user_value 1 +}; + +cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG { + user_value 1 +}; + +cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS { + inferred_value 1 +}; + +cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT { + inferred_value 0xA0008000 +}; + +cdl_option CYGBLD_ISO_STRTOK_R_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { + inferred_value 1 +}; + +cdl_option CYGBLD_ISO_DNS_HEADER { + inferred_value 1 +}; + +cdl_option CYGPKG_NS_DNS_BUILD { + inferred_value 0 +}; + + diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_ide.c b/packages/hal/arm/xscale/uE250/current/src/uE250_ide.c new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_ide.c @@ -0,0 +1,137 @@ +//========================================================================== +// +// uE250_ide.c +// +// HAL support code for NMI uEngine uE250 IDE +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): msalter +// Contributors: msalter, gthomas +// Date: 2002-01-04 +// Purpose: PCI support +// Description: Implementations of HAL PCI interfaces +// +//####DESCRIPTIONEND#### +// +//========================================================================*/ + +#include +#include +#include CYGBLD_HAL_PLATFORM_H +#include CYGHWR_MEMORY_LAYOUT_H + +#include // base types +#include // tracing macros +#include // assertion macros +#include // diag_printf() + +#include // IO macros +#include // calling interface API +#include // Register state info +#include +#include // Interrupt names +#include +#include +#include + +#ifdef CYGPKG_IO_PCI + +#define MAX_IDE 2 +static struct { + cyg_uint32 cmd_bar; + cyg_uint32 ctl_bar; +} ide_ctrl[MAX_IDE]; + +cyg_uint8 +cyg_hal_plf_ide_read_uint8(int ctlr, cyg_uint32 reg) +{ + return pci_io_read_8(ide_ctrl[ctlr].cmd_bar + reg); +} + +void +cyg_hal_plf_ide_write_uint8(int ctlr, cyg_uint32 reg, cyg_uint8 val) +{ + pci_io_write_8(ide_ctrl[ctlr].cmd_bar + reg, val); +} + +cyg_uint16 +cyg_hal_plf_ide_read_uint16(int ctlr, cyg_uint32 reg) +{ + return pci_io_read_16(ide_ctrl[ctlr].cmd_bar + reg); +} + +void +cyg_hal_plf_ide_write_uint16(int ctlr, cyg_uint32 reg, cyg_uint16 val) +{ + pci_io_write_16(ide_ctrl[ctlr].cmd_bar + reg, val); +} + +void +cyg_hal_plf_ide_write_control(int ctlr, cyg_uint32 reg, cyg_uint8 val) +{ + pci_io_write_8(ide_ctrl[ctlr].ctl_bar + reg, val); +} + +void +cyg_hal_plf_ide_init(void) +{ + int i; + cyg_pci_device_id ide_dev = CYG_PCI_NULL_DEVID; + cyg_pci_device ide_info; + +// diag_printf("Initializing IDE controller\n"); + + if (cyg_pci_find_device((cyg_uint16)0x1095, (cyg_uint16)0x0649, &ide_dev)) { + cyg_pci_get_device_info(ide_dev, &ide_info); +#ifdef DEBUG + for (i = 0; i < 6; i++) { + diag_printf("IDE - base[%d]: %08p, size: %08p, map: %08p\n", + i, ide_info.base_address[i], ide_info.base_size[i], ide_info.base_map[i]); + } +#endif + for (i = 0; i < MAX_IDE; i++) { + ide_ctrl[i].cmd_bar = ide_info.base_map[(2*i)+0] & 0xFFFFFFFE; + ide_ctrl[i].ctl_bar = ide_info.base_map[(2*i)+1] & 0xFFFFFFFE; + } + } else { + diag_printf("Can't find IDE controller!\n"); + } +} + +#endif // CYGPKG_IO_PCI diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_misc.c b/packages/hal/arm/xscale/uE250/current/src/uE250_misc.c new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_misc.c @@ -0,0 +1,171 @@ +//============================================================================= +// +// uE250_misc.c +// +// Miscellaneous platform support for NMI uE250 +// +//============================================================================= +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//============================================================================= + +#include +#include +#include CYGBLD_HAL_PLATFORM_H + +#include // base types +#include // tracing macros +#include // assertion macros + +#include // IO macros +#include // Register state info +#include +#include // Interrupt names +#include +#include +// FIXME +#include // Platform specifics + +#include // diag_printf + +#include + +#include // memset + +externC void initialize_plx_bridge(void); + +void +hal_mmu_init(void) +{ + // Set up the translation tables at offset 0x4000 + unsigned long ttb_base = PXA2X0_RAM_BANK0_BASE + 0x4000; + unsigned long i; + + /* + * Set the TTB register + */ + asm volatile ("mcr p15,0,%0,c2,c0,0" : : "r"(ttb_base) /*:*/); + + /* + * Set the Domain Access Control Register + */ + i = ARM_ACCESS_DACR_DEFAULT; + asm volatile ("mcr p15,0,%0,c3,c0,0" : : "r"(i) /*:*/); + + /* + * First clear all TT entries - ie Set them to Faulting + */ + memset((void *)ttb_base, 0, ARM_FIRST_LEVEL_PAGE_TABLE_SIZE); + + /* Actual Virtual Size Attributes Function */ + /* Base Base MB cached? buffered? access permissions */ + /* xxx00000 xxx00000 */ +#define _CACHED ARM_CACHEABLE +#define _UNCACHED ARM_UNCACHEABLE +#define _BUF ARM_BUFFERABLE +#define _NOBUF ARM_UNBUFFERABLE +#define _RWRW ARM_ACCESS_PERM_RW_RW + X_ARM_MMU_SECTION(0x000, 0x500, 32, _CACHED, _BUF, _RWRW); /* Boot flash ROMspace */ + X_ARM_MMU_SECTION(0x150, 0x150, 4, _UNCACHED, _NOBUF, _RWRW); /* PCI Config space CS5 */ + X_ARM_MMU_SECTION(0x040, 0x340, 64, _UNCACHED, _NOBUF, _RWRW); /* PCI Control regs CS1 */ + X_ARM_MMU_SECTION(0xA00, 0x000, 64, _CACHED, _BUF, _RWRW); /* DRAM Bank 0 */ + X_ARM_MMU_SECTION(0xA00, 0xC00, 64, _UNCACHED, _BUF, _RWRW); /* DRAM Bank 0 */ + X_ARM_MMU_SECTION(0xE00, 0xE00, 128, _CACHED, _BUF, _RWRW); /* Zeros (Cache Clean) Bank */ + + X_ARM_MMU_SECTION(0x0c0, 0x0c0, 64, _UNCACHED, _NOBUF, _RWRW); /* PCI Mem space CS3 */ + X_ARM_MMU_SECTION(0x100, 0x100, 64, _UNCACHED, _NOBUF, _RWRW); /* PCI Mem space CS4 */ + X_ARM_MMU_SECTION(0x140, 0x140, 16, _UNCACHED, _NOBUF, _RWRW); /* PCI Mem space CS5 */ + X_ARM_MMU_SECTION(0x160, 0x160, 32, _UNCACHED, _NOBUF, _RWRW); /* PCI I/O space CS5 */ + X_ARM_MMU_SECTION(0x400, 0x400, 64, _UNCACHED, _NOBUF, _RWRW); /* Peripheral Registers */ + X_ARM_MMU_SECTION(0x440, 0x440, 64, _UNCACHED, _NOBUF, _RWRW); /* LCD Registers */ + X_ARM_MMU_SECTION(0x480, 0x480, 64, _UNCACHED, _NOBUF, _RWRW); /* Memory Ctl Registers */ + X_ARM_MMU_SECTION(0x900, 0x900, 64, _UNCACHED, _NOBUF, _RWRW); /* PCI I/O Space */ + } + +// +// Platform specific initialization +// + +void +plf_hardware_init(void) +{ + + *PXA2X0_GPCR0 = 0x00400000; + // PXA250_GPSR0 = 0x00200000; + + // RAM startup only - rewrite relevent bits depending on config +#ifndef CYG_HAL_STARTUP_ROM + HAL_DCACHE_SYNC(); // Force data out + HAL_DCACHE_INVALIDATE_ALL(); // Flush TLBs: make new mmu state effective +#endif // ! CYG_HAL_STARTUP_ROM - RAM start only + + hal_if_init(); + + cyg_hal_plf_pci_init(); + + initialize_plx_bridge(); +} + +// +// Memory layout - runtime variations of all kinds. +// +externC cyg_uint8 * +hal_arm_mem_real_region_top( cyg_uint8 *regionend ) +{ + CYG_ASSERT( hal_dram_size > 0, "Didn't detect DRAM size!" ); + CYG_ASSERT( hal_dram_size <= 256<<20, + "More than 256MB reported - that can't be right" ); + CYG_ASSERT( 0 == (hal_dram_size & 0xfffff), + "hal_dram_size not whole Mb" ); + // is it the "normal" end of the DRAM region? If so, it should be + // replaced by the real size + if ( regionend == + ((cyg_uint8 *)CYGMEM_REGION_ram + CYGMEM_REGION_ram_SIZE) ) { + regionend = (cyg_uint8 *)CYGMEM_REGION_ram + hal_dram_size; + } + // Also, we must check for the top of the heap having moved. This is + // because the heap does not abut the top of memory. +#ifdef CYGMEM_SECTION_heap1 + if ( regionend == + ((cyg_uint8 *)CYGMEM_SECTION_heap1 + CYGMEM_SECTION_heap1_SIZE) ) { + // hal_dram_size excludes the PCI window on this platform. + if ( regionend > (cyg_uint8 *)CYGMEM_REGION_ram + hal_dram_size ) + regionend = (cyg_uint8 *)CYGMEM_REGION_ram + hal_dram_size; + } +#endif + return regionend; +} + +// ------------------------------------------------------------------------ +// EOF uE250_misc.c diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_pci.c b/packages/hal/arm/xscale/uE250/current/src/uE250_pci.c new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_pci.c @@ -0,0 +1,352 @@ +//========================================================================== +// +// uE250_pci.c +// +// HAL support code for NMI uEngine uE250 PCI +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): msalter +// Contributors: msalter, gthomas, David Mazur +// Date: 2002-01-04 +// Purpose: PCI support +// Description: Implementations of HAL PCI interfaces +// +//####DESCRIPTIONEND#### +// +//========================================================================*/ + +#include +#include +#include CYGBLD_HAL_PLATFORM_H +#include CYGHWR_MEMORY_LAYOUT_H + +#include // base types +#include // tracing macros +#include // assertion macros +#include // diag_printf() + +#include // IO macros +#include // calling interface API +#include // Register state info +#include +#include // Interrupt names +#include +#include +#include +#include + +#ifdef CYGPKG_IO_PCI + +#ifdef CYGSEM_HAL_LOAD_PCI_FPGA +static unsigned char uE250_pci_bitstream[] = { +#include "uE250_pci_bitstream.h" +}; +externC void load_fpga(void *bitstream, int len); +#endif + +void +cyg_hal_plf_pci_init(void) +{ + cyg_uint8 next_bus; + static bool _done = false; + + if (_done) return; + _done = true; + +// diag_printf("Initializing PCI.\n"); + +#ifdef CYGSEM_HAL_LOAD_PCI_FPGA + // Set MSC0 for FPGA configuration + *PXA2X0_MSC1 = (*PXA2X0_MSC1 & 0x0000FFFF); + + // Program FPGA + load_fpga(uE250_pci_bitstream, sizeof(uE250_pci_bitstream)); +#endif + + *PXA2X0_MSC0 = (*PXA2X0_MSC0 & 0x0000FFFF) | 0x7ff10000; + *PXA2X0_MSC1 = (*PXA2X0_MSC1 & 0x0000FFFF) | 0x70e40000; + *PXA2X0_MSC2 = 0x70e470e4; + + *PXA2X0_MDREFR = 0x0009c018; + *PXA2X0_MDCNFG = 0x03001bc9; + + // FIXME: Change MSC values ?? + // Set FPGA to 110.6 MHz + *PXA2X0_GPSR0 = (0x01 << 7); + *PXA2X0_GPCR1 = (0x01 << 13); + + // Set busmastering +// diag_printf("Activating PCI bridge.\n"); + PCICTL_MISC |= (1 | PCI_SDRAM_128) | PCI_TIMER; + + // Set command master + cyg_hal_plf_pci_cfg_write_byte(0,0, CYG_PCI_CFG_COMMAND, CYG_PCI_CFG_COMMAND_MASTER); + +// diag_printf("Scanning PCI bridge...\n"); + + // Initialize PCI support + cyg_pci_init(); + + // Configure PCI bus. + next_bus = 1; + cyg_pci_configure_bus(0, &next_bus); + + if (0){ + cyg_uint8 devfn; + cyg_pci_device_id devid; + cyg_pci_device dev_info; + int i; + + devid = CYG_PCI_DEV_MAKE_ID(next_bus-1, 0) | CYG_PCI_NULL_DEVFN; + while (cyg_pci_find_next(devid, &devid)) { + devfn = CYG_PCI_DEV_GET_DEVFN(devid); + cyg_pci_get_device_info(devid, &dev_info); + + diag_printf("\n"); + diag_printf("Bus: %d\n", CYG_PCI_DEV_GET_BUS(devid)); + diag_printf("PCI Device: %d\n", CYG_PCI_DEV_GET_DEV(devfn)); + diag_printf("PCI Func : %d\n", CYG_PCI_DEV_GET_FN(devfn)); + diag_printf("Vendor Id : 0x%08X\n", dev_info.vendor); + diag_printf("Device Id : 0x%08X\n", dev_info.device); + for (i = 0; i < dev_info.num_bars; i++) { + diag_printf(" BAR[%d] 0x%08x /", i, dev_info.base_address[i]); + diag_printf(" probed size 0x%08x / CPU addr 0x%08x\n", + dev_info.base_size[i], dev_info.base_map[i]); + } + } + } + +} + +static void +cyg_hal_plf_pci_clear_idsel(void) +{ + // Clear any active idsels + PCICTL_MISC &= ~PCI_IDSEL_OFF; + PCICTL_STATUS_REG = 0; +} + +void +cyg_hal_plf_pci_select_idsel(cyg_uint32 dev) +{ + cyg_hal_plf_pci_clear_idsel(); + // PCICTL_STATUS_REG = 0x0; + PCICTL_MISC |= 1 + (((dev + 1) << PCI_IDSEL_SHIFT)); +} + +#define _PCI_ADDR(bus, devfn) (PCI_CONFIG_BASE | \ + (bus << 16) | \ + (CYG_PCI_DEV_GET_DEV(devfn) << 11) | \ + (CYG_PCI_DEV_GET_FN(devfn) << 8)) + +cyg_uint32 +cyg_hal_plf_pci_cfg_read_dword(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset) +{ + cyg_uint32 config_data; + volatile cyg_uint32 *address = (cyg_uint32 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + config_data = address[offset >> 2]; + if ((PCICTL_STATUS_REG & 0x0020) == 0x0020) { + // Configuration cycle failed + config_data = 0xFFFFFFFF; + } + cyg_hal_plf_pci_clear_idsel(); + + return config_data; +} + +void +cyg_hal_plf_pci_cfg_write_dword(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset, cyg_uint32 data) +{ + volatile cyg_uint32 *address = (cyg_uint32 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + address[offset >> 2] = data; + cyg_hal_plf_pci_clear_idsel(); +} + + + +cyg_uint16 +cyg_hal_plf_pci_cfg_read_word(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset) +{ + cyg_uint16 config_data; + volatile cyg_uint16 *address = (cyg_uint16 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + config_data = address[offset >> 1]; + if ((PCICTL_STATUS_REG & 0x0020) == 0x0020) { + // Configuration cycle failed + config_data = 0xFFFF; + } + cyg_hal_plf_pci_clear_idsel(); + + return config_data; +} + +void +cyg_hal_plf_pci_cfg_write_word(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset, cyg_uint16 data) +{ + volatile cyg_uint16 *address = (cyg_uint16 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + address[offset >> 1] = data; + cyg_hal_plf_pci_clear_idsel(); +} + +cyg_uint8 +cyg_hal_plf_pci_cfg_read_byte(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset) +{ + cyg_uint8 config_data; + volatile cyg_uint8 *address = (cyg_uint8 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + config_data = address[offset]; + if ((PCICTL_STATUS_REG & 0x0020) == 0x0020) { + // Configuration cycle failed + config_data = 0xFF; + } + cyg_hal_plf_pci_clear_idsel(); + + return config_data; +} + + +void +cyg_hal_plf_pci_cfg_write_byte(cyg_uint32 bus, cyg_uint32 devfn, + cyg_uint32 offset, cyg_uint8 data) +{ + volatile cyg_uint8 *address = (cyg_uint8 *)_PCI_ADDR(bus, devfn); + + cyg_hal_plf_pci_select_idsel(CYG_PCI_DEV_GET_DEV(devfn)); + address[offset] = data; + cyg_hal_plf_pci_clear_idsel(); +} + +// +// Note: PCI I/O space reads on this platform require additional +// addressing gymnastics + +/** + * Reads an 8 bit value (byte) from the given address of the PCI + * IO space. + **/ +cyg_uint8 pci_io_read_8(cyg_uint32 address) +{ + volatile cyg_uint8 *addr = (volatile cyg_uint8 *)(((address & 0x00000003) << 22) | + address | _PCI_READ_8); + cyg_uint8 val = *addr; +#ifdef _PCI_DEBUG + diag_printf("READ PCI.8 [%p/%p] => %02x\n", address, addr, val); +#endif + return val; +} + +/** + * * Reads a 16 bit value (word) from the given address of the PCI + * * IO space. + * */ +cyg_uint16 pci_io_read_16(cyg_uint32 address) +{ + volatile cyg_uint16 *addr = (volatile cyg_uint16 *)(((address & 0x00000002) << 21) | + address | _PCI_READ_16); + cyg_uint16 val = *addr; +#ifdef _PCI_DEBUG + diag_printf("READ PCI.16 [%p/%p] => %04x\n", address, addr, val); +#endif + return val; +} + +/** + * * Reads a 32 bit value (double word) from the given address of the PCI + * * IO space. + * */ +cyg_uint32 pci_io_read_32(cyg_uint32 address) +{ + volatile cyg_uint32 *addr = (volatile cyg_uint32 *)(address | _PCI_READ_32); + cyg_uint32 val = *addr; +#ifdef _PCI_DEBUG + diag_printf("READ PCI.32 [%p/%p] => %02x\n", address, addr, val); +#endif + return val; +} + +/** + * * Writes an 8 bit value (byte) into the given address of the PCI + * * IO space. + * */ +void pci_io_write_8(cyg_uint32 address, cyg_uint8 value) +{ + *((volatile cyg_uint8 *)(address | _PCI_WRITE_X)) = value; +#ifdef _PCI_DEBUG + diag_printf("WRITE PCI.8[%p] <= %02x\n", address | _PCI_WRITE_X, value); +#endif +} + +/** + * * Writes a 16 bit value (single word) into the given address of the PCI + * * IO space. + * */ +void pci_io_write_16(cyg_uint32 address, cyg_uint16 value) +{ + *((volatile cyg_uint16 *)(address | _PCI_WRITE_X)) = value; +#ifdef _PCI_DEBUG + diag_printf("WRITE PCI.16[%p] <= %04x\n", address | _PCI_WRITE_X, value); +#endif +} + +/** + * * Writes a 32 bit value (double word) into the given address of the PCI + * * IO space. + * */ +void pci_io_write_32(cyg_uint32 address, cyg_uint32 value) +{ + *((volatile cyg_uint32 *)(address | _PCI_WRITE_X)) = value; +#ifdef _PCI_DEBUG + diag_printf("WRITE PCI.32[%p] <= %08x\n", address | _PCI_WRITE_X, value); +#endif +} + +#endif // CYGPKG_IO_PCI diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_pci_bitstream.h b/packages/hal/arm/xscale/uE250/current/src/uE250_pci_bitstream.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_pci_bitstream.h @@ -0,0 +1,4058 @@ +// Copyright (c) 2003 Intrinsyc Europe Ltd. All rights reserved. +/* 0x000000 */ 0x1f,0x8b,0x08,0x08,0x49,0x5b,0x4d,0x3e,0x00,0x03,0x78,0x78,0x31,0x00,0xac,0xbd, +/* 0x000010 */ 0x7f,0x7c,0x54,0xd5,0x99,0x3f,0x7e,0xe6,0xdc,0x4b,0xb8,0x99,0x99,0x64,0x2e,0x09, +/* 0x000020 */ 0xb8,0x29,0x2a,0xbd,0x99,0x04,0x3b,0xa4,0x93,0x64,0x98,0x68,0xc4,0x10,0x26,0x97, +/* 0x000030 */ 0x90,0xee,0xa6,0x40,0x4d,0xd6,0xdd,0xfd,0x7e,0x69,0xbf,0xfd,0xfa,0x19,0x95,0xed, +/* 0x000040 */ 0x87,0xdd,0x17,0xf5,0x93,0xd2,0xee,0x7e,0xa8,0xf5,0xe3,0x9e,0x4c,0x22,0x04,0x42, +/* 0x000050 */ 0x65,0xa4,0xb4,0xc5,0xea,0xb6,0x97,0xc8,0x6a,0xac,0x6c,0x3b,0x04,0x95,0x20,0x14, +/* 0x000060 */ 0x6e,0x30,0xda,0x00,0x11,0x52,0xd6,0x6d,0x51,0xa9,0x1d,0x6c,0xb4,0x51,0x23,0x46, +/* 0x000070 */ 0x40,0x0d,0x24,0xc0,0xf7,0x39,0xe7,0xdc,0x7b,0xe7,0xde,0xf9,0xe1,0xba,0xdf,0x5d, +/* 0x000080 */ 0xfb,0x47,0x1f,0x9e,0xf3,0xe4,0xe6,0xe6,0x9c,0x7b,0xce,0x79,0xde,0xe7,0xfd,0x3c, +/* 0x000090 */ 0xcf,0x41,0xf9,0xbe,0x09,0xfe,0x3f,0x84,0x5c,0x77,0x21,0xef,0x3f,0xfc,0x6d,0xf8, +/* 0x0000a0 */ 0x96,0xb6,0x7b,0xfe,0xae,0xea,0xde,0x7b,0x56,0xa3,0xbb,0x91,0x27,0xfc,0xed,0x70, +/* 0x0000b0 */ 0x28,0xf4,0x8d,0xff,0x19,0xbe,0xa5,0x16,0xdd,0x03,0xff,0x0a,0x85,0xc2,0xd5,0xa1, +/* 0x0000c0 */ 0x5b,0xab,0x43,0xb7,0xa0,0xd5,0x28,0x7f,0x61,0xa8,0xee,0xe6,0x9a,0xba,0x5b,0x6e, +/* 0x0000d0 */ 0x45,0x7f,0x8b,0xf0,0x96,0xa6,0x6b,0xf0,0xdf,0xcf,0x1f,0xf9,0x9b,0x6f,0x84,0x10, +/* 0x0000e0 */ 0x71,0x21,0x84,0x66,0x86,0x5c,0x51,0xfa,0xff,0xb3,0x42,0x2e,0xc5,0x85,0xc8,0xff, +/* 0x0000f0 */ 0xc8,0x0f,0x21,0x9d,0xfe,0x1b,0x19,0xed,0xf0,0x6f,0xc5,0xfe,0x6f,0x57,0x08,0xa9, +/* 0x000100 */ 0xa8,0x15,0x3d,0xf2,0x12,0x2a,0x52,0xd0,0x7f,0xed,0x3f,0x91,0xb0,0xff,0xfb,0xef, +/* 0x000110 */ 0x7a,0x0e,0xfe,0x2f,0x3e,0x06,0xfe,0xfa,0xff,0x96,0xe7,0xa0,0xff,0xae,0xe7,0x88, +/* 0x000120 */ 0xfc,0x39,0xc5,0xff,0xc5,0xc7,0xb8,0x8c,0xe7,0x14,0xfd,0xf7,0x3c,0xe7,0x5a,0x91, +/* 0x000130 */ 0x8b,0xc0,0x27,0xc0,0xfe,0x23,0x28,0x4a,0x4a,0x94,0x3c,0xc9,0x15,0x43,0x77,0x93, +/* 0x000140 */ 0x12,0x2d,0x0f,0xb9,0xba,0x4c,0xcd,0x66,0x2e,0x04,0x40,0x80,0x26,0x45,0x94,0x5c, +/* 0x000150 */ 0x6e,0xa4,0x10,0x49,0x43,0x52,0x64,0x90,0xfd,0xac,0x3e,0xe3,0x2a,0xba,0x46,0x1a, +/* 0x000160 */ 0x92,0xbe,0x49,0x81,0x09,0x1f,0x82,0xf0,0x8a,0x36,0x49,0x6a,0x8e,0x14,0x50,0xcd, +/* 0x000170 */ 0x34,0x59,0xcc,0x9a,0xc4,0x6b,0xa4,0x3a,0xe9,0xeb,0xa7,0x36,0xa8,0x8c,0x1b,0x7f, +/* 0x000180 */ 0x42,0x6a,0xdc,0xde,0xa1,0xb2,0x09,0xd4,0xc6,0xde,0x41,0x3e,0x87,0x0e,0x90,0xaa, +/* 0x000190 */ 0xa4,0xa7,0x1f,0x33,0x41,0xf7,0x24,0xe4,0xb7,0x51,0x17,0xf2,0x8f,0x48,0xfd,0x77, +/* 0x0001a0 */ 0x9c,0x43,0xfd,0xa4,0x22,0xb9,0x02,0x9a,0xc4,0x29,0x6a,0xd3,0x17,0x3b,0x27,0x1e, +/* 0x0001b0 */ 0xd0,0xfd,0xd4,0x78,0x1c,0x8c,0xfd,0x6d,0xcd,0x3b,0x70,0x52,0x0c,0xd1,0xe7,0x74, +/* 0x0001c0 */ 0xcd,0x18,0x46,0x7b,0x51,0x50,0xf7,0x84,0x30,0x08,0x62,0x70,0x08,0x84,0x41,0x74, +/* 0x0001d0 */ 0x00,0xad,0x21,0x6e,0xaa,0x39,0x80,0x02,0x46,0x93,0x6b,0xad,0x21,0xa8,0x86,0x66, +/* 0x0001e0 */ 0x0f,0xd2,0x88,0x24,0xfb,0xdf,0x74,0xb1,0xf7,0xd1,0xe7,0xec,0x06,0x63,0xfa,0x1a, +/* 0x0001f0 */ 0xf4,0x57,0xa0,0xaa,0x01,0x10,0xde,0x46,0x9b,0x8e,0x04,0x92,0x6e,0xae,0xa9,0xe0, +/* 0x000200 */ 0x4d,0x4f,0xa7,0x6c,0x0c,0xcd,0x7e,0xfa,0xce,0x1b,0xf0,0x84,0x18,0x65,0x1d,0x34, +/* 0x000210 */ 0x7b,0x37,0x9a,0x42,0x11,0xdd,0x97,0x10,0xa8,0x4d,0x84,0xda,0xbc,0x89,0xce,0xeb, +/* 0x000220 */ 0x75,0x89,0x2a,0xaa,0x99,0x40,0x75,0xa9,0x26,0x26,0x4c,0xa1,0x30,0x17,0xce,0xeb, +/* 0x000230 */ 0x35,0xe5,0xde,0x7e,0x41,0x17,0xd9,0xfb,0x9c,0x45,0x07,0xa1,0xeb,0x1a,0x74,0xdf, +/* 0x000240 */ 0x84,0x30,0x8d,0xae,0x89,0x54,0x28,0x7e,0x05,0x5d,0x45,0xb7,0x92,0xaf,0x4c,0xb8, +/* 0x000250 */ 0xa6,0xa1,0x91,0x6a,0xca,0xa6,0x53,0x36,0xff,0x1b,0xed,0xe3,0xc2,0x55,0xb5,0xa1, +/* 0x000260 */ 0x11,0x84,0x49,0xc4,0xde,0x47,0x95,0x6d,0xef,0x43,0x85,0xc2,0xc4,0xcc,0x24,0x7a, +/* 0x000270 */ 0x9d,0x84,0x1f,0x73,0xfe,0xf6,0x94,0x8d,0x64,0x08,0x63,0x28,0x14,0xf7,0xee,0x12, +/* 0x000280 */ 0x46,0x44,0x85,0x3e,0x67,0x68,0x46,0xd0,0xea,0x1f,0x91,0x0a,0x52,0x62,0xe6,0x2e, +/* 0x000290 */ 0x3a,0x28,0x71,0xa3,0x37,0x6a,0x69,0xd3,0x5a,0x74,0xc0,0x65,0xf4,0xcf,0x61,0xd5, +/* 0x0002a0 */ 0x10,0xba,0x1a,0xfd,0x7a,0xf3,0xaf,0xf0,0x79,0xfe,0xf5,0x25,0x67,0xac,0xb4,0x8d, +/* 0x0002b0 */ 0x17,0x08,0xcb,0x43,0xf8,0x25,0xd4,0xe1,0x2f,0x6f,0x75,0x51,0x4d,0x02,0x29,0xa9, +/* 0x0002c0 */ 0x26,0x26,0xfc,0x40,0x35,0x84,0xc7,0x89,0x12,0x92,0x4a,0xf0,0x24,0x2c,0x63,0xf0, +/* 0x0002d0 */ 0x5f,0xd4,0x35,0x0f,0xed,0x23,0x95,0x49,0xcf,0x7a,0xfc,0x86,0x8b,0x0a,0xd2,0x7a, +/* 0x0002e0 */ 0xfc,0xb1,0x72,0x38,0x31,0x3f,0xea,0x59,0x9f,0xf7,0x06,0x3a,0x48,0xe6,0x27,0x05, +/* 0x0002f0 */ 0x68,0x32,0x6d,0xce,0xa8,0xa6,0x31,0xea,0xd4,0x95,0xa4,0xf4,0xd5,0xa2,0xd3,0xfc, +/* 0x000300 */ 0x7d,0x9a,0x25,0x2f,0xba,0x00,0xbf,0xcb,0x17,0x12,0x86,0xd1,0x85,0x04,0xf4,0xcf, +/* 0x000310 */ 0xe2,0xeb,0x06,0xa5,0x17,0xfa,0xbe,0x23,0x17,0x84,0xbe,0x30,0xac,0x5e,0x40,0x21, +/* 0x000320 */ 0xa3,0x09,0xd5,0xeb,0xbe,0x3a,0x81,0x6a,0xea,0xa9,0x66,0x1c,0xfd,0xb1,0x24,0xb4, +/* 0x000330 */ 0xc1,0x5b,0xda,0x71,0x8a,0x2f,0x18,0x6a,0x81,0x6d,0xbc,0xfe,0x80,0x1a,0x06,0x7d, +/* 0x000340 */ 0x89,0x3f,0xdb,0x8d,0xfe,0x28,0xdf,0xa7,0x7f,0x1e,0x3a,0x53,0xfe,0x04,0x9a,0x3e, +/* 0x000350 */ 0x3f,0x21,0xac,0x85,0x7e,0x06,0x9b,0x3d,0xc2,0xb8,0xce,0xfa,0x79,0x02,0x9e,0x33, +/* 0x000360 */ 0x8d,0x0e,0xff,0x8d,0xef,0xac,0x30,0x92,0xc7,0xc6,0xab,0x77,0xc6,0xb8,0x73,0xbc, +/* 0x000370 */ 0x40,0x48,0xa2,0x0b,0x24,0xbc,0xb4,0x9b,0x6a,0x26,0xd3,0xc6,0x2b,0x08,0x4d,0xb5, +/* 0x000380 */ 0x5c,0xf3,0x3a,0x8a,0x74,0xf9,0x4a,0x84,0x0a,0x3e,0xbf,0x9a,0x67,0x3d,0x86,0xf6, +/* 0x000390 */ 0xa1,0x4a,0xdd,0xd3,0x86,0xcf,0x18,0x82,0xfc,0x0a,0xda,0x27,0xde,0xa5,0x7a,0xda, +/* 0x0003a0 */ 0xae,0x3b,0x83,0x9e,0x41,0x0b,0x6c,0x4d,0x13,0xf8,0x06,0xef,0x3e,0x54,0xaa,0xaf, +/* 0x0003b0 */ 0x68,0xc3,0xd3,0xa8,0x13,0x57,0x92,0xee,0x56,0x5c,0xc4,0xbf,0xe7,0x76,0xf4,0x53, +/* 0x0003c0 */ 0xab,0x9f,0x4d,0xe1,0x35,0xb4,0x6f,0x60,0xbe,0x72,0x3d,0xd5,0x1c,0x26,0xa5,0x49, +/* 0x0003d0 */ 0xb7,0xd1,0x74,0x16,0x34,0x30,0x28,0x9a,0x61,0xfc,0x63,0x52,0x79,0xb7,0x67,0x12, +/* 0x0003e0 */ 0x2b,0x2a,0xfb,0x7e,0x86,0x67,0x0f,0x3b,0xc7,0x9d,0x0a,0x23,0x7b,0xd1,0x2e,0xd5, +/* 0x0003f0 */ 0xd0,0x04,0x6c,0x4d,0x09,0xec,0x35,0x35,0xe3,0x88,0xa8,0xc1,0x75,0xdd,0x37,0xbb, +/* 0x000400 */ 0xc3,0x7c,0xbe,0x8f,0xcd,0xe9,0x45,0x97,0x51,0x84,0xf8,0x34,0x61,0x8c,0x09,0x1e, +/* 0x000410 */ 0x4d,0x98,0x94,0xae,0x92,0x5b,0xe3,0xdd,0xa0,0x71,0x5d,0x45,0x61,0x52,0xa8,0xe1, +/* 0x000420 */ 0x31,0xd3,0x26,0x80,0x9e,0x37,0x8d,0xdf,0x50,0x23,0x89,0x96,0xa4,0x50,0xc7,0xff, +/* 0x000430 */ 0xae,0x66,0x98,0x1e,0x93,0x28,0x82,0x7c,0x04,0xba,0x77,0x12,0x3d,0xc0,0x85,0x7e, +/* 0x000440 */ 0x54,0x77,0x9d,0xa1,0xb1,0x9a,0xa8,0x00,0x53,0x66,0x52,0xad,0x35,0x34,0xa5,0x11, +/* 0x000450 */ 0xb4,0x95,0x74,0x9c,0x42,0x7c,0xfd,0x91,0x47,0xd1,0x25,0x14,0x51,0x7d,0x71,0x81, +/* 0x000460 */ 0x0b,0x5f,0x89,0x0b,0x37,0x91,0x4b,0x9d,0x91,0x26,0x43,0x53,0x9b,0x6a,0xf2,0xc5, +/* 0x000470 */ 0x8b,0xcb,0x53,0xc6,0x47,0xe5,0x70,0xb2,0x25,0x5e,0x76,0x84,0xff,0x5d,0x44,0x5c, +/* 0x000480 */ 0x0d,0x2b,0x49,0x95,0xea,0x89,0xe3,0x51,0x26,0x48,0x71,0x5c,0x8e,0xf6,0xb7,0x56, +/* 0x000490 */ 0xb5,0x31,0xcd,0x1e,0xe4,0x4f,0x35,0x79,0xe2,0x73,0xa1,0xa9,0x8b,0x1b,0xe3,0x76, +/* 0x0004a0 */ 0xe2,0x6f,0x02,0x21,0x89,0x64,0xfa,0x9c,0x12,0xb1,0xdc,0xfe,0x9c,0xa0,0x9a,0x2f, +/* 0x0004b0 */ 0xbb,0xcb,0x15,0x9b,0xe6,0x26,0xfb,0x73,0xe8,0xaf,0x90,0x8d,0xa6,0x6e,0xd4,0xa3, +/* 0x0004c0 */ 0x7a,0x76,0xc0,0x64,0x64,0xf3,0x42,0x12,0x45,0xf8,0xa5,0x41,0xd5,0x23,0xc3,0x72, +/* 0x0004d0 */ 0x0a,0x42,0x93,0x34,0x0b,0x8b,0x68,0xef,0xec,0xe0,0x20,0xd3,0xec,0x47,0x8a,0xd5, +/* 0x0004e0 */ 0xa4,0x7a,0x1e,0x86,0xa6,0x3d,0x01,0xc3,0xb8,0x1d,0x29,0xcb,0x41,0x38,0xc2,0xdc, +/* 0x0004f0 */ 0x0f,0xd4,0x9f,0xef,0xe8,0xe7,0x88,0x5c,0xd0,0x29,0x28,0xda,0x64,0x53,0x64,0xee, +/* 0x000500 */ 0xcf,0xb8,0xa6,0xd6,0xd6,0xcf,0xd0,0xe4,0x9a,0x54,0x0c,0xe3,0x21,0x14,0x96,0x7c, +/* 0x000510 */ 0x64,0xd9,0x39,0x81,0xcd,0xf7,0x1d,0x37,0x3a,0xfb,0xb9,0xd9,0xb7,0x4d,0xb8,0x88, +/* 0x000520 */ 0xae,0x28,0x0d,0xcd,0x4c,0xf3,0x11,0x34,0x7d,0xde,0xec,0xe7,0x96,0x6d,0x42,0xca, +/* 0x000530 */ 0x58,0xbb,0x42,0x35,0x23,0xc2,0xdb,0x79,0x6c,0x5e,0xec,0x98,0x33,0x2a,0x39,0xc6, +/* 0x000540 */ 0xcb,0x17,0x77,0x3d,0x83,0xde,0x9f,0xd1,0xf0,0x97,0x5e,0xaa,0xf9,0x10,0x85,0xed, +/* 0x000550 */ 0x4d,0x20,0x5c,0x31,0x85,0x0f,0xd1,0xc2,0xa8,0xaf,0x4d,0x78,0x9b,0xcf,0xaf,0xdb, +/* 0x000560 */ 0x64,0xfa,0xb5,0x54,0x21,0x0f,0xc1,0x86,0xb0,0x39,0xa6,0xa0,0xae,0x9e,0xaa,0x80, +/* 0x000570 */ 0xc4,0x35,0x15,0xa9,0xa6,0x7c,0xcb,0x86,0x0b,0x7e,0x11,0x84,0x13,0x7c,0xdc,0xa5, +/* 0x000580 */ 0x19,0x4d,0xf6,0x7e,0x2e,0xa7,0x82,0x88,0x77,0x6e,0x5e,0xbb,0x54,0xca,0xec,0x67, +/* 0x000590 */ 0x87,0x00,0x4d,0xd1,0x6e,0xda,0xcf,0xec,0x7d,0x4a,0x66,0xec,0x72,0x7e,0x3f,0x9e, +/* 0x0005a0 */ 0xb8,0xfb,0x26,0xb4,0x00,0xdd,0xfb,0xe7,0x28,0x8e,0x46,0xa5,0xfd,0xa8,0x62,0xa9, +/* 0x0005b0 */ 0x7d,0xdc,0x47,0xe9,0x62,0x6e,0x18,0x8b,0x30,0xee,0x3f,0xc2,0x2f,0xf1,0x79,0xa1, +/* 0x0005c0 */ 0xcd,0x48,0xfb,0x9e,0x41,0xc8,0x43,0xef,0x90,0x88,0x2a,0x32,0x4d,0x32,0x0c,0x3f, +/* 0x0005d0 */ 0x65,0x34,0x79,0x1c,0x1d,0xf5,0x21,0x09,0xff,0x35,0x08,0x63,0x9d,0xec,0x7d,0x2a, +/* 0x0005e0 */ 0x5c,0xbb,0x32,0x9e,0x33,0x8a,0x5e,0x55,0x22,0x6a,0x35,0xd3,0x68,0xb6,0xa6,0x02, +/* 0x0005f0 */ 0x87,0xcd,0x94,0x0a,0xe3,0x15,0x17,0x8e,0xf1,0xfd,0x2b,0x80,0xb4,0xf4,0xc9,0x28, +/* 0x000600 */ 0x24,0xa5,0xd3,0x20,0x78,0x99,0x46,0xed,0x43,0x85,0xce,0x09,0x6b,0x7e,0x3f,0xa7, +/* 0x000610 */ 0xa5,0x30,0xf2,0x76,0x76,0xb8,0xf9,0xfe,0xd5,0x3b,0x27,0x80,0xde,0x45,0x55,0xb0, +/* 0x000620 */ 0x5c,0xc0,0xe2,0xf0,0x3c,0x17,0x2e,0x93,0x48,0x5b,0xe5,0xc3,0x12,0xd5,0xf4,0x21, +/* 0x000630 */ 0x3f,0xd5,0xac,0x61,0x4d,0x2b,0xa8,0xe6,0x90,0x6e,0x18,0x6f,0x46,0x65,0xbd,0xee, +/* 0x000640 */ 0x71,0xb7,0xc4,0xe7,0x45,0xe0,0xc1,0xb4,0xfd,0x0b,0x16,0xab,0x13,0xd2,0x36,0x14, +/* 0x000650 */ 0xdc,0xe1,0xe6,0x9a,0xf4,0xfd,0x6b,0xaf,0x6c,0x08,0x0f,0xeb,0x8a,0xbe,0x46,0xc6, +/* 0x000660 */ 0x6e,0xbe,0x7f,0xdd,0xe5,0xba,0x01,0x3d,0x69,0x5b,0x9f,0x87,0x99,0xf0,0x1c,0xdd, +/* 0x000670 */ 0x10,0xa9,0x70,0x18,0x56,0x63,0xd0,0x7c,0x1d,0x9a,0xbe,0xa9,0x7b,0xd6,0x59,0x6b, +/* 0x000680 */ 0x38,0xac,0xab,0x5b,0xd4,0x9d,0xda,0xe6,0xfb,0x8b,0x02,0xfc,0x7d,0x14,0x69,0x1e, +/* 0x000690 */ 0x78,0x56,0x4b,0x92,0xbe,0xf5,0xc2,0x1b,0x5c,0xb8,0xaf,0xec,0x0d,0xf4,0x3b,0xb2, +/* 0x0006a0 */ 0x24,0x5a,0xc8,0x35,0x0b,0x6d,0x4d,0x0f,0x40,0xd3,0x47,0xdc,0xf8,0x2a,0xf9,0x5d, +/* 0x0006b0 */ 0xd7,0xc2,0xe8,0xca,0xf5,0xcb,0x2a,0xf8,0xfe,0xd5,0x9c,0xef,0xf4,0x13,0x86,0x7c, +/* 0x0006c0 */ 0x17,0x97,0xd1,0xed,0x26,0x32,0x30,0x23,0xf1,0x17,0x54,0x73,0x08,0x9a,0xf0,0xda, +/* 0x0006d0 */ 0x94,0xcd,0x25,0xf4,0x00,0x15,0xce,0xa1,0xcb,0x4a,0x84,0x54,0x27,0x84,0x23,0x98, +/* 0x0006e0 */ 0x8d,0x17,0x99,0x63,0xf3,0x0f,0xa7,0xe2,0x0d,0x13,0xbe,0xe9,0x8e,0xab,0xe8,0x2a, +/* 0x0006f0 */ 0xb9,0x6d,0xd4,0x3b,0x59,0x7c,0x55,0xfc,0xa4,0x7d,0xb1,0xe5,0x3a,0x82,0x50,0x96, +/* 0x000700 */ 0x32,0x56,0xae,0x90,0x86,0xb3,0x5b,0xbf,0x2a,0x84,0xf8,0xfc,0xea,0xb5,0xef,0x5f, +/* 0x000710 */ 0x7b,0x09,0x08,0x21,0xe5,0x8c,0xb8,0x7d,0x69,0xe9,0xa8,0xc4,0x7b,0xcc,0xbe,0x7f, +/* 0x000720 */ 0xad,0xa7,0xc2,0x2c,0xb3,0x33,0x95,0xca,0x2e,0xcf,0x3d,0xcb,0xee,0xe3,0xdf,0xf3, +/* 0x000730 */ 0x2c,0x74,0x83,0x6d,0x1f,0x54,0x0c,0xe1,0x39,0xb4,0x40,0x95,0x78,0x3f,0xdb,0x9f, +/* 0x000740 */ 0xd3,0x96,0x77,0x06,0x3d,0x6b,0x1a,0x3f,0x3b,0xa3,0xb2,0x75,0x45,0x6b,0xd1,0x6c, +/* 0x000750 */ 0xc4,0xbe,0x9f,0xa8,0x98,0xb6,0x7f,0xad,0x08,0xe1,0x93,0x30,0xb5,0x94,0x23,0x52, +/* 0x000760 */ 0x6a,0xff,0x42,0x54,0xf0,0xea,0xd7,0x73,0x4f,0xc6,0xcb,0x8c,0x67,0xef,0x2d,0x0a, +/* 0x000770 */ 0xb6,0x7b,0x14,0x2c,0x19,0xfb,0xd7,0x0c,0x47,0x3f,0x37,0xc0,0xe6,0x2b,0xbc,0x15, +/* 0x000780 */ 0x98,0xd2,0xea,0x7a,0x25,0xaa,0xb9,0xc0,0xfc,0x43,0x6c,0xec,0xef,0x13,0xd8,0xda, +/* 0x000790 */ 0xe8,0xa7,0xe9,0x04,0x49,0xb6,0x74,0x36,0x46,0xf8,0xdf,0x15,0x47,0xe3,0xe2,0xf7, +/* 0x0007a0 */ 0x1c,0x7e,0x02,0x3c,0x07,0x4d,0x35,0x46,0xf4,0x96,0x44,0xb1,0xdd,0x85,0x70,0x51, +/* 0x0007b0 */ 0x61,0xd9,0xb8,0xf4,0x3d,0xd5,0xd0,0x4c,0x4a,0x11,0xcd,0xa7,0x75,0x24,0xf9,0xfe, +/* 0x0007c0 */ 0xd5,0x8e,0x6c,0x3e,0xa4,0x21,0x2c,0x52,0x60,0x50,0x4c,0x4d,0x8d,0xa3,0xe9,0x7e, +/* 0x0007d0 */ 0x10,0xf6,0x5a,0x4d,0xaa,0x2f,0xb9,0x4c,0xe6,0x7f,0xd7,0xc3,0xe2,0x5a,0x87,0xff, +/* 0x0007e0 */ 0x4c,0x85,0x1e,0xe5,0x70,0xbc,0x7a,0xd0,0x93,0xf0,0x8f,0xa3,0x47,0x91,0xdf,0xde, +/* 0x0007f0 */ 0x54,0x34,0x0e,0x4f,0x79,0x97,0x6b,0x60,0xea,0x69,0x9e,0x80,0x50,0xae,0xca,0xfc, +/* 0x000800 */ 0xfb,0x09,0x3a,0x9f,0xb3,0x22,0xe4,0xaf,0xa2,0xb3,0x72,0x80,0xfe,0x94,0x78,0x00, +/* 0x000810 */ 0xfb,0xd3,0xfc,0xf0,0xfd,0xc4,0xd0,0xf4,0xa3,0x9e,0xa4,0xe7,0x20,0x7c,0xcd,0xc6, +/* 0x000820 */ 0xfe,0xe5,0x4d,0xf7,0x37,0x1a,0xb7,0xc0,0xef,0x32,0x34,0x8f,0xb2,0x79,0x8a,0x8c, +/* 0x000830 */ 0xa6,0x70,0x23,0x85,0x03,0xdc,0x03,0x71,0xf5,0x11,0x05,0xc1,0xc4,0x6f,0xe4,0xfb, +/* 0x000840 */ 0x17,0x29,0xb0,0x7d,0xf3,0x53,0xdf,0xfa,0xbc,0xde,0xf2,0x51,0x71,0x40,0x3c,0xff, +/* 0x000850 */ 0x97,0x11,0xe6,0xd7,0x89,0x53,0xa8,0x8f,0x37,0xbd,0xc7,0x6c,0x5c,0x6b,0xc5,0x4b, +/* 0x000860 */ 0xf0,0x86,0x3e,0x9b,0xab,0xa6,0xf0,0xfd,0x4b,0x2b,0xb0,0xf7,0xf3,0x6a,0x78,0xce, +/* 0x000870 */ 0x79,0x61,0x02,0x5d,0x55,0x22,0x83,0x33,0x53,0xdd,0x3b,0xd3,0x10,0x9e,0xdb,0x38, +/* 0x000880 */ 0x0d,0xfb,0x8e,0x61,0x7c,0x15,0x35,0x10,0x5f,0x52,0xd8,0xc1,0xf7,0x2f,0x07,0xfe, +/* 0x000890 */ 0xfa,0x03,0x69,0x18,0xf2,0x9e,0x16,0x96,0xc0,0x18,0xd6,0xb9,0x0b,0x8c,0x69,0x15, +/* 0x0008a0 */ 0x2d,0x64,0x02,0x5a,0x32,0xe4,0x5d,0xb4,0xec,0x63,0xfa,0x40,0x6e,0x3c,0x8d,0x16, +/* 0x0008b0 */ 0x6a,0x5b,0x26,0x84,0xec,0xf8,0xab,0x7a,0x42,0x4a,0xe0,0x20,0x1a,0x7b,0xd0,0x2f, +/* 0x0008c0 */ 0x07,0x0c,0x44,0xa6,0x49,0xfd,0x8d,0x00,0xbb,0xd4,0xaa,0x57,0xa4,0x3e,0xfc,0xb6, +/* 0x0008d0 */ 0xf8,0xb3,0xc1,0xaa,0x64,0x21,0x6d,0x82,0xfd,0x4b,0x93,0x0e,0x66,0xc5,0x5f,0x3f, +/* 0x0008e0 */ 0x40,0xc1,0xdf,0x94,0x24,0xf0,0xca,0xce,0x84,0x2b,0xe8,0x72,0x87,0x8a,0x86,0xa5, +/* 0x0008f0 */ 0xbd,0xb0,0xcb,0x50,0x01,0x60,0x57,0x50,0x2f,0x09,0xc5,0x40,0x68,0x0a,0x9a,0x13, +/* 0x000900 */ 0x44,0x19,0xf8,0xa2,0x98,0x97,0x0b,0x7f,0x49,0x09,0xff,0x5a,0xd4,0x1b,0x2b,0x9f, +/* 0x000910 */ 0xcd,0xbe,0x16,0xd0,0x44,0x25,0xde,0x74,0xaf,0xce,0x84,0x47,0xc1,0x98,0x42,0x33, +/* 0x000920 */ 0x31,0x41,0x00,0x18,0x92,0x98,0x89,0xbf,0xe6,0xd8,0x3e,0x7e,0x70,0x89,0x75,0xaf, +/* 0x000930 */ 0x5c,0x76,0x3f,0xba,0xf2,0x66,0x44,0xb9,0x1d,0xe6,0x85,0x78,0xc0,0x55,0x1f,0xbd, +/* 0x000940 */ 0xdd,0x98,0x20,0x03,0xde,0x04,0xdd,0x6e,0x40,0x60,0xc6,0x57,0x48,0x58,0xf3,0xbd, +/* 0x000950 */ 0x63,0xe2,0xaf,0xa4,0xcb,0x8e,0xbf,0xd0,0x12,0xbd,0x7a,0xc2,0x73,0x10,0x7d,0x24, +/* 0x000960 */ 0x2d,0xd6,0x9a,0x8c,0xf1,0x22,0x6c,0xbc,0x0e,0x83,0xcd,0x2f,0x41,0xe3,0x9a,0x32, +/* 0x000970 */ 0x8d,0xaf,0x48,0x0d,0xc8,0x9b,0x1b,0x7f,0x15,0x24,0x84,0xdd,0xaf,0x4c,0xea,0xe1, +/* 0x000980 */ 0x55,0x54,0x90,0x40,0x33,0x56,0xc0,0x9a,0xe4,0xb0,0x0e,0xef,0x53,0x6e,0x43,0x64, +/* 0x000990 */ 0x04,0x34,0xdb,0x05,0x39,0x13,0x7f,0x81,0x50,0x4d,0x3b,0xe1,0x1a,0x7a,0x7e,0xc0, +/* 0x0009a0 */ 0xaf,0x1a,0xdd,0x52,0x35,0xc1,0x84,0xc3,0xae,0xc7,0x75,0x36,0x94,0x87,0xdd,0xe6, +/* 0x0009b0 */ 0x8c,0x83,0x7d,0x47,0x21,0x38,0xcc,0xe7,0xc5,0x68,0x3a,0xfe,0xca,0x97,0xf1,0x09, +/* 0x0009c0 */ 0x94,0x10,0x35,0x39,0x3f,0x84,0xb7,0xa0,0xc7,0xd1,0x5a,0xfd,0x73,0xbc,0xa9,0x4a, +/* 0x0009d0 */ 0x07,0x0d,0xb8,0x7c,0x48,0xe3,0xc6,0x30,0x5e,0x0f,0xe6,0xcb,0xfe,0xf5,0x7c,0xff, +/* 0x0009e0 */ 0x52,0x6c,0xf8,0x0b,0x7c,0xfe,0x60,0x32,0x7f,0xbd,0xff,0x0d,0xf4,0x6c,0xbc,0xbc, +/* 0x0009f0 */ 0x52,0x65,0x9a,0x58,0xa5,0x56,0x42,0x81,0xd8,0x3e,0xbd,0x12,0x9a,0xf0,0x75,0x60, +/* 0x000a00 */ 0x5c,0xca,0x8d,0x9f,0x21,0x65,0x5a,0x7e,0x09,0x6e,0xb6,0xe3,0xaf,0x7a,0x03,0x64, +/* 0x000a10 */ 0x91,0x7a,0xbd,0x60,0xa1,0xb0,0x45,0x82,0x8f,0x34,0xf0,0xff,0x86,0x96,0x6d,0x51, +/* 0x000a20 */ 0x2f,0xb8,0xea,0x9b,0xbe,0x12,0x5a,0x36,0x0c,0xfd,0x53,0x3f,0x56,0x50,0x57,0xe6, +/* 0x000a30 */ 0x45,0xdf,0x16,0x43,0xfa,0xe7,0xa9,0xf1,0x24,0x0a,0x0d,0x17,0x28,0xc2,0x1d,0x06, +/* 0x000a40 */ 0xfe,0xba,0xd1,0x36,0x5e,0xb4,0x9f,0xe7,0xd1,0x35,0xf3,0x22,0xaa,0x43,0xe6,0x08, +/* 0x000a50 */ 0x2e,0x35,0x84,0xe2,0x97,0x0a,0x3f,0x84,0xee,0xbd,0xc6,0xf1,0xd7,0x34,0x9a,0x76, +/* 0x000a60 */ 0x35,0x0c,0x16,0x26,0x85,0xb8,0x81,0xbf,0xe6,0x38,0xf1,0xd7,0x09,0x5f,0x7c,0xe6, +/* 0x000a70 */ 0xb8,0x78,0x45,0x08,0x97,0x7a,0x61,0x15,0x65,0x5f,0x94,0xd1,0x54,0xa5,0x03,0x5a, +/* 0x000a80 */ 0x87,0xf1,0xba,0xab,0x0e,0x96,0x5c,0x68,0xba,0x42,0x81,0x46,0x67,0x77,0x6e,0xfc, +/* 0x000a90 */ 0xe5,0x87,0x3d,0x05,0x97,0x22,0x63,0xff,0xaa,0x24,0xb4,0x49,0xa6,0x4d,0x12,0xe0, +/* 0x000aa0 */ 0x2f,0xe9,0x4f,0x01,0x86,0xbf,0xd8,0x06,0x44,0x3c,0xc8,0xc4,0x5f,0x04,0xcd,0x73, +/* 0x000ab0 */ 0xe0,0xaf,0x31,0x10,0x7e,0x3a,0xd2,0x17,0x2b,0x0b,0xb9,0x0d,0x90,0x65,0x34,0xc5, +/* 0x000ac0 */ 0x83,0x63,0xcd,0xeb,0x1b,0xff,0x0c,0x6c,0x16,0x70,0xcd,0xb3,0xd0,0xd4,0xbd,0x1e, +/* 0x000ad0 */ 0x6b,0x7c,0xff,0x1a,0x4a,0xdf,0xbf,0x3c,0x21,0x71,0x5c,0xec,0x53,0x95,0xd2,0x0a, +/* 0x000ae0 */ 0xba,0xe8,0xd9,0x9a,0x00,0xda,0x87,0xb0,0xd7,0xf5,0x38,0x36,0x3c,0x99,0x3d,0xad, +/* 0x000af0 */ 0xc1,0xa8,0xa7,0x16,0xf7,0x99,0xfb,0x57,0x1a,0xfe,0x62,0xc2,0x21,0xb1,0x26,0x5e, +/* 0x000b00 */ 0x48,0x85,0xd7,0x50,0x43,0x8f,0xd5,0xe4,0xa5,0xf8,0xeb,0x3c,0xaa,0xe3,0x36,0x57, +/* 0x000b10 */ 0xd5,0x25,0x5d,0xbe,0x72,0xe1,0x79,0x13,0x7f,0x65,0x80,0xac,0xe2,0xb3,0x20,0x1c, +/* 0x000b20 */ 0x92,0x0a,0x4c,0xa4,0xe0,0x04,0x62,0x63,0x96,0xb1,0xab,0x0a,0x04,0xd7,0x1d,0x06, +/* 0x000b30 */ 0xfe,0x42,0x99,0xfe,0xea,0x5b,0xe8,0x68,0x20,0xbc,0xc6,0xee,0xe1,0x83,0x00,0x5e, +/* 0x000b40 */ 0xa5,0x97,0x6b,0xea,0xb8,0xf1,0x77,0xa5,0xc8,0x52,0x98,0x71,0xfe,0x1c,0xf8,0x0b, +/* 0x000b50 */ 0x84,0xb7,0x51,0xfb,0x6a,0xff,0xdd,0xa6,0xe6,0x0e,0x3b,0x34,0x03,0x41,0x32,0x11, +/* 0x000b60 */ 0x19,0x86,0x25,0x2e,0x0e,0xfd,0xcc,0xf1,0xd7,0x9c,0x72,0xe7,0x73,0x56,0xc4,0x8b, +/* 0x000b70 */ 0x46,0xd1,0x26,0xe4,0xb7,0xdc,0xef,0x26,0xdb,0x73,0x1a,0xa9,0x50,0x61,0x18,0x47, +/* 0x000b80 */ 0x41,0xb3,0x0d,0xe7,0x65,0xc3,0x5f,0xd8,0xab,0x7a,0x66,0xe1,0xc1,0x46,0xc0,0x56, +/* 0x000b90 */ 0x4d,0xc7,0x4d,0x14,0x90,0xcf,0x04,0x99,0x41,0x33,0x10,0x02,0x26,0x52,0x00,0x20, +/* 0x000ba0 */ 0xe6,0x2e,0x8a,0xc5,0x0c,0xfc,0x55,0xe0,0xc4,0x5f,0x6e,0x00,0x59,0xef,0x68,0x43, +/* 0x000bb0 */ 0x81,0xbe,0xb9,0x69,0x38,0x77,0x4d,0x64,0xae,0xb7,0x93,0xf9,0xcf,0x75,0x29,0x47, +/* 0x000bc0 */ 0x7a,0x65,0x4c,0xa8,0xca,0x8e,0xbf,0x54,0xdf,0x29,0x61,0x94,0x5c,0x81,0x5d,0xc6, +/* 0x000bd0 */ 0xd0,0x34,0x18,0x4d,0x4a,0xa4,0xb9,0x9a,0x42,0xb3,0x0f,0x2d,0x00,0x15,0x60,0x4d, +/* 0x000be0 */ 0x06,0xfe,0x2a,0x71,0xe2,0x8b,0x79,0x54,0x80,0x4d,0x8a,0xd4,0x34,0x3d,0xe4,0x78, +/* 0x000bf0 */ 0x0e,0xcc,0xa6,0x56,0x27,0xfe,0xba,0x92,0xb8,0x4d,0xf5,0xbe,0x06,0x60,0x84,0x3d, +/* 0x000c00 */ 0x67,0x51,0x06,0xfe,0x72,0xc7,0xce,0xb6,0x8e,0xa1,0x80,0x89,0xbf,0x68,0x53,0x23, +/* 0x000c10 */ 0x13,0x24,0x6e,0x83,0x4d,0xe3,0x64,0x15,0x2a,0xe8,0xf4,0x58,0xf8,0xcb,0x8e,0xad, +/* 0x000c20 */ 0x44,0x2a,0x14,0x0d,0xba,0xf6,0x2c,0x2d,0x5f,0xea,0x44,0x5b,0x0f,0x1b,0xc2,0x8c, +/* 0x000c30 */ 0x94,0xb1,0x5c,0x75,0x97,0x34,0xab,0x08,0x1b,0xf8,0x6b,0x4e,0x06,0xfe,0xc2,0xa3, +/* 0x000c40 */ 0xae,0xa7,0xf5,0x2a,0x35,0xdf,0x01,0xbb,0xac,0xa6,0x03,0xf8,0xde,0x14,0x10,0xfb, +/* 0x000c50 */ 0x6a,0x7c,0xae,0x89,0xbf,0xe6,0xa4,0xf7,0xf3,0x23,0xd8,0x71,0x8c,0x30,0xef,0x0e, +/* 0x000c60 */ 0x8e,0xa4,0xac,0x0f,0x3b,0x65,0xbc,0x5e,0xf5,0x16,0x95,0x05,0xf8,0xfe,0x15,0xc8, +/* 0x000c70 */ 0x86,0xbf,0x94,0x0f,0x51,0xdd,0xea,0x42,0xa6,0x11,0x23,0x1c,0x38,0xef,0xe7,0x4d, +/* 0x000c80 */ 0x6f,0xab,0x29,0xe3,0x6d,0x0f,0x34,0x6f,0xdd,0xd6,0x61,0xe2,0x2f,0xd9,0x89,0xbf, +/* 0x000c90 */ 0x5c,0x20,0xc0,0x17,0xd5,0x1c,0x92,0xbc,0xb6,0xef,0x07,0x6c,0x94,0xb0,0x61,0x93, +/* 0x000ca0 */ 0x6f,0x19,0x87,0xd1,0x6e,0x52,0x7c,0x8c,0xef,0x5f,0x81,0x19,0x01,0x13,0x76,0x99, +/* 0x000cb0 */ 0xf8,0xcb,0xbd,0x18,0x1d,0x52,0xcb,0xe2,0x12,0x3f,0xae,0xa9,0xee,0x65,0x4d,0x87, +/* 0x000cc0 */ 0x48,0x59,0xfb,0xed,0x49,0x3b,0xfe,0xfa,0x29,0xba,0xb5,0xb7,0x62,0x14,0x1f,0x93, +/* 0x000cd0 */ 0x39,0xfe,0x4a,0xdf,0xbf,0x40,0x98,0x89,0xf6,0xfe,0x26,0x99,0x34,0xfc,0xf0,0x20, +/* 0x000ce0 */ 0xf1,0xd0,0x8d,0x6c,0x2f,0xb8,0x14,0xdc,0xa6,0xc8,0x30,0x4e,0xc8,0x5a,0x32,0x7f, +/* 0x000cf0 */ 0x8e,0xff,0x18,0xdf,0xbf,0x34,0xd7,0x0d,0x69,0xeb,0xf3,0x77,0xf1,0x1c,0xd8,0x3d, +/* 0x000d00 */ 0x4b,0x47,0x9a,0xa9,0xe6,0x49,0x63,0x7d,0x06,0x37,0xb5,0x74,0x68,0xae,0x0d,0x7f, +/* 0x000d10 */ 0x9d,0x41,0xff,0x4c,0xe6,0xeb,0x5f,0x6c,0x85,0x17,0x63,0xef,0xd3,0x9b,0x8e,0xbf, +/* 0x000d20 */ 0x3c,0xdf,0x13,0xe6,0xa2,0x4f,0x36,0x2c,0x54,0x82,0x54,0xb3,0x8f,0x37,0xfd,0x14, +/* 0x000d30 */ 0x60,0xd7,0xc2,0x09,0x1f,0x5d,0x96,0x2d,0xe3,0x8b,0x00,0xcd,0xfe,0x75,0xbd,0xf0, +/* 0x000d40 */ 0x2e,0xdf,0xbf,0xa4,0x1b,0xd3,0xfc,0x04,0xcf,0x73,0xc2,0x2e,0x74,0x41,0x04,0x2c, +/* 0x000d50 */ 0x6c,0x68,0x48,0xca,0xd5,0xdf,0x23,0x8c,0xbb,0xa6,0x30,0x37,0x16,0x67,0xb3,0x43, +/* 0x000d60 */ 0x5d,0xe1,0x08,0xdf,0xbf,0x50,0xda,0xf9,0x3c,0x15,0x3e,0x46,0x27,0x41,0xf0,0x5e, +/* 0x000d70 */ 0xe2,0x1a,0xc5,0x80,0x66,0x35,0x49,0x2f,0x3d,0x9f,0xff,0x43,0xbc,0x7a,0x94,0xfb, +/* 0x000d80 */ 0x87,0xa4,0x26,0xe9,0x3b,0x2a,0xa0,0x1c,0xf8,0xab,0xf0,0x3e,0xfc,0xef,0x52,0x1e, +/* 0x000d90 */ 0xba,0x4d,0x97,0xda,0x04,0x68,0x12,0x2b,0x91,0x17,0x9a,0xbc,0xbf,0xd2,0xfd,0xba, +/* 0x000da0 */ 0x74,0x9f,0x70,0x06,0xbd,0xe8,0x02,0x1b,0x0e,0xb2,0x76,0x1e,0xf1,0xa8,0xb8,0xc2, +/* 0x000db0 */ 0xf0,0xc7,0x90,0x7d,0x1f,0xc4,0x20,0xac,0x8b,0x8d,0xa0,0x8d,0x72,0x35,0xe0,0xaf, +/* 0x000dc0 */ 0x3c,0x5b,0xaf,0x3e,0x0b,0x80,0x37,0x7f,0x1d,0x9e,0x46,0x3f,0x12,0xbf,0xc9,0x35, +/* 0x000dd0 */ 0xcf,0x50,0x08,0xac,0x34,0x22,0xbe,0x7f,0x29,0xe9,0xe7,0x87,0xee,0x7e,0x7a,0xd6, +/* 0x000de0 */ 0xa4,0x04,0x54,0x29,0x74,0x1d,0x1d,0xee,0x60,0x9c,0x7d,0x00,0xfb,0xc1,0xb1,0x07, +/* 0x000df0 */ 0xbf,0xe5,0x21,0xd8,0x38,0xc1,0xc6,0xf0,0x5b,0x92,0x9e,0xf2,0x98,0x81,0xbf,0x7a, +/* 0x000e00 */ 0xe7,0xa4,0xf5,0x33,0xfc,0xed,0x63,0xf8,0x38,0xa9,0x7f,0x33,0x68,0x68,0x34,0x03, +/* 0x000e10 */ 0xde,0xee,0xd5,0x0b,0x26,0xf0,0x39,0x72,0x9a,0x9d,0xe1,0x33,0x7f,0x3e,0xa4,0xf9, +/* 0x000e20 */ 0x64,0x4f,0x85,0xa8,0xf2,0x7d,0x99,0x3a,0xff,0xce,0x73,0xda,0x31,0x34,0x35,0x7b, +/* 0x000e30 */ 0x31,0x15,0xd8,0xaf,0xe8,0xb4,0x9a,0xaa,0x12,0xae,0x71,0x94,0x54,0xd9,0x30,0xd1, +/* 0x000e40 */ 0xf3,0x5e,0x18,0xca,0xb8,0x60,0xe0,0x2f,0x97,0x7c,0x7f,0x3a,0xfe,0xf2,0x04,0xd0, +/* 0x000e50 */ 0x27,0xae,0x9a,0x80,0xd7,0xd0,0x1c,0xe1,0xb0,0xcb,0x65,0x00,0x31,0x18,0x26,0x2e, +/* 0x000e60 */ 0x4c,0x82,0x0b,0x5a,0x35,0x22,0xa0,0x26,0x8e,0xe3,0x32,0xf0,0xd7,0x84,0xff,0x8b, +/* 0x000e70 */ 0xe2,0x01,0x74,0xab,0x8a,0x0c,0x8d,0xc2,0x9b,0xc8,0xad,0x26,0x5c,0x0a,0x73,0xe1, +/* 0x000e80 */ 0x20,0x02,0x57,0x7f,0x07,0x56,0x0c,0xfc,0x35,0x23,0x98,0x81,0xe3,0x00,0x7f,0x01, +/* 0x000e90 */ 0xc8,0x92,0x1c,0xcf,0xa1,0xb0,0xeb,0x75,0xa6,0x51,0x2c,0xfc,0x55,0xa5,0xb8,0x7b, +/* 0x000ea0 */ 0xb1,0x92,0x0d,0x7f,0x29,0x0c,0x0b,0x7b,0x51,0x9f,0x58,0x3e,0xd8,0x6c,0x8c,0x20, +/* 0x000eb0 */ 0xe2,0xb3,0x52,0x29,0x7f,0xf1,0xfa,0x5a,0x46,0xc7,0x18,0xfe,0x46,0x1f,0xbc,0x4f, +/* 0x000ec0 */ 0x40,0xc1,0x78,0x16,0xff,0x7c,0x2c,0xfc,0x45,0xb1,0x30,0xc0,0xae,0x96,0xf3,0xcb, +/* 0x000ed0 */ 0x02,0xe2,0x25,0x78,0xf9,0x20,0xc5,0x95,0x46,0x13,0xd8,0x04,0xc2,0x23,0xbe,0x67, +/* 0x000ee0 */ 0xc0,0x0d,0xbb,0x6c,0x22,0x32,0xba,0x34,0x55,0x69,0x02,0x32,0xf0,0xd7,0x8d,0x36, +/* 0x000ef0 */ 0xfc,0x35,0x15,0x65,0x87,0xf0,0x14,0x64,0xc1,0xfe,0x65,0xf4,0x33,0x77,0x14,0xa7, +/* 0x000f00 */ 0xa9,0xcd,0xc7,0xf0,0x3d,0x4f,0xa3,0xc5,0x46,0x87,0xa3,0x6a,0x8a,0xbf,0xc6,0x0c, +/* 0x000f10 */ 0xfc,0x55,0x90,0x3e,0xbf,0x26,0x84,0x5f,0x11,0x18,0x14,0xd5,0x33,0xd1,0x61,0x36, +/* 0x000f20 */ 0xf9,0xa7,0xd9,0x8c,0xf3,0x9d,0x16,0xa6,0xc9,0xb0,0x7e,0x2b,0x37,0xfe,0x98,0xd4, +/* 0x000f30 */ 0x48,0x5b,0x26,0xcb,0x8c,0xf3,0x0d,0x82,0x28,0xc8,0xba,0xd7,0xe2,0xbf,0x40,0x28, +/* 0x000f40 */ 0xaa,0x44,0xfd,0xae,0xda,0x68,0xd7,0x2e,0x4b,0x83,0x0f,0xab,0xdd,0x54,0xd8,0xe6, +/* 0x000f50 */ 0xff,0x00,0x6d,0x16,0xfd,0xdc,0x18,0xc6,0x62,0x42,0xea,0x2f,0x52,0xb2,0xf1,0x5f, +/* 0x000f60 */ 0x5c,0xd8,0xa2,0xf7,0x8b,0x92,0x5a,0xe2,0x8f,0x59,0xc8,0x77,0x18,0x75,0x50,0x41, +/* 0x000f70 */ 0x8e,0x0d,0xdf,0xd1,0xa5,0x94,0x73,0xe3,0x03,0x48,0x89,0x4b,0xfd,0xd8,0x9f,0x9b, +/* 0x000f80 */ 0xff,0xaa,0x42,0xfd,0xa4,0xea,0xcb,0x73,0x7b,0x1b,0xa9,0xa6,0x10,0x9a,0xe6,0xee, +/* 0x000f90 */ 0x46,0xdd,0xd4,0xa6,0xef,0x8e,0x71,0xb4,0x59,0xb2,0x10,0xbd,0x7f,0x69,0x73,0x3f, +/* 0x000fa0 */ 0x0e,0xd9,0xf1,0x57,0x95,0x63,0x5e,0x3c,0x4d,0x0e,0x90,0xc5,0xea,0x8c,0x83,0x1d, +/* 0x000fb0 */ 0x86,0x86,0xb2,0x27,0xc7,0xa9,0x10,0x07,0xf8,0xd6,0xb5,0xd4,0xe0,0x2f,0x2e,0x2f, +/* 0x000fc0 */ 0xdd,0xfb,0x9c,0x77,0x91,0x07,0x65,0xc5,0x5f,0x20,0xb4,0x15,0x53,0xe1,0xd6,0x68, +/* 0x000fd0 */ 0xa5,0xa9,0xa1,0xc0,0x19,0xb3,0xa6,0x11,0x3a,0x4c,0xaa,0x89,0x97,0x77,0x35,0xdc, +/* 0x000fe0 */ 0x5d,0x9d,0xcc,0x89,0xbf,0x40,0x78,0x07,0x4d,0xdd,0x5d,0xd7,0x04,0x4e,0xa9,0xa9, +/* 0x000ff0 */ 0xa9,0xf1,0x72,0x21,0xfe,0x57,0xe3,0xe8,0xa8,0x79,0x4e,0x72,0x69,0x79,0x88,0x78, +/* 0x001000 */ 0x13,0x1d,0x59,0xf8,0x2f,0x63,0x7e,0xe1,0xf7,0xf5,0xbd,0x8d,0x8a,0xfa,0xd0,0x6e, +/* 0x001010 */ 0x43,0xd3,0x9d,0x88,0x1d,0x34,0x6d,0xce,0xa0,0x76,0xd3,0x78,0x8f,0xcb,0xbf,0x1e, +/* 0x001020 */ 0xf0,0x72,0x2e,0xfe,0xcb,0x13,0xca,0xd3,0x51,0x9f,0x8b,0xba,0x73,0xd6,0x78,0x61, +/* 0x001030 */ 0x3e,0x77,0xf2,0xa9,0x4d,0xbb,0x69,0x0c,0xeb,0x98,0x0c,0x4b,0xdc,0x64,0x36,0xfc, +/* 0x001040 */ 0xc5,0x04,0xff,0x29,0xf4,0x5c,0x7c,0x7e,0x9b,0xbb,0x39,0xc5,0xd4,0x18,0xdc,0xcd, +/* 0x001050 */ 0x2a,0xfc,0x46,0xe3,0x46,0x52,0x60,0xe2,0x82,0xd2,0xa4,0xb4,0x3e,0x36,0x64,0xe0, +/* 0x001060 */ 0x2f,0x64,0xc3,0x5f,0x7b,0x65,0x26,0x0c,0xa2,0xf3,0x4b,0xef,0x1f,0x6c,0x91,0x3b, +/* 0x001070 */ 0x86,0x9b,0x2e,0xa0,0xfb,0xa9,0xc6,0x6b,0xf1,0x5f,0x68,0xc0,0x34,0x3e,0x1f,0x85, +/* 0x001080 */ 0xfe,0x09,0x09,0x26,0xff,0x35,0x27,0x93,0xaf,0x1c,0x45,0xe7,0x5d,0xdf,0x6b,0x04, +/* 0x001090 */ 0x67,0x60,0x1a,0xfd,0x13,0x6d,0x0a,0xa5,0xf6,0xaf,0x33,0xf2,0x94,0xdc,0xc0,0xcf, +/* 0x0010a0 */ 0xb5,0xae,0x2d,0x5d,0x42,0x5a,0x46,0x72,0xf3,0x5f,0x7b,0x60,0xa9,0x9c,0xe2,0xfe, +/* 0x0010b0 */ 0x8f,0xd5,0xf4,0x3e,0xb1,0xf8,0xaf,0x63,0xc4,0xc0,0xcb,0x13,0xd1,0x30,0x6c,0x91, +/* 0x0010c0 */ 0x65,0xef,0xe6,0xc2,0x5f,0xeb,0xc2,0x23,0xd2,0x3e,0x57,0x69,0xb3,0x0d,0x91,0xe1, +/* 0x0010d0 */ 0x33,0x0a,0x13,0x46,0xf0,0x8d,0x78,0x03,0x32,0xf1,0x17,0xde,0x79,0x04,0x84,0x53, +/* 0x0010e0 */ 0xe6,0x3a,0x9f,0x85,0xff,0x12,0xf7,0x91,0xbf,0x4d,0x1e,0x5f,0x95,0xd2,0xbc,0x61, +/* 0x0010f0 */ 0xd2,0x8b,0xf3,0xd0,0x46,0x13,0xe7,0x1e,0x24,0xa5,0x6f,0x02,0xfe,0x4a,0x1a,0xf8, +/* 0x001100 */ 0x2b,0x0b,0xff,0x35,0xd8,0xd9,0xa7,0x2b,0x4b,0x3d,0xc5,0xfe,0xcc,0x26,0x2f,0x4c, +/* 0x001110 */ 0x58,0x13,0x7f,0x75,0x2a,0x93,0x9e,0xeb,0xf0,0x79,0x3e,0xdf,0xc7,0xd3,0xf9,0x2f, +/* 0x001120 */ 0x10,0xa6,0x94,0xab,0xc9,0x5a,0xe2,0x1b,0x33,0x35,0x8a,0x30,0x26,0x71,0xda,0x0b, +/* 0x001130 */ 0x07,0xd0,0x09,0xdc,0xc7,0x8d,0xcf,0xa3,0xb0,0xe6,0x1b,0x15,0x2e,0xe7,0xc4,0x5f, +/* 0x001140 */ 0x65,0x49,0x71,0x12,0x3b,0x11,0x19,0x17,0xb6,0x12,0x01,0xa0,0x19,0x31,0x9b,0x66, +/* 0x001150 */ 0x45,0xe4,0x93,0x44,0xc8,0xc5,0x7f,0x71,0x41,0xea,0x53,0x7d,0x3b,0x52,0x1a,0x8b, +/* 0x001160 */ 0xf6,0xea,0x44,0x47,0xad,0x73,0x7e,0xa5,0x2e,0xe9,0x8b,0x7b,0x3e,0x05,0x7f,0xbd, +/* 0x001170 */ 0x25,0xee,0x41,0x65,0x8d,0x9e,0x1d,0x96,0x06,0x19,0x3e,0xb6,0x8c,0xcb,0xc9,0x26, +/* 0x001180 */ 0xc3,0x58,0xdc,0x9f,0xf4,0xb7,0x75,0x17,0xc1,0xbe,0xc3,0xf1,0xd7,0x8c,0xf2,0x4c, +/* 0x001190 */ 0x67,0x5b,0xdd,0x8f,0x01,0xac,0x6d,0x8b,0x59,0xcf,0xb1,0x6c,0x76,0xa1,0x4d,0x29, +/* 0x0011a0 */ 0x63,0xff,0x5f,0x7b,0x76,0x34,0x66,0xc5,0x5f,0x5c,0x18,0x6e,0xda,0x2f,0x2b,0x0c, +/* 0x0011b0 */ 0x88,0x99,0x9a,0x4e,0x2e,0xc4,0xb1,0xa8,0xb5,0xdb,0x78,0x99,0xe5,0xa0,0xc1,0xd9, +/* 0x0011c0 */ 0xf1,0x17,0xf2,0xc5,0x3a,0xce,0x6a,0x13,0x6a,0xd8,0xed,0xdb,0xd0,0x61,0x0d,0x81, +/* 0x0011d0 */ 0xa2,0x99,0x8e,0x74,0x4c,0x4f,0xe1,0x5c,0xca,0x7f,0xe5,0xc6,0x5f,0x71,0xe1,0x22, +/* 0x0011e0 */ 0xb9,0xa2,0x34,0x30,0x20,0x96,0x0e,0xcd,0x3a,0x06,0x01,0x76,0x71,0x8d,0x74,0x09, +/* 0x0011f0 */ 0x3d,0xa4,0xfa,0x46,0x72,0xe0,0x2f,0x36,0xad,0x2e,0x8a,0xbf,0x9f,0xb5,0x67,0xcd, +/* 0x001200 */ 0xcc,0x11,0xf3,0xc7,0x2d,0xe1,0x61,0xc0,0x71,0xc7,0x53,0x44,0xd8,0xde,0xbb,0x7c, +/* 0x001210 */ 0x23,0x65,0x2f,0xe5,0xc2,0x5f,0x54,0xe8,0x22,0x7e,0xd9,0x93,0xc6,0x76,0x81,0x80, +/* 0x001220 */ 0x71,0x12,0x6f,0xb6,0xf1,0x5f,0xc8,0xce,0x7f,0x65,0xe3,0xb6,0x1e,0x56,0xd6,0x34, +/* 0x001230 */ 0xa5,0xd3,0x5e,0x6b,0x4d,0x7a,0xd1,0xec,0x67,0xa2,0xb4,0x7a,0x4a,0x1a,0x8f,0xe4, +/* 0x001240 */ 0xc4,0x5f,0x79,0xef,0xc3,0x24,0xaa,0x68,0xf2,0x3c,0x9c,0x81,0xbf,0xb6,0xe1,0x51, +/* 0x001250 */ 0xc7,0xb8,0xff,0xc6,0x13,0x6f,0xcc,0x89,0xbf,0x40,0x50,0xbf,0xaa,0xd4,0xa9,0x5b, +/* 0x001260 */ 0x7f,0x9a,0xd1,0xcf,0x8c,0xc6,0xb5,0x34,0x23,0xe1,0xa8,0x6f,0xbb,0x30,0x96,0x1b, +/* 0x001270 */ 0x7f,0xbd,0x0d,0x7e,0x4b,0xed,0xb2,0xad,0x3b,0x60,0x61,0xbc,0xe4,0xaa,0x4d,0x9f, +/* 0x001280 */ 0x32,0x96,0x10,0x8b,0xfc,0x5d,0xcb,0x4f,0x84,0x1c,0xf8,0x8b,0x09,0x4a,0xff,0x5d, +/* 0x001290 */ 0x61,0x8a,0xcd,0x8d,0xa6,0xf6,0x54,0x93,0xa2,0x0c,0xd9,0x88,0x30,0xd1,0x47,0x3a, +/* 0x0012a0 */ 0x72,0xe3,0x2f,0x3c,0x19,0x3f,0x34,0x04,0xcf,0x18,0xc7,0x46,0xd3,0x18,0xa6,0xeb, +/* 0x0012b0 */ 0x06,0x6b,0x9a,0x4b,0x36,0x9b,0xc6,0xcf,0x35,0x55,0x27,0x3c,0x80,0xbf,0x50,0x4e, +/* 0x0012c0 */ 0xfc,0x35,0x8a,0xf6,0xe2,0xf2,0x84,0x24,0x33,0xd8,0xe5,0x6c,0x2a,0x40,0x1d,0xd8, +/* 0x0012d0 */ 0xdc,0xbf,0x48,0x30,0x26,0xcc,0xc2,0x39,0xf1,0x57,0x1b,0x3e,0x8d,0x0e,0xa3,0x7f, +/* 0x0012e0 */ 0xe9,0x69,0x5e,0x15,0x33,0x9a,0x5a,0x53,0xd0,0xec,0x06,0xbc,0xd1,0x34,0x7e,0x46, +/* 0x0012f0 */ 0x05,0x41,0xb5,0xe1,0x2f,0xd9,0xc9,0x7f,0xad,0x17,0x7e,0x0b,0xc2,0x2d,0x5a,0x70, +/* 0x001300 */ 0x08,0x60,0x57,0x7a,0xd3,0x5c,0xf4,0x6b,0xcd,0xd0,0x7c,0x4c,0x96,0x28,0x2d,0xcd, +/* 0x001310 */ 0x16,0xfe,0xfa,0x4a,0x86,0x9f,0x00,0xc3,0x74,0x01,0xd7,0xb5,0x7b,0x88,0xa9,0xb1, +/* 0x001320 */ 0x36,0xa0,0x67,0x84,0xa1,0x54,0x9c,0xcc,0x14,0xe5,0x97,0xb5,0x65,0x9f,0x86,0xbf, +/* 0x001330 */ 0xd4,0xe1,0xf8,0xad,0x5a,0xc1,0xd8,0xb2,0xab,0xb2,0xb3,0xe9,0x8a,0x70,0x1d,0x3a, +/* 0x001340 */ 0xd9,0x55,0xc3,0x35,0x57,0xa8,0xe6,0x1d,0x41,0xb7,0xf0,0x97,0x9a,0xde,0x3f,0x23, +/* 0x001350 */ 0xf2,0xbf,0x90,0x9d,0x43,0x12,0xef,0x96,0xdb,0x74,0xc1,0x6a,0xea,0xcf,0x9b,0x0d, +/* 0x001360 */ 0x88,0x75,0xa7,0xd1,0x3f,0x2e,0x80,0xae,0x2a,0x7e,0x37,0x1b,0xfe,0xe2,0xc2,0x2b, +/* 0x001370 */ 0x68,0x7b,0x68,0xbe,0x5e,0xa2,0xda,0x51,0xad,0x11,0x07,0x32,0x1b,0x6d,0xe5,0xcc, +/* 0x001380 */ 0x23,0xec,0x83,0x6a,0xe5,0x88,0x27,0x8a,0x75,0x0b,0x7f,0x49,0xe9,0x83,0xfb,0x92, +/* 0x001390 */ 0xb8,0x67,0xa9,0xa6,0x4b,0x52,0x46,0xfc,0x06,0x3d,0x37,0x7e,0xda,0xd8,0xbf,0x60, +/* 0x0013a0 */ 0x0d,0x5f,0xab,0x79,0x2a,0xf1,0x50,0x0a,0x7f,0x7d,0x2f,0xcd,0x1f,0x7b,0x97,0xbc, +/* 0x0013b0 */ 0x2a,0xd7,0x2a,0xc1,0x83,0x26,0xf2,0xb5,0x3a,0x7c,0xd2,0x1d,0x44,0x27,0xcd,0xf3, +/* 0x0013c0 */ 0xf0,0x09,0x14,0x89,0xb7,0x68,0xc2,0xbb,0xe6,0xb9,0xa8,0xc3,0x4f,0x78,0x80,0xfb, +/* 0x0013d0 */ 0x75,0xef,0xab,0x11,0xad,0xe5,0x59,0xd3,0xcf,0x24,0x29,0x17,0x82,0x1e,0xa7,0x9b, +/* 0x0013e0 */ 0xfc,0x17,0xaa,0x6f,0xf2,0xf5,0x14,0x5b,0xf8,0xcb,0xc9,0x7f,0x0d,0x80,0x30,0xa6, +/* 0x0013f0 */ 0x5c,0xd1,0x42,0xa8,0xa0,0x4d,0xa8,0xe7,0x4d,0x3a,0xc0,0x81,0x0f,0xb8,0xcd,0x65, +/* 0x001400 */ 0x7c,0xd2,0xe4,0xbf,0xae,0xc6,0x6b,0x9a,0xbc,0x49,0x3b,0xfe,0x5a,0x9c,0x86,0x9b, +/* 0x001410 */ 0xde,0x95,0x9e,0x55,0x29,0x57,0xd2,0x61,0x40,0xb3,0xae,0xd8,0x38,0xf7,0x9f,0x13, +/* 0x001420 */ 0x77,0x0f,0xe1,0x6e,0xd1,0xf4,0x9f,0x63,0x7e,0xbd,0x39,0xf0,0x69,0xf8,0xeb,0x9c, +/* 0x001430 */ 0x0b,0xd6,0xa8,0x89,0xfc,0x5e,0x6c,0x34,0x75,0xd9,0xf8,0x2f,0xb5,0x3b,0xc5,0xac, +/* 0x001440 */ 0xf5,0xe8,0x52,0xaf,0xdf,0xc4,0x5f,0x28,0x83,0xff,0xc2,0x43,0xf2,0x7e,0x45,0xa1, +/* 0x001450 */ 0xa7,0xbb,0xc6,0x14,0x46,0x98,0xe2,0x02,0x80,0x03,0x61,0x26,0x18,0xfe,0xc6,0xf3, +/* 0x001460 */ 0x34,0xe0,0xaf,0xd7,0xdc,0xbf,0x90,0xd7,0xce,0x7f,0x99,0x8e,0xfd,0x87,0x81,0xbe, +/* 0x001470 */ 0x81,0x1b,0x35,0xf0,0xbe,0xac,0x7e,0x66,0xfc,0xd7,0x47,0xc5,0xe3,0xa9,0xf1,0x9a, +/* 0x001480 */ 0x42,0x61,0x12,0xd4,0x3c,0x28,0x1b,0xff,0x85,0xaa,0xb9,0x70,0xc9,0xe1,0xe1,0xeb, +/* 0x001490 */ 0xa6,0xb0,0x17,0x84,0x4f,0x52,0x4d,0x87,0x55,0x1b,0xfe,0x4a,0x9b,0x5f,0xa8,0x65, +/* 0x0014a0 */ 0x48,0xa8,0xd7,0x4e,0x92,0x9a,0x63,0xde,0xe9,0x65,0x0f,0x50,0x80,0x90,0x84,0xfd, +/* 0x0014b0 */ 0xab,0x1e,0x50,0x5b,0x8d,0x2e,0xad,0x2f,0xbe,0x8a,0x7c,0x78,0xf1,0x5b,0xcc,0xf8, +/* 0x0014c0 */ 0x23,0x52,0x83,0xe0,0x57,0x38,0xf8,0xaf,0x3a,0x0b,0x7f,0x29,0x2b,0xba,0x70,0x25, +/* 0x0014d0 */ 0x8d,0x81,0x39,0x5a,0xd0,0x57,0x54,0x45,0x83,0x0c,0x93,0xe0,0x78,0x2c,0x69,0xea, +/* 0x0014e0 */ 0x47,0x8f,0x27,0xbb,0xa8,0xcd,0xd3,0x92,0x7f,0x88,0x19,0xf7,0xc7,0xfc,0x8a,0x27, +/* 0x0014f0 */ 0x5e,0x64,0xf2,0x5f,0xc8,0xe9,0xbc,0x11,0x4f,0xa8,0xc8,0xeb,0xea,0x70,0x95,0x1f, +/* 0x001500 */ 0x5b,0x11,0x66,0xfd,0x4c,0xd1,0xd6,0x75,0x74,0x2c,0x6e,0xd2,0x2b,0x16,0xe5,0x9d, +/* 0x001510 */ 0x73,0x75,0x28,0x81,0x21,0x8f,0x71,0x52,0x81,0x56,0x20,0x9c,0x83,0xff,0x22,0x9e, +/* 0x001520 */ 0x44,0xac,0x82,0x7e,0x2d,0xc9,0xc5,0x94,0xcd,0x59,0x0c,0xa3,0xdc,0x1d,0xcf,0x0b, +/* 0x001530 */ 0x02,0xa2,0x7f,0x82,0x1e,0x7d,0xc0,0xfb,0xa0,0xbb,0x07,0x38,0xee,0xd6,0x7b,0x10, +/* 0x001540 */ 0xbc,0x6a,0x36,0xfe,0x6b,0x8a,0xa2,0x5a,0xc9,0x53,0x05,0x9b,0x54,0x6d,0xe2,0x97, +/* 0x001550 */ 0x09,0x61,0x2d,0xf4,0x0f,0xa0,0xad,0x55,0x42,0x50,0x9a,0x1c,0xd8,0xc7,0x8f,0x23, +/* 0x001560 */ 0x8e,0x23,0x83,0xbf,0x38,0x4f,0x6a,0x96,0xfa,0x86,0x4c,0xfe,0x6b,0x94,0xe1,0xaf, +/* 0x001570 */ 0xc5,0x96,0x3f,0x2f,0xfa,0x4e,0x15,0x4f,0xe7,0x5d,0x43,0x65,0x64,0xc6,0x84,0x39, +/* 0x001580 */ 0x3a,0xaf,0xd0,0xd3,0x0c,0xbd,0x4e,0x2f,0x98,0xe8,0x98,0x96,0x3f,0x71,0xf0,0x95, +/* 0x001590 */ 0x23,0xb9,0xf0,0x57,0x9e,0x77,0x77,0xf1,0x38,0x3e,0x8e,0xc2,0x71,0xaf,0x71,0x4e, +/* 0x0015a0 */ 0x42,0x57,0xda,0x20,0x7a,0x01,0x47,0x28,0xff,0x15,0xb4,0x93,0x77,0x35,0x74,0x23, +/* 0x0015b0 */ 0xcb,0xce,0x7f,0x55,0xb5,0x49,0x09,0xd8,0x02,0x3a,0x1a,0x15,0x82,0x19,0xdb,0x45, +/* 0x0015c0 */ 0x9b,0xfa,0x85,0x83,0xa8,0x5b,0xa9,0x1e,0x90,0x9e,0xc1,0x5e,0xf5,0xb0,0x69,0x0c, +/* 0x0015d0 */ 0x78,0x59,0xf2,0xec,0x88,0x85,0xb3,0xe2,0xaf,0x40,0x48,0x42,0x58,0x43,0x3f,0x90, +/* 0x0015e0 */ 0x14,0xf4,0xb9,0x84,0xb9,0x7f,0xcd,0x82,0x81,0xeb,0x40,0x37,0x0d,0x49,0x37,0xe3, +/* 0x0015f0 */ 0x95,0xaa,0x65,0xfc,0x30,0xd1,0x90,0x47,0xc2,0x8b,0xb2,0xe2,0xaf,0x60,0xb9,0xb4, +/* 0x001600 */ 0x16,0x9f,0x72,0xfd,0x4c,0x2b,0x2b,0xe7,0x51,0x70,0xb4,0xe9,0x6b,0x80,0xbf,0x36, +/* 0x001610 */ 0x8c,0x54,0xbe,0x1b,0x58,0x1f,0xbb,0x93,0x32,0x62,0xdc,0xf8,0x57,0xa4,0x54,0x01, +/* 0x001620 */ 0x44,0x26,0x65,0xe3,0xbf,0x50,0x3d,0xf1,0xca,0xc2,0xe3,0xe4,0xdf,0x48,0x54,0x2c, +/* 0x001630 */ 0x38,0x20,0x6c,0x11,0x2f,0x88,0xf5,0x83,0xbe,0xb9,0xc2,0xed,0xe4,0x85,0xe4,0x77, +/* 0x001640 */ 0xc6,0xbc,0xa1,0x99,0x2b,0xc9,0x05,0x0d,0x8c,0x17,0x0b,0xc3,0x25,0xbf,0x29,0x09, +/* 0x001650 */ 0x41,0xff,0x78,0x8a,0xb2,0xc4,0x1f,0x42,0x1f,0xb6,0xd3,0x10,0x50,0xf5,0x4f,0xf2, +/* 0x001660 */ 0x12,0xb1,0xd0,0x9a,0x5f,0x7f,0x29,0x4c,0x37,0x5e,0x65,0xa1,0x02,0x65,0x07,0x95, +/* 0x001670 */ 0x6b,0x9f,0x33,0xf9,0x4a,0x7e,0xf4,0x91,0x03,0x7f,0x69,0x5e,0xd2,0x31,0x8a,0xbe, +/* 0x001680 */ 0x8c,0xc2,0xc8,0xcb,0x69,0x4a,0xb6,0x0f,0x7e,0xa0,0x1c,0x13,0xc3,0xa7,0xbc,0x26, +/* 0x001690 */ 0x4d,0xb9,0x95,0xe1,0x77,0xd4,0x10,0xf5,0x12,0x21,0x3b,0xfe,0x0a,0xee,0x90,0xa2, +/* 0x0016a0 */ 0xb0,0xef,0x6c,0x44,0x3b,0xd1,0xd7,0xac,0x48,0x8c,0x56,0x3c,0x4c,0xb6,0xa2,0x9b, +/* 0x0016b0 */ 0x47,0xa4,0x7f,0xc4,0x67,0xc8,0x61,0xa5,0xd4,0x8c,0xcd,0xa8,0x24,0xb0,0xc7,0x9d, +/* 0x0016c0 */ 0x32,0xd7,0x79,0x27,0xfe,0xd2,0xa4,0x55,0xf8,0x25,0x00,0x59,0xf7,0x84,0x02,0x36, +/* 0x0016d0 */ 0x44,0xf6,0xc6,0xd2,0x0d,0xa4,0x74,0x4c,0x62,0x84,0xa3,0x89,0xbf,0xf6,0x6d,0x0a, +/* 0x0016e0 */ 0x96,0x06,0x9a,0x73,0xe1,0xaf,0x8b,0x30,0xb8,0x7f,0x0c,0x75,0x90,0xe8,0xce,0x8a, +/* 0x0016f0 */ 0x44,0x6a,0x85,0x1c,0x16,0xbb,0xc5,0x72,0xbd,0x37,0x94,0x77,0x42,0xb7,0x22,0x79, +/* 0x001700 */ 0xf6,0xe8,0x41,0x0c,0x6b,0xe6,0xf9,0x2c,0xf1,0x87,0xe7,0x51,0x43,0xc2,0xab,0xb9, +/* 0x001710 */ 0x2e,0x93,0x97,0x94,0x85,0xbb,0x82,0x76,0x46,0x4c,0x3e,0xa1,0x86,0x89,0xf7,0x6d, +/* 0x001720 */ 0x98,0x05,0x97,0x61,0x19,0x34,0xf8,0xaf,0x86,0x84,0x94,0xcc,0x8e,0xbf,0x70,0x04, +/* 0x001730 */ 0x57,0x67,0xd2,0x5e,0x9d,0x14,0x7f,0x49,0xf5,0xa8,0xba,0xb3,0xfd,0xac,0x3d,0xc0, +/* 0x001740 */ 0x69,0x9e,0xb8,0x35,0x17,0xfe,0xaa,0x53,0x7d,0xfd,0x30,0x5e,0xef,0xb8,0xc2,0x51, +/* 0x001750 */ 0x6f,0x5c,0x30,0x5c,0x50,0xd9,0x03,0xf8,0x8b,0x80,0xa6,0x4b,0x48,0xca,0x29,0x63, +/* 0x001760 */ 0x19,0x84,0x59,0x39,0xf8,0xaf,0xb2,0x75,0x9e,0x1f,0xfa,0xc1,0x49,0x56,0x7a,0xd6, +/* 0x001770 */ 0x06,0x58,0x94,0x20,0x6b,0xba,0x03,0x84,0x7c,0x7f,0xab,0xb4,0x01,0x9f,0x55,0x53, +/* 0x001780 */ 0xc6,0xa4,0x2a,0x0a,0x42,0x76,0xfc,0x55,0x71,0x97,0x27,0x0e,0xb0,0xeb,0x29,0x58, +/* 0x001790 */ 0xbe,0x24,0x8a,0xb6,0x58,0xd3,0x8e,0x18,0xd8,0x28,0x3d,0xcb,0xa5,0x58,0x51,0xd2, +/* 0x0017a0 */ 0xe1,0x99,0x53,0x6a,0x2c,0x3b,0xfe,0xe2,0xdc,0x96,0xda,0x2e,0x2b,0x3c,0x10,0xd1, +/* 0x0017b0 */ 0x88,0x36,0x14,0xd5,0x3d,0xb3,0x94,0xa5,0x52,0x51,0x6c,0x58,0xdb,0xb3,0x28,0x68, +/* 0x0017c0 */ 0x41,0x86,0xe5,0x9e,0xa2,0x58,0x76,0xfc,0x55,0xe7,0xf6,0x91,0x65,0x67,0xb5,0xa4, +/* 0x0017d0 */ 0x1a,0xa6,0x6c,0x97,0xc6,0xa3,0xc5,0x62,0x1d,0xa5,0xda,0xe4,0x9a,0xb0,0xdb,0x1b, +/* 0x0017e0 */ 0x13,0x92,0x64,0x32,0x9a,0x1a,0x02,0xa9,0x25,0xe6,0xc9,0x8e,0xbf,0x60,0xee,0xc4, +/* 0x0017f0 */ 0x5d,0xd3,0xf1,0x2b,0xca,0x12,0x1a,0x88,0x98,0xc2,0x4d,0x80,0xc8,0x22,0xcb,0xab, +/* 0x001800 */ 0xb7,0x75,0x70,0x22,0xcc,0xc0,0x4d,0x14,0xa3,0x75,0x64,0xc3,0x5f,0x57,0x50,0xe4, +/* 0x001810 */ 0x6e,0xf8,0xa9,0xb7,0xf0,0x57,0xd4,0x85,0x6a,0xa1,0x41,0x9f,0xa9,0xb0,0x5b,0xbd, +/* 0x001820 */ 0x85,0x3e,0x42,0xe1,0x55,0xde,0x47,0x84,0xdf,0x2a,0xfb,0x4d,0xea,0x07,0x9e,0xb3, +/* 0x001830 */ 0xc6,0x77,0x5a,0x78,0x49,0xce,0x8a,0xbf,0x00,0x76,0x09,0x3d,0x88,0x90,0x1e,0xc4, +/* 0x001840 */ 0xf9,0x2f,0x15,0x9a,0x1e,0xc4,0x6f,0x52,0xb4,0x15,0x92,0xb6,0xe0,0xb3,0x28,0xc1, +/* 0x001850 */ 0x61,0x97,0x61,0xbc,0x35,0x96,0x13,0x7f,0x95,0xe0,0x41,0xd2,0xae,0x28,0xea,0x66, +/* 0x001860 */ 0xa6,0x51,0x79,0x13,0x78,0x71,0xe5,0xad,0xd2,0x75,0xa9,0x18,0x45,0x10,0x08,0xeb, +/* 0x001870 */ 0xf0,0xac,0xf8,0xcb,0x45,0x47,0x19,0xef,0x72,0xb5,0x13,0xc5,0x60,0x4b,0x51,0xa1, +/* 0x001880 */ 0x15,0x80,0x8a,0xa4,0x4e,0xfc,0x96,0xb4,0xdf,0x8a,0x68,0x25,0x55,0x5f,0x05,0x44, +/* 0x001890 */ 0x96,0x0d,0x7f,0xed,0x47,0x91,0xef,0xf8,0x1e,0x13,0xfe,0xa4,0x1e,0x15,0xc3,0x46, +/* 0x0018a0 */ 0xff,0x58,0x43,0x30,0xf1,0x1c,0x0a,0x6e,0x12,0x46,0xe5,0x4b,0xd8,0x44,0x52,0x24, +/* 0x0018b0 */ 0xd2,0x76,0x72,0xa4,0x2c,0x07,0xfe,0x4a,0xfa,0xe2,0x1b,0x99,0xc6,0xc6,0x0b,0x3f, +/* 0x0018c0 */ 0xc2,0x84,0x45,0xf4,0xdb,0x18,0x25,0x1f,0x8a,0x29,0x63,0xf8,0x9e,0x97,0xe5,0xc0, +/* 0x0018d0 */ 0x5f,0x32,0x43,0x5b,0x63,0xe5,0x61,0x64,0xe7,0xbf,0x18,0xdb,0xa5,0xc0,0x52,0xa9, +/* 0x0018e0 */ 0xc9,0x43,0x62,0xaa,0x49,0x0e,0x12,0x21,0x07,0xfe,0x7a,0x62,0xc5,0x98,0x7f,0x0c, +/* 0x0018f0 */ 0x3d,0xd4,0xf4,0x38,0x3d,0xa5,0xa1,0x9a,0x3a,0xc0,0x5f,0x45,0x63,0xe8,0x90,0x54, +/* 0x001900 */ 0xd6,0x23,0x25,0xf1,0x22,0x75,0x33,0xf2,0x93,0x66,0xc3,0x58,0x93,0x7e,0xee,0xc4, +/* 0x001910 */ 0x5f,0x29,0x67,0x3b,0xe9,0x59,0x04,0x7b,0xdc,0x5e,0x59,0xe9,0x93,0x42,0x76,0x57, +/* 0x001920 */ 0xe4,0x00,0x51,0x92,0xd2,0x2d,0x45,0x5b,0xd4,0x0e,0xcc,0x5c,0x3e,0x68,0x8a,0x07, +/* 0x001930 */ 0x75,0xc0,0x68,0xb9,0xf1,0x97,0xff,0x8c,0xfe,0x63,0x54,0x16,0x7f,0xf4,0xdb,0x66, +/* 0x001940 */ 0x7c,0xdd,0x77,0xf0,0x19,0xf5,0x57,0x48,0x19,0x0a,0x5c,0xc2,0x37,0xa0,0x8d,0x21, +/* 0x001950 */ 0x2b,0xf4,0xae,0xf2,0xcd,0xa1,0x75,0x4e,0xfe,0xeb,0x36,0x0e,0xa9,0xf6,0x91,0x25, +/* 0x001960 */ 0xab,0xb7,0xae,0x6f,0xbc,0xda,0xf9,0x49,0xfb,0x42,0xc5,0x7b,0x5f,0x0a,0x76,0xbd, +/* 0x001970 */ 0x01,0xee,0xc1,0xc2,0x09,0xef,0x7a,0xe1,0x31,0xf4,0xeb,0x78,0xcd,0x9b,0x5e,0x8e, +/* 0x001980 */ 0xc8,0xea,0xa3,0xde,0x55,0xb9,0xf8,0xaf,0x12,0xe6,0x55,0xbe,0x0b,0xdd,0x5b,0xcd, +/* 0x001990 */ 0x35,0x75,0xd6,0xa9,0xbe,0x71,0x90,0xa8,0x44,0xf8,0xbe,0x33,0xc5,0x4f,0x2a,0x52, +/* 0x0019a0 */ 0xf8,0x4b,0xb5,0xfc,0xc3,0x4f,0x48,0xcd,0x28,0xb8,0x34,0x11,0xf4,0x32,0x68,0x0a, +/* 0x0019b0 */ 0xf7,0x1b,0xb0,0xcb,0x73,0x49,0x38,0x07,0xdb,0x16,0x85,0x5d,0x45,0x57,0xd1,0xf7, +/* 0x0019c0 */ 0xe2,0xb5,0xa3,0x3e,0xaa,0xb9,0x42,0x16,0xd2,0xf7,0x51,0xb3,0xf0,0x5f,0xfb,0xd0, +/* 0x0019d0 */ 0xce,0x36,0xcf,0xb7,0x8a,0x82,0xb8,0xbd,0xb4,0x52,0x1f,0x5e,0x44,0xb3,0x09,0x68, +/* 0x0019e0 */ 0x53,0x08,0x9f,0x20,0x07,0x34,0x65,0xcc,0xb3,0x0e,0xbf,0x12,0xdf,0xdb,0x0e,0xfb, +/* 0x0019f0 */ 0x4e,0x88,0x9e,0xaf,0xa2,0x5b,0x74,0xa9,0xcd,0xfd,0x73,0xc3,0x1f,0x53,0x1f,0x93, +/* 0x001a00 */ 0x6d,0xcf,0x99,0x3f,0xe4,0x51,0x63,0x37,0x28,0x0f,0x4a,0xdf,0x24,0xb6,0xa8,0x4e, +/* 0x001a10 */ 0xe8,0xf9,0x67,0xe5,0xd2,0x21,0x4f,0x5b,0xde,0x69,0x6a,0x03,0x9a,0xa2,0x33,0xe8, +/* 0x001a20 */ 0xb0,0x54,0xda,0x28,0xbd,0xe2,0x56,0xb3,0xf1,0x5f,0x2e,0x51,0x5d,0x21,0xc9,0x41, +/* 0x001a30 */ 0x7a,0x18,0x42,0x24,0x7a,0xbc,0x6f,0x34,0x8d,0xa3,0x44,0x33,0x6c,0x5b,0xb7,0xe0, +/* 0x001a40 */ 0x97,0xd5,0x54,0x24,0xaa,0x5a,0xae,0x4a,0x0f,0xe3,0xae,0xac,0xfc,0xd7,0x3f,0x6e, +/* 0x001a50 */ 0xf7,0x2d,0xaa,0x58,0x82,0x36,0x51,0xda,0x6b,0x42,0x30,0xd2,0x52,0xfa,0xa9,0x67, +/* 0x001a60 */ 0xae,0x82,0x1b,0xdf,0x7f,0xcf,0x09,0xea,0x51,0x73,0xf2,0xe5,0x92,0x1e,0x9e,0x08, +/* 0x001a70 */ 0xee,0x58,0xf1,0xf7,0x16,0xfe,0xb2,0xf1,0x5f,0xae,0xba,0x11,0x2a,0x28,0x57,0xec, +/* 0x001a80 */ 0xb4,0x97,0xef,0x20,0x78,0x95,0x07,0x5c,0xa9,0x61,0xd2,0xad,0x04,0x93,0x96,0x84, +/* 0x001a90 */ 0x90,0x03,0x7f,0x21,0xef,0x44,0x47,0x3d,0x7a,0x59,0x5b,0x88,0x82,0x5c,0xf3,0x79, +/* 0x001aa0 */ 0x1d,0x9c,0xff,0x69,0xf4,0xb2,0xd8,0xa0,0x3f,0x04,0x7e,0xa6,0x72,0x1c,0x8c,0xbd, +/* 0x001ab0 */ 0x86,0xdf,0xf2,0x92,0xef,0x54,0x0e,0xfe,0x2b,0x28,0x2f,0x27,0xe0,0xee,0xbe,0x02, +/* 0x001ac0 */ 0x8b,0x9e,0xc1,0x5b,0xd5,0xe9,0x85,0x5d,0xb1,0x69,0xb4,0x99,0x04,0x39,0x93,0x45, +/* 0x001ad0 */ 0x01,0x54,0xc0,0x70,0x26,0x93,0x9e,0x91,0x5c,0xf8,0x8b,0xc0,0x72,0x1a,0xa4,0xf1, +/* 0x001ae0 */ 0x1b,0xf0,0x53,0x34,0xfe,0x90,0xa6,0xb7,0xd0,0x2c,0x24,0xca,0xcb,0xb8,0x99,0x80, +/* 0x001af0 */ 0x8c,0x07,0xc2,0x3a,0xa6,0xae,0x48,0x64,0xe7,0xbf,0x50,0x50,0x72,0x27,0x1a,0x57, +/* 0x001b00 */ 0xba,0x37,0xc9,0x8a,0x5e,0x12,0x36,0xf0,0x32,0x65,0x27,0xb7,0x75,0x28,0xc1,0x71, +/* 0x001b10 */ 0x69,0x11,0x2c,0xa7,0x8f,0xab,0xf0,0x9c,0x9b,0x19,0x11,0x16,0x1c,0xf0,0x84,0xdc, +/* 0x001b20 */ 0x16,0xfe,0x0a,0x32,0xd8,0xe5,0x31,0xfa,0xb0,0xcb,0x4b,0xf2,0x2a,0xe1,0x7d,0x18, +/* 0x001b30 */ 0x37,0x31,0x3e,0x67,0x4a,0x84,0x5e,0xdd,0x79,0xcf,0xfb,0x8d,0x47,0xd5,0xc8,0xb1, +/* 0x001b40 */ 0x42,0x4a,0x41,0x9e,0x54,0x1b,0x86,0xbc,0xcf,0x30,0x06,0x13,0xe6,0x45,0x22,0x2b, +/* 0x001b50 */ 0xff,0x75,0x8d,0xae,0x63,0xaa,0x30,0xad,0x5d,0x51,0x1a,0x48,0xf5,0xf9,0x0e,0xde, +/* 0x001b60 */ 0x54,0xf8,0xa6,0x70,0x05,0x4d,0xaf,0x89,0x18,0x8c,0x58,0xa8,0x61,0x84,0x0a,0xea, +/* 0x001b70 */ 0xff,0x86,0xa6,0xad,0x13,0xb9,0xf9,0xaf,0x49,0xe1,0x1a,0xba,0x22,0xdd,0x7a,0x04, +/* 0x001b80 */ 0xb0,0xd5,0xfd,0x34,0x22,0x91,0x32,0x62,0x46,0xd3,0x69,0xf0,0x52,0x4e,0xa2,0x86, +/* 0x001b90 */ 0xe4,0x43,0xfc,0x7c,0x63,0x49,0xb4,0x7e,0x4c,0x68,0x4b,0xf1,0x5f,0x53,0xed,0xa9, +/* 0x001ba0 */ 0xfc,0xaf,0x64,0x77,0x7f,0xd1,0x28,0xea,0x1f,0x28,0x3b,0xe5,0x79,0x0c,0x47,0x58, +/* 0x001bb0 */ 0xf7,0xb2,0x21,0x78,0x94,0x0a,0x5d,0x78,0xb4,0xab,0xfb,0xfe,0x70,0xf2,0xfa,0x7e, +/* 0x001bc0 */ 0xe1,0x17,0xb4,0x9f,0x35,0x89,0xf2,0x8c,0x36,0xfe,0xcb,0x76,0xf8,0x40,0x7b,0x95, +/* 0x001bd0 */ 0xc0,0x26,0x75,0x54,0x70,0x35,0xae,0x94,0x7f,0x60,0x0c,0x81,0x6b,0x2f,0x5a,0xab, +/* 0x001be0 */ 0xbb,0x65,0xac,0x2b,0x3f,0x30,0x79,0xe1,0x3d,0x34,0x02,0x47,0x6b,0xbc,0x3b,0x85, +/* 0x001bf0 */ 0xbf,0x9e,0x4e,0xe3,0xbf,0xc6,0x97,0xf6,0xb7,0xfb,0x29,0x6c,0x5f,0xcb,0x61,0xfb, +/* 0x001c00 */ 0x1e,0xbc,0x96,0x85,0x1d,0xc2,0xd6,0x36,0xec,0x7a,0x94,0xe7,0x7f,0xed,0xa6,0xbb, +/* 0x001c10 */ 0x9e,0x16,0xe8,0xb5,0xf8,0xaf,0xd9,0xbb,0xed,0xb9,0x5d,0x8c,0xf3,0x3d,0x87,0x2e, +/* 0x001c20 */ 0xb5,0xd7,0xea,0x5b,0xb7,0xc0,0x07,0xc9,0xe2,0xc7,0x92,0x26,0x94,0xee,0x17,0xc6, +/* 0x001c30 */ 0x30,0xd5,0x3c,0xc4,0x19,0xe7,0x88,0x22,0xfd,0xdc,0x5c,0x7f,0x9c,0xf9,0x5f,0x4c, +/* 0x001c40 */ 0x00,0x4c,0xfb,0x11,0x45,0x64,0xad,0xb0,0x8a,0x32,0xcd,0xa4,0x60,0x1b,0xd3,0x0f, +/* 0x001c50 */ 0x66,0x18,0xbc,0xf0,0x15,0xb9,0x41,0xaf,0x4e,0x7a,0x26,0xc5,0xac,0xf8,0x8b,0x0b, +/* 0x001c60 */ 0xef,0xa0,0xc8,0x91,0xaa,0xed,0xa6,0x66,0xc4,0x84,0x5d,0xcf,0xc0,0xac,0x7c,0xcf, +/* 0x001c70 */ 0xc4,0xef,0x97,0xe4,0x30,0x9a,0xa7,0x2d,0x33,0xf1,0x97,0x98,0x79,0x2e,0x31,0x8e, +/* 0x001c80 */ 0x36,0xed,0xac,0x9e,0xec,0x8a,0xdf,0x33,0xcd,0x35,0x71,0x61,0xad,0x68,0xe5,0x88, +/* 0x001c90 */ 0x6d,0x35,0xcf,0x25,0x00,0xe7,0x0e,0x4a,0x0a,0xce,0xc4,0x5f,0x5b,0x90,0x31,0x3a, +/* 0x001ca0 */ 0x2f,0x2d,0xdd,0xc3,0x03,0x11,0x87,0x89,0x45,0x7f,0xd4,0xd0,0x61,0x82,0xf1,0xb2, +/* 0x001cb0 */ 0x47,0xd4,0x2b,0xaa,0x5b,0xc1,0x21,0x57,0x46,0xfe,0x97,0x29,0xfc,0x16,0x6d,0x8f, +/* 0x001cc0 */ 0x57,0xb2,0x40,0x44,0x4e,0xc7,0x84,0xf0,0x9d,0x66,0xd3,0x79,0xf4,0x63,0x0b,0x17, +/* 0x001cd0 */ 0x90,0xb2,0x52,0x69,0x0d,0xe0,0x2f,0xc4,0xfd,0x70,0x0b,0x7f,0x6d,0x41,0x17,0x64, +/* 0x001ce0 */ 0x9a,0x08,0x56,0x3c,0xde,0xfa,0x21,0xaa,0x1a,0xf4,0x29,0xc2,0xb0,0xc8,0xf8,0xaf, +/* 0x001cf0 */ 0x85,0x06,0xff,0x55,0x38,0x5b,0xd0,0xf3,0xa7,0x50,0x48,0x6f,0x09,0xcd,0xa4,0x60, +/* 0x001d00 */ 0x2d,0x34,0xe4,0xc6,0x1d,0x45,0x79,0x7c,0x99,0xb7,0xf3,0x5f,0x6c,0x56,0x52,0xe1, +/* 0x001d10 */ 0xdc,0xcc,0x86,0x81,0xc2,0xb3,0xc2,0x21,0x58,0xd7,0xa0,0xe9,0x3c,0x9f,0x7a,0xb4, +/* 0x001d20 */ 0x69,0x52,0xfc,0xa0,0xc4,0x30,0xfe,0x84,0xe2,0x65,0x15,0xf0,0x97,0x92,0x0d,0x7f, +/* 0x001d30 */ 0x31,0xc1,0x05,0xde,0xfb,0x10,0x08,0xc3,0x32,0xfb,0x7e,0x34,0xf8,0xa2,0x8e,0x3b, +/* 0x001d40 */ 0x0e,0x24,0x8d,0xf3,0x16,0x45,0xd2,0x30,0xce,0x19,0x7f,0xd8,0xf8,0x8a,0xf8,0x2c, +/* 0x001d50 */ 0xba,0xeb,0x54,0x61,0x1b,0x7e,0x43,0x35,0x4e,0x53,0xa7,0xd1,0xef,0xec,0xb1,0xf1, +/* 0x001d60 */ 0xd7,0x1b,0x9b,0x9d,0x1a,0x50,0xdd,0x45,0x32,0xfb,0x7e,0xb2,0xe5,0x7f,0xfd,0x0c, +/* 0x001d70 */ 0xc0,0xec,0xfc,0xb1,0xeb,0x57,0xc1,0x73,0x7e,0x6c,0xd0,0x8b,0x80,0xc8,0xa8,0x10, +/* 0x001d80 */ 0xfb,0xad,0xeb,0x49,0xed,0x9b,0xdc,0xf8,0x30,0x79,0x5c,0x93,0xc6,0xa0,0x9f,0xb3, +/* 0x001d90 */ 0xe2,0x2f,0x1a,0x03,0x7c,0x02,0xf6,0xa6,0xe8,0x80,0xbb,0x3e,0xc6,0xe8,0xe9,0x01, +/* 0x001da0 */ 0x33,0x84,0x58,0xf7,0xd4,0xfb,0x87,0xd5,0xbd,0xd8,0x32,0x56,0x4e,0x4b,0x73,0xf1, +/* 0x001db0 */ 0x5c,0xbe,0x7f,0x0d,0x65,0xe1,0xbf,0xde,0x45,0x57,0x5b,0x6b,0x89,0xef,0x5d,0x16, +/* 0x001dc0 */ 0x7f,0x18,0xe1,0x44,0xd8,0x31,0x2a,0xfc,0xad,0x70,0xd9,0x0e,0xd6,0x6a,0xe2,0xde, +/* 0x001dd0 */ 0x31,0xa1,0x8e,0xbf,0x4f,0x16,0xfe,0xab,0x86,0x72,0x2e,0x07,0x69,0x3a,0x89,0x6e, +/* 0x001de0 */ 0x9c,0xab,0xa7,0x08,0x9a,0xa4,0x2b,0x65,0xbc,0xf4,0x90,0xec,0x7b,0x50,0x38,0xc5, +/* 0x001df0 */ 0xe7,0x45,0x0e,0xfe,0x4b,0x8f,0x70,0x7f,0xf5,0x1d,0x27,0xff,0xe5,0x29,0x57,0xec, +/* 0x001e00 */ 0x60,0xad,0xb5,0xe5,0x27,0x65,0x31,0xfe,0x9c,0xec,0xf1,0x87,0x20,0xac,0x96,0xa8, +/* 0x001e10 */ 0xb0,0x89,0xd3,0x5e,0xa6,0x8f,0xed,0x2e,0x87,0x27,0xd3,0x38,0x46,0xce,0x5f,0xb4, +/* 0x001e20 */ 0x79,0xe6,0x5a,0xf8,0x4b,0xcc,0xe4,0xbf,0xde,0x96,0x9f,0x42,0x55,0x8d,0x52,0xfc, +/* 0x001e30 */ 0xba,0x51,0xf2,0x14,0xd7,0xac,0x66,0x89,0x60,0xd7,0xc7,0xdd,0x41,0x29,0x65,0xcc, +/* 0x001e40 */ 0x03,0x1a,0x8d,0xfc,0xaf,0x40,0x16,0xfe,0x6b,0x50,0x05,0xe1,0x76,0xc9,0x62,0x61, +/* 0x001e50 */ 0xb6,0x9b,0x4d,0xf1,0x3c,0x11,0xed,0x0c,0x04,0x6c,0x60,0x2d,0x8e,0x1b,0x5d,0xec, +/* 0x001e60 */ 0xef,0xea,0x97,0x94,0x0c,0xfe,0xe2,0x2c,0x1a,0x0b,0x44,0x4a,0x6e,0x8f,0x75,0x24, +/* 0x001e70 */ 0x35,0x1a,0xd5,0xe9,0xd9,0x10,0x8b,0x02,0x2a,0xe1,0xfc,0x45,0x2a,0x7f,0x07,0x3c, +/* 0x001e80 */ 0x6a,0xd2,0x42,0x84,0x73,0x33,0xd9,0x7c,0x7f,0xec,0x46,0x33,0xe6,0xcd,0xce,0x7f, +/* 0x001e90 */ 0x7d,0x84,0x22,0xcd,0xff,0xcb,0xc6,0x5b,0xed,0xd2,0xb8,0xe0,0xb9,0xa8,0xbd,0x13, +/* 0x001ea0 */ 0xa8,0xe3,0x43,0xf0,0x11,0xfa,0x57,0xb5,0xa5,0x55,0xf8,0x85,0x91,0xff,0x95,0x25, +/* 0x001eb0 */ 0xbf,0xe9,0x22,0x9d,0xb9,0x54,0x78,0x85,0x6b,0x1e,0x15,0x46,0x59,0x38,0x1c,0xfb, +/* 0x001ec0 */ 0xf1,0xa3,0xf8,0x01,0x6e,0xfc,0x0f,0x28,0xac,0x2a,0x23,0x42,0xa1,0x2b,0x5b,0xfe, +/* 0x001ed0 */ 0xd7,0x4d,0x29,0xb6,0xab,0x90,0x2c,0xd3,0x78,0xd3,0x16,0x86,0xbf,0xb8,0x8d,0xd8, +/* 0x001ee0 */ 0x2b,0xde,0x0b,0x4d,0x06,0xff,0x25,0x11,0x21,0x2f,0x85,0xbf,0x76,0xa6,0xf5,0x33, +/* 0x001ef0 */ 0x67,0x15,0xbb,0xe5,0x9b,0x0c,0x4d,0x31,0x20,0x32,0x2a,0xc0,0x7a,0x38,0xca,0x02, +/* 0x001f00 */ 0x11,0x57,0xc8,0x79,0xb4,0xc9,0xbf,0x54,0xda,0x91,0x77,0x87,0x8b,0xcd,0xd3,0x6c, +/* 0x001f10 */ 0xf1,0x87,0xe3,0x4b,0x61,0xaf,0xd4,0xdd,0x3f,0xc4,0x99,0x4d,0xa3,0x9d,0xfb,0xd1, +/* 0x001f20 */ 0xbd,0x34,0x6c,0x95,0x6a,0x7a,0x9a,0x4b,0xe2,0x8d,0x79,0xfc,0x3b,0xd4,0x66,0xef, +/* 0x001f30 */ 0x32,0x3f,0x5a,0x3b,0x10,0x6b,0xb7,0x6b,0x1e,0xc5,0x5c,0x28,0xfc,0x11,0x68,0x1e, +/* 0x001f40 */ 0x81,0x07,0x1a,0xf9,0x71,0x21,0x55,0x9a,0x23,0xac,0xe1,0xf3,0x2b,0x80,0x1c,0xf8, +/* 0x001f50 */ 0x8b,0x61,0xb4,0xb7,0x95,0x4b,0x06,0xc8,0x52,0x2e,0xb9,0xd2,0x7e,0x85,0x9c,0xfa, +/* 0x001f60 */ 0xa5,0x94,0x58,0x89,0x77,0xff,0x84,0xbf,0x8f,0x94,0x8d,0xff,0x42,0x93,0x25,0x75, +/* 0x001f70 */ 0x34,0x5b,0xd0,0x88,0x0a,0x06,0x20,0x8f,0x4d,0xda,0x4b,0x9c,0x74,0x99,0x36,0x22, +/* 0x001f80 */ 0x8d,0x48,0x2c,0x33,0xf0,0x57,0x57,0x67,0x16,0xfe,0x4b,0x3c,0xd4,0xee,0xdb,0x4e, +/* 0x001f90 */ 0x05,0x64,0xb0,0x5d,0x01,0x53,0x18,0x42,0xcf,0x63,0x2a,0x08,0xbd,0xe8,0x50,0xd4, +/* 0x001fa0 */ 0xaf,0x75,0x9f,0x13,0x62,0x7c,0xbf,0xc8,0xc6,0x7f,0x9d,0x40,0x7d,0x24,0xd0,0x2a, +/* 0x001fb0 */ 0x84,0xf0,0x49,0xd7,0xe3,0xe6,0xd6,0xc6,0xce,0xd5,0x1d,0x91,0xd5,0x1a,0x3d,0x3f, +/* 0x001fc0 */ 0x0c,0xe1,0x23,0xa9,0xfc,0xaf,0x74,0x5e,0xe6,0xf7,0xf2,0x73,0xa8,0x72,0x04,0x84, +/* 0x001fd0 */ 0xd7,0xd1,0x46,0x9e,0xd6,0x34,0x4f,0xdf,0x98,0x66,0xf3,0x18,0xac,0x50,0x77,0xc9, +/* 0x001fe0 */ 0x00,0x10,0xba,0x72,0xe5,0x7f,0x51,0xfe,0xeb,0xe3,0x8e,0xdb,0xa2,0xbe,0xf5,0xc5, +/* 0x001ff0 */ 0x6f,0x48,0x7f,0x02,0x4d,0xcb,0x22,0xe1,0x10,0xf9,0x35,0x99,0x4f,0x9b,0xfe,0x40, +/* 0x002000 */ 0x3e,0x19,0xa0,0x6b,0x38,0x18,0x8f,0x92,0x85,0x77,0xfb,0xd6,0x08,0xc7,0x8c,0xfc, +/* 0x002010 */ 0xaf,0x1b,0x77,0xcb,0xe9,0xfb,0xce,0xa8,0x08,0x8b,0xa7,0xba,0x95,0x05,0xb6,0x71, +/* 0x002020 */ 0xcd,0x39,0xcb,0xe7,0x57,0x2c,0xe3,0x49,0x74,0x48,0x85,0x05,0xd6,0xc0,0x5f,0x64, +/* 0x002030 */ 0xce,0xd5,0xd6,0x74,0xff,0xf0,0x32,0xba,0xb6,0xad,0x61,0xbe,0xef,0x52,0xd9,0x45, +/* 0x002040 */ 0x72,0x92,0x6b,0x22,0xe8,0x5a,0x9c,0xdb,0xa8,0xd7,0xe2,0x46,0x7c,0xd4,0x55,0x52, +/* 0x002050 */ 0xb3,0x13,0x84,0xd3,0x1c,0x77,0xf7,0xe6,0x3b,0xf6,0xaf,0x25,0x8c,0xff,0x6a,0xdb, +/* 0x002060 */ 0x87,0x6f,0x43,0x9e,0x36,0x1a,0x40,0xc8,0xe8,0x2a,0xe1,0xeb,0x66,0x13,0x45,0x64, +/* 0x002070 */ 0xa5,0x66,0xdc,0xe0,0xce,0xb8,0xa7,0x4d,0x78,0x97,0x8f,0xfb,0x2c,0xf4,0x98,0x94, +/* 0x002080 */ 0xc1,0xa3,0xa1,0x7d,0xae,0x4a,0x15,0xd0,0x56,0x27,0xfa,0x31,0xd7,0xdc,0xc0,0xf3, +/* 0x002090 */ 0xec,0xc0,0xe6,0xcb,0xfb,0xd0,0x5d,0xdc,0xf8,0x30,0x9a,0xaf,0x7a,0xfe,0xc1,0xe4, +/* 0x0020a0 */ 0xbf,0xa2,0xe2,0xb0,0x6c,0x3f,0x37,0x06,0xc1,0x7f,0x04,0xed,0xd5,0xd7,0xa8,0xd7, +/* 0x0020b0 */ 0x2f,0x02,0x1b,0xb6,0x6d,0x1d,0xc4,0x06,0x36,0xaf,0xc5,0xe7,0x44,0x2b,0x00,0x75, +/* 0x0020c0 */ 0x0f,0xda,0xb5,0x0a,0x84,0x38,0x7f,0x9f,0xb1,0x39,0x8e,0x7e,0x66,0x7c,0xca,0xdb, +/* 0x0020d0 */ 0xe8,0x72,0x5b,0xa4,0x1d,0xbc,0x41,0x7a,0xe8,0x3d,0x4f,0xf7,0x5d,0x2e,0xab,0xe7, +/* 0x0020e0 */ 0x4d,0xcf,0x74,0x5c,0x13,0xaf,0xe1,0x1f,0x19,0xfe,0x18,0xaa,0x5d,0xe8,0x23,0xb1, +/* 0x0020f0 */ 0x77,0x79,0xff,0x6c,0x47,0x99,0x7e,0xc2,0x28,0x6c,0x76,0x14,0x26,0x97,0x19,0x74, +/* 0x002100 */ 0x4c,0x9f,0xcd,0x3d,0x68,0xb2,0x19,0x3f,0xdf,0x46,0x37,0x44,0xbe,0xfe,0xb4,0xa7, +/* 0x002110 */ 0xe1,0x2f,0x2a,0x5c,0x44,0xd3,0xe4,0xff,0x10,0x00,0x62,0x17,0x4d,0x4d,0xbd,0x29, +/* 0x002120 */ 0x1c,0x64,0xf8,0xcb,0x38,0x37,0xae,0xd1,0x7c,0x23,0xc5,0xfa,0x5f,0xe7,0x88,0x3f, +/* 0x002130 */ 0x4c,0xe0,0x3f,0x51,0x36,0x99,0xa6,0xa5,0x8c,0x4a,0x5c,0xe3,0x31,0x7c,0xc8,0x10, +/* 0x002140 */ 0x0e,0xca,0xdd,0x62,0x15,0xf8,0xc6,0xf4,0xec,0x42,0x67,0x54,0x4b,0xd2,0xc0,0x5f, +/* 0x002150 */ 0x76,0x3f,0xf3,0x51,0x2e,0xbc,0x8d,0x9e,0x8f,0x82,0xcf,0x9f,0xc0,0xef,0xe6,0xd3, +/* 0x002160 */ 0xa6,0xfc,0x04,0xb6,0x6c,0x8c,0x80,0x34,0x76,0xce,0x1f,0x7d,0xb3,0x73,0xc5,0x8e, +/* 0x002170 */ 0x58,0x92,0xcf,0x2f,0x49,0xce,0xe4,0xbf,0x06,0x51,0x02,0xf0,0x72,0x57,0x08,0x1f, +/* 0x002180 */ 0x73,0x59,0x7e,0x26,0x4f,0xe1,0xcc,0xf3,0x16,0x75,0x98,0xb8,0xe0,0x79,0xee,0x70, +/* 0x002190 */ 0x1e,0x99,0xc1,0xe6,0x05,0x29,0x59,0x9b,0xa5,0x9f,0x27,0x61,0x95,0xf0,0x52,0x0c, +/* 0x0021a0 */ 0x3b,0xe5,0x62,0xd9,0x43,0x41,0xd3,0xe7,0x3f,0xc8,0x1c,0x33,0x8f,0xc9,0x7f,0xb5, +/* 0x0021b0 */ 0x24,0xca,0x74,0xcc,0xf1,0xd7,0x9c,0x69,0x39,0x4b,0x3f,0x73,0x6c,0x35,0x61,0x75, +/* 0x0021c0 */ 0xaf,0x73,0x2c,0x0a,0xb9,0x7f,0x78,0x98,0x6a,0xc6,0x66,0x64,0xf2,0x5f,0xd3,0x24, +/* 0x0021d0 */ 0xa2,0x88,0xcd,0xf0,0xb5,0xb0,0x82,0x03,0x1f,0xc2,0x03,0x4f,0x92,0x1a,0xcd,0xdb, +/* 0x0021e0 */ 0x26,0xb4,0xe1,0xe1,0x58,0xb5,0xee,0x3d,0x4d,0xe7,0x60,0xa7,0x39,0x19,0xb9,0x20, +/* 0x0021f0 */ 0x73,0xff,0x50,0xb7,0xf3,0x5f,0xfd,0xa4,0x4a,0x91,0xba,0x96,0xd5,0x8b,0xbf,0x04, +/* 0x002200 */ 0xe0,0xb3,0xa2,0x8f,0x26,0x83,0x13,0x4d,0x77,0x77,0x81,0xf3,0xb6,0x99,0xa6,0x1a, +/* 0x002210 */ 0x01,0xce,0xd5,0x00,0xf9,0x72,0x63,0x8a,0xc8,0xba,0x13,0xee,0x90,0xe1,0x8f,0x01, +/* 0x002220 */ 0xfe,0x7a,0x3c,0x15,0xa2,0x16,0x44,0xee,0xd0,0x75,0xde,0x56,0xe8,0xcc,0xa1,0xeb, +/* 0x002230 */ 0xc3,0xd0,0xe1,0x1d,0x94,0x4c,0x54,0x70,0x13,0x7a,0xd8,0x15,0x1c,0x00,0xcf,0x61, +/* 0x002240 */ 0x78,0xf6,0xe3,0x33,0x0d,0x4f,0xcf,0x18,0x82,0x2c,0xf1,0x87,0xae,0xfd,0x25,0x55, +/* 0x002250 */ 0x33,0xe7,0x26,0x8a,0xd6,0x9a,0x88,0x8c,0x26,0xa7,0x2b,0x9a,0x5b,0xeb,0x29,0x47, +/* 0x002260 */ 0x8f,0x76,0x55,0x59,0x91,0xa8,0x8e,0x8f,0x44,0x36,0xce,0x25,0x66,0xdb,0xe6,0xd7, +/* 0x002270 */ 0x65,0x12,0x6c,0x2d,0x44,0x65,0x41,0xf9,0x24,0x0d,0x48,0x4b,0x14,0x5f,0xa4,0xc4, +/* 0x002280 */ 0x93,0xe6,0xbd,0x28,0xdc,0x45,0x4e,0xeb,0x11,0x3d,0xf8,0xb0,0x90,0x36,0x89,0x3e, +/* 0x002290 */ 0x9f,0xf0,0x28,0xa9,0xfa,0x1b,0x87,0x4d,0xfe,0xeb,0x2a,0x60,0xd8,0xca,0x41,0x18, +/* 0x0022a0 */ 0x9d,0x0f,0x5c,0x8c,0xb8,0xfc,0x3d,0x1f,0xa6,0x01,0x61,0x32,0x3a,0x0e,0xeb,0x0f, +/* 0x0022b0 */ 0x05,0x62,0xf9,0x7f,0xa0,0x27,0x15,0x6c,0xe0,0x5c,0x6c,0x04,0xb3,0xf1,0x5f,0x97, +/* 0x0022c0 */ 0xe5,0xb0,0xea,0xdb,0x2e,0x04,0x25,0x78,0x8d,0x21,0x23,0xfb,0x2c,0xac,0x7b,0x9b, +/* 0x0022d0 */ 0x04,0x11,0x1f,0x57,0x41,0xe0,0xfe,0x3c,0xc3,0x5f,0xd6,0x4f,0x19,0xf1,0x87,0xba, +/* 0x0022e0 */ 0x7d,0x5e,0x3c,0xaf,0x56,0x8c,0x09,0xdb,0x70,0x3d,0xda,0x8a,0xca,0x46,0xc4,0x09, +/* 0x0022f0 */ 0x3c,0x0a,0xdf,0xb3,0x5f,0x97,0x62,0xb8,0x5c,0xe9,0x46,0x5f,0x1c,0x28,0xa0,0x36, +/* 0x002300 */ 0x8b,0x39,0x3e,0x0d,0x1a,0xac,0x74,0xd1,0xc7,0x59,0xf8,0xaf,0x3d,0x8a,0x42,0x3c, +/* 0x002310 */ 0x12,0x5e,0x5b,0xf4,0x03,0x1e,0x35,0xdd,0x44,0x9d,0x6d,0x92,0xbf,0x28,0xe6,0xa6, +/* 0x002320 */ 0x99,0xad,0xf4,0xb4,0x90,0x0e,0xae,0xa2,0x1b,0x11,0xf5,0x2c,0xd9,0xf9,0x32,0x9f, +/* 0x002330 */ 0x5f,0x93,0x76,0xfc,0x75,0x88,0x2c,0x08,0x7a,0xbe,0x76,0xf7,0x9d,0x00,0xb2,0xca, +/* 0x002340 */ 0xc6,0xa4,0xfb,0x00,0x88,0xed,0x23,0xa5,0x51,0x49,0xc7,0x45,0x64,0x3b,0x59,0x90, +/* 0x002350 */ 0xcc,0x07,0x80,0x20,0xed,0xd3,0x16,0x8c,0x79,0x26,0xf1,0x3c,0x62,0xfc,0xd4,0x74, +/* 0x002360 */ 0x16,0xfe,0x6b,0x0f,0x0a,0x8d,0xf9,0x2a,0xfe,0xec,0x5e,0xf2,0x3a,0x09,0x25,0x0b, +/* 0x002370 */ 0xea,0x84,0x3f,0x87,0x5f,0x9a,0xe8,0x0a,0x0a,0x82,0x9b,0x9c,0x4e,0x40,0xff,0xc8, +/* 0x002380 */ 0xc2,0x09,0x32,0x95,0x08,0xbd,0x03,0xdd,0xf2,0x10,0xb9,0xe0,0xaa,0x1f,0xf0,0xa5, +/* 0x002390 */ 0xe2,0x0f,0xed,0xf9,0x5f,0x9f,0xc8,0xbe,0x2f,0x6d,0xfd,0x50,0xf8,0x57,0xf5,0x3d, +/* 0x0023a0 */ 0xf4,0xab,0x41,0xdf,0x1e,0xd7,0x45,0xd0,0x34,0xa0,0x96,0x0e,0x61,0x6c,0xe5,0x18, +/* 0x0023b0 */ 0xaa,0xfa,0x6d,0x4b,0xbc,0x6c,0xba,0x79,0x4a,0xfe,0x3c,0x3d,0x98,0x9a,0x56,0x8d, +/* 0x0023c0 */ 0x9f,0xca,0xc6,0x7f,0x5d,0x8a,0x46,0xc8,0x8c,0x27,0x66,0x9e,0x23,0x30,0x3a,0x49, +/* 0x0023d0 */ 0x18,0xaf,0x8b,0x45,0x30,0x70,0x74,0xe2,0xbf,0xaf,0x0c,0xb9,0x22,0x23,0x33,0xe3, +/* 0x0023e0 */ 0xae,0x73,0xae,0xe3,0xb0,0x62,0x7f,0xde,0x5a,0x1c,0xfa,0xcd,0xfa,0x1b,0xfa,0xc3, +/* 0x0023f0 */ 0x8f,0xb9,0x52,0xfb,0x8e,0x54,0x49,0x02,0x77,0x81,0xb0,0x71,0x4d,0xe9,0x50,0x41, +/* 0x002400 */ 0x5b,0xe3,0x34,0xec,0x5f,0x0b,0xf4,0x82,0x56,0x98,0x20,0x9d,0x66,0xa0,0xcb,0xc6, +/* 0x002410 */ 0xb4,0x48,0x8c,0x70,0xb9,0x85,0xbf,0x9e,0x34,0xfb,0x99,0xa6,0x74,0x7d,0x6e,0x3d, +/* 0x002420 */ 0x3a,0xb1,0xf2,0x07,0x0f,0x96,0x8e,0x37,0x53,0xc0,0x4b,0xa3,0x0d,0x25,0x8a,0xbf, +/* 0x002430 */ 0x36,0x30,0xfc,0x55,0x64,0x00,0x31,0x1b,0x58,0x33,0xea,0x6f,0x34,0x3b,0xf0,0x57, +/* 0x002440 */ 0x67,0x70,0x4c,0x5a,0xc8,0xd0,0x96,0xc2,0xa3,0x4c,0x3b,0x50,0xe0,0xa2,0x74,0xdd, +/* 0x002450 */ 0x75,0x2f,0xb3,0xf3,0x31,0x1a,0xea,0x06,0x9a,0xb5,0x76,0x07,0xc6,0x5d,0x94,0xad, +/* 0x002460 */ 0xfe,0x46,0x73,0xa5,0x56,0xb0,0x93,0xc1,0xae,0x1a,0x9a,0xed,0x45,0x61,0xd7,0xc2, +/* 0x002470 */ 0xce,0xc0,0xdb,0xc2,0x3b,0x45,0x27,0x14,0xc3,0x86,0x02,0xb1,0x16,0x1b,0x58,0x5b, +/* 0x002480 */ 0x94,0x8d,0xff,0x8a,0xd2,0x50,0xa5,0xe2,0x24,0xe8,0x00,0x5b,0x91,0x65,0x49,0x95, +/* 0x002490 */ 0x35,0xa1,0x65,0xba,0x33,0x10,0xd1,0x9e,0x84,0x62,0xf0,0x5f,0x43,0x76,0xfc,0x35, +/* 0x0024a0 */ 0x85,0x23,0x6d,0x6c,0x5a,0x5d,0xc2,0xe1,0x35,0xbe,0x22,0x41,0x44,0x47,0x5d,0x61, +/* 0x0024b0 */ 0x5a,0x5e,0xa0,0xca,0x0f,0xc2,0x52,0x23,0x1c,0xce,0xe9,0x79,0x9e,0x32,0xf8,0x2f, +/* 0x0024c0 */ 0x64,0xe2,0x2f,0x01,0xbc,0xe5,0xa5,0x55,0x51,0x83,0xb6,0xf0,0x47,0xf3,0x29,0xff, +/* 0x0024d0 */ 0xd5,0x8e,0x2a,0x54,0x29,0xee,0xff,0x02,0xda,0x24,0x72,0xda,0x42,0x4e,0xf7,0xa8, +/* 0x0024e0 */ 0xb3,0xd6,0xdf,0x50,0x2b,0xd4,0x40,0x82,0x3f,0x47,0x5d,0x41,0x9f,0xb3,0x09,0x84, +/* 0x0024f0 */ 0xfc,0x6d,0x78,0xb5,0xba,0x29,0x55,0xd0,0xa3,0xd0,0xfe,0x1c,0x7f,0x66,0xfd,0x0d, +/* 0x002500 */ 0x0e,0x07,0x28,0xec,0x5a,0xba,0x47,0x56,0x06,0xf3,0x8b,0x1b,0xc5,0xc6,0x76,0x14, +/* 0x002510 */ 0x68,0x02,0xcd,0x4a,0xb5,0x5d,0x4e,0x32,0xda,0xab,0x09,0x6c,0x1c,0x29,0x4b,0x39, +/* 0x002520 */ 0xea,0x6f,0xa0,0x1b,0x00,0x7f,0x25,0x26,0xd7,0x84,0xe7,0xfa,0x3a,0x3d,0xa5,0xda, +/* 0x002530 */ 0x10,0x0a,0xc9,0x05,0xb1,0xee,0xbb,0x7a,0x86,0xd4,0x30,0xcd,0x08,0x1b,0xc8,0x70, +/* 0x002540 */ 0xb6,0x8d,0xfa,0x1b,0xa7,0x6d,0xf8,0x0b,0x9c,0xc0,0x25,0xac,0xda,0x06,0xb9,0xa4, +/* 0x002550 */ 0x1c,0x6c,0xce,0xff,0x11,0xf8,0x75,0x1f,0xa2,0x86,0xe6,0x96,0x91,0xe2,0x5d,0x94, +/* 0x002560 */ 0xff,0x6a,0x06,0xaf,0x00,0x9a,0x02,0xf6,0x7e,0xde,0xd6,0xf1,0x71,0x16,0xfc,0xf5, +/* 0x002570 */ 0x2a,0xaa,0x51,0xbd,0x23,0x34,0x5f,0xaf,0xb3,0xe6,0xef,0x7c,0xaf,0x09,0x6f,0x77, +/* 0x002580 */ 0xbd,0x88,0x16,0xaa,0xbe,0xd7,0x3c,0xe5,0xe8,0x28,0xcd,0x2e,0x6f,0xa5,0x3f,0xee, +/* 0x002590 */ 0x72,0x16,0x9a,0x30,0xea,0x6f,0x7c,0xd7,0x89,0xbf,0x2a,0x00,0x52,0x15,0xbd,0x89, +/* 0x0025a0 */ 0xba,0xd4,0x5a,0x94,0xdf,0xd9,0xf8,0x66,0x6f,0x97,0xe8,0x57,0x3c,0x9d,0x58,0xc1, +/* 0x0025b0 */ 0x5d,0x31,0x7f,0x45,0x96,0x88,0x44,0x82,0xdf,0xe0,0xe3,0xde,0xec,0xc4,0x5f,0x7e, +/* 0x0025c0 */ 0x35,0x40,0xf9,0xaf,0x9d,0x4b,0x95,0xd6,0xee,0xd9,0xf8,0x45,0x5e,0xcc,0xe4,0x73, +/* 0x0025d0 */ 0x58,0x44,0x9b,0x16,0x04,0xd4,0xeb,0x19,0x11,0xe6,0x72,0x82,0x35,0x83,0xff,0x5a, +/* 0x0025e0 */ 0x65,0xc7,0x5f,0x07,0xe8,0xd7,0xb2,0xa3,0x68,0x14,0x70,0xb7,0x51,0x6e,0x05,0x86, +/* 0x0025f0 */ 0x7b,0x84,0x96,0x49,0xe9,0xdc,0xa4,0x18,0xe3,0x7e,0x9b,0xed,0xfb,0xa1,0xb9,0x81, +/* 0x002600 */ 0xbf,0xe5,0xf3,0x22,0xf9,0x43,0xdb,0x27,0xfa,0xa1,0x1a,0x6e,0xf4,0x3e,0xc6,0x8e, +/* 0x002610 */ 0x11,0x58,0x59,0x92,0xb7,0xf1,0x00,0xea,0x5b,0xea,0xdb,0x21,0xcc,0x57,0x8e,0x46, +/* 0x002620 */ 0xc3,0xb4,0x4a,0x46,0x26,0x98,0x9d,0x2c,0x67,0xef,0xb3,0xc6,0xce,0x7f,0x4d,0x19, +/* 0x002630 */ 0x02,0x7e,0x95,0x57,0xdb,0x78,0x11,0x19,0x40,0x8c,0x7a,0x95,0xe0,0xbd,0xc7,0xf3, +/* 0x002640 */ 0x32,0x9f,0xf3,0x5a,0x36,0xfe,0xcb,0xe0,0x46,0xbd,0xb4,0xfe,0x46,0x80,0xa1,0x75, +/* 0x002650 */ 0xa9,0xb6,0x24,0x48,0x3a,0x94,0xb8,0x81,0xbf,0xa2,0x68,0x28,0xed,0xfb,0x31,0xf0, +/* 0x002660 */ 0x57,0xaf,0x93,0xff,0xaa,0x24,0x9e,0xb1,0xd8,0x1a,0xd1,0x3d,0xa3,0x5a,0x93,0xb4, +/* 0x002670 */ 0xc6,0x00,0x3a,0x84,0xca,0x76,0x48,0xd1,0x53,0x15,0x34,0x4c,0x54,0x03,0x9b,0x45, +/* 0x002680 */ 0x14,0x88,0xb5,0x53,0x63,0xf9,0x79,0x13,0x91,0xa9,0x06,0xfe,0x92,0xd3,0xfd,0x3a, +/* 0x002690 */ 0xea,0x03,0x04,0x4f,0x49,0x8b,0xa8,0x3b,0xa7,0x96,0xc3,0x82,0xe6,0x2e,0x54,0xbb, +/* 0x0026a0 */ 0x29,0x35,0x46,0x1d,0xbc,0xc7,0xd3,0x8c,0x8f,0x65,0xc3,0x5f,0x12,0xc0,0x81,0x56, +/* 0x0026b0 */ 0xfc,0x75,0xb2,0x51,0x09,0x4e,0x90,0xf5,0x1b,0x6e,0x00,0x34,0x51,0x96,0xcc,0x6f, +/* 0x0026c0 */ 0xbb,0x43,0x46,0x1b,0x71,0xe5,0x11,0x58,0x8d,0xe7,0xb1,0x62,0x1d,0xd7,0x9b,0xeb, +/* 0x0026d0 */ 0x73,0xf7,0xb7,0x4d,0xfe,0xcb,0x89,0xbf,0xe2,0x4b,0xce,0xfa,0xd6,0x97,0x9d,0x10, +/* 0x0026e0 */ 0x7f,0xd7,0xb9,0x24,0xea,0x9d,0x14,0x68,0xd3,0x2d,0xc9,0x82,0x45,0x42,0x61,0xe8, +/* 0x0026f0 */ 0xd7,0x49,0xb0,0x69,0x13,0x1e,0xd0,0xff,0xe4,0x2c,0xd6,0x61,0xf2,0x5f,0xcd,0x76, +/* 0x002700 */ 0xfe,0xeb,0xf2,0x6a,0x3a,0x04,0x34,0xab,0xc5,0xc5,0xf0,0x17,0xdf,0x5c,0x6e,0x4f, +/* 0x002710 */ 0x08,0x6f,0x91,0x29,0xf0,0x2e,0x5a,0x78,0x78,0x4c,0x44,0x37,0x53,0xc3,0xf4,0x96, +/* 0x002720 */ 0x7e,0x0b,0x7f,0x3d,0x98,0x0a,0x32,0x54,0xaf,0xc6,0x23,0x49,0xf5,0x92,0x10,0x59, +/* 0x002730 */ 0x73,0xb2,0xab,0x2f,0xe9,0x7d,0xb5,0xf8,0xaa,0x78,0xa2,0x73,0x61,0xb4,0xf0,0xb2, +/* 0x002740 */ 0x70,0xb5,0xf9,0x24,0x29,0x8e,0x6e,0x59,0x2f,0x54,0x45,0x4f,0x76,0x85,0x29,0xff, +/* 0x002750 */ 0x65,0x78,0x95,0x97,0x8a,0x27,0x14,0x93,0xff,0x4a,0xed,0x5f,0xcf,0xba,0x2a,0x57, +/* 0x002760 */ 0x4b,0xb3,0xa4,0x5f,0x90,0xa7,0x65,0xff,0x98,0xbb,0x04,0x0f,0x4b,0xbf,0x45,0x0b, +/* 0x002770 */ 0x9a,0xa4,0xbf,0xc7,0x47,0x1a,0x5f,0x90,0x4a,0xd7,0x14,0xac,0xc3,0x85,0xa8,0x5b, +/* 0x002780 */ 0xbb,0x99,0x6e,0x37,0xc3,0xac,0x7f,0x56,0xb4,0xf9,0x8d,0x38,0x87,0x22,0xf4,0x98, +/* 0x002790 */ 0x55,0xe7,0x44,0xac,0xcd,0xaf,0x1e,0x94,0xda,0x96,0x7f,0x5d,0xdd,0x88,0xe6,0x37, +/* 0x0027a0 */ 0x7f,0xae,0xad,0xf1,0x0c,0xda,0x80,0x4a,0x55,0xf7,0x3a,0x7c,0x9a,0xfc,0x4c,0x2e, +/* 0x0027b0 */ 0x6d,0x6e,0x6e,0xcb,0xbb,0x01,0x6d,0xbc,0xa9,0x74,0xc8,0xb3,0xce,0x6f,0x51,0x63, +/* 0x0027c0 */ 0xbf,0x35,0xf0,0x97,0x7d,0xff,0x4a,0x48,0x41,0x75,0x07,0x77,0x4e,0xca,0x55,0xa6, +/* 0x0027d0 */ 0xd9,0x86,0x02,0x51,0x29,0x00,0x40,0xac,0x83,0x68,0xaa,0x44,0x4b,0x3d,0x98,0x00, +/* 0x0027e0 */ 0xdc,0xf0,0x5b,0xae,0x33,0xe2,0x0f,0x27,0xe7,0xb0,0xa4,0x7b,0x63,0x7f,0x27,0xf3, +/* 0x0027f0 */ 0xb4,0x60,0xb9,0xe7,0x7e,0x74,0x12,0xd5,0xd2,0xc4,0xfc,0xab,0x64,0x00,0x85,0x6f, +/* 0x002800 */ 0x2e,0x7c,0x48,0x38,0xe7,0xff,0x1d,0x09,0xeb,0x81,0xc4,0xcc,0x7a,0x74,0x52,0x0c, +/* 0x002810 */ 0x0f,0xd8,0x8b,0x6c,0x18,0x7f,0x57,0x67,0x1a,0xfe,0xa2,0x25,0x35,0x76,0xbb,0x28, +/* 0x002820 */ 0x4d,0x59,0xc8,0xc1,0x5a,0xc3,0xec,0x16,0x7a,0x90,0x38,0x45,0x7d,0x9b,0x7e,0x3e, +/* 0x002830 */ 0x94,0xa9,0xf1,0xda,0x4a,0x37,0xa9,0x4c,0xfc,0xc5,0x42,0x71,0x92,0x26,0xda,0x7a, +/* 0x002840 */ 0x15,0x3c,0xa2,0x97,0xd1,0xad,0xc8,0xab,0x77,0xdc,0x0c,0x6f,0xe8,0x67,0xb4,0xd7, +/* 0x002850 */ 0xec,0x6b,0x98,0xd5,0x0c,0xb1,0x92,0xc5,0x8c,0xfa,0x1b,0x4e,0xfc,0xa5,0x56,0x29, +/* 0x002860 */ 0xd7,0xef,0x66,0xd5,0xc6,0xaa,0x7a,0xe0,0x43,0x9a,0x86,0x95,0xf6,0x56,0xb9,0xc0, +/* 0x002870 */ 0x0b,0xde,0x20,0x78,0x8c,0xa3,0x43,0x0e,0xff,0x99,0xa7,0xae,0x98,0xe7,0x87,0x0e, +/* 0x002880 */ 0xfe,0xab,0x5f,0xae,0xd2,0xba,0xb7,0xe4,0x31,0x4d,0xd4,0x13,0xcf,0x1b,0x97,0xba, +/* 0x002890 */ 0x94,0xf2,0x26,0xa9,0x2b,0x16,0x84,0xf9,0x55,0x91,0xe6,0x87,0x1b,0x42,0xb6,0xfa, +/* 0x0028a0 */ 0x1b,0x09,0x57,0x70,0x97,0xa7,0x9d,0x07,0x53,0xad,0xa2,0x59,0x48,0x6a,0x1c,0x06, +/* 0x0028b0 */ 0x2e,0x1f,0x3e,0x8e,0x8e,0x6e,0x35,0x40,0xe9,0xe9,0x97,0xd1,0x5e,0x29,0x38,0x44, +/* 0x0028c0 */ 0x03,0x11,0x8d,0x80,0xab,0xe5,0xd8,0xaa,0xbf,0x21,0x5b,0xfc,0x57,0x3f,0x8a,0xc8, +/* 0x0028d0 */ 0xb0,0xaa,0x07,0x09,0xa0,0xad,0x55,0xbe,0x1f,0x0a,0xef,0xc3,0x6a,0x53,0xab,0x7a, +/* 0x0028e0 */ 0x89,0x20,0x01,0xec,0x7a,0xfe,0x58,0x30,0x21,0x5c,0x21,0x53,0xa1,0xc8,0x88,0x0d, +/* 0x0028f0 */ 0xf9,0x7a,0x8c,0xfa,0x1b,0x3b,0xed,0xfc,0xd7,0x41,0x74,0xa3,0xd8,0xa2,0xc2,0x8f, +/* 0x002900 */ 0x7f,0x20,0x35,0x7c,0xc9,0x1d,0x07,0xcd,0x45,0x57,0x83,0xea,0xdb,0x25,0x9c,0xd5, +/* 0x002910 */ 0x3e,0x51,0x6a,0x69,0xa1,0xb6,0xdf,0x93,0x29,0xa5,0xe1,0x35,0x9a,0x23,0x46,0x8c, +/* 0x002920 */ 0x9f,0x3a,0x6d,0xc6,0x1f,0x4e,0x73,0x92,0xcb,0x38,0xdf,0x00,0xe7,0xff,0x9e,0xf3, +/* 0x002930 */ 0x80,0xbf,0x6e,0x1d,0x2a,0x58,0x25,0xdc,0xc0,0xd3,0xbe,0x2c,0xfe,0x6b,0x02,0xbc, +/* 0x002940 */ 0x94,0x33,0x71,0xfb,0x61,0xc8,0xfa,0x54,0xfc,0xe1,0x55,0x00,0x59,0x11,0xab,0xfe, +/* 0x002950 */ 0x46,0x52,0x48,0xc0,0x12,0xf7,0xcb,0x78,0xd9,0x84,0xb4,0x03,0x37,0xa0,0xa7,0x79, +/* 0x002960 */ 0xfe,0xd7,0xbd,0x3c,0x11,0xec,0x12,0x4e,0xc6,0xbb,0x14,0x93,0x2c,0xeb,0x04,0xa1, +/* 0x002970 */ 0x37,0x55,0x7f,0x63,0xd0,0xa4,0x51,0x6c,0xf1,0xd8,0x00,0xbb,0x46,0xf2,0x65,0xbc, +/* 0x002980 */ 0x65,0xe9,0xe3,0x86,0x17,0x67,0x72,0x64,0xba,0xd2,0x93,0x66,0x6c,0xc5,0x1f,0xee, +/* 0x002990 */ 0x42,0xdd,0x66,0x49,0x43,0x3e,0x94,0xb0,0x29,0x3c,0x8d,0xfd,0x03,0xf0,0x3e,0x16, +/* 0x0029a0 */ 0x35,0x66,0x7d,0x63,0xfa,0xd2,0x5e,0xc7,0xb8,0xf7,0xa6,0xe2,0x0f,0x47,0x61,0x69, +/* 0x0029b0 */ 0x72,0xe4,0x7f,0xe1,0xa4,0xfc,0x82,0x08,0xf3,0xab,0xca,0xb3,0xdb,0x28,0x93,0x92, +/* 0x0029c0 */ 0x82,0x5d,0xef,0xe2,0x49,0xc5,0xa6,0x69,0xe9,0x4d,0xd5,0xdf,0xd8,0xee,0xe0,0x2b, +/* 0x0029d0 */ 0x39,0xa4,0xba,0x86,0x7e,0xa1,0x1b,0x55,0x68,0x1a,0x1c,0xc2,0x24,0xfa,0x03,0x5d, +/* 0x0029e0 */ 0x18,0x6d,0xe0,0xda,0xc2,0x5f,0xcf,0xd8,0x7f,0x69,0x83,0x0e,0x1f,0xc9,0x53,0x14, +/* 0x0029f0 */ 0xa4,0x0f,0xd0,0xb0,0xc3,0xd8,0x71,0xe7,0xfb,0x2c,0x1b,0x37,0x8e,0x50,0x4c,0x8d, +/* 0x002a00 */ 0x96,0x8a,0x3f,0x2c,0x4f,0x1d,0x35,0x18,0xf5,0x37,0x60,0xbc,0x5a,0x4b,0x8f,0x48, +/* 0x002a10 */ 0x89,0xe2,0x3b,0x3b,0x5f,0xe7,0x19,0x61,0x46,0x6f,0x5c,0x66,0xbc,0xb0,0xbd,0xe2, +/* 0x002a20 */ 0x8d,0x66,0xe7,0xbf,0x1c,0x5b,0x12,0x7c,0xfc,0x04,0xc6,0x6b,0x0d,0x45,0x5b,0x5f, +/* 0x002a30 */ 0x49,0x1b,0x4a,0xca,0x0b,0xef,0x4c,0x8b,0xac,0xb6,0xe2,0x0f,0x0b,0x9d,0xae,0xbe, +/* 0x002a40 */ 0x44,0xeb,0xf2,0x3d,0x09,0x70,0xa0,0xe4,0x34,0xbe,0xd3,0x56,0x17,0x82,0x0b,0x1f, +/* 0x002a50 */ 0xa3,0xef,0xa7,0xf8,0x2f,0xd0,0x8c,0xa5,0xe2,0x0f,0x45,0xf4,0x47,0xd1,0x8a,0x3f, +/* 0x002a60 */ 0xa4,0xef,0x23,0x3c,0x88,0x5e,0x90,0x17,0x0d,0x16,0x86,0x8a,0x57,0xe2,0x7f,0xb3, +/* 0x002a70 */ 0x85,0x26,0x72,0xe1,0x8f,0x68,0x91,0x4d,0x23,0x0b,0x66,0xfc,0xe1,0x8d,0xcf,0xd8, +/* 0x002a80 */ 0xe3,0x0f,0xe7,0x1d,0x81,0x3e,0xbc,0x28,0x7e,0x82,0xea,0x5e,0xac,0xfa,0x10,0x34, +/* 0x002a90 */ 0x0d,0x8e,0xa3,0x8f,0x8b,0xd0,0xbd,0x6f,0xa1,0x88,0x23,0xf4,0xd7,0xc2,0x5f,0x17, +/* 0x002aa0 */ 0x89,0x6d,0x5d,0x6d,0xa0,0xb4,0xd7,0x2e,0x74,0x3c,0x10,0x39,0x06,0xbf,0x2b,0x98, +/* 0x002ab0 */ 0x70,0x1e,0xc5,0xf4,0x71,0x37,0xc3,0x31,0x5e,0x56,0xfc,0xe1,0xf6,0x52,0x7b,0xdc, +/* 0x002ac0 */ 0xc5,0xf0,0xff,0x03,0x02,0xde,0xa8,0x56,0x9e,0x86,0x8d,0x3e,0xfd,0x48,0x70,0x1d, +/* 0x002ad0 */ 0x3d,0x12,0x64,0x71,0x17,0xa6,0xc6,0x16,0x7f,0xf8,0x23,0xe5,0xc9,0xb4,0xce,0xfc, +/* 0x002ae0 */ 0x19,0xda,0xd8,0xf9,0xcd,0xa4,0x67,0xf2,0x8e,0x79,0x03,0x0e,0x6a,0xcc,0xfd,0x5d, +/* 0x002af0 */ 0x10,0x9e,0xa0,0x82,0x65,0xbc,0x26,0x15,0x7f,0x38,0x98,0x11,0x3f,0xff,0xbe,0x42, +/* 0x002b00 */ 0x0f,0x9d,0xba,0x17,0x6d,0xe6,0xe0,0x7a,0x85,0x15,0x98,0x1d,0xa2,0xa9,0x85,0xc4, +/* 0x002b10 */ 0x6e,0x2c,0x65,0x8d,0x3f,0x34,0x84,0xe7,0x19,0xc8,0xba,0x7e,0x8d,0x27,0x20,0x1b, +/* 0x002b20 */ 0x15,0x11,0x53,0xa9,0x61,0xe8,0xaa,0x6c,0x33,0xde,0x3a,0xda,0x91,0x3d,0xff,0xcb, +/* 0x002b30 */ 0x5e,0x85,0xef,0xc1,0x8c,0xfa,0x87,0x88,0x0a,0xb2,0xcd,0xe6,0x53,0xea,0x1f,0x32, +/* 0x002b40 */ 0xe1,0x2c,0xf8,0xab,0x2d,0x8f,0x09,0xab,0xd3,0x9a,0x76,0x08,0xd4,0xb1,0xaf,0x73, +/* 0x002b50 */ 0x18,0xbf,0x99,0x3b,0xff,0x8b,0xba,0xcd,0x3d,0x6a,0xe1,0x4f,0xf0,0x7c,0x33,0x6f, +/* 0x002b60 */ 0xcb,0x68,0xda,0x5e,0x44,0x11,0x99,0x13,0x40,0x25,0x73,0xe6,0x7f,0xc1,0x3a,0xf6, +/* 0x002b70 */ 0x94,0xe2,0x8f,0x1a,0xb4,0x57,0x2a,0x34,0x51,0xf5,0xfc,0xd0,0x4d,0x43,0x3b,0x2a, +/* 0x002b80 */ 0x1c,0xcf,0xb1,0xe1,0xaf,0x59,0x0e,0x5e,0x66,0x16,0x8d,0x3f,0x0c,0xd0,0xda,0x86, +/* 0x002b90 */ 0x7e,0x51,0x63,0x9a,0x22,0xb3,0xa9,0x68,0x9b,0x28,0x6c,0xb2,0x2a,0xf5,0x89,0x0e, +/* 0x002ba0 */ 0xfc,0x55,0x10,0xed,0xb7,0x3a,0xb3,0x9f,0xd7,0xdf,0x18,0x40,0x63,0x0a,0xcb,0xed, +/* 0x002bb0 */ 0x5a,0x43,0x78,0x93,0xc9,0x33,0xc6,0xc0,0xa3,0x1e,0x42,0x75,0xd9,0xf0,0xd7,0x8e, +/* 0x002bc0 */ 0x1b,0x2f,0xa6,0x75,0xe6,0x36,0xe1,0x22,0xb9,0x2d,0x2f,0xa2,0x3e,0x34,0x21,0x50, +/* 0x002bd0 */ 0x34,0x9a,0x46,0x69,0x69,0x57,0x1c,0xf8,0xcb,0x91,0xff,0x65,0xe7,0xd1,0x78,0x38, +/* 0x002be0 */ 0xdc,0xcb,0x94,0xff,0x1a,0x11,0x6e,0x96,0x8f,0xf2,0x61,0xb2,0x7e,0x8a,0x12,0x97, +/* 0x002bf0 */ 0xb6,0x8a,0x88,0x33,0xe3,0x82,0x2d,0xff,0xab,0xcb,0x11,0x7f,0xb8,0x39,0x66,0x6a, +/* 0x002c00 */ 0xdc,0x0a,0x08,0x37,0x21,0xd8,0xa9,0x4d,0xb4,0x05,0x9a,0x7e,0x5b,0xfc,0xa1,0x23, +/* 0x002c10 */ 0xff,0xeb,0xad,0x54,0x4a,0x17,0xad,0x33,0xc9,0xf3,0xbf,0x78,0x1f,0x8a,0xbc,0x69, +/* 0x002c20 */ 0x76,0x0a,0x6d,0x89,0x56,0x2c,0x68,0x1a,0xfe,0x2a,0x99,0xb3,0x8b,0x6c,0xb2,0x8f, +/* 0x002c30 */ 0x7b,0x37,0x08,0x3d,0x8f,0x98,0x55,0x2e,0x37,0xa5,0x7d,0x5a,0xe5,0x34,0x81,0xdd, +/* 0x002c40 */ 0x9e,0x11,0xb6,0xcd,0x8a,0x3f,0x7c,0x09,0x3b,0x78,0xc6,0xad,0x14,0x72,0xbe,0x4a, +/* 0x002c50 */ 0x49,0xae,0x87,0xd9,0xd7,0xeb,0xec,0xe7,0x9b,0xc8,0x25,0xd4,0x67,0xd3,0xd8,0xf2, +/* 0x002c60 */ 0xbf,0x9e,0xc8,0x32,0x2f,0x38,0xc9,0xd5,0x31,0x8a,0x9d,0x75,0x41,0xe5,0x65,0x80, +/* 0x002c70 */ 0x97,0xd3,0x8c,0x73,0xe5,0x7f,0x79,0x49,0x69,0x29,0xa3,0xbd,0x82,0x44,0x40,0x19, +/* 0x002c80 */ 0x68,0x2b,0x83,0x2c,0xbb,0x27,0x57,0xfe,0x97,0x44,0xd9,0xae,0x87,0x94,0xaa,0x98, +/* 0x002c90 */ 0xb4,0x9a,0xa3,0x2d,0x1b,0x35,0x96,0xc4,0x99,0x64,0x59,0xae,0xfa,0x1b,0xb0,0x7f, +/* 0x002ca0 */ 0x05,0xd1,0xe3,0x49,0x16,0xbc,0x74,0x3b,0x5b,0xd0,0x8c,0x26,0xea,0x7e,0xc7,0xb6, +/* 0x002cb0 */ 0xd0,0x58,0xac,0x6c,0xf8,0x2b,0x3d,0xfe,0x30,0x29,0xdd,0x87,0x6f,0x20,0x1b,0x51, +/* 0x002cc0 */ 0x65,0x54,0x6a,0xc3,0x5f,0x42,0xe9,0xb4,0x17,0x20,0xb2,0x90,0x53,0x93,0xbd,0xfe, +/* 0x002cd0 */ 0x46,0x7d,0xd2,0x7b,0x55,0x68,0x88,0xbd,0x05,0xc2,0xca,0xf5,0x9e,0x3b,0xf1,0xaf, +/* 0x002ce0 */ 0x1d,0x68,0x6b,0x95,0xf0,0x53,0xf9,0x13,0xcd,0x49,0x96,0xa5,0xe2,0x0f,0x67,0x39, +/* 0x002cf0 */ 0x36,0x97,0xea,0x09,0xcf,0x07,0x8c,0x4d,0x9e,0x19,0x82,0x0d,0xc8,0xb9,0xef,0xc8, +/* 0x002d00 */ 0xc2,0xfb,0x0a,0x8b,0xf1,0x30,0x34,0x14,0x20,0x98,0xf1,0x87,0x2e,0x5a,0x52,0xe3, +/* 0x002d10 */ 0x9f,0x46,0xed,0xfc,0xd7,0x55,0xee,0x16,0x8e,0x79,0x22,0xe8,0xb0,0xc3,0x1b,0x1c, +/* 0x002d20 */ 0x13,0x1e,0x00,0xe1,0xf3,0x0e,0xb2,0x2c,0x95,0xff,0x65,0x8b,0xcd,0x30,0x85,0x0d, +/* 0x002d30 */ 0x54,0x88,0xba,0xe7,0xa4,0xa5,0x86,0x45,0x69,0xff,0xc8,0x4e,0x63,0x2b,0xff,0xeb, +/* 0x002d40 */ 0x20,0xfa,0xb1,0x2b,0xfd,0x39,0xd0,0xbd,0x2a,0xa7,0xbd,0x44,0x7b,0x93,0xca,0x0a, +/* 0x002d50 */ 0x4e,0x3a,0x8d,0x53,0xf9,0x5f,0x19,0x7e,0xe6,0x09,0x1c,0xa3,0x73,0x30,0xcc,0xaa, +/* 0x002d60 */ 0x84,0xd9,0x9b,0x10,0x45,0xe2,0xad,0x76,0xcd,0x92,0x58,0x2a,0xff,0xcb,0xf5,0xba, +/* 0x002d70 */ 0xa3,0x33,0xa9,0x0f,0x70,0x8c,0x47,0xb3,0x04,0x53,0xa1,0x53,0x07,0x38,0x8d,0xf2, +/* 0x002d80 */ 0x75,0xe8,0x16,0xbb,0x33,0xd9,0x9f,0x23,0xff,0x8b,0x0b,0xea,0x79,0xd5,0x38,0xd6, +/* 0x002d90 */ 0x70,0x36,0x6d,0x17,0xc6,0x65,0x7b,0xbe,0x5e,0x5a,0xfc,0xe1,0x07,0x69,0xbc,0xcc, +/* 0x002da0 */ 0x34,0x1a,0xd7,0x6a,0xa8,0x33,0x59,0xcf,0x9b,0xac,0x44,0xb0,0x31,0x21,0xc3,0xd8, +/* 0x002db0 */ 0x63,0xc5,0x1f,0xae,0xc4,0xaf,0xa7,0x41,0xa1,0x61,0xd4,0x75,0xcc,0x4f,0xf1,0xe9, +/* 0x002dc0 */ 0x17,0x53,0x74,0x15,0x13,0xbe,0xbf,0x6d,0x5c,0xee,0x76,0x18,0x87,0xec,0xf1,0x87, +/* 0x002dd0 */ 0x4f,0xa7,0x3d,0x67,0x9c,0xc6,0xcf,0x0f,0x00,0x80,0xba,0xc9,0xf4,0xcc,0x6d,0x18, +/* 0x002de0 */ 0x2d,0xdd,0xd8,0x8a,0x3f,0x0c,0x66,0x8c,0xd7,0x38,0xf4,0x9a,0x42,0x47,0x47,0x14, +/* 0x002df0 */ 0xad,0x10,0x2c,0x26,0xc8,0x45,0xe3,0xa8,0xc3,0x61,0x9c,0xb0,0xf2,0xbf,0x0a,0xd6, +/* 0x002e00 */ 0x66,0x38,0xed,0x67,0x60,0x1d,0xeb,0x53,0x5b,0x12,0x9e,0x72,0x53,0x13,0x34,0xbd, +/* 0x002e10 */ 0xaf,0x69,0xf1,0x3d,0x9e,0x8b,0x67,0x19,0x5b,0xf1,0x87,0x67,0xb2,0xf4,0xf3,0x34, +/* 0x002e20 */ 0x85,0x5d,0x6d,0xc2,0xc5,0x34,0x0a,0x52,0x15,0x32,0x49,0xc9,0x6c,0xf1,0x87,0xd3, +/* 0x002e30 */ 0xa4,0x41,0xf1,0x0e,0x95,0x55,0x80,0x3f,0xff,0xac,0xf6,0x95,0x89,0x65,0x00,0xe4, +/* 0x002e40 */ 0xe5,0x1a,0xdd,0x3b,0x29,0x84,0xf1,0xeb,0x38,0x72,0x8c,0xd6,0xb7,0xc1,0x2f,0x90, +/* 0x002e50 */ 0x5b,0x8d,0x42,0xf4,0xa4,0x41,0x85,0xa6,0x89,0x54,0xfc,0xe1,0x7b,0x66,0xfd,0xc3, +/* 0x002e60 */ 0xfe,0x58,0x55,0xb2,0xb9,0xcb,0x2f,0xc9,0x5b,0x3b,0xfd,0x94,0x67,0x0c,0x8a,0xdd, +/* 0x002e70 */ 0x2c,0x61,0xa1,0xa8,0x53,0xea,0x26,0x0d,0x23,0xcd,0xd4,0x66,0x33,0xf2,0x5b,0xc1, +/* 0x002e80 */ 0x8a,0xd1,0x82,0xfe,0xac,0xf5,0x0f,0x29,0xff,0x25,0xc9,0x7e,0x5a,0x05,0x5d,0x21, +/* 0x002e90 */ 0x9f,0x93,0xfd,0x5e,0x57,0x87,0xa2,0xe8,0x81,0x50,0x91,0xc8,0xba,0x37,0x3f,0x64, +/* 0x002ea0 */ 0x1c,0xb9,0x9b,0xfd,0xac,0x4a,0x36,0xfc,0xb5,0x5b,0xb6,0xc6,0x94,0x96,0x14,0x93, +/* 0x002eb0 */ 0x34,0xff,0x5a,0xe9,0x51,0xe4,0x4f,0xe4,0xc7,0x71,0x10,0xd3,0xf7,0x09,0xf4,0xe1, +/* 0x002ec0 */ 0x27,0x51,0xb7,0x58,0x41,0x09,0xd0,0x71,0xf4,0x93,0x54,0xfd,0x8d,0xaa,0xbb,0x41, +/* 0x002ed0 */ 0x93,0x2d,0xff,0x6b,0x52,0xaf,0x92,0x9b,0xf3,0x3d,0x77,0xf9,0x5f,0x77,0xd5,0x4e, +/* 0x002ee0 */ 0x14,0x7c,0x5c,0x76,0x3f,0x74,0x54,0x9f,0xee,0xad,0x10,0x6e,0x42,0xc7,0x5d,0x55, +/* 0x002ef0 */ 0x7a,0x25,0xb5,0x79,0x55,0xb7,0xf2,0xf5,0x1a,0xa2,0x00,0x8e,0x6c,0xf5,0x0f,0xad, +/* 0x002f00 */ 0xf1,0xba,0x4a,0x6b,0x6b,0x9c,0xee,0xe8,0xcf,0xfb,0x40,0x5c,0x4c,0xdc,0x1f,0x16, +/* 0x002f10 */ 0xef,0xe6,0x88,0x6c,0x44,0xb8,0x28,0x03,0x82,0xd6,0x0b,0x27,0x8a,0xa7,0xd1,0xfb, +/* 0x002f20 */ 0xf2,0x01,0x63,0xbc,0x30,0x8c,0x69,0x76,0xfe,0x0b,0xb6,0xa4,0xb8,0x37,0x2e,0xcc, +/* 0x002f30 */ 0x6f,0x84,0xd7,0x18,0x84,0x59,0xb9,0xb6,0x89,0xbd,0x8f,0x26,0xfc,0xad,0x0c,0x40, +/* 0x002f40 */ 0xec,0x8f,0x26,0x6d,0x6a,0xbe,0x4f,0x3d,0x3d,0xcc,0xcf,0x56,0x7f,0xe3,0xf9,0xd3, +/* 0x002f50 */ 0x41,0xbd,0xb9,0x0f,0x17,0xca,0xbf,0x6b,0x56,0xa2,0x05,0x71,0x7f,0x84,0x1e,0x6b, +/* 0x002f60 */ 0xe8,0x01,0x92,0x37,0xb3,0x71,0xab,0x54,0xcd,0xa7,0xde,0x01,0x1b,0xfe,0xba,0x0b, +/* 0x002f70 */ 0xc6,0x34,0x7b,0xfd,0x8d,0xb5,0x48,0x52,0xb0,0x1b,0x75,0x44,0x95,0x9d,0x92,0x56, +/* 0x002f80 */ 0x74,0x6f,0xde,0xa3,0x2e,0xbf,0xbe,0x66,0xe1,0xdd,0x7f,0x81,0x3a,0xc4,0xaa,0x11, +/* 0x002f90 */ 0x56,0xa6,0xf2,0x80,0x6d,0xbc,0x9a,0x73,0xd4,0xdf,0x78,0x8e,0x7c,0xb3,0xa7,0xeb, +/* 0x002fa0 */ 0xef,0xf1,0x5c,0xf5,0x67,0xa4,0xb4,0x3f,0xff,0xbb,0x8d,0x3f,0xa5,0xd1,0x86,0x6f, +/* 0x002fb0 */ 0x95,0xac,0x72,0x5f,0x27,0x6e,0xd4,0x2a,0x47,0xa9,0x0d,0xd9,0x97,0x28,0x1d,0x33, +/* 0x002fc0 */ 0x90,0x42,0x75,0x14,0xc0,0x5a,0x5a,0xfd,0x0d,0x0f,0xab,0xbf,0x11,0xaf,0xaf,0xf7, +/* 0x002fd0 */ 0x5e,0x2f,0xb8,0x63,0x2f,0x68,0xa1,0xde,0x42,0x4d,0x58,0xf9,0x97,0xaf,0xa3,0x10, +/* 0x002fe0 */ 0x4d,0x8b,0x6b,0x8a,0xbe,0x40,0xea,0xc7,0x7c,0x75,0xc2,0x09,0x72,0x21,0x1e,0x1a, +/* 0x002ff0 */ 0x63,0x85,0x38,0xe0,0xa7,0xd4,0x5c,0xf5,0x37,0xca,0x97,0xb4,0xd2,0x2a,0x10,0xe8, +/* 0x003000 */ 0x42,0x6b,0xa4,0xb3,0x25,0x2e,0xac,0x5d,0xf8,0x4b,0x18,0x26,0xdf,0x6f,0x58,0xdd, +/* 0x003010 */ 0xcb,0x86,0x41,0x9e,0x0f,0x2b,0x47,0x28,0x65,0x3c,0xce,0x8a,0x5b,0xe6,0xe0,0xbf, +/* 0x003020 */ 0xce,0x46,0xc3,0xab,0x7c,0x9a,0x4b,0xc7,0x2f,0xc8,0x6d,0x7a,0x95,0x76,0x7d,0x50, +/* 0x003030 */ 0x7e,0x1d,0xd5,0xd2,0xf1,0x7a,0x02,0x30,0x7e,0x68,0xc8,0xbb,0x88,0x4e,0x7c,0x5a, +/* 0x003040 */ 0x7f,0x83,0x09,0xa8,0x1e,0xc1,0xf7,0x93,0xca,0xff,0x12,0x6d,0xe7,0xab,0x2c,0x36, +/* 0x003050 */ 0xe3,0x34,0xda,0x58,0x5e,0xaa,0xbb,0x61,0xdf,0x21,0xfb,0xb4,0xd2,0x11,0x49,0xc5, +/* 0x003060 */ 0xaf,0xd0,0x68,0xc3,0x23,0x12,0xdd,0x89,0x8c,0x8a,0xc7,0xcc,0x2b,0x50,0xa5,0xb6, +/* 0x003070 */ 0xac,0xf9,0x5f,0xcf,0x92,0x52,0xcd,0xb3,0xaa,0xa8,0xcf,0xb5,0x95,0x94,0x25,0xdd, +/* 0x003080 */ 0x93,0x78,0x1e,0xda,0xab,0x95,0x27,0xa5,0x35,0xf8,0x15,0x69,0x2f,0x29,0x1b,0xcd, +/* 0x003090 */ 0xa7,0x99,0x77,0x87,0xd5,0xa7,0x78,0x21,0x0e,0xa3,0x9f,0xb3,0xe6,0x7f,0xa9,0xca, +/* 0x0030a0 */ 0xd8,0x8a,0xda,0xa2,0x21,0x7a,0x4e,0x32,0xe1,0x0e,0xc3,0x6e,0x75,0x00,0xdc,0x15, +/* 0x0030b0 */ 0x49,0xc2,0x2f,0xae,0xda,0xcb,0x19,0x31,0xd8,0xbf,0x48,0xc0,0x8a,0x10,0x50,0x73, +/* 0x0030c0 */ 0xe5,0x7f,0xc9,0xe1,0x7e,0xdf,0xa8,0xf0,0xbc,0x72,0xc2,0x55,0xd3,0x7f,0xfb,0x98, +/* 0x0030d0 */ 0x10,0x40,0xaf,0xe1,0x5a,0xe2,0x1d,0x2f,0x9e,0x54,0xaf,0xa2,0x1a,0xf2,0x15,0xad, +/* 0x0030e0 */ 0x2c,0x80,0x3e,0x26,0x75,0xbc,0x10,0xfd,0x65,0xd4,0xb0,0xcd,0xab,0x2d,0xcb,0x8a, +/* 0x0030f0 */ 0xbf,0xee,0xa0,0xb4,0x57,0x59,0x92,0xe6,0x38,0x17,0x15,0xb8,0x78,0xa6,0x12,0xaa, +/* 0x003100 */ 0xee,0x60,0x42,0xbd,0x6c,0x14,0xb8,0xfe,0xbf,0x2c,0xbf,0x0e,0xfb,0xb2,0xe6,0x7f, +/* 0x003110 */ 0xb9,0xd8,0x58,0xc4,0x85,0x5d,0xf8,0xa8,0x1e,0x5e,0xed,0xdd,0x0e,0xd3,0xfc,0x12, +/* 0x003120 */ 0x4a,0xa8,0xde,0x9f,0xb8,0x56,0xa3,0xa3,0x7a,0xad,0xea,0xa5,0xee,0xee,0xa5,0xfc, +/* 0x003130 */ 0x94,0x3f,0x4f,0x73,0xc4,0xb2,0xe2,0xaf,0xd6,0x8a,0xd6,0x15,0xd4,0xd9,0xde,0xd4, +/* 0x003140 */ 0xae,0xac,0x2b,0x88,0xe3,0x9b,0x5a,0x6f,0x03,0xb4,0x25,0x95,0xc0,0x3a,0xf6,0x9b, +/* 0x003150 */ 0xf6,0xcd,0x8d,0x26,0x35,0x66,0x15,0x99,0xff,0x73,0x29,0x3b,0xfe,0x3a,0xc0,0x68, +/* 0x003160 */ 0xaf,0x58,0xb9,0x48,0xd9,0x2e,0x15,0xbc,0x6e,0xf1,0x36,0x40,0x5b,0x81,0x78,0x98, +/* 0x003170 */ 0x22,0xbb,0x27,0xa2,0xe9,0xcf,0xa9,0x82,0xa6,0xac,0xf5,0xe7,0x0f,0xb8,0x60,0x2c, +/* 0x003180 */ 0x64,0x77,0xb9,0xda,0x2e,0xf6,0xa8,0xf9,0xb3,0xdc,0xa2,0xba,0xe7,0xb6,0xde,0x26, +/* 0x003190 */ 0xe9,0x61,0xbc,0x4b,0x9d,0xa5,0x04,0x96,0x07,0xc0,0x66,0x96,0xbd,0x52,0xfa,0x72, +/* 0x0031a0 */ 0xc9,0x8e,0xbf,0x4a,0x6c,0xf8,0x8b,0x15,0xa9,0x2b,0x45,0x43,0x81,0x30,0x92,0x36, +/* 0x0031b0 */ 0xd0,0xb4,0xaf,0x68,0x1d,0x4d,0x04,0x3b,0x8b,0x86,0xf2,0x6b,0xcd,0x8a,0x76,0x61, +/* 0x0031c0 */ 0xab,0x9f,0xa9,0x26,0x4b,0xfd,0x79,0x4e,0xd0,0x8c,0xb8,0x2e,0x12,0x56,0xae,0x70, +/* 0x0031d0 */ 0x1d,0x23,0xc2,0x6a,0xbf,0xfc,0xbf,0x4e,0x2d,0xfb,0x0e,0x75,0xe3,0x97,0x33,0x1b, +/* 0x0031e0 */ 0x1b,0xfe,0xca,0x51,0xff,0xf0,0x22,0x87,0x5d,0xad,0xc5,0x17,0x97,0xbf,0x8c,0x6a, +/* 0x0031f0 */ 0xd4,0xc2,0x37,0x84,0x5a,0xf5,0x28,0xe0,0x82,0xdd,0xad,0xc2,0x2d,0xe8,0xf7,0xa4, +/* 0x003200 */ 0xa1,0x79,0xe6,0x08,0xad,0xa3,0x28,0x86,0x29,0x10,0xa3,0xe8,0xaf,0xe1,0x6e,0xaf, +/* 0x003210 */ 0x0d,0x7f,0x69,0xb6,0xb2,0x1b,0xe0,0xa2,0x77,0x13,0xff,0x11,0x32,0x86,0x62,0xc8, +/* 0x003220 */ 0xf3,0x10,0x7e,0x5c,0xed,0x42,0xfe,0x05,0xd2,0x66,0xcf,0x9b,0xb3,0xbb,0x70,0x15, +/* 0x003230 */ 0xaf,0xc8,0x31,0x46,0xea,0x2c,0xfc,0xe5,0x2a,0x48,0xe1,0x2f,0x31,0x15,0xde,0x89, +/* 0x003240 */ 0x39,0x10,0xbb,0x69,0x14,0x3d,0x8c,0xcb,0x69,0xd8,0x61,0x13,0x69,0x47,0xe5,0x8d, +/* 0x003250 */ 0xf9,0xf1,0xcd,0x79,0xe8,0xe1,0xc6,0xe0,0xd7,0xba,0x19,0xff,0xb5,0xa0,0x5c,0xe5, +/* 0x003260 */ 0x25,0x28,0x5d,0xf7,0xaa,0x52,0xf6,0xfc,0x2f,0x86,0xb6,0x76,0xe0,0xb7,0x10,0xe5, +/* 0x003270 */ 0xbf,0x56,0x18,0xfc,0x17,0x2b,0x84,0x28,0x3f,0xc2,0x4a,0x62,0x62,0x9a,0x12,0x68, +/* 0x003280 */ 0xe1,0xee,0x7b,0x5b,0xa1,0x29,0x5b,0xfe,0xd7,0xd1,0x68,0xa4,0xd5,0xf7,0x23,0xe1, +/* 0x003290 */ 0x2d,0x40,0x64,0xb5,0xeb,0x7c,0xff,0x3e,0x73,0x35,0xa6,0xfd,0x53,0xf0,0x28,0x00, +/* 0x0032a0 */ 0xb1,0x57,0xb1,0xd9,0xbd,0xe4,0x1f,0xcd,0x7e,0xae,0xff,0xd6,0xca,0x78,0xf6,0xfa, +/* 0x0032b0 */ 0x1b,0x62,0x64,0x85,0x71,0x2e,0x51,0xb7,0x0e,0xe0,0xed,0x2e,0xf4,0x2d,0xb1,0x5e, +/* 0x0032c0 */ 0x2d,0xdc,0x51,0xb6,0x5a,0x4b,0x85,0x1d,0x2a,0x0f,0x58,0xf3,0xa2,0x39,0x37,0xfe, +/* 0x0032d0 */ 0x92,0x5b,0x3a,0x8b,0x15,0x58,0xbc,0xe1,0x23,0x11,0x3d,0x3c,0xb4,0x15,0xbe,0x9f, +/* 0x0032e0 */ 0x28,0x1a,0x2a,0x0f,0xa3,0x95,0x64,0x19,0xb5,0x79,0xce,0xbc,0xbf,0x20,0x82,0xbd, +/* 0x0032f0 */ 0xd9,0xf2,0xbf,0x86,0xd0,0x21,0xf4,0x85,0x18,0x80,0x2c,0x37,0x7a,0x03,0xdd,0x4a, +/* 0x003300 */ 0x56,0xf4,0x1a,0x68,0x6b,0xcd,0xdf,0xe1,0x12,0xf9,0x17,0x52,0x99,0xc6,0x2a,0x22, +/* 0x003310 */ 0x1e,0xc2,0x7e,0xd2,0x4d,0xf9,0xaf,0xcd,0xa8,0x9a,0x04,0xb4,0x1c,0xf5,0x37,0xd6, +/* 0x003320 */ 0x24,0xaf,0xbf,0x0d,0xdf,0x0e,0xa3,0xae,0xec,0xf2,0xdc,0x06,0x40,0x8c,0x21,0xb2, +/* 0x003330 */ 0x85,0xf8,0x2b,0xa8,0x43,0x55,0x14,0xc9,0xb1,0x7f,0x81,0x07,0xd2,0x26,0x85,0x72, +/* 0x003340 */ 0xd4,0x3f,0xfc,0xa6,0xee,0x19,0xc3,0x7f,0x83,0x7e,0xe0,0x9d,0x8f,0x3c,0xf7,0xf1, +/* 0x003350 */ 0x45,0x78,0x48,0x9a,0x68,0x2c,0x41,0x5b,0x89,0xd2,0x63,0x54,0x4a,0x67,0xeb,0xf3, +/* 0x003360 */ 0x1b,0x2e,0xc0,0x0e,0xb3,0xa4,0x0c,0xfc,0xe5,0x31,0x6b,0x1b,0xb6,0x00,0xec,0x42, +/* 0x003370 */ 0x2f,0xd1,0xb2,0xf3,0x37,0x33,0xfe,0xab,0x01,0x80,0x18,0xb8,0xf1,0xbf,0x26,0x0b, +/* 0x003380 */ 0x35,0x23,0xed,0xeb,0x16,0x80,0x5d,0xf7,0xbc,0x01,0x9a,0x7a,0xc5,0x9b,0xc2,0x5f, +/* 0x003390 */ 0x05,0x36,0xfc,0x35,0x29,0xe6,0x81,0x33,0x39,0xf3,0x5f,0xe8,0x4e,0x84,0x58,0xc0, +/* 0x0033a0 */ 0xd5,0x35,0x02,0xbb,0xd5,0x88,0x30,0x04,0xbb,0x5e,0x44,0x9f,0x99,0x60,0xdb,0x16, +/* 0x0033b0 */ 0x33,0x1e,0x36,0x6d,0x1c,0xf5,0x37,0x16,0x73,0xfe,0xeb,0x75,0xd2,0xa0,0xf9,0xbe, +/* 0x0033c0 */ 0x5b,0x76,0xab,0x7a,0x67,0xbc,0x46,0xe1,0x61,0x87,0xa4,0x26,0xe9,0x3d,0x2d,0xdc, +/* 0x0033d0 */ 0x29,0xfd,0x3a,0x1e,0xfe,0x17,0x2f,0x83,0x5d,0x5d,0x35,0xa3,0x3c,0x10,0x91,0x2c, +/* 0x0033e0 */ 0x51,0xbc,0x93,0x65,0x7a,0xb6,0xfa,0x87,0xda,0x22,0xe4,0x91,0x62,0xb5,0x78,0x63, +/* 0x0033f0 */ 0x3c,0x80,0x97,0x7d,0x0b,0xcf,0xd3,0x69,0xdd,0x78,0xe9,0x2f,0xf1,0x99,0xc6,0x27, +/* 0x003400 */ 0xf5,0x5b,0xcb,0xa1,0x37,0x4e,0xc0,0x76,0x03,0xfd,0xfc,0x2d,0xba,0xbf,0xa3,0x4a, +/* 0x003410 */ 0x2c,0xb5,0x09,0x59,0xea,0x6f,0x94,0xec,0x53,0x2a,0xe3,0x9e,0x0b,0x78,0x36,0xd9, +/* 0x003420 */ 0xa6,0xcc,0x07,0x5c,0xc0,0xea,0x9c,0x94,0xea,0xf9,0xad,0xf8,0xff,0xa0,0x07,0x51, +/* 0x003430 */ 0x29,0xca,0x07,0x1b,0xd7,0x3e,0xa5,0xd4,0xe2,0x19,0x45,0x77,0x0a,0x7f,0xc9,0x4e, +/* 0x003440 */ 0xfe,0x0b,0x79,0xc4,0x58,0x1e,0x1d,0xd3,0x45,0x9e,0xfe,0x98,0xc8,0x56,0xc8,0xfc, +/* 0x003450 */ 0xd9,0xf8,0x84,0x44,0x19,0x31,0xe6,0x67,0xee,0x5d,0xaa,0xf0,0x3a,0xdb,0x7b,0x71, +/* 0x003460 */ 0xd0,0xef,0x0e,0xd9,0xeb,0x6f,0x4c,0x89,0xf7,0xf1,0x7e,0x3e,0x4d,0xea,0xdb,0x7c, +/* 0x003470 */ 0x25,0x2b,0x0a,0x95,0x7f,0x43,0xb5,0xc4,0x77,0xd0,0x13,0x74,0xd1,0x7a,0xef,0x05, +/* 0x003480 */ 0xdb,0xf1,0x37,0xc8,0x51,0x14,0x26,0xcc,0x3f,0xbc,0xa6,0x16,0x59,0xfe,0xfc,0xac, +/* 0x003490 */ 0xc2,0x44,0x76,0xfc,0x75,0xa4,0xee,0x43,0x4e,0x34,0xab,0x75,0xc8,0x72,0xfe,0xef, +/* 0x0034a0 */ 0xfd,0x21,0x4c,0x46,0x98,0x4d,0xed,0xb7,0x27,0xd2,0xf0,0x17,0x2a,0x4d,0x08,0x5a, +/* 0x0034b0 */ 0x96,0xfc,0xaf,0x69,0xd4,0xa0,0xac,0x1c,0x10,0x0e,0x16,0x9d,0x44,0xb7,0x46,0x7d, +/* 0x0034c0 */ 0x67,0xd8,0xf1,0x3e,0xec,0x68,0x23,0x8f,0x7f,0xec,0xba,0xc2,0x0a,0x6e,0xa7,0xe1, +/* 0x0034d0 */ 0x02,0xcd,0x37,0xb1,0x4c,0xb7,0xe7,0x7f,0x45,0x0c,0xde,0x6a,0x79,0x55,0x67,0x01, +/* 0x0034e0 */ 0xb9,0xa3,0x1c,0x1d,0xef,0xf2,0x87,0x3c,0xa7,0xf1,0xcd,0xf0,0xf5,0x7e,0x51,0x17, +/* 0x0034f0 */ 0x5e,0xc3,0x97,0xd5,0xfd,0xb1,0x6a,0x9e,0x58,0x44,0xeb,0x03,0x14,0x26,0x58,0x69, +/* 0x003500 */ 0x3b,0x58,0x21,0x13,0x56,0xfc,0x61,0x1a,0xff,0xb5,0x0c,0x5c,0xeb,0x72,0xb4,0x89, +/* 0x003510 */ 0xdc,0xb4,0xca,0xa0,0x3f,0x68,0x42,0x10,0xde,0xc5,0x42,0xe6,0xb8,0x7b,0x89,0x53, +/* 0x003520 */ 0xa4,0x49,0x09,0x7d,0x8e,0xc5,0x7f,0xd9,0x78,0x6a,0x05,0x96,0xb8,0x1d,0x58,0xd4, +/* 0x003530 */ 0x7f,0xe0,0x8f,0xaa,0x42,0xa8,0xc8,0xcb,0xe8,0x98,0x47,0x51,0xd1,0xb0,0xb8,0x27, +/* 0x003540 */ 0x1a,0x94,0xc0,0xe6,0xe5,0x2d,0x7b,0x25,0x71,0xe4,0x58,0x88,0xa7,0xc0,0x20,0x1a, +/* 0x003550 */ 0x7f,0x98,0xc2,0x5f,0x07,0xcc,0x90,0xc2,0xc9,0xd6,0x88,0xbc,0xf2,0x09,0xcf,0xcd, +/* 0x003560 */ 0xed,0xc7,0x5b,0x6b,0xff,0x1a,0x3a,0x73,0x6d,0x27,0xab,0x3f,0x4f,0x96,0x8d,0xa2, +/* 0x003570 */ 0xfe,0x68,0x64,0x76,0xcb,0xb3,0xc2,0xfb,0xda,0x54,0x34,0x32,0xe2,0x7b,0xc6,0xe8, +/* 0x003580 */ 0x67,0x5f,0xa2,0x4c,0xb7,0xe7,0x7f,0x99,0x25,0x0d,0x8b,0x1a,0xa4,0x99,0x1b,0x3a, +/* 0x003590 */ 0x56,0x8f,0xbc,0xa7,0x36,0xa8,0x02,0xbd,0x38,0x80,0x56,0x6c,0x6b,0xa1,0xf5,0x37, +/* 0x0035a0 */ 0x2e,0xcd,0x6e,0x58,0xe5,0x3b,0x0f,0x3f,0x7e,0x21,0x00,0x8e,0xfd,0xf9,0x8e,0x71, +/* 0x0035b0 */ 0x1a,0x1f,0x85,0x6c,0xf9,0x5f,0x73,0x9c,0xf9,0x5f,0x3a,0x17,0x68,0x92,0xa0,0xed, +/* 0x0035c0 */ 0x10,0x63,0xda,0x9a,0x83,0xe8,0x9a,0x52,0xe3,0x38,0xdf,0x30,0xf0,0x97,0x2e,0xfd, +/* 0x0035d0 */ 0xc2,0x51,0xff,0x90,0x82,0x9a,0x73,0xe8,0x70,0xbc,0x6c,0xd4,0xd0,0xd4,0xd9,0x4b, +/* 0x0035e0 */ 0x23,0x52,0x61,0xc4,0xef,0xd0,0x18,0xf8,0x7d,0x48,0xdc,0xc2,0x72,0x85,0xec,0x38, +/* 0x0035f0 */ 0x77,0x18,0x65,0xb9,0x86,0x23,0x05,0x78,0x9d,0x4d,0x26,0xfe,0x9a,0x91,0x49,0x65, +/* 0x003600 */ 0x82,0x20,0xbe,0x69,0x6a,0x2a,0xd2,0x9b,0x9c,0x37,0x1a,0x98,0xf8,0xab,0x9d,0xdd, +/* 0x003610 */ 0xff,0x65,0x3b,0xb2,0x68,0xa1,0xe1,0xb8,0x53,0xa8,0x76,0xc0,0xcc,0xe0,0x33,0x9b, +/* 0x003620 */ 0x2c,0x9a,0xc9,0x79,0xa3,0x93,0x9e,0x23,0xff,0xab,0x80,0x5e,0xfb,0x95,0x0e,0x8a, +/* 0x003630 */ 0xc7,0x6d,0x31,0x6f,0x28,0x8d,0xff,0xca,0x9e,0xff,0x35,0xc8,0x84,0x0b,0x19,0x19, +/* 0x003640 */ 0x61,0xc7,0x33,0x34,0xce,0xf8,0xc3,0xd3,0xce,0xfc,0xaf,0xea,0x8b,0xc6,0x24,0xaa, +/* 0x003650 */ 0x7e,0xc5,0xce,0x02,0x4f,0xa7,0x8e,0x23,0x0e,0xa7,0x75,0xa6,0x81,0xbf,0xc6,0xb2, +/* 0x003660 */ 0xc4,0xcf,0xb3,0xd3,0xc2,0x11,0x77,0xc8,0x5e,0x3f,0xaa,0x23,0x8b,0x0d,0x13,0x26, +/* 0x003670 */ 0xf8,0xb4,0x98,0x98,0x95,0x99,0xff,0x05,0xc2,0xc3,0x95,0xa3,0x92,0x43,0x93,0xce, +/* 0x003680 */ 0xdd,0x58,0xc2,0x10,0x7f,0x4e,0x73,0x89,0xb3,0xfe,0x46,0x4a,0x28,0x64,0x19,0x61, +/* 0x003690 */ 0x86,0x46,0x7e,0x21,0xab,0x0d,0x8d,0x3f,0xe4,0xf9,0x5f,0xfa,0x9c,0xb4,0xf1,0xe2, +/* 0x0036a0 */ 0x7d,0x28,0xd6,0x0f,0x14,0x26,0x52,0xc3,0xc4,0x29,0x48,0x2b,0x0d,0xd6,0x3e,0x82, +/* 0x0036b0 */ 0x46,0xfe,0x57,0x60,0xb6,0x63,0xbc,0x0c,0xe3,0x0b,0x7a,0xad,0x71,0x4d,0x40,0xae, +/* 0x0036c0 */ 0x61,0xb2,0x84,0x23,0xc6,0xfc,0xda,0xe1,0xcc,0xff,0x1a,0xe1,0x42,0xa0,0xf4,0x98, +/* 0x0036d0 */ 0x64,0x3b,0xdc,0xb3,0x42,0xeb,0x41,0xb8,0xc9,0x79,0xee,0x77,0x8a,0xfb,0x3f,0xae, +/* 0x0036e0 */ 0xb4,0xfc,0x2f,0x03,0xc3,0x26,0xe6,0x8f,0xe7,0xa7,0x3a,0xf3,0xcf,0xed,0xdd,0xab, +/* 0x0036f0 */ 0xa5,0xf7,0xb3,0x62,0xce,0xd3,0x6c,0xe3,0x6e,0x26,0xa7,0x33,0x4d,0x5e,0x66,0x21, +/* 0x003700 */ 0x29,0x4b,0x78,0x2d,0x37,0xff,0x45,0x85,0x5a,0x52,0x90,0xa6,0xa9,0xca,0xb0,0x61, +/* 0x003710 */ 0xc2,0xe5,0x9c,0xf9,0x5f,0x2c,0x67,0x24,0x62,0x27,0xb9,0x32,0x88,0x30,0x9b,0x90, +/* 0x003720 */ 0x3d,0xff,0xab,0x3e,0xea,0x35,0x6a,0x11,0xb4,0xe6,0x2a,0xef,0x96,0x26,0x1c,0xc9, +/* 0x003730 */ 0x9e,0xff,0xd5,0x14,0x30,0x6a,0x23,0xdc,0xdd,0x9d,0xb5,0x7e,0x78,0x86,0x90,0xe4, +/* 0x003740 */ 0xdf,0x73,0x7a,0xfe,0x57,0x2b,0x07,0x59,0x32,0x27,0x44,0x8c,0xa6,0xa2,0x4f,0x79, +/* 0x003750 */ 0x8e,0x81,0xbf,0xbc,0xa2,0x28,0xa6,0xdf,0xff,0xc5,0x6a,0xcb,0x2f,0x77,0x64,0x84, +/* 0x003760 */ 0x29,0xa6,0x20,0x5a,0xf7,0x7f,0xa5,0xc5,0x1f,0xa6,0xe5,0x7f,0xcd,0xdd,0xd2,0xc9, +/* 0x003770 */ 0x6b,0xd3,0x49,0xb4,0x7b,0x2d,0x68,0x46,0x32,0xef,0x6f,0x32,0xf9,0x2f,0x23,0xff, +/* 0x003780 */ 0xeb,0x9f,0x9d,0x5d,0x67,0x96,0xdd,0xa8,0x5f,0xfa,0x19,0xfb,0xf9,0x9c,0x15,0x7f, +/* 0x003790 */ 0x68,0x2b,0x81,0x82,0x1a,0xda,0x52,0x35,0x3a,0x60,0xef,0xb1,0x82,0x0c,0x89,0x75, +/* 0x0037a0 */ 0x4d,0xc0,0x25,0xd1,0xf9,0x9c,0x13,0x46,0xfc,0x21,0x72,0x84,0x14,0x06,0x15,0xcf, +/* 0x0037b0 */ 0xe6,0x2c,0x41,0x86,0x67,0x0d,0x41,0xd0,0x32,0x9a,0x5e,0x32,0xe2,0x0f,0xe7,0x38, +/* 0x0037c0 */ 0xeb,0x6f,0xd0,0xf0,0x18,0x2a,0xd0,0x64,0xba,0x46,0x47,0xe6,0x5d,0xc0,0xd1,0xbd, +/* 0x0037d0 */ 0x96,0x70,0xca,0x18,0xf7,0x6c,0xf5,0xe7,0x73,0x0b,0x99,0xc6,0x26,0xfe,0x9a,0x9d, +/* 0x0037e0 */ 0x51,0xb7,0x10,0x5b,0x44,0x58,0x7a,0xa9,0x99,0x6c,0xfd,0x3c,0x96,0x35,0xff,0x2b, +/* 0x0037f0 */ 0x25,0xe4,0x18,0x2f,0x39,0x5d,0xf3,0x1a,0x9f,0x17,0x6b,0x32,0xf9,0x2f,0x46,0x46, +/* 0x003800 */ 0xd7,0xc1,0xfc,0xfe,0xb4,0xe9,0x99,0x11,0x7f,0xe8,0xcc,0xff,0xaa,0xee,0x91,0xb8, +/* 0x003810 */ 0x50,0xd6,0x2b,0xd9,0x48,0xae,0x4f,0x11,0x8e,0xf0,0x7e,0x5e,0xe3,0xf0,0xeb,0x60, +/* 0x003820 */ 0x08,0x02,0x4c,0x20,0xca,0x29,0x29,0xdb,0xaa,0x95,0x26,0xe4,0xa7,0xf2,0xbf,0x90, +/* 0x003830 */ 0x93,0xff,0xd2,0x24,0x5a,0x76,0x63,0x2f,0x0d,0xe7,0x4e,0x5b,0x9f,0x73,0x08,0xc6, +/* 0x003840 */ 0xf9,0xa1,0x42,0xd2,0xf2,0xbf,0x58,0xd9,0x8d,0x8f,0x48,0xbf,0x76,0xfb,0xfa,0x65, +/* 0x003850 */ 0x6f,0x64,0xa4,0x86,0xa5,0x09,0x05,0xeb,0xad,0xfc,0xaf,0xd9,0x8e,0xbc,0x24,0x96, +/* 0x003860 */ 0xfb,0xcf,0x72,0xd2,0xc9,0xa7,0x6f,0x37,0x5c,0x98,0x69,0xe1,0x2f,0x32,0xc3,0x59, +/* 0x003870 */ 0xe4,0xb0,0xcd,0x6b,0x5e,0x4b,0xe4,0x64,0xc4,0x52,0xc2,0x06,0xa7,0xe6,0x34,0xff, +/* 0x003880 */ 0x7e,0x9e,0x72,0xe6,0x2f,0x57,0x13,0xb3,0x5b,0x10,0x80,0xac,0xf4,0xde,0xc8,0xd4, +/* 0x003890 */ 0x50,0xfe,0x8b,0x3d,0x47,0x46,0xce,0x7d,0x50,0xfd,0x8c,0xdd,0x9b,0xce,0x7f,0x45, +/* 0x0038a0 */ 0xd3,0xf3,0x97,0xc1,0xed,0x19,0x16,0x79,0xc1,0xb7,0xff,0x78,0xdc,0x41,0x30,0xfc, +/* 0x0038b0 */ 0xa8,0xb1,0xd9,0xb6,0xf8,0x43,0x2a,0x04,0x27,0x0c,0x21,0xdd,0x3f,0xcc,0x14,0x98, +/* 0x0038c0 */ 0x57,0x69,0xe4,0x7f,0xc5,0x91,0x73,0xbc,0xd8,0x30,0x65,0x54,0xa4,0xff,0x14,0xc1, +/* 0x0038d0 */ 0xca,0xff,0xca,0xa8,0x33,0x20,0xd4,0xa3,0x2b,0xda,0x12,0xe4,0x4d,0x47,0x5b,0xd9, +/* 0x0038e0 */ 0x05,0x23,0xff,0xeb,0xe1,0xce,0x20,0xbb,0x9b,0xc9,0x74,0xf9,0x92,0x2b,0x12,0x42, +/* 0x0038f0 */ 0x50,0x86,0xfd,0xab,0xbc,0x2b,0x5b,0x94,0x60,0xa6,0x90,0xca,0xff,0x92,0xed,0x4d, +/* 0x003900 */ 0x00,0xd6,0xfc,0x41,0x7e,0x5b,0xca,0x67,0x78,0xce,0xf5,0xf0,0x1c,0x17,0x9b,0x17, +/* 0x003910 */ 0xe9,0xf5,0x37,0x08,0x3b,0xcb,0xdd,0x43,0x09,0x9a,0xec,0xc3,0x94,0x4e,0x96,0x1d, +/* 0x003920 */ 0x11,0xd9,0xbc,0x20,0xd2,0x5a,0xbb,0x3f,0x4f,0xfd,0x31,0x4f,0x90,0xad,0x51,0x41, +/* 0x003930 */ 0x1a,0x2d,0x96,0xab,0x7b,0x71,0xca,0x9f,0x17,0xd8,0xdf,0xb5,0xf3,0xc6,0xcc,0x7e, +/* 0x003940 */ 0x3e,0x68,0xd6,0x5e,0xfb,0x0c,0xfd,0x5c,0x6c,0x9c,0x6b,0xe9,0xf9,0xb6,0x6b,0x1d, +/* 0x003950 */ 0xa6,0x63,0x3e,0xc5,0xd7,0x25,0x8c,0x4b,0x67,0xe2,0xb7,0x22,0x76,0x7f,0x01,0x3b, +/* 0x003960 */ 0xdf,0x98,0x10,0x82,0xe8,0x04,0xbd,0x26,0x60,0x51,0x71,0x50,0x3a,0x49,0x5f,0x83, +/* 0x003970 */ 0xae,0x85,0x87,0x3b,0x97,0x44,0xbb,0x27,0x85,0x11,0xbe,0x7f,0x25,0x91,0x05,0xb2, +/* 0x003980 */ 0xde,0xe6,0x60,0xb6,0xb7,0xf1,0x1c,0xac,0x99,0x15,0x98,0xf6,0xb3,0x08,0xe8,0x26, +/* 0x003990 */ 0xda,0x9c,0x70,0x07,0x8b,0x36,0x8b,0xfe,0x57,0x60,0x28,0xd7,0xba,0x5e,0xa7,0xb0, +/* 0x0039a0 */ 0x6b,0x1a,0x57,0x31,0xfe,0x0b,0x7e,0x6a,0x22,0x95,0xff,0x95,0xca,0x27,0xa2,0xfd, +/* 0x0039b0 */ 0x2c,0xe1,0x61,0xbc,0x99,0xdc,0x24,0xd1,0x53,0x08,0xef,0x5e,0xe4,0x4f,0xc2,0x02, +/* 0x0039c0 */ 0xeb,0xc5,0x9b,0x51,0x2f,0x4d,0xfb,0x42,0x32,0x73,0xec,0xf7,0x18,0xe7,0xea,0x29, +/* 0x0039d0 */ 0xfc,0x95,0xb4,0xe5,0x7f,0x91,0xfd,0x0a,0x2c,0xb9,0x3b,0x29,0xd1,0xd3,0x5e,0x21, +/* 0x0039e0 */ 0xe6,0x1b,0x68,0x2b,0x0a,0x1f,0x92,0x57,0xde,0x3c,0xbb,0x02,0x90,0x54,0xe3,0x1a, +/* 0x0039f0 */ 0xc5,0x48,0xfb,0x62,0xa8,0xa4,0x19,0x84,0x11,0xe3,0x5c,0x22,0xc5,0x5f,0x9c,0x43, +/* 0x003a00 */ 0x97,0x87,0x22,0x32,0x08,0x27,0xc4,0x21,0xf2,0x2c,0x2a,0x98,0x28,0x9b,0x96,0x58, +/* 0x003a10 */ 0xbe,0xd5,0x3a,0xf8,0xc2,0x8f,0x10,0x86,0xbf,0xbe,0x88,0xba,0x79,0x3f,0x07,0x79, +/* 0x003a20 */ 0x90,0x7c,0x42,0x48,0x1a,0xfc,0xd7,0x2c,0xab,0xfe,0x21,0x4d,0x87,0xe4,0xe4,0x2f, +/* 0x003a30 */ 0xa1,0xf7,0x7d,0x99,0xf5,0xf4,0xd4,0xad,0x97,0xa8,0xd0,0x5e,0xab,0xcf,0x9c,0x28, +/* 0x003a40 */ 0xbe,0x6a,0x84,0x89,0x7a,0x58,0x53,0x34,0xc5,0x7f,0x35,0xc9,0xb6,0x79,0x3a,0x29, +/* 0x003a50 */ 0xad,0x5b,0xb4,0x95,0xbd,0x18,0x09,0xd3,0xf1,0x0a,0x32,0xf4,0xe7,0xa5,0xd7,0x16, +/* 0x003a60 */ 0x1c,0x43,0x7d,0x2f,0x88,0x09,0xa1,0x54,0x65,0x40,0x6c,0x4f,0x07,0x7b,0x9f,0xe6, +/* 0x003a70 */ 0x14,0xff,0x75,0xfa,0x4b,0x29,0xfc,0x25,0xee,0x47,0xb5,0x13,0x1e,0x2d,0x36,0x0e, +/* 0x003a80 */ 0xe0,0xbf,0x07,0x05,0x26,0x85,0xfb,0x61,0xca,0x28,0x74,0x82,0x5c,0x81,0x3f,0xa7, +/* 0x003a90 */ 0x6c,0xc4,0xdd,0x07,0xdd,0xf2,0xcb,0x91,0x6a,0xdd,0x73,0x33,0xcf,0xff,0x6a,0x95, +/* 0x003aa0 */ 0x12,0x7e,0x33,0xff,0x2b,0x35,0x2f,0x06,0x51,0x42,0x55,0xd4,0x2f,0xa3,0x46,0x1a, +/* 0x003ab0 */ 0x99,0xa6,0xa0,0xc0,0x22,0xec,0x15,0x0f,0xe0,0x72,0x1a,0x88,0xf8,0xb2,0x1e,0x43, +/* 0x003ac0 */ 0x68,0x54,0x7a,0x0e,0x2f,0x20,0x1d,0x24,0x38,0xe0,0xa9,0xa7,0xe3,0xe5,0x02,0x27, +/* 0x003ad0 */ 0x30,0xd4,0x68,0xe4,0x7f,0x8d,0xd8,0xef,0xa5,0x7a,0x2e,0x36,0x3f,0xda,0xfd,0x35, +/* 0x003ae0 */ 0xfc,0x3b,0x75,0xdf,0x1d,0x4a,0x40,0xba,0x0f,0xdf,0xa9,0xee,0x23,0x5f,0x48,0x96, +/* 0x003af0 */ 0xac,0x2a,0xba,0x4a,0x36,0xb4,0x97,0x26,0xdd,0x97,0xf1,0x5c,0xf2,0x64,0x57,0x25, +/* 0x003b00 */ 0xad,0x55,0xc5,0x78,0x99,0x64,0xc0,0xca,0xff,0x5a,0x63,0xaf,0x3f,0x7f,0x41,0x56, +/* 0x003b10 */ 0x26,0x0a,0x2a,0x84,0x13,0xfa,0x14,0x0a,0xc9,0xde,0xba,0x8e,0x42,0x10,0x6e,0x1e, +/* 0x003b20 */ 0xf4,0xce,0x5a,0x76,0x02,0xfa,0x27,0x34,0xb6,0x72,0x91,0x50,0x45,0x00,0x88,0x8d, +/* 0x003b30 */ 0x99,0x15,0xe9,0xed,0xfc,0xd7,0xec,0x83,0xea,0x35,0xd9,0x98,0x32,0x17,0xa0,0xa3, +/* 0x003b40 */ 0x5a,0x12,0xc2,0xb4,0x7c,0x4d,0x89,0x0c,0xf9,0xda,0x3a,0x68,0x92,0xd7,0x6d,0xaa, +/* 0x003b50 */ 0x6f,0xe4,0x2f,0xce,0x44,0xaf,0xca,0x0d,0x26,0xed,0x05,0x58,0x78,0xb2,0x83,0x8d, +/* 0x003b60 */ 0x57,0x53,0x8a,0xff,0x92,0x1c,0xf5,0x37,0xa2,0x11,0xd4,0xb2,0xdd,0x35,0x8a,0x8e, +/* 0x003b70 */ 0xe3,0x10,0x5a,0x99,0x58,0xb6,0x9b,0xc2,0x64,0xc2,0x3e,0xad,0x21,0x5c,0xaf,0x7b, +/* 0x003b80 */ 0xfb,0x71,0x00,0x34,0x20,0xd0,0x0b,0x3e,0x8c,0xef,0xc7,0xe0,0xbf,0xf4,0x76,0xdb, +/* 0x003b90 */ 0xbe,0xf3,0x9c,0x04,0xc2,0xff,0x5d,0x44,0xeb,0x1f,0x96,0x22,0xf7,0xba,0xc6,0x1b, +/* 0x003ba0 */ 0x69,0x00,0x06,0xa2,0xd5,0xe6,0xe5,0x7f,0x47,0x95,0xa7,0xa5,0x09,0x61,0xa5,0xbc, +/* 0x003bb0 */ 0xd1,0x5f,0x39,0x26,0xad,0xe3,0x37,0x82,0xd1,0xd8,0x8c,0xf3,0x3c,0xff,0x0b,0xa5, +/* 0x003bc0 */ 0xf0,0xd7,0x1f,0xa8,0xa0,0x78,0x1e,0xc0,0x27,0xd0,0x2f,0xa1,0x7b,0xa5,0x45,0xf8, +/* 0x003bd0 */ 0xa7,0xe4,0xc7,0xa4,0x52,0xe3,0xb7,0x5a,0x93,0xea,0x31,0x40,0xbe,0x73,0xc5,0x8d, +/* 0x003be0 */ 0x7d,0x95,0xe3,0x26,0x04,0xbe,0xfb,0xfa,0xf5,0xb0,0xae,0xb2,0xef,0xc7,0xc9,0x7f, +/* 0x003bf0 */ 0xe9,0xc1,0x53,0xf0,0x6d,0x0c,0xe3,0x0e,0x54,0x7e,0x11,0x70,0xf7,0x6e,0xba,0xfa, +/* 0x003c00 */ 0xa1,0xee,0xc5,0x78,0x58,0x7e,0x98,0x87,0xf4,0x7c,0x33,0xaf,0x43,0x0c,0x5a,0xd0, +/* 0x003c10 */ 0x8c,0xce,0x53,0x23,0x4f,0x6a,0x4c,0xec,0x4d,0x95,0xdd,0xb8,0xac,0x36,0xf4,0x6c, +/* 0x003c20 */ 0xa5,0xf9,0x5f,0xe7,0xd0,0xad,0x89,0xf1,0xa8,0xd0,0x4b,0xef,0xff,0x22,0xbe,0x51, +/* 0x003c30 */ 0x61,0x32,0xff,0x25,0xbd,0x81,0x88,0x9a,0x70,0x5b,0x23,0x0d,0x4d,0xf4,0x26,0x53, +/* 0x003c40 */ 0xf8,0xcb,0x38,0x97,0x68,0x76,0xf8,0x75,0xa1,0x2a,0xa3,0xe6,0x9e,0xab,0x1f,0xfb, +/* 0x003c50 */ 0x08,0x8e,0xd2,0x00,0x27,0xa5,0x85,0xcc,0x4c,0xba,0x26,0x4b,0xd2,0x2f,0x02,0x33, +/* 0x003c60 */ 0xf1,0x17,0x3f,0xff,0x69,0x96,0x77,0x89,0x96,0x8b,0x3e,0x15,0xa7,0x42,0xf1,0xa8, +/* 0x003c70 */ 0x74,0x54,0xab,0x55,0x0b,0x76,0x08,0xbb,0x58,0x3c,0x9b,0x27,0x2e,0x94,0x4b,0x97, +/* 0x003c80 */ 0x50,0x28,0xea,0xfd,0x89,0xf0,0xb6,0x7a,0x56,0x0e,0xa9,0x5e,0x23,0xc2,0xad,0xc9, +/* 0x003c90 */ 0x96,0xff,0xe5,0xc0,0x5f,0x83,0x55,0x5f,0xf6,0xf4,0xe1,0x17,0xc1,0xa6,0x47,0x95, +/* 0x003ca0 */ 0x76,0xe0,0x72,0xfc,0x2a,0x8f,0x28,0x9b,0x3f,0xb2,0x1f,0xf5,0xb4,0x15,0xc4,0xf1, +/* 0x003cb0 */ 0x5b,0x2c,0x34,0x51,0x7a,0x85,0xfb,0xcf,0x6b,0x3e,0x35,0xfe,0x10,0x8f,0x6a,0xed, +/* 0x003cc0 */ 0xe8,0x09,0x9a,0xf6,0x65,0x54,0x9b,0x97,0xdd,0x60,0xe3,0xf2,0xaf,0x92,0xb6,0xe3, +/* 0x003cd0 */ 0x51,0xe5,0x29,0xf1,0x26,0x55,0xfa,0x51,0x06,0xfe,0x72,0xd6,0x3f,0x14,0x8d,0xe2, +/* 0x003ce0 */ 0xe7,0x7b,0xe4,0xd5,0xac,0xfe,0xa1,0xda,0x4e,0xcb,0xa1,0x83,0x90,0xdc,0x3f,0x0b, +/* 0x003cf0 */ 0x2d,0x5f,0x20,0xd3,0x5f,0x11,0x28,0x5f,0x2e,0x15,0xc5,0x32,0xf0,0xd7,0x8d,0x3c, +/* 0x003d00 */ 0xff,0xcb,0x43,0xbb,0xee,0xb2,0x21,0x68,0x43,0x6a,0xed,0xdc,0x82,0x0d,0x1d,0x3b, +/* 0x003d10 */ 0xb5,0x2e,0xda,0x99,0x1b,0x3a,0x5c,0x64,0x52,0x0d,0x33,0xfe,0x8b,0x8c,0x29,0xb5, +/* 0x003d20 */ 0x52,0x30,0xb6,0x2c,0x3d,0xfe,0x70,0x32,0xc5,0x7f,0x51,0x2a,0xea,0xcf,0x28,0x2e, +/* 0x003d30 */ 0xb8,0x88,0x3e,0x2a,0x5d,0x4c,0x81,0xd8,0x20,0xb9,0x14,0xe0,0x85,0xe8,0xbb,0x68, +/* 0x003d40 */ 0xfd,0x43,0xdf,0xa9,0x8e,0x8b,0x5a,0x0a,0x20,0xb8,0x18,0xff,0x65,0xe4,0x7f,0xf5, +/* 0x003d50 */ 0xcf,0xb1,0x3d,0xe7,0xf7,0x4c,0x28,0xfb,0xad,0xf2,0x22,0x0a,0x47,0xbd,0xaf,0x0b, +/* 0x003d60 */ 0x4f,0xb4,0x5f,0x92,0x23,0xba,0xf7,0xba,0x99,0x37,0x91,0x01,0xd4,0xd0,0xec,0x1d, +/* 0x003d70 */ 0x11,0x6e,0x16,0x5e,0xa6,0x65,0x0f,0x5f,0x43,0xe5,0x8c,0x47,0xf3,0x5a,0xf9,0x5f, +/* 0x003d80 */ 0x5f,0xb5,0xe3,0x2f,0x1a,0x76,0x28,0x50,0xa1,0x17,0xf5,0x20,0x69,0x6b,0x91,0x90, +/* 0x003d90 */ 0xa4,0x4d,0x52,0x27,0x2e,0xc5,0xd0,0x54,0xb2,0x8a,0x60,0x1a,0x91,0xc8,0x88,0x30, +/* 0x003da0 */ 0x85,0xf1,0x5f,0x81,0x54,0xfe,0x17,0xea,0x64,0x29,0x5d,0x02,0xaf,0xad,0x51,0xae, +/* 0x003db0 */ 0x2f,0xa3,0xfd,0xbc,0x13,0x2b,0xad,0x01,0xb9,0xa8,0x13,0x2d,0x2c,0x07,0xc7,0x83, +/* 0x003dc0 */ 0x77,0x78,0xf0,0x0e,0x89,0xe6,0xe2,0x81,0xd0,0xea,0x99,0x8d,0x45,0x33,0x29,0xcf, +/* 0x003dd0 */ 0xcc,0xff,0x9a,0x6d,0x83,0x54,0xdd,0xa6,0xb0,0x53,0xec,0x69,0x04,0x9b,0x72,0x5a, +/* 0x003de0 */ 0x25,0xa3,0x49,0x8d,0x6f,0x13,0xe1,0x03,0x08,0xd2,0xb2,0x1b,0xe5,0xca,0x26,0x2b, +/* 0x003df0 */ 0x10,0x11,0x9a,0xa4,0x54,0xfe,0x97,0x68,0xe1,0xa6,0x97,0xd0,0xab,0xc9,0xc8,0x6a, +/* 0x003e00 */ 0xcf,0x23,0xf0,0x27,0xbf,0x43,0xc2,0xf0,0xb7,0x7b,0xe8,0xaf,0x88,0x44,0xbd,0x23, +/* 0x003e10 */ 0xf0,0x41,0x1e,0x75,0x45,0xd4,0x40,0xdc,0xf3,0x04,0x2d,0xdd,0xa6,0xd2,0xc2,0x32, +/* 0x003e20 */ 0xbc,0x29,0xfe,0x85,0x49,0xbe,0x7f,0xad,0x49,0xe1,0x2f,0x00,0xb3,0x72,0xe4,0xac, +/* 0x003e30 */ 0x6f,0x47,0xc7,0x9f,0x68,0xcd,0x4f,0xf3,0x5e,0xf2,0x48,0xf4,0x97,0x71,0x0f,0xaf, +/* 0x003e40 */ 0x12,0x56,0xc0,0x52,0xf9,0x6c,0xf8,0x2b,0x6a,0xcb,0xff,0xb2,0xdf,0xbf,0x7c,0xda, +/* 0x003e50 */ 0x48,0xc6,0x6c,0x1c,0x92,0x43,0xc8,0xdb,0x25,0x28,0xd2,0xd0,0x4c,0x1a,0x1e,0x5c, +/* 0x003e60 */ 0x4c,0xc3,0x56,0xc3,0x79,0x5e,0x5a,0xda,0x85,0x52,0x63,0x66,0xfd,0x43,0x5a,0xa7, +/* 0x003e70 */ 0xd4,0xac,0xbf,0x21,0x02,0xfe,0x72,0x19,0x90,0xea,0xa1,0xa5,0x55,0xf1,0x15,0xbb, +/* 0x003e80 */ 0xf0,0x6b,0xe8,0x21,0xdd,0x4f,0x9a,0xc7,0xb6,0x2d,0x12,0x37,0xa3,0x60,0xbb,0x27, +/* 0x003e90 */ 0xe9,0xaf,0x40,0x0f,0xa1,0x32,0x4d,0x1a,0x8b,0x5d,0x46,0xe7,0x88,0x9f,0x48,0xd1, +/* 0x003ea0 */ 0x18,0x4b,0x16,0x4b,0xa4,0xf2,0xbf,0xa4,0x07,0x57,0x8a,0x7b,0x45,0xf3,0x90,0x50, +/* 0x003eb0 */ 0x09,0x1e,0x81,0x75,0xec,0x25,0xe4,0x97,0xd8,0x39,0x92,0xd7,0xf0,0xe2,0xf2,0x0a, +/* 0x003ec0 */ 0x51,0x87,0x18,0x1d,0xc9,0xa7,0xf5,0xd9,0x62,0x71,0x68,0xf2,0xf3,0x75,0x8c,0x9e, +/* 0x003ed0 */ 0xb4,0x1f,0x53,0x32,0xf3,0xbf,0x36,0xa8,0x95,0xea,0x8a,0xef,0xb0,0xf8,0xba,0xb2, +/* 0x003ee0 */ 0xa1,0xae,0xf3,0x78,0x1e,0xd9,0x48,0xeb,0xd3,0xae,0x6b,0x5c,0xa4,0x6c,0xdd,0x59, +/* 0x003ef0 */ 0xa6,0x37,0xb7,0xe1,0xdf,0xb3,0x2b,0x3f,0x24,0x46,0xd0,0x50,0x0c,0xd2,0xe6,0x37, +/* 0x003f00 */ 0xf3,0xbf,0x4a,0x7e,0x9a,0xaa,0x3f,0xff,0x12,0x15,0xd6,0x74,0xbc,0x81,0xde,0x26, +/* 0x003f10 */ 0x0b,0x27,0x83,0xab,0x84,0x79,0x47,0x7e,0x47,0xa9,0xb1,0xfb,0x3b,0xae,0x43,0xbf, +/* 0x003f20 */ 0x4e,0xee,0xa1,0x68,0xeb,0x2a,0x7e,0x89,0xec,0x49,0x7a,0xd7,0xd0,0x8a,0x88,0x64, +/* 0x003f30 */ 0x89,0x92,0x8a,0x3f,0xb4,0xd5,0xdf,0x18,0xce,0x7b,0x17,0x47,0x9a,0x7d,0xbb,0xfe, +/* 0x003f40 */ 0x0a,0xd6,0x4c,0xf1,0x31,0xbd,0x45,0x16,0xde,0xd7,0xf9,0x49,0x32,0x1a,0x24,0xdf, +/* 0x003f50 */ 0x43,0xf5,0x08,0x96,0xb8,0x24,0x3a,0x4b,0xe3,0xf0,0x8d,0x2b,0x6c,0xd0,0x56,0x0b, +/* 0x003f60 */ 0x7f,0x29,0xb3,0x0f,0xd9,0xe2,0xa3,0xb6,0x97,0x5d,0xf4,0x9e,0x2e,0xbd,0x8a,0x8e, +/* 0x003f70 */ 0xc7,0x17,0x27,0x0b,0x9f,0xfa,0xc1,0x21,0xf9,0x64,0x57,0x43,0xb2,0xe0,0x80,0xf0, +/* 0x003f80 */ 0x41,0xd3,0x71,0x12,0x5e,0x5d,0x79,0x5a,0xa8,0x55,0x5f,0x22,0x35,0xa3,0xde,0x31, +/* 0x003f90 */ 0x2b,0xff,0x4b,0x30,0xf2,0xbf,0x9e,0x42,0x8f,0x35,0x59,0xfd,0xf3,0x8c,0xa6,0x88, +/* 0x003fa0 */ 0xee,0x56,0x7c,0x26,0xfe,0x04,0x29,0xd3,0xbb,0xbe,0x4c,0xab,0x41,0x42,0x53,0x01, +/* 0x003fb0 */ 0xbd,0x09,0x65,0x23,0xf1,0xaf,0x96,0x5e,0x11,0xee,0x44,0x4f,0x46,0x01,0xba,0x46, +/* 0x003fc0 */ 0x69,0x21,0x0e,0x99,0xf6,0x0f,0x36,0xe2,0x1c,0xec,0xf8,0x4b,0x79,0xc6,0x3f,0x7f, +/* 0x003fd0 */ 0x70,0x93,0x0a,0x7b,0xdc,0x83,0xca,0x02,0xdd,0xad,0xfa,0xcf,0xe0,0x8d,0x88,0x66, +/* 0x003fe0 */ 0x84,0xf9,0x61,0x67,0x54,0x4a,0xd5,0x8a,0x36,0x7c,0x73,0xe7,0x8f,0xd0,0x5d,0xba, +/* 0x003ff0 */ 0xa4,0x9a,0x58,0xaf,0x2d,0xcf,0xc8,0xff,0x52,0x67,0xdb,0xce,0x0f,0x13,0xa4,0x3c, +/* 0x004000 */ 0xea,0x41,0x47,0x86,0x60,0xb6,0x2b,0x17,0x25,0xc2,0xca,0x35,0x33,0x70,0x3d,0x98, +/* 0x004010 */ 0xd7,0xa1,0x2a,0x7a,0x45,0x1c,0x2f,0xd3,0x17,0xd2,0xa3,0x45,0x85,0x9d,0x28,0x06, +/* 0x004020 */ 0x5d,0xf0,0x49,0x98,0xfc,0x57,0xea,0xfe,0xe5,0x73,0xe8,0xbc,0xf2,0x5c,0xe2,0x2b, +/* 0x004030 */ 0xd4,0x8d,0x3f,0x86,0xbf,0x3b,0x72,0xfb,0x88,0x7b,0x1a,0x9d,0x44,0x55,0x63,0x5e, +/* 0x004040 */ 0xea,0x70,0x9e,0x44,0x7e,0xe2,0x4e,0x08,0x95,0xe8,0x94,0xd8,0xa7,0x7b,0x0d,0x7f, +/* 0x004050 */ 0x1e,0xf9,0x12,0xc5,0xc6,0xdf,0xa5,0xd9,0xf9,0xaf,0xcb,0xf9,0x75,0xc3,0x0f,0x3d, +/* 0x004060 */ 0x56,0x46,0x93,0x47,0x58,0xb4,0x21,0x87,0x78,0x5b,0xfb,0x68,0xe1,0x94,0xfc,0x07, +/* 0x004070 */ 0xda,0xc5,0x67,0x84,0x41,0xf4,0xae,0x1a,0xd1,0xab,0x13,0x33,0xd9,0x4f,0x29,0xbe, +/* 0x004080 */ 0x54,0xfe,0x17,0x9a,0x96,0x2c,0x38,0x30,0x8d,0x6a,0x7a,0x01,0x2f,0x7b,0x5d,0x27, +/* 0x004090 */ 0x50,0xcd,0x11,0x6f,0xdc,0x17,0x64,0x95,0xd2,0xdd,0x13,0x42,0xbc,0xf1,0x24,0xfe, +/* 0x0040a0 */ 0x1e,0x81,0xf5,0xb0,0x5e,0x3c,0x41,0x23,0x82,0x2e,0x0b,0xf5,0x32,0x2f,0x96,0x08, +/* 0x0040b0 */ 0xfe,0x21,0x7f,0x4e,0xe7,0x5a,0xb3,0x12,0x02,0x2d,0x09,0x7e,0xb3,0x16,0xb8,0xb1, +/* 0x0040c0 */ 0x63,0xcd,0x8c,0x63,0xa2,0x5f,0x97,0x4e,0xf9,0xeb,0x59,0x14,0xae,0x6f,0x02,0xff, +/* 0x0040d0 */ 0x91,0x74,0xa3,0x9a,0xa5,0xd2,0x6e,0xff,0xcf,0x51,0x2f,0xbd,0xd2,0xab,0x3e,0x46, +/* 0x0040e0 */ 0xbd,0xca,0x20,0xad,0x91,0x98,0x34,0xf3,0xbf,0xd6,0x4a,0x56,0xb0,0xe2,0xf3,0xc4, +/* 0x0040f0 */ 0x8f,0x24,0xad,0xa8,0x0a,0xba,0xb7,0x47,0x97,0xb6,0x51,0x67,0xdb,0x45,0xcb,0x2f, +/* 0x004100 */ 0x14,0x8d,0x8a,0xdd,0x28,0x88,0x61,0x67,0xbc,0x09,0x75,0xf1,0xab,0xc1,0x58,0x66, +/* 0x004110 */ 0x90,0xb2,0x28,0x01,0x78,0xd9,0xc4,0x5f,0xa2,0x35,0x5e,0xcf,0x2b,0xdf,0x50,0x56, +/* 0x004120 */ 0xb5,0xe3,0x95,0x72,0x4c,0xf1,0xeb,0xcd,0x45,0x79,0x05,0x88,0x5e,0x33,0xfa,0xc5, +/* 0x004130 */ 0x30,0x3a,0x2a,0x0a,0xe5,0xe5,0xde,0x45,0xb0,0xae,0x3e,0xae,0x21,0x65,0xa8,0x39, +/* 0x004140 */ 0xe4,0x66,0x3f,0x45,0x99,0x6b,0x63,0xff,0x22,0x3b,0x38,0xfe,0xf2,0xd0,0x92,0x08, +/* 0x004150 */ 0x93,0x4a,0x58,0xf6,0xee,0x12,0x2a,0xd5,0x76,0x57,0x58,0x0f,0x3e,0x8c,0x97,0xb0, +/* 0x004160 */ 0x29,0xe3,0x3d,0x2f,0x1c,0xd5,0x8e,0x4b,0x91,0xa2,0xaf,0xff,0x50,0x98,0xaf,0x83, +/* 0x004170 */ 0x23,0xfd,0x4a,0x30,0xc1,0x72,0xdf,0x22,0xb4,0x66,0x75,0xd2,0xe0,0xbf,0x3e,0x77, +/* 0x004180 */ 0x90,0x56,0xc9,0xe0,0xfe,0xe1,0x84,0x7c,0xa3,0xbb,0xe5,0x88,0x30,0x89,0xcf,0xa9, +/* 0x004190 */ 0x87,0x07,0xb6,0xfe,0x76,0x19,0xbf,0xe1,0x77,0xeb,0xc5,0xb2,0x09,0xf1,0x13,0xd7, +/* 0x0041a0 */ 0xb7,0x89,0xef,0x4d,0x61,0x08,0x5c,0x7d,0xf0,0x0f,0x0d,0x57,0x1f,0xd9,0xf3,0xbf, +/* 0x0041b0 */ 0x9c,0xf7,0x2f,0x73,0xb6,0xeb,0x13,0x74,0x8b,0x5e,0xe0,0xe0,0xbf,0xfe,0x60,0xf2, +/* 0x0041c0 */ 0x5f,0x1f,0xa4,0x9d,0x78,0x4c,0xd8,0xeb,0x6f,0x54,0x39,0x28,0x2d,0x40,0x17,0x7a, +/* 0x0041d0 */ 0xd9,0x84,0x64,0xd3,0xd0,0x1c,0xb1,0x0c,0x22,0xcc,0xe0,0xbf,0x0c,0xfc,0x85,0xb6, +/* 0x0041e0 */ 0x38,0x31,0x2c,0xbf,0x86,0x5e,0x2e,0x1f,0xcc,0x01,0x6f,0xd3,0xf3,0x61,0xad,0xf8, +/* 0x0041f0 */ 0xc3,0x8c,0x94,0x40,0x44,0x85,0x6f,0xa4,0xa1,0xec,0xb4,0x1c,0xb1,0x0c,0xfe,0xeb, +/* 0x004200 */ 0x41,0x3b,0x7f,0x41,0x03,0x7d,0x0b,0xa9,0x6f,0x7c,0x00,0xd5,0xa6,0xc1,0xe4,0xd7, +/* 0x004210 */ 0x4d,0xfe,0xeb,0xbd,0xb4,0xa3,0x0f,0x3d,0x55,0x7f,0x23,0x1d,0x02,0x73,0x06,0xf3, +/* 0x004220 */ 0x33,0x9e,0x4b,0x18,0xf8,0xab,0x35,0xb3,0xfe,0x21,0x8b,0x82,0xab,0xe5,0x79,0x9a, +/* 0x004230 */ 0xe6,0x92,0x9b,0x11,0xe3,0x9a,0xce,0x7f,0x65,0xab,0x7f,0x38,0x8d,0xf6,0x4d,0xdc, +/* 0x004240 */ 0xa2,0x3b,0xf9,0xaf,0xee,0x5c,0x07,0x14,0xb9,0xef,0xff,0x42,0xec,0xfc,0xf0,0x88, +/* 0x004250 */ 0x93,0xff,0x4a,0x1f,0x26,0x4b,0x30,0xe2,0x0f,0x27,0xb2,0xd4,0x3f,0xa4,0xc2,0xfc, +/* 0x004260 */ 0xa4,0x9d,0xff,0x3a,0x91,0x51,0x0e,0xc2,0xc6,0xcb,0xb0,0xf7,0x69,0x96,0xbc,0xb4, +/* 0x004270 */ 0xc8,0x3c,0xe0,0x2f,0xcc,0x28,0xad,0x41,0x0e,0xc4,0x5c,0xa1,0x01,0x07,0xff,0x85, +/* 0x004280 */ 0xfe,0x98,0x93,0xff,0xe2,0xfb,0x97,0x9e,0xe5,0x7c,0x83,0x92,0x5c,0xff,0x44,0x8b, +/* 0x004290 */ 0x63,0x58,0x8c,0xd8,0x39,0xb3,0x57,0xa7,0x4d,0x6e,0xcb,0x32,0x36,0xf0,0x57,0x40, +/* 0x0042a0 */ 0x4c,0x1b,0x2f,0x18,0xa6,0xdd,0xe4,0xf5,0x35,0x91,0xd3,0x39,0x8f,0xb3,0x9c,0xf1, +/* 0x0042b0 */ 0xc6,0x26,0xfe,0x8a,0x3b,0xcf,0xfd,0x06,0x40,0x18,0xd6,0x60,0x5b,0x3f,0x65,0x3f, +/* 0x0042c0 */ 0xdc,0x7b,0xc3,0x1e,0x48,0xff,0x4d,0x27,0xff,0xc5,0xbf,0xe7,0x74,0xfe,0x8b,0xe6, +/* 0x0042d0 */ 0x76,0xfd,0x54,0xdd,0xf8,0xe0,0x82,0xb1,0xb9,0xf6,0x5e,0x55,0x6d,0x36,0x0b,0xce, +/* 0x0042e0 */ 0xda,0xfb,0xd9,0x8a,0x3f,0xcc,0xc2,0x7f,0x09,0x0e,0x96,0x53,0xf8,0xd4,0xf3,0xc3, +/* 0x0042f0 */ 0x5c,0xf9,0x5f,0x85,0xb4,0x46,0xd9,0x31,0x2e,0x64,0xb2,0x5d,0xbc,0xb2,0xb4,0x83, +/* 0x004300 */ 0xff,0xca,0x79,0xff,0x17,0x15,0x54,0x9b,0xa6,0x85,0x46,0x24,0xe6,0xe6,0xbf,0x3e, +/* 0x004310 */ 0x2d,0xff,0x6b,0x40,0x0f,0x19,0x44,0x18,0xd7,0x0c,0x66,0x24,0xce,0xd8,0xf8,0xaf, +/* 0x004320 */ 0xdc,0xf9,0x5f,0x78,0x93,0xfe,0x5c,0x73,0x81,0x83,0xbf,0x78,0x35,0x17,0xa3,0x31, +/* 0x004330 */ 0x96,0xbb,0xfe,0xe1,0x20,0x0d,0x3f,0x6b,0x92,0xd2,0x32,0xcb,0x72,0x3c,0xe7,0x84, +/* 0x004340 */ 0xc1,0x7f,0xa1,0x6c,0xf5,0x0f,0x3b,0x00,0x64,0x05,0xec,0x1a,0xfc,0x70,0xba,0x4d, +/* 0x004350 */ 0x06,0xff,0x65,0xd6,0xdf,0x60,0xd4,0x0f,0xaf,0x7f,0xa8,0x0d,0x29,0x61,0x49,0xb2, +/* 0x004360 */ 0xf7,0xaa,0x96,0x9e,0xc8,0x63,0x09,0x6f,0xf3,0xfd,0xeb,0xb1,0xef,0x67,0xe9,0x67, +/* 0x004370 */ 0x92,0x93,0x85,0xc9,0x14,0xde,0xce,0x5d,0xff,0x90,0xe6,0x7f,0x2d,0xa6,0x82,0x8d, +/* 0x004380 */ 0xb2,0x49,0x8d,0x97,0x58,0xe7,0x68,0x7a,0x29,0x6b,0xfd,0x0d,0x1b,0x10,0xf3,0x90, +/* 0x004390 */ 0xeb,0x6c,0x9a,0xd3,0x19,0x36,0x69,0xfc,0x57,0xe6,0xfd,0x5f,0x79,0xf4,0xb6,0xe5, +/* 0x0043a0 */ 0x80,0xfa,0xa8,0x9c,0xd7,0x99,0x6a,0xb2,0x72,0xc4,0x76,0x72,0x22,0xac,0x33,0x33, +/* 0x0043b0 */ 0xff,0x2b,0x7d,0x28,0x1b,0x47,0x5d,0x8f,0xa0,0x7b,0xd3,0x46,0xf9,0x91,0x9c,0xbc, +/* 0x0043c0 */ 0xe7,0xa7,0xdc,0xff,0x85,0x1f,0x41,0x75,0x4b,0x73,0xf5,0x0f,0xb2,0xf5,0x0f,0xfd, +/* 0x0043d0 */ 0x0e,0x8d,0x78,0x3f,0x47,0xfc,0xa1,0x39,0x0b,0xd2,0x2b,0x2b,0x0e,0xe6,0xe6,0xbf, +/* 0x0043e0 */ 0x8e,0xf0,0x75,0x63,0x8d,0xac,0xc9,0x99,0x73,0x70,0xc8,0xba,0xa4,0xdb,0xd4,0x8c, +/* 0x0043f0 */ 0xe5,0xfa,0x7e,0x4c,0xfe,0xeb,0xc1,0xb4,0x94,0xae,0x15,0xfc,0x6e,0xe5,0x6a,0x6d, +/* 0x004400 */ 0x85,0x83,0xed,0xb2,0x25,0x82,0xd5,0x39,0xf3,0xbf,0xd8,0xe7,0x4c,0xf9,0xaf,0x6c, +/* 0x004410 */ 0x87,0xe7,0xad,0xe5,0xc9,0x7c,0x87,0x26,0xe7,0xfe,0x75,0x2c,0x3b,0xff,0xc5,0x04, +/* 0x004420 */ 0xf2,0x63,0x54,0x79,0xc4,0x63,0x80,0x2c,0xaa,0x19,0xb6,0x27,0x82,0x2d,0x70,0xf2, +/* 0x004430 */ 0x5f,0xfc,0x7e,0x46,0xa5,0x2b,0xb3,0xfe,0xe1,0x89,0xd8,0xaf,0xc9,0x12,0xcd,0xa6, +/* 0x004440 */ 0x81,0xd5,0xf8,0x4f,0xb9,0x88,0x30,0x93,0xff,0xba,0x21,0xc3,0x4f,0x10,0xde,0x57, +/* 0x004450 */ 0xc7,0x5c,0xb9,0x69,0x14,0x68,0xb2,0x87,0x64,0x1c,0x31,0xce,0x9f,0x1f,0x4c,0xbf, +/* 0x004460 */ 0xe4,0x8b,0xd6,0xc7,0x1e,0x8e,0xff,0xd3,0xa8,0xdd,0x3f,0x3c,0x04,0x6e,0xe1,0x62, +/* 0x004470 */ 0xcb,0xc6,0x56,0x7f,0xc3,0x3a,0x9f,0xdf,0x9d,0x5e,0xbf,0xd7,0x47,0xab,0xf5,0xd2, +/* 0x004480 */ 0x6a,0x51,0xd2,0xb7,0x52,0x1a,0xb3,0x6c,0x94,0x90,0xb9,0x7f,0xbd,0x9b,0xaa,0xbf, +/* 0x004490 */ 0x91,0xc9,0x6d,0x6d,0x44,0x6b,0x5d,0x76,0x22,0x6c,0x18,0x3d,0x99,0xea,0xde,0x05, +/* 0x0044a0 */ 0xfa,0x0a,0xdb,0xd5,0xcc,0x06,0xff,0xb5,0x3a,0xe3,0xfe,0x65,0x10,0x5c,0x84,0xc7, +/* 0x0044b0 */ 0xc6,0xa7,0x34,0x66,0xdc,0x4e,0xe6,0x66,0x77,0x3a,0x4b,0xfd,0x0d,0x83,0xf6,0x9a, +/* 0x0044c0 */ 0xc6,0xc7,0x61,0x0e,0x06,0x4d,0xd2,0xc4,0xc3,0xdd,0xc2,0x3a,0x4e,0xa3,0x1c,0x48, +/* 0x0044d0 */ 0xf3,0x0f,0xad,0xf8,0xc3,0xdd,0x99,0x6c,0x97,0x78,0x81,0xc7,0x82,0x7e,0x16,0xfe, +/* 0x0044e0 */ 0x2b,0x69,0xd6,0xdf,0xc8,0xf4,0x5b,0x28,0x0c,0xac,0xd1,0x0a,0x3e,0x23,0xff,0xc5, +/* 0x0044f0 */ 0xe3,0x0f,0x1f,0xcc,0x56,0x1f,0x5b,0xec,0x02,0x14,0x99,0x83,0xae,0x7a,0x2f,0x07, +/* 0x004500 */ 0xff,0x35,0x23,0xf3,0x39,0xc3,0x68,0x07,0xf2,0x2f,0xff,0x74,0xfa,0x2c,0xf5,0x1c, +/* 0x004510 */ 0xa3,0xfe,0x61,0xd6,0x79,0x1a,0x87,0xc1,0xcc,0x41,0x53,0x3e,0x9e,0xe6,0x81,0x18, +/* 0x004520 */ 0x7c,0x37,0x29,0x58,0x2b,0xa5,0x77,0xdd,0x34,0x78,0xef,0xeb,0x50,0x81,0x6d,0x04, +/* 0x004530 */ 0x3f,0xa5,0x9f,0x75,0x6c,0xf0,0x5f,0xd9,0xfa,0x90,0x86,0x89,0x7d,0x36,0xfe,0xcb, +/* 0x004540 */ 0x19,0x7f,0xb8,0x98,0x83,0xac,0xe3,0x94,0x3d,0xe9,0x13,0x6e,0xd8,0x75,0xd5,0x5f, +/* 0x004550 */ 0xaf,0x31,0xe2,0xf2,0x24,0xbd,0xe4,0x6b,0x42,0x38,0x8f,0x3e,0x50,0x16,0x46,0x01, +/* 0x004560 */ 0x29,0x9c,0x43,0x2c,0xa2,0x75,0x48,0x08,0xa1,0x37,0x50,0x0d,0xf2,0xc2,0x9f,0x68, +/* 0x004570 */ 0xd6,0xdf,0x18,0x97,0x2d,0x90,0x75,0x12,0x7f,0x51,0x2f,0x78,0xb6,0xb8,0x12,0xf5, +/* 0x004580 */ 0xb5,0xb2,0xb2,0xf3,0xbf,0x00,0xd8,0xe5,0x47,0x81,0x04,0x7e,0x53,0x3c,0xd9,0x5c, +/* 0x004590 */ 0xa1,0xd2,0xfa,0x87,0xe2,0xcf,0xf4,0xd2,0x01,0x89,0x00,0xe0,0x8d,0xd1,0xfa,0xbd, +/* 0x0045a0 */ 0x3b,0xb0,0x79,0xff,0x32,0xc3,0x5f,0x3c,0x66,0x89,0x1e,0xa7,0xeb,0x5d,0x8a,0x9b, +/* 0x0045b0 */ 0xf1,0x8c,0x64,0x45,0x08,0x6d,0xc1,0xdd,0xd0,0xe1,0xdd,0x21,0x98,0x44,0x8f,0x47, +/* 0x0045c0 */ 0x2b,0x96,0xf3,0x78,0x6c,0x55,0xd1,0xf3,0x15,0xac,0xa1,0x6d,0x94,0xb2,0x41,0x56, +/* 0x0045d0 */ 0xfd,0xc3,0x59,0xe3,0xae,0x14,0xc8,0xc2,0x6f,0x83,0x4d,0x6c,0x2d,0xc5,0x7a,0x9a, +/* 0x0045e0 */ 0x51,0xe5,0xb2,0x47,0x91,0x12,0x79,0x49,0xe5,0x51,0x54,0xb1,0xb4,0x2b,0x51,0x34, +/* 0x0045f0 */ 0xce,0x6e,0x04,0x93,0x02,0xb1,0x5d,0xca,0x66,0x7a,0x10,0x1d,0x37,0xeb,0xcf,0xbb, +/* 0x004600 */ 0x66,0xd8,0x62,0x0b,0x8f,0x03,0xcc,0x59,0xf9,0xcf,0x65,0x0a,0xba,0x4c,0x22,0xda, +/* 0x004610 */ 0x56,0x7a,0xc2,0x70,0x34,0x19,0x6e,0xab,0x9e,0x10,0x5e,0x84,0xcf,0xaf,0x44,0x0d, +/* 0x004620 */ 0x4e,0x00,0x34,0xfb,0x1e,0xf4,0xcf,0x57,0xb6,0x08,0x3b,0xa4,0xd7,0x93,0x7d,0xc9, +/* 0x004630 */ 0x60,0xbf,0x75,0xff,0xf2,0xac,0x83,0xa2,0xd1,0xf3,0xc3,0xe8,0x4f,0xae,0xc5,0x34, +/* 0x004640 */ 0xbc,0xf3,0x20,0xbf,0xdb,0x2b,0x04,0xab,0xcd,0x15,0x75,0x89,0x0a,0x4d,0x9f,0xa4, +/* 0x004650 */ 0x72,0xc4,0xfe,0x07,0x2d,0x53,0xa9,0x2f,0xbb,0x1f,0x35,0xc4,0x61,0x41,0xdb,0x9f, +/* 0x004660 */ 0x35,0xff,0xeb,0x78,0x5e,0x44,0x5f,0x19,0xf7,0x04,0xd1,0x51,0xc2,0xee,0x93,0x0a, +/* 0x004670 */ 0xba,0x26,0x5b,0xc3,0x6d,0x95,0xf4,0x30,0xe4,0x3d,0x54,0xa4,0x7b,0x01,0x9a,0x49, +/* 0x004680 */ 0xd7,0x70,0x48,0x07,0x57,0xf6,0x5f,0xd1,0x85,0x68,0x48,0x0f,0x86,0x3c,0xa9,0xfb, +/* 0x004690 */ 0xbf,0x64,0x0b,0x64,0xfd,0x81,0x9e,0x8a,0x00,0xc6,0xc7,0xdd,0x47,0xfc,0xa8,0x60, +/* 0x0046a0 */ 0xc2,0x5d,0x8f,0xf6,0x74,0x82,0x83,0x37,0x91,0xf7,0x16,0xda,0x0a,0xf8,0xb4,0x60, +/* 0x0046b0 */ 0x02,0x8f,0xc3,0x0e,0x52,0x7b,0x51,0xd2,0xe8,0x91,0x45,0xd4,0xff,0x66,0x41,0xc2, +/* 0x0046c0 */ 0xac,0xbf,0xa1,0xb3,0xfa,0x51,0x6b,0xe9,0x61,0xd1,0xb0,0xab,0x43,0xac,0x1a,0x60, +/* 0x0046d0 */ 0xc7,0x86,0xb1,0x66,0x85,0x48,0x21,0x70,0xfa,0xfa,0x88,0x42,0xbe,0x1c,0xf2,0x1f, +/* 0x0046e0 */ 0x25,0x4f,0xa3,0x35,0xb0,0xb2,0x15,0xc1,0xd6,0xe6,0x52,0x92,0xee,0xd9,0x31,0xf0, +/* 0x0046f0 */ 0x37,0x88,0xd6,0x2b,0x29,0x66,0xfd,0x0d,0x47,0xfd,0xf9,0x1f,0xc7,0x2b,0x47,0x01, +/* 0x004700 */ 0x17,0xdc,0xa9,0x6e,0x00,0x97,0xf9,0xe8,0x77,0xf1,0x3c,0xe9,0x39,0x52,0xba,0x4b, +/* 0x004710 */ 0xfa,0x2e,0x3e,0x05,0xf8,0xeb,0x8b,0xab,0x69,0xa4,0x9c,0xcc,0xa0,0xd9,0xd7,0xf0, +/* 0x004720 */ 0x75,0xf0,0x53,0xa5,0x1a,0x68,0x4a,0x0c,0xfe,0x8b,0xd5,0x3f,0x0c,0xea,0x05,0x14, +/* 0x004730 */ 0x52,0x75,0x90,0xc8,0xa8,0xf7,0xf9,0x32,0xaf,0xfa,0x02,0x0a,0xf5,0x7a,0x17,0x0b, +/* 0x004740 */ 0x74,0x0a,0x87,0x3b,0x0b,0x16,0x03,0x58,0x7b,0x4f,0x5b,0xd4,0xe4,0xa5,0xf9,0x5f, +/* 0x004750 */ 0x7b,0xb5,0xd0,0x91,0xc2,0xb9,0x42,0x27,0xfc,0x54,0x58,0x0f,0x2a,0xa9,0xfa,0x1b, +/* 0x004760 */ 0xa9,0x75,0x4c,0x99,0x92,0x23,0xc3,0xbe,0x0f,0x79,0x6d,0xc3,0x4e,0xdf,0x87,0x1d, +/* 0x004770 */ 0xd3,0xea,0x27,0xe8,0x30,0x08,0xb0,0xb9,0x5c,0x93,0xe7,0x35,0x71,0x0d,0x25,0xcb, +/* 0x004780 */ 0xbe,0x45,0x53,0x2f,0xe5,0x86,0xc1,0xea,0x0f,0xb3,0xe0,0xaf,0xf7,0xd1,0x7b,0xd1, +/* 0x004790 */ 0xbe,0x63,0xde,0x84,0xc7,0x8f,0x8e,0xa0,0x04,0x01,0xa1,0x4a,0x3d,0x82,0xc2,0xa8, +/* 0x0047a0 */ 0x60,0xbf,0x10,0x40,0xc7,0x95,0xb0,0xea,0x0d,0x95,0x05,0xf1,0xc9,0xd2,0xf0,0x90, +/* 0x0047b0 */ 0x0f,0xc6,0xd4,0xc5,0xa8,0xcc,0x83,0x1d,0x46,0xfd,0xc3,0xa8,0x9c,0xda,0x77,0xd4, +/* 0x0047c0 */ 0x7d,0xb2,0x32,0x52,0x40,0x73,0xbb,0x36,0xa0,0x52,0xe2,0x5d,0x07,0x42,0x27,0x2a, +/* 0x0047d0 */ 0xd5,0xbb,0xd6,0x09,0x32,0xde,0xd8,0x5a,0x36,0x20,0xad,0xbb,0xfb,0x06,0xf4,0xbb, +/* 0x0047e0 */ 0xbf,0x2e,0x3d,0xe5,0x69,0xc5,0x37,0x90,0xbd,0xd0,0x04,0x7b,0x53,0x91,0x85,0xbf, +/* 0x0047f0 */ 0x66,0x99,0xfd,0x4c,0x73,0xe8,0xe8,0xd5,0xd5,0x85,0xca,0xcf,0x78,0x1f,0x16,0x92, +/* 0x004800 */ 0x07,0xe9,0x35,0x37,0xeb,0xf1,0x5c,0xe8,0xe7,0xf9,0x34,0x85,0x7c,0x1e,0xf4,0x61, +/* 0x004810 */ 0xe9,0x98,0x67,0x15,0x9e,0xa7,0xef,0x8b,0x69,0x94,0x23,0x53,0x4c,0xfe,0xcb,0xb6, +/* 0x004820 */ 0x25,0x1d,0xc0,0x51,0xfd,0x91,0x45,0xd8,0x87,0x1e,0x45,0x0a,0xcd,0xf7,0xf4,0xa2, +/* 0x004830 */ 0xf6,0x56,0xff,0xe9,0x40,0x08,0xab,0xf4,0xde,0xb7,0x41,0x96,0xd2,0x6e,0xe4,0x69, +/* 0x004840 */ 0xd2,0x21,0xf0,0x8f,0xc2,0x73,0xc2,0x59,0xf1,0x57,0x98,0x48,0xef,0x08,0x8b,0xe1, +/* 0x004850 */ 0x13,0x58,0xd8,0x5b,0xa0,0x09,0x01,0x40,0x0f,0x35,0xf1,0xa0,0x26,0xdc,0x06,0x88, +/* 0x004860 */ 0xac,0x96,0x04,0xd9,0xfd,0xcb,0x62,0x98,0x5e,0x1f,0x5f,0x47,0x2e,0xab,0xe1,0x78, +/* 0x004870 */ 0x70,0xb7,0xa7,0x2e,0x3b,0xfe,0x72,0x71,0x2f,0x0e,0xb3,0xdc,0x2e,0x5a,0x69,0xed, +/* 0x004880 */ 0x10,0x2d,0x44,0xbf,0x93,0x25,0x82,0xf1,0x26,0x0e,0xcd,0xde,0x44,0x93,0x25,0x60, +/* 0x004890 */ 0xd3,0x9e,0xa3,0xfe,0x46,0x78,0xa9,0x57,0x2e,0xa6,0x45,0xe6,0xc3,0xea,0x96,0x78, +/* 0x0048a0 */ 0x31,0xab,0xde,0xd0,0x5a,0x10,0x2f,0x1b,0x55,0x06,0x5c,0x30,0x5e,0xb2,0x40,0xeb, +/* 0x0048b0 */ 0xc6,0xd3,0x44,0x30,0x7a,0x23,0x18,0x0e,0x37,0x79,0x2d,0xfc,0x75,0xc4,0x89,0xbf, +/* 0x0048c0 */ 0x7a,0xd4,0x9f,0xc7,0x8b,0x00,0x49,0x61,0x3f,0xac,0x2d,0xc2,0x6a,0xb4,0x47,0xa9, +/* 0x0048d0 */ 0xa5,0x8b,0xcc,0x8b,0x78,0x13,0xfc,0xf8,0x72,0x1a,0x3f,0xd6,0xae,0x3e,0xad,0x06, +/* 0x0048e0 */ 0x1e,0xc3,0x37,0xa3,0x3d,0xaa,0x3f,0x9a,0x23,0xff,0x8b,0xe6,0x64,0x75,0xc5,0x71, +/* 0x0048f0 */ 0xb9,0x8b,0x56,0x9b,0xcf,0xa7,0x55,0xeb,0xf7,0xcb,0xec,0x22,0xb0,0xb7,0xd0,0x26, +/* 0x004900 */ 0xf6,0x64,0x5c,0x8e,0x9e,0x42,0xbb,0x9a,0xf2,0x67,0x51,0x1e,0x44,0x2d,0x6b,0xad, +/* 0x004910 */ 0x18,0xb1,0xf1,0x5f,0x6a,0x0a,0x17,0xc8,0x4a,0x93,0x9b,0xa5,0x7d,0xc9,0x4f,0xa8, +/* 0x004920 */ 0x0b,0xe8,0xfd,0x5f,0xfb,0x11,0x00,0x31,0xca,0x76,0xb5,0x07,0xca,0x55,0x77,0x51, +/* 0x004930 */ 0xac,0x53,0xea,0x08,0x04,0xff,0x3e,0xbf,0x04,0x8b,0xff,0xb2,0x3f,0x50,0xba,0x3c, +/* 0x004940 */ 0x70,0x47,0xcc,0xc0,0x5f,0x93,0x05,0x77,0xa5,0x40,0xd6,0xc4,0x1a,0xff,0xf5,0xde, +/* 0x004950 */ 0x0d,0x3d,0xf4,0xb6,0xaf,0x5a,0x54,0xb0,0x21,0x46,0xaf,0x5d,0x0e,0x77,0xd1,0x6b, +/* 0x004960 */ 0xbf,0xc0,0xa3,0x86,0x15,0x29,0x36,0x53,0x41,0x94,0xff,0x2a,0x40,0x82,0x42,0x26, +/* 0x004970 */ 0x95,0x3e,0xc9,0x7b,0xc4,0x96,0xff,0x65,0xa3,0x48,0x94,0x43,0xcd,0xbe,0x75,0xf4, +/* 0x004980 */ 0xfe,0xe5,0xd2,0xc5,0x7a,0x61,0x11,0xcd,0x4f,0x41,0x0d,0xcb,0x7d,0x45,0x1d,0xaf, +/* 0x004990 */ 0x88,0x1f,0x56,0x34,0xd0,0xfc,0xaf,0x41,0xed,0x12,0x7a,0x7e,0x79,0xe1,0xa9,0x8e, +/* 0x0049a0 */ 0x8b,0x34,0x11,0x6c,0xb9,0x0d,0x7f,0xcd,0x79,0xcb,0x0e,0x22,0xe2,0x6a,0x50,0x86, +/* 0x0049b0 */ 0xde,0xa0,0xf9,0x5f,0xbe,0xd9,0xc2,0x4d,0xe4,0x45,0x54,0xf3,0xf2,0xf7,0x5f,0x9d, +/* 0x0049c0 */ 0x79,0x11,0x0d,0xa0,0x90,0xba,0x85,0xde,0xec,0xfc,0xbe,0xf4,0x4f,0x94,0x08,0xfb, +/* 0x0049d0 */ 0x06,0xad,0xb7,0xcc,0xf8,0x2f,0x6c,0xd6,0xdf,0x90,0x6c,0xb0,0xcb,0x8f,0xba,0x08, +/* 0x0049e0 */ 0x7e,0x13,0xf5,0x06,0x2a,0x50,0xfe,0x43,0xfe,0x9d,0x54,0xe3,0xf5,0x6e,0xa2,0x4d, +/* 0x0049f0 */ 0x72,0x85,0xbb,0x80,0x32,0xaa,0x5d,0x6a,0xd5,0x22,0x69,0x33,0x2e,0x55,0xfb,0xb5, +/* 0x004a00 */ 0x9e,0x9f,0xc3,0x46,0x76,0x02,0x99,0xf8,0x8b,0x98,0xfd,0xec,0x9d,0x45,0xb7,0x24, +/* 0x004a10 */ 0x86,0xb6,0x60,0xda,0x74,0x5f,0x87,0x45,0x75,0x93,0x88,0xd6,0x04,0x64,0xff,0x28, +/* 0x004a20 */ 0x7a,0x38,0xa0,0x34,0x4b,0xb3,0x19,0xfe,0x0a,0x7e,0x2d,0x5f,0x8e,0x01,0x3a,0x96, +/* 0x004a30 */ 0x14,0x1b,0xff,0x55,0x32,0x6b,0x97,0xcb,0x06,0xb2,0xfc,0xfc,0xda,0xaf,0xa7,0xf4, +/* 0x004a40 */ 0x0a,0x18,0x77,0x7f,0x39,0xda,0xe4,0xea,0x61,0xf9,0x5f,0xe8,0x11,0x57,0x05,0x13, +/* 0x004a50 */ 0xc4,0x4d,0xae,0x2a,0x35,0x5f,0x5e,0x5e,0x2e,0xee,0xe7,0xc6,0x26,0xfe,0xb2,0xc7, +/* 0x004a60 */ 0x0d,0xfe,0x06,0xde,0xc7,0xbb,0x7d,0xd9,0xa8,0x72,0x14,0x3e,0x63,0x4a,0x72,0xe1, +/* 0x004a70 */ 0xa3,0x2a,0xbd,0xd8,0x0e,0x5e,0xe3,0x55,0x44,0x19,0x31,0x81,0xe6,0x91,0x55,0xa9, +/* 0x004a80 */ 0x95,0x71,0x57,0x39,0xb9,0x24,0xd7,0xb4,0x06,0xe3,0xc2,0x58,0x67,0x3a,0xff,0x45, +/* 0x004a90 */ 0xcb,0x6e,0xd0,0x22,0x87,0xc2,0x9f,0xa8,0x66,0x75,0x01,0x83,0x5d,0xf1,0xc8,0x1d, +/* 0x004aa0 */ 0x85,0x46,0x45,0x0e,0x5a,0x02,0x85,0x55,0xaa,0x69,0x2c,0x7c,0xe4,0x05,0x1a,0xbb, +/* 0x004ab0 */ 0x5b,0xaf,0xa6,0xf2,0xbf,0x2a,0x52,0xfc,0x97,0xce,0x72,0x03,0xb7,0x74,0xd2,0xb2, +/* 0x004ac0 */ 0x87,0x31,0x7e,0x5b,0x81,0x3c,0x44,0x22,0xe8,0x76,0x52,0xac,0xad,0x9e,0x70,0x31, +/* 0x004ad0 */ 0xda,0x4b,0x41,0xa7,0x5d,0x21,0xce,0x7f,0xe9,0xa8,0xcf,0x7e,0xff,0x97,0x68,0xe2, +/* 0x004ae0 */ 0x2f,0xa1,0x17,0x9d,0x13,0xcb,0x08,0xbd,0xe4,0x4b,0x3c,0x44,0x8b,0x1c,0x26,0x71, +/* 0x004af0 */ 0xa0,0x68,0x83,0x54,0xd6,0x1b,0x78,0x57,0x78,0x1e,0x1d,0x02,0x8f,0x51,0xa2,0xf5, +/* 0x004b00 */ 0x0f,0x1f,0x42,0x65,0xc4,0x9d,0x04,0xfc,0xf5,0x06,0x2a,0xeb,0x94,0x52,0xf5,0x0f, +/* 0x004b10 */ 0x3b,0x1d,0xe7,0x87,0x8a,0xde,0x15,0x62,0x31,0x30,0x2c,0x67,0x1f,0x36,0x32,0x54, +/* 0x004b20 */ 0xb5,0x14,0xfc,0xf0,0x5f,0xd3,0x55,0x4b,0x2f,0x31,0xd6,0xb1,0x11,0xea,0x78,0x94, +/* 0x004b30 */ 0x74,0x20,0x58,0x2a,0x2d,0xfc,0xa5,0x20,0xab,0xd4,0xc3,0x4f,0x25,0x7a,0x77,0xb0, +/* 0x004b40 */ 0xb4,0xbe,0xf1,0x06,0xf5,0x59,0xaa,0xf9,0x36,0xf6,0xba,0x36,0xa0,0x9d,0x4b,0x59, +/* 0x004b50 */ 0x12,0xee,0xbe,0x50,0xd9,0x50,0xc9,0x7a,0x7c,0x83,0xbe,0xb1,0xab,0x54,0x75,0x47, +/* 0x004b60 */ 0xe9,0x66,0x87,0x4a,0x47,0x02,0x56,0xfe,0x97,0x22,0xdd,0x49,0x0c,0x24,0x75,0x06, +/* 0x004b70 */ 0x5d,0x98,0x58,0x38,0xe9,0x5d,0xcf,0xd2,0xbe,0x2a,0xa9,0x66,0x1e,0x7a,0x89,0x34, +/* 0x004b80 */ 0x68,0x55,0xeb,0x85,0x57,0x40,0xb3,0xf0,0xc3,0xae,0xf5,0x42,0x04,0x9d,0xea,0x0c, +/* 0x004b90 */ 0x25,0xbd,0xcd,0xc2,0x09,0xf4,0x6b,0x52,0x93,0x0c,0xae,0x17,0xde,0xe5,0x7e,0xa6, +/* 0x004ba0 */ 0x74,0xe3,0x41,0x93,0xff,0xa2,0x55,0xc2,0xaa,0x8e,0xcd,0x7c,0x06,0xbc,0x8d,0xef, +/* 0x004bb0 */ 0x9a,0x45,0x36,0x2e,0xa3,0x43,0x34,0xee,0x42,0xa3,0x25,0x5e,0xf5,0xea,0x90,0x60, +/* 0x004bc0 */ 0x50,0x2d,0xf4,0x8e,0xb0,0x0b,0x2e,0x96,0xd4,0x60,0xe0,0x2f,0xfd,0x87,0x57,0x03, +/* 0x004bd0 */ 0x36,0xfc,0x25,0x8c,0x7a,0x7f,0xd5,0x11,0x91,0x4e,0x10,0xf8,0xa5,0xfb,0x85,0xab, +/* 0x004be0 */ 0xf8,0x24,0x69,0xb8,0x0b,0xdc,0xc2,0x26,0xfd,0xf8,0xb6,0x9a,0x31,0xaa,0x41,0x17, +/* 0x004bf0 */ 0xe2,0x35,0x49,0xdf,0x1a,0x56,0x88,0xa3,0x21,0xea,0xbd,0x64,0x9e,0xcf,0x8f,0x7d, +/* 0x004c00 */ 0xce,0x8e,0x9b,0x60,0xdf,0x29,0xb8,0x14,0xab,0x87,0x6f,0xaa,0x34,0xe9,0x5d,0x04, +/* 0x004c10 */ 0x9a,0x07,0xa5,0xea,0x26,0x69,0x8f,0xf0,0x57,0x3a,0x6c,0x37,0xc7,0xa4,0x45,0x02, +/* 0x004c20 */ 0x0d,0xdd,0xdc,0xe9,0xf2,0x28,0x6e,0x86,0x6a,0x9b,0xa5,0x36,0xf3,0x9c,0xed,0x6b, +/* 0x004c30 */ 0x4e,0xfc,0x55,0xaa,0x0f,0xb5,0xf9,0xd9,0x3e,0x38,0x94,0x6f,0x30,0x8f,0x18,0xfa, +/* 0x004c40 */ 0xf9,0x66,0x40,0x64,0x65,0xc3,0x25,0x54,0x73,0x48,0x2e,0xd5,0x3d,0x3a,0x2d,0xc4, +/* 0x004c50 */ 0x21,0x55,0xea,0xcd,0x6d,0x45,0xaf,0x98,0xf5,0xe7,0xc7,0xed,0xe3,0xae,0xe9,0xf9, +/* 0x004c60 */ 0xb0,0x7f,0x11,0xcd,0x18,0x5c,0x14,0x23,0xc1,0x3e,0x89,0xef,0x5f,0x38,0x19,0xa0, +/* 0x004c70 */ 0xf8,0x2b,0x2c,0x2a,0xc4,0x83,0x70,0x01,0x0f,0x56,0xbc,0x19,0x6f,0xe6,0xeb,0x7c, +/* 0x004c80 */ 0x72,0xce,0x74,0xca,0x1f,0xbb,0x86,0xca,0xe8,0x71,0x7a,0x03,0xcd,0xf6,0x1a,0x29, +/* 0x004c90 */ 0xa0,0x07,0xb6,0xc7,0x48,0x55,0xe2,0x86,0x84,0x50,0x85,0x4f,0xa2,0x1f,0x50,0xda, +/* 0x004ca0 */ 0x6b,0x1a,0x9c,0xe6,0x90,0xee,0x8b,0xaf,0xf8,0x26,0xba,0xd0,0xf9,0x80,0x0e,0x18, +/* 0x004cb0 */ 0xcd,0xf8,0xbb,0x88,0xcb,0x81,0x97,0xeb,0xf5,0x16,0xea,0xc0,0x5c,0x96,0x23,0x47, +/* 0x004cc0 */ 0xcc,0x4c,0x7f,0x3a,0x5e,0xef,0xd9,0x31,0x5a,0xc3,0x52,0xdf,0x69,0x61,0x58,0xbe, +/* 0x004cd0 */ 0xa4,0xb2,0x73,0x63,0x83,0xff,0x1a,0x00,0xfc,0xc5,0xaa,0x73,0xf3,0x1c,0x16,0x70, +/* 0x004ce0 */ 0x21,0x26,0x56,0xd4,0xa3,0x17,0xd5,0x1a,0x5a,0x76,0x23,0x08,0x9f,0xc0,0x42,0x02, +/* 0x004cf0 */ 0x5f,0xd4,0x22,0x68,0xaa,0x81,0xa6,0x32,0xea,0x82,0xd6,0xb4,0xaf,0xd4,0x97,0xd5, +/* 0x004d00 */ 0x2b,0x27,0xe3,0x54,0xd3,0xd1,0x9a,0xaa,0x7f,0x68,0x3b,0x7b,0xaf,0x05,0xff,0x10, +/* 0x004d10 */ 0x3e,0xfe,0x87,0xf4,0x1e,0x5a,0x96,0x2d,0x08,0xee,0x4b,0xad,0x26,0x4d,0xe2,0x9f, +/* 0x004d20 */ 0xa3,0x03,0x79,0xe0,0x1f,0xb2,0x1a,0x02,0xed,0x5f,0xdc,0x56,0xa0,0x6f,0x0e,0xa2, +/* 0x004d30 */ 0x2d,0xd1,0xb2,0x64,0x73,0x22,0x55,0x7f,0xc3,0xf1,0x1c,0xc6,0x6d,0x05,0xd1,0x0e, +/* 0x004d40 */ 0xd5,0x6f,0x04,0x9b,0x11,0xbf,0x26,0x6d,0xc3,0xdf,0x30,0x9b,0xe8,0xb5,0x5f,0x20, +/* 0x004d50 */ 0x60,0x68,0xea,0x46,0x7e,0xbf,0x94,0xaa,0x7f,0x08,0xce,0x64,0xea,0x74,0x37,0x54, +/* 0x004d60 */ 0x3e,0xb4,0xb9,0x06,0x7b,0x45,0x98,0x83,0xc3,0xd7,0xd3,0x7c,0x73,0xd8,0xbf,0x92, +/* 0x004d70 */ 0xd2,0xec,0x3c,0xbd,0x73,0xaf,0x37,0xa0,0x6f,0x02,0x1b,0x75,0x4f,0x28,0x80,0x3e, +/* 0x004d80 */ 0x87,0xb0,0x57,0x6a,0x87,0xc1,0x0d,0x58,0xf7,0x7f,0x11,0x69,0x2d,0xb6,0x72,0x73, +/* 0x004d90 */ 0xa0,0x13,0xde,0xf0,0x9e,0xdf,0x16,0x04,0x3c,0x11,0xd6,0x7d,0x7b,0xbb,0x83,0xe8, +/* 0x004da0 */ 0x79,0xbc,0x8e,0x04,0xb7,0x0b,0xab,0xc9,0x01,0x39,0xac,0xaf,0x7c,0x8e,0xf6,0x7c, +/* 0x004db0 */ 0x20,0x4c,0xbc,0x9d,0x42,0x10,0x33,0x70,0x94,0x98,0x69,0xd4,0x3f,0x4c,0x7e,0xce, +/* 0x004dc0 */ 0xe2,0x19,0xe1,0x03,0x88,0xce,0x33,0x6f,0x23,0x6a,0x38,0xcd,0x04,0xe3,0xd2,0xde, +/* 0x004dd0 */ 0x84,0xfa,0x49,0xe9,0x12,0xbd,0xe5,0xc2,0xc6,0x69,0x34,0x5d,0xda,0x40,0xb6,0x1e, +/* 0x004de0 */ 0xa1,0x02,0xa6,0xf5,0x01,0xca,0x76,0x64,0xbf,0x7f,0x39,0x09,0x0f,0x6c,0x93,0x7e, +/* 0x004df0 */ 0x99,0xd2,0x2c,0x4e,0x3a,0xe3,0x7b,0x73,0xf0,0x5f,0x24,0x83,0xff,0x9a,0xc4,0x0a, +/* 0x004e00 */ 0xbf,0xf6,0xcb,0xc1,0x76,0x4d,0x65,0x68,0x9c,0xfc,0x97,0xa3,0xfe,0x86,0x21,0x60, +/* 0x004e10 */ 0x5a,0xce,0x5a,0x67,0x7c,0xca,0xe3,0x16,0x23,0x96,0xeb,0x3c,0x2a,0xc7,0xfd,0xcb, +/* 0x004e20 */ 0xac,0x04,0x4a,0x16,0x36,0x27,0xb3,0x36,0x8b,0x93,0xff,0x4a,0xbb,0x7f,0x99,0x0a, +/* 0x004e30 */ 0x9e,0x75,0xec,0x92,0x65,0x1f,0x0f,0x12,0xab,0xe3,0x19,0x61,0x56,0xa1,0x9b,0x74, +/* 0x004e40 */ 0xe2,0xc9,0x56,0x7f,0xc3,0x09,0x81,0xdb,0x84,0x09,0xec,0xd0,0x78,0x3e,0x15,0x2f, +/* 0x004e50 */ 0xe7,0xb8,0x7f,0x99,0x0a,0x51,0xfb,0x0d,0x65,0x75,0x7a,0x56,0xd8,0x9e,0xc1,0x7f, +/* 0x004e60 */ 0xcd,0x70,0xc6,0xe5,0xd2,0x69,0xa5,0x7c,0xda,0x71,0xc4,0xd4,0x67,0xe4,0xbf,0xdc, +/* 0x004e70 */ 0x74,0xd5,0x32,0x34,0x2b,0x33,0xa2,0x70,0x33,0xe3,0x72,0xb3,0xd5,0xdf,0x60,0xd5, +/* 0x004e80 */ 0x0e,0x17,0xe1,0xa2,0x4c,0x46,0xcc,0x95,0x8d,0x23,0x4b,0xe3,0xbf,0x1c,0x94,0xd6, +/* 0x004e90 */ 0x60,0x61,0x48,0x50,0x55,0x07,0xc9,0xe5,0xc9,0x46,0x7b,0xa5,0xf3,0x5f,0x8e,0xfa, +/* 0x004ea0 */ 0xf3,0x53,0xb4,0x24,0xd4,0x45,0x56,0xaf,0x32,0x73,0x74,0x22,0x5c,0x48,0x2f,0x86, +/* 0x004eb0 */ 0x93,0xe3,0xfe,0x65,0x7a,0x29,0xdb,0x44,0x6a,0x98,0x72,0xd2,0x94,0xe9,0xfc,0x57, +/* 0x004ec0 */ 0xe6,0xfd,0x5f,0xbc,0xc8,0xe1,0x67,0x8e,0x7b,0xcf,0x71,0xff,0x72,0xd2,0xf3,0x3d, +/* 0x004ed0 */ 0x40,0xb5,0xfb,0xc8,0x02,0xaa,0xc9,0xbc,0x1a,0x2c,0x53,0xc8,0x71,0xff,0x72,0x0e, +/* 0x004ee0 */ 0x21,0xff,0x3f,0xcd,0x7f,0xd1,0x90,0x42,0x5a,0xb4,0x93,0x6b,0xde,0xcd,0x92,0x1a, +/* 0x004ef0 */ 0x16,0xf9,0x6c,0xfc,0x17,0xa2,0xd8,0xca,0x79,0x78,0x5e,0xfc,0xff,0x83,0xff,0x2a, +/* 0x004f00 */ 0x8c,0x67,0x29,0x13,0xf7,0x29,0x42,0xee,0xfa,0x87,0xee,0xcc,0xb2,0x75,0x9f,0x9a, +/* 0x004f10 */ 0xff,0x95,0x3d,0xfe,0xd0,0x1d,0xa7,0x75,0x3c,0x3e,0xfb,0x73,0xb2,0xc6,0x1f,0x1a, +/* 0x004f20 */ 0xc5,0xf7,0xd4,0xf6,0x5c,0x6c,0x57,0x6e,0xfe,0xcb,0x79,0xff,0x72,0x04,0x15,0xc6, +/* 0x004f30 */ 0x3a,0x4a,0x7b,0x72,0xb2,0x5d,0x99,0x42,0x96,0xfa,0x1b,0x56,0x00,0x61,0x46,0xd1, +/* 0x004f40 */ 0xbc,0xff,0x98,0xff,0x2a,0xc9,0xc2,0xef,0xdc,0xf4,0x19,0x7e,0xdc,0x12,0x52,0xf5, +/* 0x004f50 */ 0x0f,0xa5,0x74,0x4a,0x6b,0x81,0x9a,0xa6,0xc9,0x92,0xf6,0x95,0x59,0xff,0x30,0xa3, +/* 0x004f60 */ 0xeb,0xdc,0x69,0x95,0xff,0xd3,0xbb,0x37,0x90,0xd6,0xcf,0x46,0x5d,0x11,0x1b,0xfe, +/* 0x004f70 */ 0x32,0xf8,0xaf,0x4c,0x26,0xf4,0x53,0x72,0xc4,0x4c,0xfc,0x95,0x85,0x1f,0xfc,0xc2, +/* 0x004f80 */ 0x7f,0xa6,0x7f,0x72,0xdc,0xbf,0x6c,0xf2,0x95,0x4e,0x4d,0x8e,0x1c,0x31,0x1b,0xfe, +/* 0x004f90 */ 0x72,0xc4,0x1f,0x1a,0xf3,0xb4,0x14,0xff,0x27,0xbe,0x1f,0x13,0x7f,0xcd,0xc9,0x2c, +/* 0x004fa0 */ 0x69,0x18,0x48,0x2b,0x7b,0xf8,0xa9,0x42,0xf6,0xfa,0x1b,0x41,0x7e,0x46,0x64,0x79, +/* 0x004fb0 */ 0x7a,0x39,0x69,0xaf,0x74,0xfe,0x2b,0xcb,0xfd,0xcb,0xee,0x79,0x6a,0x7a,0xd9,0xc3, +/* 0x004fc0 */ 0xcc,0x72,0x7c,0xff,0x41,0xfd,0x43,0x10,0x16,0x09,0x11,0xc9,0x2a,0x7b,0x98,0x93, +/* 0x004fd0 */ 0xf6,0xca,0xa8,0x7f,0x58,0x90,0x85,0xff,0xfa,0x0c,0x34,0x4a,0x8a,0xff,0x32,0xea, +/* 0x004fe0 */ 0x6f,0x7c,0x69,0xba,0x2b,0x9d,0xff,0x6a,0x40,0x27,0xd3,0x34,0x0f,0x64,0x4b,0x04, +/* 0x004ff0 */ 0xe3,0x42,0xb6,0xfa,0x1b,0x86,0x50,0xcf,0xd9,0xae,0x6c,0xd9,0x5e,0x19,0x82,0xad, +/* 0x005000 */ 0xfe,0x86,0x9a,0x6e,0x73,0x43,0x46,0x79,0xc9,0xff,0x38,0xff,0x4b,0xc9,0xb2,0x7f, +/* 0x005010 */ 0xf9,0x72,0x67,0xa9,0x67,0x0a,0xd9,0xef,0x5f,0xa6,0x82,0x2b,0xe2,0xcf,0x99,0x7d, +/* 0x005020 */ 0x9f,0x99,0x58,0x94,0xaa,0xbf,0x91,0xc6,0x7f,0x85,0x3c,0xff,0xa9,0xfc,0xaf,0x1c, +/* 0x005030 */ 0xf7,0x2f,0xd3,0xa6,0x1b,0x94,0x93,0x59,0xbd,0xca,0xac,0x0e,0xa7,0xa3,0xfe,0x86, +/* 0x005040 */ 0xd3,0xe5,0xdb,0x9d,0xc5,0x5b,0x76,0xb8,0x85,0xbe,0xcf,0xc6,0x7f,0x05,0x73,0x47, +/* 0x005050 */ 0x55,0x65,0xe3,0xbf,0x8c,0xfd,0x2b,0x93,0xff,0xda,0x62,0x9f,0x9e,0x6b,0xb3,0x4c, +/* 0x005060 */ 0xd8,0x15,0x76,0xfe,0x2b,0x55,0x7f,0x23,0xbd,0xeb,0xea,0xed,0x97,0x7c,0x19,0x4d, +/* 0x005070 */ 0x07,0x72,0xf5,0xb3,0x59,0x7f,0xa3,0xe0,0xb3,0x90,0x5c,0x69,0x42,0xa1,0x4d,0xf3, +/* 0x005080 */ 0x4e,0x16,0xfc,0x35,0x15,0x58,0x38,0xec,0x7d,0x93,0xe6,0xeb,0xc5,0xcd,0x69,0x15, +/* 0x005090 */ 0xba,0x75,0x10,0xf0,0xf2,0x24,0xcc,0xb8,0x7a,0x9d,0xa5,0x5e,0x02,0x5e,0xa6,0x57, +/* 0x0050a0 */ 0xb1,0x87,0xa4,0x17,0x11,0x2b,0x8d,0x98,0x0d,0x7f,0x3d,0xaf,0xf8,0x87,0x90,0xe6, +/* 0x0050b0 */ 0x3e,0x24,0x1f,0xc0,0x55,0x67,0xa9,0x46,0xfa,0x20,0x54,0x31,0x04,0x60,0x76,0x0c, +/* 0x0050c0 */ 0x77,0x2b,0xd5,0x13,0x6e,0x5a,0x9a,0x63,0x3f,0xa5,0xbd,0xa6,0x61,0x2c,0x7e,0x2e, +/* 0x0050d0 */ 0xf6,0xe8,0xcd,0xd9,0xf1,0xd7,0x9e,0x40,0x72,0xd1,0x6d,0x2e,0x9a,0x67,0x57,0xca, +/* 0x0050e0 */ 0x2e,0x78,0x85,0xa5,0x52,0x61,0x81,0xd9,0x43,0xa8,0x43,0x0a,0x0e,0xb2,0x93,0x8a, +/* 0x0050f0 */ 0x04,0x2a,0x77,0x7d,0x79,0x21,0xa6,0x91,0xaf,0xac,0x29,0x2b,0xfe,0xca,0x07,0x4c, +/* 0x005100 */ 0x4d,0xb0,0xed,0x4b,0xa0,0x61,0x87,0x0a,0xbc,0x0f,0xfb,0x12,0xdc,0x2c,0x07,0x8a, +/* 0x005110 */ 0x94,0xf7,0xe4,0x27,0x70,0x15,0x8d,0x01,0xa6,0x48,0x3c,0x2b,0xfe,0x52,0xc3,0xa3, +/* 0x005120 */ 0xde,0x9f,0x0b,0x41,0x9a,0xc4,0x4d,0x13,0x82,0x60,0x28,0xf1,0xb7,0x07,0xbc,0x09, +/* 0x005130 */ 0x81,0x5e,0x23,0x1e,0x81,0x9f,0x02,0x20,0x36,0xa5,0xd5,0x2a,0x05,0x13,0x9e,0x30, +/* 0x005140 */ 0x7a,0x59,0x0b,0xeb,0xc1,0xec,0xf8,0xeb,0x2a,0x85,0xc0,0x67,0xe9,0x58,0x48,0x5c, +/* 0x005150 */ 0x23,0x7d,0xc0,0xab,0x6d,0x98,0x69,0x5f,0xf4,0xec,0x82,0xd2,0x77,0xe0,0xc6,0xe3, +/* 0x005160 */ 0x6b,0x4b,0x73,0xe2,0xaf,0x0b,0x28,0x4c,0xcb,0xf6,0xee,0x16,0x2f,0xd1,0xb2,0x2d, +/* 0x005170 */ 0x5c,0x03,0x4d,0xb4,0xf0,0x29,0xbc,0xcf,0xa0,0x97,0x6a,0x2e,0x51,0xbe,0x20,0x71, +/* 0x005180 */ 0x4f,0x0f,0xf8,0x90,0x61,0x27,0xfe,0xb2,0xf5,0x4f,0x97,0x5f,0xf7,0x12,0x3c,0xcd, +/* 0x005190 */ 0x4e,0x21,0x0a,0x8d,0x42,0x1c,0xba,0x67,0x47,0x07,0xbd,0x60,0xba,0x32,0x69,0x44, +/* 0x0051a0 */ 0x24,0xf6,0x10,0xcf,0xa2,0x18,0xdd,0xe3,0xca,0x72,0xe2,0x2f,0x52,0xae,0x2f,0xd0, +/* 0x0051b0 */ 0xe8,0xc0,0xa1,0x72,0xbd,0x98,0x7f,0xfc,0x55,0xb4,0xec,0x7c,0x90,0xae,0x6c,0x49, +/* 0x0051c0 */ 0x36,0x5e,0x7b,0x28,0x65,0x1c,0xc1,0x84,0xd7,0x0e,0xcd,0x8e,0xbf,0xf6,0x91,0xf9, +/* 0x0051d0 */ 0xa3,0xd2,0x1a,0x4a,0xd0,0x90,0xf9,0xb6,0xe2,0xe7,0x93,0xf8,0x4e,0xf2,0xe3,0x78, +/* 0x0051e0 */ 0xa5,0xce,0x22,0x12,0x7f,0xf5,0x7c,0xa9,0xb2,0x62,0xbd,0x7f,0x1e,0xd9,0xc2,0x0b, +/* 0x0051f0 */ 0xd1,0xdb,0xf0,0xd7,0x5e,0x13,0x52,0xed,0x27,0xcf,0xe8,0xc1,0x0a,0xe1,0xa1,0xae, +/* 0x005200 */ 0x4b,0x5a,0xf9,0x18,0xc0,0xae,0x13,0xc4,0x00,0x59,0x37,0x49,0x2f,0x68,0xf5,0xe3, +/* 0x005210 */ 0x5b,0x28,0xff,0x35,0xa5,0x85,0x68,0xfe,0x57,0x8c,0xe8,0xf4,0x60,0x2a,0x2b,0xfe, +/* 0x005220 */ 0x6a,0xfa,0x27,0xb4,0x78,0xa0,0x6a,0x80,0x0e,0xae,0x7c,0x3d,0x3d,0x1b,0x34,0x2e, +/* 0x005230 */ 0xf9,0xa2,0x3c,0xe3,0x94,0x1c,0x39,0x41,0xaf,0x75,0x50,0x2f,0xc9,0xd5,0x83,0xbe, +/* 0x005240 */ 0x7e,0xe1,0x0c,0x8b,0xba,0xcd,0x8a,0xbf,0x4e,0x50,0x7e,0x39,0x19,0x4c,0xfc,0xcf, +/* 0x005250 */ 0x4a,0x32,0x80,0x42,0xf4,0xfe,0x2f,0xd0,0xc4,0x8d,0x6a,0x2d,0xef,0x91,0xd0,0x29, +/* 0x005260 */ 0x6f,0xbf,0x50,0x48,0x87,0x09,0xad,0x4c,0x94,0x4e,0xa0,0x21,0x3e,0xa6,0xd9,0xf0, +/* 0x005270 */ 0xd7,0x46,0xa4,0xe9,0x52,0x14,0xdf,0xa0,0xff,0x4e,0x64,0xdc,0xd6,0x19,0xb4,0x55, +/* 0x005280 */ 0x5e,0xc0,0x2b,0x72,0x6c,0x45,0xa5,0x43,0xac,0xfe,0x21,0x08,0x48,0xfa,0x0e,0x3e, +/* 0x005290 */ 0xcd,0xa8,0xb1,0x1c,0xf8,0x8b,0xdd,0xf6,0xb5,0x1e,0x3f,0xa4,0x7e,0x9f,0x0b,0x80, +/* 0x0052a0 */ 0x7c,0x35,0xc6,0x76,0x5d,0x45,0x4f,0x92,0x32,0xaa,0x99,0xc7,0x6d,0xee,0xc3,0xa7, +/* 0x0052b0 */ 0x70,0x27,0xef,0xe7,0x2c,0xf8,0x4b,0xea,0x70,0xc1,0x94,0x11,0x8b,0xb6,0x30,0x92, +/* 0x0052c0 */ 0x4b,0xe2,0x28,0x3b,0x00,0xdf,0x4f,0xde,0x07,0x7a,0x07,0x32,0x32,0x29,0xba,0xf9, +/* 0x0052d0 */ 0x71,0xf1,0x51,0xa5,0x8b,0x8f,0x7b,0x1a,0xfe,0xa2,0x45,0xe6,0xf1,0x09,0xa5,0x86, +/* 0x0052e0 */ 0x78,0xcf,0x2e,0xeb,0x45,0x27,0xe8,0xb5,0x68,0x14,0x64,0xbd,0x86,0xe1,0xeb,0xfd, +/* 0x0052f0 */ 0x39,0x7c,0xfc,0xef,0xba,0xd8,0x8d,0x60,0x01,0x74,0x42,0xab,0xe9,0x05,0x61,0x4a, +/* 0x005300 */ 0x39,0xd1,0x1a,0xfe,0x14,0xfc,0x25,0xfb,0x88,0xcb,0x86,0x14,0xc6,0x52,0xf5,0x37, +/* 0x005310 */ 0xea,0x0d,0x9b,0xf6,0x43,0xe8,0x64,0x67,0xd9,0x59,0x31,0x37,0xfe,0x12,0x3f,0x8c, +/* 0x005320 */ 0x87,0x69,0xea,0x8a,0x08,0x83,0xb2,0xce,0xac,0x57,0x50,0x4f,0xb3,0xbd,0x38,0x22, +/* 0x005330 */ 0xe3,0x11,0x89,0x5a,0x58,0x0d,0xee,0x60,0xe4,0x4b,0x38,0x27,0xfe,0x52,0x7b,0xbe, +/* 0x005340 */ 0xe3,0x89,0xfb,0x77,0xa1,0x4d,0xba,0xad,0x38,0xa1,0x9b,0x16,0x00,0x07,0x24,0xd5, +/* 0x005350 */ 0xc6,0x23,0x09,0x89,0x5f,0x95,0x4e,0xe1,0x41,0x62,0xdc,0xe4,0x95,0x1d,0x7f,0xf9, +/* 0x005360 */ 0xa9,0x8b,0x5e,0x8e,0xda,0xed,0xc5,0xc6,0x25,0xca,0xac,0x6d,0x72,0x55,0xad,0xca, +/* 0x005370 */ 0x37,0x39,0x32,0x69,0x9b,0x51,0xeb,0x3e,0x07,0xfe,0xda,0x2b,0x2b,0x5f,0xf2,0xcc, +/* 0x005380 */ 0xa2,0xc9,0x47,0x71,0x5e,0xe4,0xd0,0x45,0x0b,0x71,0xb8,0x01,0x91,0x15,0x01,0x22, +/* 0x005390 */ 0x5b,0xbe,0x80,0x95,0xe6,0xe8,0x85,0xe7,0x14,0xc5,0x06,0x7b,0xda,0x03,0x4a,0x53, +/* 0x0053a0 */ 0x2e,0xfc,0xb5,0x26,0xfc,0x13,0xdf,0x86,0x0e,0xa5,0x67,0x48,0xed,0x61,0x1a,0x2f, +/* 0x0053b0 */ 0x2d,0xc4,0xb1,0x85,0x78,0x14,0x1a,0x7f,0x28,0x7d,0xbf,0x93,0xd5,0xdf,0xe8,0x43, +/* 0x0053c0 */ 0x62,0x4c,0xd0,0x89,0xae,0x84,0xe5,0x1c,0xf8,0xeb,0x23,0xa5,0xa1,0xd9,0x77,0x07, +/* 0x0053d0 */ 0x08,0x57,0x14,0x56,0x13,0x1e,0x9a,0x02,0x2c,0xed,0x6b,0xbb,0x46,0xaf,0xfd,0x62, +/* 0x0053e0 */ 0x8c,0xd8,0x95,0xc0,0x12,0x4a,0x7b,0x5d,0xd4,0xae,0x05,0x22,0x2b,0x7d,0xd9,0xeb, +/* 0x0053f0 */ 0x1f,0x7e,0x84,0xaa,0x55,0x9f,0x5c,0x76,0x33,0xab,0xbf,0xd1,0x12,0x2f,0xbe,0x28, +/* 0x005400 */ 0x5f,0x5a,0x13,0x8e,0x7a,0xe9,0x8d,0x60,0xef,0xd0,0x6c,0x2f,0x59,0xf8,0xce,0xff, +/* 0x005410 */ 0xc7,0xd8,0xd5,0x06,0x47,0x71,0xa4,0xe7,0xde,0x99,0x45,0x8c,0xb4,0x23,0xed,0x58, +/* 0x005420 */ 0x10,0x17,0xe5,0x10,0x3c,0xac,0x04,0xb7,0xe0,0xd5,0x4a,0x48,0x58,0x60,0x21,0x76, +/* 0x005430 */ 0x07,0x81,0x5d,0x8a,0x50,0x0e,0x25,0x77,0x3f,0x5c,0x95,0x2b,0x4a,0xa9,0x50,0x29, +/* 0x005440 */ 0xee,0x8a,0x73,0x11,0x7e,0x5c,0xe1,0x8f,0xc2,0x8d,0x56,0x36,0xf2,0x89,0x18,0x61, +/* 0x005450 */ 0x73,0x65,0xee,0x4c,0x9c,0xb1,0x83,0x73,0x24,0x75,0xa9,0x48,0x08,0x83,0x84,0xef, +/* 0x005460 */ 0x60,0xc0,0xb2,0x2d,0x83,0x6c,0xf6,0x6c,0xd7,0x15,0x77,0xe6,0xec,0x85,0x53,0x6c, +/* 0x005470 */ 0x39,0xc8,0xdc,0x02,0x39,0x2c,0x59,0x20,0xa5,0xdf,0xee,0x9e,0xd9,0x9e,0xd9,0x59, +/* 0x005480 */ 0x91,0x7f,0x5d,0x3d,0xa3,0x91,0xd4,0x3d,0xd3,0xfd,0x3e,0xfd,0xbc,0xcf,0xf3,0x92, +/* 0x005490 */ 0x4b,0x35,0x46,0xf8,0x77,0xa9,0x55,0xe6,0x7b,0x66,0xed,0xd6,0x32,0x97,0xff,0xbc, +/* 0x0054a0 */ 0x17,0x6d,0xb5,0x6b,0x50,0x08,0x8c,0xf5,0x18,0xcb,0x97,0x47,0xbb,0xa4,0x3f,0x58, +/* 0x0054b0 */ 0x5d,0x7a,0x1c,0x29,0x4c,0xf6,0x15,0x01,0x47,0xfa,0x0a,0x7c,0x84,0x19,0xd1,0xbb, +/* 0x0054c0 */ 0xf0,0x97,0x00,0xa9,0xba,0xb5,0xc8,0x06,0x34,0x28,0x39,0x3d,0x7a,0x1b,0x8c,0xaa, +/* 0x0054d0 */ 0xf6,0x6a,0x31,0xb5,0x52,0xd9,0x00,0x4b,0x65,0x53,0xb1,0x46,0x1a,0xbb,0x0d,0xbd, +/* 0x0054e0 */ 0xad,0x44,0x43,0x39,0xfe,0x4b,0x98,0xf7,0x80,0x53,0x65,0x9b,0x9b,0x1c,0xf6,0xa1, +/* 0x0054f0 */ 0x1f,0x00,0x13,0x3a,0x6a,0x3c,0x47,0x5f,0x00,0xa9,0x52,0x1b,0x0c,0x2e,0x6d,0x0a, +/* 0x005500 */ 0xf5,0xb4,0x6c,0x01,0x6f,0xe7,0xbc,0xfc,0x43,0x3b,0xab,0xd3,0x4c,0x3c,0x12,0x3e, +/* 0x005510 */ 0x38,0x6f,0x4b,0xf0,0x3a,0x3a,0x99,0x63,0x78,0x95,0xdf,0x82,0x22,0x0c,0x14,0xe8, +/* 0x005520 */ 0x94,0xb7,0xc2,0x27,0xe0,0x9d,0xff,0x07,0xf2,0x3e,0xbf,0x00,0x87,0x0f,0xbe,0xf8, +/* 0x005530 */ 0x4b,0x4b,0xac,0x0b,0xff,0x54,0x16,0x9f,0x0c,0xf5,0x97,0x99,0x0a,0x72,0x17,0x77, +/* 0x005540 */ 0xe4,0xa8,0x6c,0x68,0xde,0xd4,0x23,0x77,0x62,0xae,0xa6,0xf4,0xf7,0x3f,0xac,0x87, +/* 0x005550 */ 0xaf,0x52,0xcf,0xb3,0x9d,0xb7,0x68,0x0f,0xe5,0xbf,0xe0,0x5b,0x06,0x69,0x18,0xf0, +/* 0x005560 */ 0x5f,0x22,0xfe,0x12,0xfd,0xe7,0xa7,0x51,0xc5,0x6b,0x40,0x7b,0x05,0x9e,0xd7,0xe3, +/* 0x005570 */ 0xb8,0xcc,0x06,0x59,0x65,0x66,0x39,0xe4,0x1f,0x56,0xf7,0x34,0x83,0xff,0xfc,0xa9, +/* 0x005580 */ 0xe2,0x6a,0x4c,0xd6,0xcc,0x06,0x30,0x5e,0xce,0xc3,0x5f,0xdb,0xec,0x98,0xad,0xd2, +/* 0x005590 */ 0xda,0xd8,0x2b,0xa9,0xf7,0xa4,0xb0,0x93,0x75,0x16,0xb7,0x8f,0x0d,0xe3,0xbf,0x21, +/* 0x0055a0 */ 0xfb,0xe0,0x5e,0x12,0xe4,0x80,0x8e,0x35,0x52,0x64,0xa4,0x58,0x96,0x8e,0x1f,0xfe, +/* 0x0055b0 */ 0xfa,0x39,0x7e,0x15,0x68,0xaf,0x45,0x0a,0xe0,0x82,0x12,0x1a,0xfc,0x53,0xfd,0x17, +/* 0x0055c0 */ 0xba,0x6d,0xbd,0xa4,0xc5,0xa0,0x40,0xd5,0x21,0x70,0x4a,0xcf,0x28,0xdb,0xef,0x53, +/* 0x0055d0 */ 0x83,0x7b,0x58,0xa6,0x9c,0x1f,0xfe,0x3a,0x8e,0x1f,0x34,0xc3,0x4f,0xc8,0x64,0x11, +/* 0x0055e0 */ 0xee,0xb4,0x41,0x56,0x17,0x69,0x7c,0x8f,0x84,0x61,0x20,0x04,0x53,0x9f,0x92,0x5f, +/* 0x0055f0 */ 0x81,0x9b,0x47,0xd5,0xd5,0xf2,0xbd,0xd2,0x5b,0xe6,0x43,0x99,0x7d,0xa2,0xff,0xbc, +/* 0x005600 */ 0x50,0xb7,0x14,0x9d,0xc2,0xeb,0x8f,0x55,0x8c,0x20,0xee,0xad,0x41,0xb6,0xa4,0xed, +/* 0x005610 */ 0xc9,0xcc,0xb7,0x7b,0xe4,0x71,0xe9,0x6a,0x7b,0xc2,0x28,0x85,0x48,0x66,0x12,0xc5, +/* 0x005620 */ 0x47,0xc2,0xbd,0x21,0x72,0xe9,0xbb,0x3f,0x4a,0x87,0x3d,0xfe,0x87,0x02,0xa4,0xda, +/* 0x005630 */ 0xf4,0x2b,0x69,0x97,0x41,0x1a,0x97,0x79,0x4f,0x5d,0x46,0x9d,0x94,0xa7,0x8d,0x0b, +/* 0x005640 */ 0xe9,0xba,0xc3,0xe1,0x49,0x39,0x81,0xee,0xe0,0xc6,0xd1,0xd6,0x89,0x8a,0x04,0x9a, +/* 0x005650 */ 0xb1,0xea,0x6e,0xa8,0xb3,0xe0,0xaf,0x87,0x50,0x19,0xea,0xef,0x8d,0xb1,0x74,0xc1, +/* 0x005660 */ 0x13,0xe8,0x01,0x48,0x44,0xbc,0x86,0x53,0x52,0x40,0x0f,0x0d,0xc8,0xad,0x70,0x29, +/* 0x005670 */ 0xa3,0x6e,0x27,0x03,0x7e,0x9a,0xc4,0x1b,0x8a,0xe0,0x3f,0x2f,0xea,0xa0,0xa1,0xee, +/* 0x005680 */ 0xdb,0xf6,0x12,0x17,0xf2,0x25,0x1b,0x62,0x5b,0xd1,0x25,0xf4,0x92,0x1c,0x40,0x14, +/* 0x005690 */ 0x9a,0xbd,0xa1,0x57,0x9f,0x2d,0xae,0x91,0x16,0xea,0x27,0x34,0xba,0x57,0xfa,0xe1, +/* 0x0056a0 */ 0xaf,0xa3,0xed,0xf1,0x03,0xa1,0x07,0x25,0x57,0x84,0xbf,0x1c,0xca,0xcb,0x8e,0x4b, +/* 0x0056b0 */ 0x2f,0x42,0xb8,0xd2,0x4b,0x22,0xcf,0xbe,0x74,0x2c,0x13,0xad,0x69,0xda,0x87,0xb9, +/* 0x0056c0 */ 0xc7,0xd4,0xb0,0x1f,0xfe,0xb2,0x12,0x30,0x50,0x31,0xf4,0x24,0xc3,0x56,0xe3,0x34, +/* 0x0056d0 */ 0x5b,0x0c,0xe2,0x43,0xf4,0x19,0xec,0xe6,0xc0,0x1c,0x4d,0xe1,0x44,0xa6,0x14,0x8c, +/* 0x0056e0 */ 0x02,0x66,0x32,0xfd,0x10,0x1f,0xfa,0xe1,0xaf,0x49,0x9c,0xb0,0xf6,0x51,0xfe,0xcb, +/* 0x0056f0 */ 0x12,0x82,0x7f,0xb2,0x01,0xd1,0x03,0x5b,0x83,0xdd,0xd3,0x9e,0x80,0xc2,0x01,0x93, +/* 0x005700 */ 0xe8,0xa6,0x5e,0x10,0x7f,0x4d,0xa3,0xa4,0xa4,0xf6,0x9e,0x87,0x34,0x36,0xe7,0x24, +/* 0x005710 */ 0x39,0x69,0xa9,0x97,0x68,0x46,0x62,0x12,0xab,0x90,0xe1,0x76,0x8b,0x12,0x61,0x50, +/* 0x005720 */ 0x6a,0x0a,0xad,0x80,0x86,0x1f,0xfe,0x3a,0x89,0xe3,0x7a,0x14,0x70,0xd3,0x55,0x8b, +/* 0x005730 */ 0xd6,0x7e,0x85,0x68,0x30,0x69,0x29,0x17,0x9b,0x6e,0xa3,0x6e,0xd2,0xdb,0x45,0xde, +/* 0x005740 */ 0x9f,0xe0,0x49,0xf3,0x55,0x4b,0x19,0xe8,0x58,0x4b,0x0b,0x15,0x29,0x05,0xf0,0x17, +/* 0x005750 */ 0x01,0x08,0x4a,0x6f,0x79,0x0c,0x3d,0xd7,0x4e,0xbd,0x35,0x18,0xc8,0x52,0xe0,0x81, +/* 0x005760 */ 0x24,0x0e,0xef,0xa1,0xb2,0x2f,0xe0,0xbf,0x16,0x1c,0x91,0x96,0x1d,0x78,0x99,0x3f, +/* 0x005770 */ 0xc7,0x07,0x7f,0xf5,0x69,0xdb,0xac,0xe6,0x95,0x52,0xe9,0xb3,0x66,0x73,0xcc,0xd6, +/* 0x005780 */ 0x25,0x45,0x2d,0x32,0x5f,0x23,0x1d,0x29,0x2d,0xa6,0x28,0xf5,0x52,0xab,0xd2,0xa7, +/* 0x005790 */ 0x44,0x86,0x15,0xad,0x5c,0x31,0x78,0x4c,0xe2,0xc1,0x5f,0x21,0xf6,0x5d,0x24,0xb0, +/* 0x0057a0 */ 0x7a,0x4b,0xaa,0x32,0xcf,0x1b,0x3c,0x41,0x77,0x86,0xfc,0x3d,0x64,0x5b,0xff,0xca, +/* 0x0057b0 */ 0x78,0xd7,0x48,0x28,0xb1,0x63,0x73,0x7f,0x68,0x4c,0xb4,0xd5,0x7d,0xac,0x82,0x47, +/* 0x0057c0 */ 0xc7,0x67,0x88,0xce,0x97,0xcb,0xff,0xd0,0x1e,0x67,0x3d,0x89,0xa1,0x08,0x11,0xbe, +/* 0x0057d0 */ 0x0a,0x05,0x86,0xb2,0xbc,0xc8,0xd7,0xa6,0xb4,0x3c,0xde,0x34,0x83,0x12,0x45,0x9b, +/* 0x0057e0 */ 0x8e,0xcd,0xbd,0x8d,0xbe,0xd1,0x93,0x54,0xff,0x85,0xff,0xe8,0xce,0x3f,0x0c,0x9c, +/* 0x0057f0 */ 0x02,0x1e,0x8d,0x7d,0x5f,0x5f,0xa3,0x3a,0xb0,0xb5,0x99,0x10,0xbf,0xb8,0x55,0x99, +/* 0x005800 */ 0x70,0x9a,0xfc,0x8a,0xa7,0x71,0xf2,0xef,0x7c,0xcf,0x37,0x6c,0xfd,0x17,0x12,0xf0, +/* 0x005810 */ 0xd7,0x69,0xbc,0x5c,0xe0,0xb6,0x00,0x6d,0xbd,0x09,0x6e,0xf3,0xbd,0xac,0xc7,0xf0, +/* 0x005820 */ 0xe7,0xbf,0x8a,0x98,0xfe,0x4b,0xf4,0x55,0x23,0xbb,0x95,0xd5,0x2d,0x10,0x2b,0x6c, +/* 0x005830 */ 0x85,0xb4,0xe1,0x6d,0xc0,0xb9,0x54,0x48,0xff,0x85,0x6d,0xff,0x79,0x2e,0xf2,0x32, +/* 0x005840 */ 0x9d,0x37,0xa1,0x5f,0x70,0x3b,0x34,0xfc,0xf9,0x2f,0xb6,0x5f,0xec,0x26,0xcf,0xb9, +/* 0x005850 */ 0x83,0xed,0xef,0x02,0x42,0xac,0x5e,0x79,0x0a,0x09,0x0e,0x2a,0xf5,0x56,0xf8,0x4f, +/* 0x005860 */ 0xa9,0xd9,0xf2,0x45,0x7d,0xf0,0xd7,0x9f,0x58,0xe3,0x9a,0x07,0x26,0x4f,0xb0,0xc6, +/* 0x005870 */ 0xe8,0x5d,0xf9,0x2f,0x83,0xff,0x8a,0x3b,0x0c,0x52,0x7d,0x69,0xbb,0x1d,0x72,0x68, +/* 0x005880 */ 0x7f,0x19,0x7e,0xbb,0x44,0xa5,0x46,0x05,0xf9,0xaf,0x8b,0x22,0xff,0x35,0x48,0xfe, +/* 0x005890 */ 0x8b,0x1c,0x1b,0xd8,0xcf,0x81,0xea,0xc6,0x37,0x28,0x22,0xf3,0xd6,0xa7,0x9e,0x95, +/* 0x0058a0 */ 0xff,0x22,0xe1,0x1c,0x18,0x71,0x70,0xf9,0x2a,0xbb,0xa4,0xac,0xe6,0x07,0x14,0xbe, +/* 0x0058b0 */ 0xc4,0x65,0x96,0xc5,0x99,0x03,0x04,0x7f,0x1d,0xb7,0x71,0xc1,0x69,0x02,0xbb,0x42, +/* 0x0058c0 */ 0x50,0x0e,0x98,0xbb,0x1d,0x32,0x68,0xf6,0xf2,0x4e,0x69,0x33,0x02,0xb7,0x0d,0xc5, +/* 0x0058d0 */ 0x97,0xff,0x0a,0x6a,0x2c,0x0e,0x57,0xd1,0xcd,0x36,0x8e,0xbf,0xae,0xa3,0x1a,0xa6, +/* 0x0058e0 */ 0xff,0xa2,0x6e,0x87,0xbd,0x72,0xab,0xc1,0x8d,0x10,0x29,0xdb,0xd5,0xf9,0xbc,0x3f, +/* 0x0058f0 */ 0xff,0x45,0x9f,0x03,0xfa,0xaf,0x69,0x7b,0x0a,0x26,0x59,0x49,0x14,0x80,0x5d,0x8c, +/* 0x005900 */ 0xed,0x72,0xac,0x39,0x74,0xee,0x36,0x3f,0x9e,0x23,0xc2,0x6c,0xfe,0x8b,0xad,0xab, +/* 0x005910 */ 0x2e,0xfd,0x17,0x84,0x97,0xe2,0x5c,0xc4,0x98,0xdb,0xbc,0x33,0x71,0xbe,0xe7,0x90, +/* 0x005920 */ 0x39,0xfd,0xd7,0x71,0xa7,0x7e,0xa5,0xe2,0xaa,0xad,0x2c,0x7f,0x8f,0xb9,0x19,0xd7, +/* 0x005930 */ 0xc0,0x40,0x15,0x3a,0xf7,0xfb,0x88,0xef,0xa7,0x80,0xbf,0x2c,0x3e,0x74,0x6f,0xb0, +/* 0x005940 */ 0xc6,0x67,0x7c,0x0c,0x9b,0x60,0x9c,0x09,0xc8,0x7a,0x8a,0xe0,0x5c,0xd2,0x93,0x2d, +/* 0x005950 */ 0xc0,0x33,0x72,0xfc,0xb5,0x17,0x1d,0xc5,0xce,0x77,0xea,0x9e,0xd3,0x56,0x9a,0xc9, +/* 0x005960 */ 0xc3,0x5c,0x56,0xd0,0xb6,0xac,0xef,0xf9,0xe1,0x27,0x6c,0xbf,0x18,0x27,0xf8,0x6b, +/* 0x005970 */ 0x1a,0x7b,0x28,0x2d,0x83,0x37,0xc0,0x64,0xfe,0x28,0x64,0x1b,0x6e,0x05,0xb7,0xf9, +/* 0x005980 */ 0xde,0x02,0xfc,0xd7,0x76,0x2f,0xfe,0x52,0x58,0x63,0xae,0xf7,0xf0,0x5c,0x0a,0x31, +/* 0x005990 */ 0x17,0xf4,0x02,0xfc,0x17,0x1d,0x9f,0xbd,0x04,0x7f,0x5d,0x77,0x15,0x33,0x72,0xc4, +/* 0x0059a0 */ 0x2c,0x2f,0xc8,0x95,0x41,0xda,0xf8,0x19,0x3f,0xe7,0x57,0xfd,0xce,0xf9,0xaf,0x88, +/* 0x0059b0 */ 0xfe,0x87,0x11,0x17,0x7f,0x91,0x4f,0x5b,0x40,0x83,0xfa,0x27,0xcc,0xc6,0x7f,0x05, +/* 0x0059c0 */ 0x07,0xed,0xaa,0xbb,0xae,0x1f,0xff,0xf3,0xf9,0xd2,0x96,0x20,0x54,0xd6,0xa0,0xc8, +/* 0x0059d0 */ 0x8e,0x01,0xb1,0xc2,0xfa,0x2f,0x65,0x43,0x7e,0xa9,0x29,0xd6,0xf8,0x5b,0x8a,0xb6, +/* 0x0059e0 */ 0x34,0x5a,0x11,0x0c,0x0a,0x81,0xc5,0x37,0x94,0xf8,0xf1,0x5f,0xe7,0xe6,0xe4,0xf0, +/* 0x0059f0 */ 0x57,0xd4,0x2e,0x9d,0x16,0xe5,0x89,0x88,0x74,0x0c,0xc1,0x36,0x9c,0x0a,0xee,0xfe, +/* 0x005a00 */ 0x2d,0x65,0x62,0x1a,0x36,0xcf,0xc6,0x7f,0xfd,0x33,0xb8,0x14,0xf2,0xa1,0x63,0x76, +/* 0x005a10 */ 0x85,0xec,0x43,0x23,0xe3,0x1c,0x22,0xc3,0x0b,0x5f,0xca,0x0d,0x3a,0xaa,0xc9,0x66, +/* 0x005a20 */ 0x7f,0xfe,0x2b,0x98,0xe3,0xbf,0x14,0x27,0x8f,0x91,0x95,0x15,0x66,0xbc,0x4c,0xda, +/* 0x005a30 */ 0xbe,0xf9,0x51,0x82,0x2f,0x0a,0x32,0x98,0x1c,0x7f,0xed,0x04,0xfc,0x65,0xd8,0xf8, +/* 0x005a40 */ 0xab,0x0d,0x20,0x95,0x4c,0xdd,0x0e,0x03,0xa1,0x2e,0xe8,0x31,0xc9,0xa5,0x7f,0x62, +/* 0x005a50 */ 0xfa,0x2f,0xec,0xcf,0x7f,0x15,0xe5,0xeb,0xbf,0xb8,0x87,0xff,0xdb,0xbc,0xaa,0x5a, +/* 0x005a60 */ 0x07,0xb9,0xa4,0xd0,0xc6,0xdb,0xa8,0x20,0xf3,0xf8,0x21,0xfb,0xbe,0x16,0xcc,0x39, +/* 0x005a70 */ 0xac,0x0c,0xea,0xf6,0x54,0xea,0x91,0x66,0xf1,0xfd,0xb1,0x8b,0x7c,0xcd,0xaa,0xff, +/* 0x005a80 */ 0x62,0xef,0xb3,0x8b,0xff,0xba,0x4e,0x6b,0x7b,0xcd,0xfd,0xc2,0x33,0x08,0x87,0x98, +/* 0x005a90 */ 0xfe,0xcb,0xdf,0xe1,0xb3,0x00,0xff,0x05,0x18,0xed,0x30,0xf6,0xf8,0x1f,0xa6,0x86, +/* 0x005aa0 */ 0xf2,0x7e,0xdc,0x69,0xf0,0xef,0x6b,0x2b,0xe5,0xbf,0xea,0x5d,0xaf,0xc4,0x65,0xde, +/* 0x005ab0 */ 0xa8,0x60,0x75,0x22,0xc2,0x9d,0x21,0x8a,0xc8,0x20,0xdb,0x30,0xff,0xfd,0x39,0x2b, +/* 0x005ac0 */ 0xe2,0xaf,0x88,0x48,0x69,0x3d,0xc2,0x1b,0x57,0x68,0x4f,0x3d,0x2d,0xfb,0x05,0xf5, +/* 0x005ad0 */ 0x97,0xb1,0x02,0x39,0x8a,0x05,0xf8,0xaf,0xad,0xf3,0x5b,0x83,0x62,0x50,0x21,0x9c, +/* 0x005ae0 */ 0x99,0x37,0xf0,0xb8,0x2e,0xb4,0x56,0x52,0x03,0xb0,0xa3,0xf9,0x3a,0xad,0xd9,0xf8, +/* 0x005af0 */ 0xcb,0x20,0x8b,0x30,0x5e,0x5c,0x90,0x7c,0xe9,0x20,0x97,0x26,0xc8,0x7a,0xb8,0x07, +/* 0x005b00 */ 0xce,0x33,0xb7,0x4b,0xf9,0x64,0x50,0x86,0xe9,0xbf,0x8e,0x74,0x6d,0xd6,0x98,0xa5, +/* 0x005b10 */ 0xbc,0xa8,0xf6,0x72,0x10,0xd9,0x8c,0xb9,0x8c,0x25,0x22,0xbe,0x4b,0xa2,0x2f,0xd5, +/* 0x005b20 */ 0x8f,0xff,0xba,0xe2,0xe0,0x2f,0x1f,0x57,0xe4,0x29,0x76,0x3c,0x4b,0x76,0xab,0x68, +/* 0x005b30 */ 0xc2,0x2a,0xe5,0x6e,0x1b,0x43,0xfe,0xfb,0x0e,0xc7,0x3b,0x2e,0xfc,0xa5,0x13,0xb4, +/* 0x005b40 */ 0xc5,0xd4,0x5e,0xb4,0x87,0x80,0xac,0x2e,0x82,0xc8,0x98,0x11,0x7d,0x92,0x09,0xc1, +/* 0x005b50 */ 0xf2,0xf9,0x2f,0x3a,0x5f,0x04,0x7f,0x19,0x27,0x9c,0x6d,0x4b,0x5a,0x6c,0x75,0x39, +/* 0x005b60 */ 0x6a,0xaf,0x51,0x82,0x92,0xbe,0x26,0xdb,0x68,0xf7,0x76,0x59,0xe0,0x07,0xbf,0x10, +/* 0x005b70 */ 0xc7,0xa7,0x8c,0xe0,0x2f,0xe6,0x27,0x8c,0xb0,0xe8,0x63,0xcf,0xa0,0xd9,0x48,0x8e, +/* 0x005b80 */ 0x08,0xf3,0x36,0xf2,0xc7,0x59,0xc4,0x5f,0x96,0x90,0x77,0x1a,0xad,0x91,0xde,0xd7, +/* 0x005b90 */ 0x5f,0xb4,0xf3,0x4e,0xfb,0xa5,0xad,0xf0,0x02,0xd0,0x00,0x26,0x9d,0x4f,0xac,0x80, +/* 0x005ba0 */ 0xff,0x3c,0xe2,0xf8,0x6b,0x5c,0xd4,0x13,0xd5,0xc2,0xb1,0xea,0x57,0xb9,0xfd,0x1d, +/* 0x005bb0 */ 0xe2,0xf9,0xf0,0xbd,0xd4,0x18,0x2d,0x99,0xa6,0xb9,0xa0,0xde,0x71,0xbe,0xea,0xe4, +/* 0x005bc0 */ 0x1f,0x8a,0x6c,0xd7,0x2e,0x98,0x94,0x11,0x85,0xa6,0xc7,0x1c,0x23,0xa0,0xf8,0x8f, +/* 0x005bd0 */ 0x2c,0xba,0xa0,0x3f,0x75,0x76,0xd3,0xac,0xfc,0xd7,0x2f,0xd1,0x67,0x8a,0x13,0x3a, +/* 0x005be0 */ 0xae,0xb2,0x4a,0x99,0xfe,0x8b,0x86,0x97,0x4f,0x51,0x3c,0x48,0x1a,0xac,0x10,0x98, +/* 0x005bf0 */ 0xea,0x17,0x67,0x0e,0xfb,0xe0,0xaf,0x7e,0x46,0x49,0xf0,0xf8,0x30,0x4d,0xcb,0x7e, +/* 0x005c00 */ 0x45,0xe0,0x7d,0x66,0x99,0xba,0x25,0x7e,0xf1,0xe1,0x98,0x2f,0xff,0xb5,0x94,0x15, +/* 0x005c10 */ 0x7b,0xa2,0xce,0x1e,0x7d,0xd2,0x2f,0x82,0x34,0x0e,0x3f,0x2e,0x41,0x8d,0xb0,0x02, +/* 0x005c20 */ 0xf5,0x97,0x33,0x0c,0x37,0x29,0x48,0xf0,0x29,0x85,0xe7,0xe4,0x3e,0x46,0x1d,0xce, +/* 0x005c30 */ 0x49,0x02,0xa6,0xc5,0xd5,0x0d,0x4b,0x73,0x71,0xa6,0x8b,0xff,0x62,0xfb,0x17,0x52, +/* 0x005c40 */ 0xb7,0x51,0x1b,0x07,0x27,0x7a,0xa7,0xb2,0x2f,0xbb,0x47,0x01,0x7f,0x7e,0x82,0x7c, +/* 0x005c50 */ 0x63,0x34,0x31,0x49,0x15,0x68,0x4a,0x41,0xff,0x45,0xbf,0x77,0x8f,0xfe,0xeb,0x21, +/* 0x005c60 */ 0x21,0x09,0xca,0xf2,0x8c,0xea,0x19,0x7f,0xfd,0x57,0x50,0xd0,0x7f,0x39,0xdf,0x17, +/* 0x005c70 */ 0xfd,0x71,0xc8,0x12,0xcc,0xd1,0xca,0x3f,0x2e,0xed,0xe5,0x3d,0xa5,0x03,0xf2,0xb4, +/* 0x005c80 */ 0x31,0x89,0xfa,0xdb,0xc9,0x1f,0xd6,0x68,0xdc,0x21,0x98,0x5a,0xe0,0xbf,0x16,0x08, +/* 0x005c90 */ 0x90,0xaa,0x1f,0x95,0x7d,0x18,0x7a,0x46,0xba,0xa6,0xd1,0xda,0xca,0x03,0x0c,0x9a, +/* 0x005ca0 */ 0x5d,0xef,0x62,0x68,0x6b,0x29,0xdc,0x33,0x8e,0x06,0x94,0x88,0x41,0xa5,0x22,0x64, +/* 0x005cb0 */ 0xbf,0xc8,0x44,0x0b,0xe4,0x1f,0xce,0x57,0x87,0x42,0xa8,0x7c,0x24,0x20,0x9c,0x50, +/* 0x005cc0 */ 0xc5,0xb0,0x5b,0x18,0x3b,0xa0,0x93,0xe7,0x98,0x92,0x0a,0x59,0xf7,0x22,0xff,0x35, +/* 0x005cd0 */ 0xc7,0x9d,0x7f,0x78,0x46,0x9c,0x53,0xfa,0x6a,0x65,0x90,0x78,0x69,0xfe,0xa0,0x46, +/* 0x005ce0 */ 0x9e,0x83,0x4b,0x62,0xe0,0xed,0x2c,0xf2,0x5f,0x62,0xfc,0x3c,0x01,0x40,0x0c,0x53, +/* 0x005cf0 */ 0x74,0x03,0x86,0x78,0xeb,0x69,0xd8,0x6c,0xce,0xb1,0xa7,0x89,0x62,0xea,0xac,0xa9, +/* 0x005d00 */ 0xb5,0xab,0x3b,0x80,0x23,0xc3,0x74,0x06,0x6d,0xff,0x0d,0x97,0x2e,0xd2,0xe0,0xd5, +/* 0x005d10 */ 0x01,0x84,0x49,0x59,0x8b,0xa9,0x12,0x90,0x3a,0xff,0x43,0xcf,0xed,0xdd,0xc9,0xb6, +/* 0x005d20 */ 0x6a,0x68,0xdc,0xc1,0x8d,0x85,0xf8,0xaf,0x49,0xf8,0xde,0x71,0xee,0x1b,0xa4,0x97, +/* 0x005d30 */ 0xce,0xfc,0x15,0x7c,0xf8,0xe7,0x83,0x8b,0xf8,0xdf,0x0c,0x47,0x94,0x26,0xe9,0x79, +/* 0x005d40 */ 0x0f,0x4a,0x83,0x15,0xf2,0xdf,0x78,0xe0,0x4c,0x14,0x37,0x8d,0x07,0xaf,0x0a,0x26, +/* 0x005d50 */ 0x90,0x2c,0xd1,0xd7,0x61,0x8a,0x07,0x20,0x98,0x34,0xa5,0x5f,0xa2,0x7f,0x27,0x8b, +/* 0x005d60 */ 0x5e,0x49,0x41,0xfc,0x65,0x21,0x24,0x12,0xc4,0x7c,0xbe,0xc4,0xdc,0x5d,0xc4,0xeb, +/* 0x005d70 */ 0x40,0x71,0xbe,0x72,0xc2,0x47,0xff,0x05,0xe9,0x70,0x4a,0xb3,0xed,0x36,0x3f,0x21, +/* 0x005d80 */ 0x39,0x97,0x16,0x61,0xc7,0x7f,0xe3,0xb8,0xb9,0xac,0x9d,0xa6,0xcc,0xbd,0x4e,0x20, +/* 0x005d90 */ 0x43,0x49,0x5e,0xfe,0x21,0x24,0x19,0x1a,0x37,0xcd,0xda,0xa1,0xd6,0xe2,0xf5,0x50, +/* 0x005da0 */ 0xe4,0xab,0x71,0x8c,0x8c,0x06,0xf5,0xdf,0xc0,0xa5,0x0d,0x72,0x19,0x7a,0xcb,0x24, +/* 0x005db0 */ 0xa3,0x0a,0xfc,0xd7,0x0d,0xbc,0xda,0x0a,0x9f,0x94,0x55,0x82,0x61,0x6b,0x2c,0xd5, +/* 0x005dc0 */ 0x3f,0xff,0x90,0xa0,0xad,0xb3,0xe1,0xbe,0xf5,0xe3,0x1b,0x9e,0x0c,0x26,0x86,0xe8, +/* 0x005dd0 */ 0xea,0x37,0x13,0x78,0xda,0x0a,0x5f,0x27,0xbf,0x62,0x0a,0x80,0x58,0x9f,0x3c,0x4e, +/* 0x005de0 */ 0x90,0x1d,0x09,0xda,0x7f,0x0d,0x97,0xb4,0x82,0xf9,0x87,0xdf,0x00,0xda,0xc2,0xf2, +/* 0x005df0 */ 0x07,0xd2,0x79,0xd4,0x98,0xb1,0xbf,0x6e,0x1c,0x5e,0x2d,0xc7,0xa5,0xb7,0xc8,0x87, +/* 0x005e00 */ 0x1f,0x22,0x0d,0x90,0xf2,0xd1,0xa5,0x5b,0x7a,0x8f,0x31,0x98,0xbe,0xf9,0x87,0xc1, +/* 0x005e10 */ 0xc5,0xc3,0x21,0xa3,0x9c,0xed,0x5f,0x0a,0x4f,0x6b,0x81,0x42,0x33,0x90,0xd1,0xb1, +/* 0x005e20 */ 0x98,0xa5,0x76,0x3c,0x83,0x16,0x1b,0x74,0x27,0x7a,0x06,0x55,0x8d,0x85,0x1d,0xfe, +/* 0x005e30 */ 0x6b,0xb7,0x2b,0xff,0xb0,0x23,0x90,0x09,0xb5,0x52,0x22,0xac,0xca,0x41,0xb5,0x97, +/* 0x005e40 */ 0x43,0x8f,0x4b,0xbb,0x28,0xed,0x15,0xda,0x59,0xbe,0x28,0xf8,0x7a,0xd7,0x12,0x06, +/* 0x005e50 */ 0x81,0x9f,0xc1,0xb1,0x4c,0xa1,0xfa,0x5f,0xf3,0x09,0xda,0x52,0x25,0xa6,0x56,0x26, +/* 0x005e60 */ 0x73,0xda,0x0a,0xa5,0x99,0x3f,0xa4,0x40,0xac,0xdb,0x96,0x7d,0xbd,0x6a,0x1e,0x86, +/* 0x005e70 */ 0x83,0x97,0x98,0xb6,0xbb,0x70,0xfe,0x21,0x14,0xf9,0x0a,0x8f,0xcb,0x63,0x0a,0x35, +/* 0x005e80 */ 0x39,0x64,0x20,0x2b,0x09,0x97,0xb6,0xa2,0x1f,0xa3,0x5a,0xe0,0xc8,0xa2,0xe8,0x9a, +/* 0x005e90 */ 0x51,0x8f,0xc3,0xff,0x43,0x1a,0xe7,0x14,0x7a,0x8f,0x2f,0xff,0xa5,0x24,0xb4,0x70, +/* 0x005ea0 */ 0x87,0x4f,0xf0,0x26,0x9c,0xbd,0x1f,0x44,0x0d,0x54,0x23,0x56,0x3c,0x7b,0xfe,0x21, +/* 0x005eb0 */ 0xc4,0x99,0x95,0x8a,0xdd,0x13,0xe0,0x3d,0x94,0x38,0x30,0xca,0xec,0xf0,0x52,0x65, +/* 0x005ec0 */ 0x39,0x8a,0x8d,0xd0,0xf0,0xe5,0xbf,0x02,0xd4,0xd2,0x90,0xa1,0xa4,0x70,0x4f,0xce, +/* 0x005ed0 */ 0xe4,0x70,0x14,0x7d,0x19,0x78,0xcd,0x58,0x44,0x7b,0x9a,0x63,0x4c,0xc0,0xc5,0x19, +/* 0x005ee0 */ 0x8d,0x8c,0xbf,0xff,0xc6,0x06,0xca,0x7f,0xb9,0x7b,0xa0,0x22,0x33,0x60,0x3d,0xee, +/* 0x005ef0 */ 0x48,0xff,0x98,0xc3,0x88,0x51,0x1d,0x90,0x5f,0xfe,0xa1,0x16,0xfb,0x36,0xe5,0xbf, +/* 0x005f00 */ 0xa0,0xc7,0x46,0x5b,0x2d,0x14,0x20,0x70,0xc8,0xb0,0x01,0xf5,0x45,0xb7,0x19,0xd1, +/* 0x005f10 */ 0xf2,0x8e,0xca,0x8e,0xdd,0x5a,0x0c,0x3c,0x3a,0xfc,0xfc,0xe7,0x07,0xb6,0x26,0x16, +/* 0x005f20 */ 0x00,0xff,0x95,0x73,0x44,0x1c,0x00,0x78,0xdb,0xc1,0xcb,0x7e,0xfd,0x0b,0xf4,0x64, +/* 0x005f30 */ 0x75,0x02,0xc4,0x3a,0x20,0xa2,0x36,0x0a,0xd5,0xff,0x42,0x5f,0x57,0x26,0x9a,0xc3, +/* 0x005f40 */ 0x1f,0xce,0x1b,0x55,0x1e,0xcf,0x8d,0x7c,0xd2,0xe0,0x52,0x23,0x9a,0x02,0x3a,0x6a, +/* 0x005f50 */ 0xde,0x89,0x26,0x9b,0xc2,0x7f,0xb3,0xfb,0xe1,0x23,0xf4,0x10,0xc3,0xdf,0x7f,0xe3, +/* 0x005f60 */ 0x3a,0xc8,0xbe,0x7a,0x2a,0x56,0x06,0xe0,0xc7,0xcb,0x98,0xb3,0x62,0x92,0xd6,0x55, +/* 0x005f70 */ 0x64,0x10,0x2f,0x2d,0x6f,0x81,0x33,0x2b,0x82,0xa0,0xe7,0x15,0x61,0x3e,0x71,0x7e, +/* 0x005f80 */ 0xfc,0xd7,0x18,0x50,0x5a,0x26,0x2d,0xb2,0x9c,0x03,0x59,0xf3,0x43,0x38,0xe2,0xdc, +/* 0x005f90 */ 0x63,0x61,0xb2,0xef,0x2c,0x0f,0x05,0xa5,0x0a,0x3c,0x20,0x51,0x46,0x2c,0xc7,0x7f, +/* 0x005fa0 */ 0x29,0x02,0xa4,0xd2,0xdb,0xba,0x35,0xee,0x6d,0x28,0xa0,0xda,0x26,0x8e,0x7c,0xb5, +/* 0x005fb0 */ 0xf2,0x21,0xbd,0x4f,0x35,0xa1,0x22,0xf3,0x9c,0xd7,0xdd,0xfe,0x87,0x6e,0xfe,0x8b, +/* 0x005fc0 */ 0x4c,0xee,0xcb,0x54,0x3f,0xc8,0x7b,0x20,0x35,0x71,0x3b,0x9f,0x77,0xbb,0xc7,0x88, +/* 0x005fd0 */ 0x18,0xf2,0x7e,0x78,0x37,0xb4,0xb8,0xa8,0xff,0x72,0xf2,0x33,0xa9,0xed,0x7c,0xc4, +/* 0x005fe0 */ 0xd8,0x78,0x40,0xa6,0xde,0x86,0xec,0xed,0x1d,0x94,0x12,0xdb,0xbd,0x70,0x09,0xc6, +/* 0x005ff0 */ 0x27,0xb4,0x92,0xde,0x13,0xf3,0xc7,0x5f,0x54,0xff,0x75,0xe0,0xae,0xe9,0x8b,0xeb, +/* 0x006000 */ 0x38,0x23,0xe6,0xd2,0x7f,0xe5,0xf8,0x2f,0x13,0x65,0x8d,0xda,0x60,0x69,0x50,0xd6, +/* 0x006010 */ 0x83,0xc3,0xb6,0x11,0xfd,0xc5,0xdc,0x07,0xcb,0xf5,0x5f,0x96,0x41,0x1a,0x80,0xc8, +/* 0x006020 */ 0x2e,0xb2,0x7b,0xfc,0xf8,0xaf,0x6b,0x52,0x85,0xd9,0x6c,0xe7,0x1f,0x52,0xff,0xf9, +/* 0x006030 */ 0x1f,0x07,0xab,0x4d,0x8e,0xb6,0xa8,0xfe,0x2b,0x1a,0x04,0xfd,0x97,0x92,0x29,0x1f, +/* 0x006040 */ 0x08,0xc2,0x3d,0xa5,0x39,0xfe,0xeb,0x19,0xf7,0xfe,0x65,0x2a,0xf6,0x6e,0x45,0x03, +/* 0x006050 */ 0x3c,0xd2,0xf8,0xdc,0xd9,0xda,0xe8,0x46,0xf6,0xa2,0x62,0xc2,0xf6,0xe7,0xdc,0x63, +/* 0x006060 */ 0xeb,0xbf,0x5c,0xfc,0x17,0xaa,0x30,0x17,0xd4,0x42,0xf2,0x00,0x43,0x5b,0x9f,0x0a, +/* 0x006070 */ 0x09,0x72,0x64,0x5d,0xa5,0x75,0x15,0x5f,0x42,0x64,0xdb,0xda,0x21,0xbd,0x62,0xed, +/* 0x006080 */ 0x81,0xb3,0x4a,0x41,0xff,0x25,0xe6,0x1f,0x76,0xae,0xb8,0xac,0x3e,0xd1,0x0d,0x68, +/* 0x006090 */ 0x6b,0x2d,0x41,0x5b,0x75,0x9f,0xa2,0x77,0x77,0xaf,0x35,0xf7,0x31,0xb4,0xb5,0x22, +/* 0x0060a0 */ 0x53,0xba,0x73,0xde,0xfd,0x9d,0x2f,0xe2,0xba,0x4c,0xd9,0xae,0xd0,0x22,0x85,0xdd, +/* 0x0060b0 */ 0x23,0xf0,0x5f,0xce,0xbe,0x13,0x98,0xda,0xd9,0x68,0x95,0xf5,0xc9,0x23,0x4c,0x58, +/* 0x0060c0 */ 0xc4,0xed,0xb9,0x48,0xbc,0x51,0x31,0x6e,0x57,0x66,0xb9,0x43,0x03,0xce,0x2a,0xa8, +/* 0x0060d0 */ 0x73,0x74,0x55,0x13,0xf3,0x0f,0xdd,0xf9,0x51,0x3d,0xb5,0x87,0x49,0xc8,0x97,0x30, +/* 0x0060e0 */ 0x6c,0x93,0x0d,0x63,0xa6,0x27,0xd9,0x1e,0x9e,0x94,0xa0,0x91,0x80,0x9e,0x19,0xe3, +/* 0x0060f0 */ 0x15,0xb8,0xf9,0x36,0xb9,0xe7,0x82,0x2b,0xff,0x70,0xcc,0x55,0xff,0xab,0x67,0x71, +/* 0x006100 */ 0xa5,0xd2,0x97,0xda,0x4c,0x40,0x56,0x2c,0x03,0xb6,0x51,0x04,0x7f,0x55,0x19,0x2c, +/* 0x006110 */ 0x11,0x91,0xed,0x4d,0xd7,0xd0,0xb3,0x7a,0xd5,0xd9,0x50,0x56,0x5e,0x64,0x0f,0x1d, +/* 0x006120 */ 0xe7,0x89,0xfe,0xda,0xab,0xff,0x52,0x6c,0xb4,0x55,0x42,0x4d,0x36,0xa4,0x1f,0xa2, +/* 0x006130 */ 0xd0,0xf6,0xa5,0x0e,0xda,0xba,0x8d,0xf6,0x48,0xb4,0xb1,0xd9,0x7e,0x8e,0x1f,0xff, +/* 0x006140 */ 0xf5,0x66,0x97,0x69,0x29,0xc7,0x3a,0x5a,0x39,0xc8,0x2a,0xa2,0x68,0x6b,0x1e,0x9b, +/* 0x006150 */ 0x77,0x89,0xdf,0x93,0x32,0x48,0x28,0xfb,0xd0,0x23,0x4e,0x24,0x33,0x6c,0xef,0x5f, +/* 0x006160 */ 0x82,0xff,0xc6,0x0c,0x88,0xb8,0x6f,0x53,0xb4,0x15,0x67,0x75,0x6a,0xd6,0xa0,0x44, +/* 0x006170 */ 0x86,0x27,0xb6,0x95,0x59,0x32,0x58,0x73,0x3c,0x67,0x24,0x33,0xfb,0xb2,0x9b,0xb6, +/* 0x006180 */ 0xa1,0x0b,0x5c,0x5f,0xc0,0xfe,0xaf,0x1e,0x4f,0xfd,0x65,0x23,0xcc,0xea,0x1c,0xe5, +/* 0x006190 */ 0x7a,0xb2,0x22,0xda,0xba,0x8d,0x2e,0xeb,0x94,0x23,0xf3,0xe2,0xaf,0x5f,0x8b,0xfc, +/* 0x0061a0 */ 0x17,0xad,0x85,0x94,0xb5,0xab,0x2d,0xf3,0xe0,0xbf,0x7d,0x91,0x5d,0x7f,0xf9,0x7e, +/* 0x0061b0 */ 0xe8,0xf9,0x4a,0xab,0x03,0xcf,0x7c,0xe0,0xbf,0xea,0x0a,0xe7,0x1f,0xfe,0x20,0x7b, +/* 0x0061c0 */ 0xbe,0xb7,0xdc,0x8e,0xa8,0x65,0xda,0xf8,0x91,0x13,0x28,0x42,0xc6,0xd4,0x9f,0x91, +/* 0x0061d0 */ 0x35,0xca,0xea,0xea,0x25,0x81,0xc7,0x47,0x8c,0xda,0xf0,0xe5,0xbf,0x02,0x91,0x6c, +/* 0x0061e0 */ 0x37,0xf9,0x29,0x45,0x8c,0xcc,0x31,0x7f,0x0e,0xa3,0x48,0x82,0x24,0xce,0x3c,0x43, +/* 0x0061f0 */ 0x39,0xb2,0x6e,0xfe,0x1c,0xbf,0xfc,0x43,0x2d,0x6a,0x84,0x56,0x4a,0x7b,0x03,0xfd, +/* 0x006200 */ 0x06,0x8b,0x33,0x31,0x75,0xa4,0x5f,0x29,0x95,0x06,0xfb,0x75,0x82,0x07,0x57,0x4a, +/* 0x006210 */ 0xef,0x07,0x7a,0xe1,0xef,0xa9,0x29,0x52,0xf1,0xcb,0x88,0x42,0x33,0xdb,0xff,0x50, +/* 0x006220 */ 0xcc,0x3f,0x9c,0x69,0x8f,0x9c,0x0d,0xff,0xef,0x3c,0x32,0x5f,0x0f,0x27,0xd2,0xf7, +/* 0x006230 */ 0x93,0x9e,0x15,0x6f,0xc2,0xfa,0x73,0x2c,0x44,0x7a,0xfe,0xf1,0x89,0xb3,0x1b,0x8f, +/* 0x006240 */ 0x93,0xef,0x62,0xb2,0x0d,0x34,0x74,0xa1,0x85,0xe6,0x79,0x46,0x76,0x70,0xfe,0x2b, +/* 0x006250 */ 0xe3,0xc2,0x5f,0x06,0xf3,0x67,0xcb,0xcc,0xe8,0xbb,0x3e,0x20,0x8d,0x5f,0x50,0x93, +/* 0x006260 */ 0x43,0x18,0x5e,0x3c,0x55,0x93,0xb4,0xca,0xfa,0xe5,0xf1,0x87,0xef,0x00,0xb6,0xca, +/* 0x006270 */ 0xa6,0x9c,0xfa,0x44,0x0e,0xff,0xe5,0x16,0x79,0xd9,0x65,0xbf,0xd6,0xf0,0x46,0xe0, +/* 0x006280 */ 0x41,0x4c,0xa2,0xca,0x06,0x60,0x30,0x87,0x4b,0x33,0x72,0x0d,0x4f,0xfd,0xad,0xc8, +/* 0x006290 */ 0xd3,0x7f,0xa1,0x6b,0x73,0x9c,0x22,0x5f,0xfd,0xc8,0xa6,0xbd,0x70,0x35,0xed,0xd1, +/* 0x0062a0 */ 0xde,0x6c,0x8f,0x58,0xdd,0x2f,0x94,0xfc,0x87,0x44,0xe2,0xf9,0x74,0x29,0x54,0x48, +/* 0x0062b0 */ 0xec,0x16,0x8a,0x85,0xcd,0xa6,0xff,0xea,0x16,0x82,0x76,0xd2,0x68,0xa9,0x3c,0x13, +/* 0x0062c0 */ 0x7a,0x81,0xcc,0xe0,0x0b,0x28,0x96,0x2e,0xc6,0x52,0x50,0xf2,0xa6,0xec,0xce,0xa2, +/* 0x0062d0 */ 0xff,0x72,0x57,0xfb,0x6a,0x09,0x1d,0xec,0xf8,0x4f,0xf4,0x33,0x8b,0xac,0x7e,0x60, +/* 0x0062e0 */ 0x03,0xf2,0xb2,0xe7,0x1e,0x21,0xff,0xd0,0x2f,0x17,0x94,0xeb,0x77,0x66,0xa4,0x55, +/* 0x0062f0 */ 0x66,0xf8,0xd2,0x77,0x14,0xf4,0x09,0x41,0x5b,0xa5,0x5b,0x43,0xf5,0x24,0x8c,0x8f, +/* 0x006300 */ 0xbb,0xf1,0xb2,0xc8,0x7f,0xad,0xc9,0x4b,0x0a,0x65,0xa4,0x89,0xf2,0x35,0x03,0xce, +/* 0x006310 */ 0x77,0x18,0x82,0xfe,0x52,0x86,0x13,0x0f,0x37,0x70,0xf6,0xd7,0x7f,0xd5,0x3a,0xb0, +/* 0x006320 */ 0x8b,0xb3,0x5d,0x52,0x6d,0x5a,0x3d,0x26,0x57,0x01,0x47,0x76,0x96,0x6c,0x64,0xa3, +/* 0x006330 */ 0xd8,0x9b,0x8a,0xec,0xab,0xff,0xd2,0x56,0xd9,0xb0,0xab,0x9a,0x9e,0x42,0x04,0x4f, +/* 0x006340 */ 0x4b,0xf5,0x04,0x49,0x55,0x3c,0x46,0xf6,0xaf,0x35,0x59,0x12,0x6f,0x7c,0x85,0xbd, +/* 0x006350 */ 0x29,0xbb,0x7e,0xf8,0xeb,0x45,0x43,0x77,0x60,0x17,0x9f,0x14,0x49,0x07,0x5e,0xb8, +/* 0x006360 */ 0x0c,0x7a,0x08,0x94,0x26,0x5f,0x93,0x77,0xbe,0x7c,0xf3,0x0f,0xd1,0x92,0x1c,0xed, +/* 0x006370 */ 0xc5,0xea,0x52,0xf5,0x7c,0x2b,0xf3,0xe8,0xa3,0x25,0x9b,0xd1,0x89,0xdd,0xcb,0x32, +/* 0x006380 */ 0xa1,0x66,0x6a,0xc4,0xe1,0xaf,0xff,0x02,0xfe,0x4b,0x73,0xfc,0xe7,0x6b,0x86,0xc2, +/* 0x006390 */ 0x90,0x34,0x72,0x53,0x8b,0x51,0x47,0x44,0x63,0x0a,0x40,0xd6,0x0b,0xb2,0xba,0xe5, +/* 0x0063a0 */ 0x06,0xb0,0x5d,0x9a,0x3c,0x24,0x79,0x0b,0x81,0x89,0xf8,0x2b,0x98,0x5b,0xb5,0xde, +/* 0x0063b0 */ 0x76,0xc6,0x30,0x4e,0x1a,0x0b,0x9e,0x46,0xc9,0xa1,0xea,0x74,0x05,0x50,0xd8,0x64, +/* 0x0063c0 */ 0x1d,0xdb,0x0f,0x89,0x88,0xf6,0x09,0xd5,0x6c,0xfa,0x2f,0x5c,0x37,0xc4,0xe7,0x0b, +/* 0x0063d0 */ 0xde,0x9f,0x79,0xe3,0xc1,0xa9,0xdd,0x0d,0x10,0x1f,0x8e,0x91,0x9e,0xa3,0x43,0x6a, +/* 0x0063e0 */ 0x97,0x5c,0x29,0x7d,0x82,0xdc,0xc4,0xa5,0x8d,0xbf,0x02,0xc2,0xbe,0x73,0x1a,0x11, +/* 0x0063f0 */ 0xfc,0xc5,0xcf,0xf4,0x2e,0xb1,0x1e,0x9d,0xc0,0xae,0x36,0xe9,0x92,0x72,0x02,0xf2, +/* 0x006400 */ 0x0f,0x35,0x9f,0x94,0x78,0x3b,0xff,0x50,0x73,0x89,0xbc,0x16,0x67,0xc4,0xaa,0x6a, +/* 0x006410 */ 0xe4,0x52,0xcf,0xf7,0x19,0xf3,0x78,0x02,0x8c,0x38,0x1e,0x95,0xee,0xa5,0xe3,0x5c, +/* 0x006420 */ 0x22,0x8c,0xb3,0xbf,0xfe,0x2b,0xbf,0x3c,0x9f,0x9e,0x09,0xd5,0x92,0xc6,0xe0,0x41, +/* 0x006430 */ 0xdd,0x22,0xd1,0x7b,0xd8,0xf2,0xea,0xfe,0xfc,0xf5,0x5f,0xb5,0x39,0xd9,0x17,0x55, +/* 0x006440 */ 0xd6,0x7f,0x83,0xd6,0x1c,0x09,0x13,0xd8,0x83,0x4f,0x41,0x46,0x22,0xd9,0x00,0xd1, +/* 0x006450 */ 0xef,0x3c,0xd6,0x88,0x3e,0xf8,0x4b,0x9d,0x40,0xbb,0xbc,0xd9,0x86,0xfc,0x92,0x3e, +/* 0x006460 */ 0x51,0x44,0x1a,0x1d,0xf2,0xe5,0x3c,0x83,0x35,0x7f,0xfc,0xd5,0xb8,0x4e,0xe5,0x66, +/* 0x006470 */ 0x02,0x39,0xb4,0xb5,0x09,0x1a,0x8f,0xa3,0xd5,0x10,0xbd,0x1f,0xce,0x23,0x56,0x0a, +/* 0x006480 */ 0xe9,0xbf,0xa2,0xdc,0x1b,0x9c,0xb2,0x54,0xca,0x20,0xf5,0x9f,0x2f,0xff,0xdc,0x18, +/* 0x006490 */ 0x94,0x22,0xb4,0xa4,0x17,0xf6,0x4a,0xba,0x0a,0xe9,0xbf,0x14,0x1b,0x7f,0x79,0x59, +/* 0x0064a0 */ 0xb3,0xe5,0x4d,0xd1,0x5e,0xa9,0x33,0xe0,0x7d,0x8e,0x80,0xbf,0xf6,0x0b,0xf8,0xcb, +/* 0x0064b0 */ 0x50,0xee,0x29,0x71,0x3c,0xcf,0x49,0xcf,0x3d,0xb1,0x0d,0xa1,0x7b,0x6a,0xe1,0x52, +/* 0x0064c0 */ 0xe5,0x06,0xe8,0x59,0xe7,0x25,0x68,0x6c,0xfc,0x15,0x14,0xeb,0x7f,0x19,0x89,0x12, +/* 0x0064d0 */ 0xb5,0x93,0x25,0x89,0x95,0xb0,0xaa,0xd6,0xdf,0x4f,0xdc,0x17,0x7e,0xf6,0xad,0x4c, +/* 0x0064e0 */ 0x20,0x6b,0x34,0xdc,0xd7,0xda,0x91,0xda,0x9d,0x27,0x0d,0xb3,0xf1,0x97,0x4b,0xb7, +/* 0x0064f0 */ 0xa5,0x53,0x7a,0x51,0x64,0x58,0x22,0x49,0x82,0xc8,0x00,0x37,0xe9,0x0d,0xcd,0x00, +/* 0x006500 */ 0xa0,0xf2,0xa4,0x46,0x76,0xfe,0x61,0x40,0xcc,0x63,0xd4,0xc0,0xfc,0x21,0xb4,0x85, +/* 0x006510 */ 0x00,0x04,0x3b,0x2f,0x2e,0x93,0x68,0x56,0x4f,0x42,0xd9,0x65,0x94,0xdc,0xa6,0x1e, +/* 0x006520 */ 0x94,0x6f,0x91,0xf9,0x6a,0xe0,0x29,0x8e,0x5e,0xfd,0x97,0x80,0xb6,0xf4,0x06,0xc7, +/* 0x006530 */ 0x5b,0x9e,0xf7,0x64,0xe2,0x4a,0x17,0xaf,0x08,0x56,0x49,0xe2,0xf9,0xab,0xb8,0xcb, +/* 0x006540 */ 0xcd,0x7f,0x15,0x15,0xd0,0x7f,0xb5,0x51,0x30,0xfb,0xaa,0x93,0x91,0x68,0xc4,0x9e, +/* 0x006550 */ 0x28,0x9e,0xdf,0xf1,0x0e,0xea,0xc3,0x31,0xa3,0x78,0x7e,0xf9,0xdb,0xe6,0x7e,0x31, +/* 0x006560 */ 0x59,0xb1,0xa0,0xff,0xe1,0x72,0x23,0x0f,0x77,0xb7,0xb3,0x74,0x53,0x3d,0x6e,0x2c, +/* 0x006570 */ 0xf3,0x33,0x42,0x9c,0xc5,0xff,0x90,0x8d,0x0f,0xbd,0x79,0xb2,0x68,0x97,0x51,0xda, +/* 0x006580 */ 0xb3,0xfe,0x73,0x38,0x2d,0x34,0x4a,0x0f,0xd1,0xd2,0xcc,0x70,0xc9,0xb9,0x59,0xf2, +/* 0x006590 */ 0xe5,0xbf,0x14,0x3f,0xd8,0x55,0xf6,0x53,0x70,0xe4,0xc0,0x8d,0xac,0xe1,0xb5,0x46, +/* 0x0065a0 */ 0xf4,0xcf,0x3f,0xa4,0xb5,0xb9,0x59,0x46,0x6b,0xa9,0xeb,0x83,0x1d,0x43,0x3b,0x00, +/* 0x0065b0 */ 0x76,0xd9,0xd2,0xb0,0x9c,0x73,0xa9,0x1f,0xfe,0x3a,0x85,0xeb,0x99,0xfe,0xeb,0xa4, +/* 0x0065c0 */ 0x8d,0xbf,0x04,0xb6,0xeb,0x01,0x40,0x5b,0x0d,0x5c,0x1a,0x96,0x23,0xc2,0x3c,0xfa, +/* 0x0065d0 */ 0x2f,0x5a,0x5a,0xf7,0x68,0x5a,0xb7,0xe9,0x7b,0x9a,0xbf,0xc1,0x02,0x0f,0x38,0x45, +/* 0x0065e0 */ 0x37,0xfe,0x95,0x9d,0x16,0xc6,0xfe,0xd2,0xbb,0x8e,0xf9,0xe5,0x1f,0x1e,0xc7,0x4b, +/* 0x0065f0 */ 0x40,0x9f,0x4b,0x7b,0x32,0x0a,0xcf,0x3f,0x1c,0xdb,0x48,0x17,0x6a,0x73,0x99,0x45, +/* 0x006600 */ 0x76,0xb4,0x85,0x04,0x7f,0xb9,0x09,0x1a,0xbf,0xfc,0xc3,0x5b,0x50,0x76,0x79,0x4a, +/* 0x006610 */ 0xde,0x4c,0x7a,0x1a,0xc1,0x6d,0x1e,0x16,0xe1,0xb5,0xe9,0xf0,0x13,0xf2,0xa7,0xea, +/* 0x006620 */ 0x17,0xe6,0x62,0x4b,0x5d,0x2d,0x27,0x68,0x22,0xa2,0x9f,0xfe,0x4b,0xc0,0x5f,0xd4, +/* 0x006630 */ 0x5b,0x63,0xdf,0x80,0x2b,0x80,0xa1,0x20,0xab,0x62,0x5c,0x9b,0x9a,0x68,0xc4,0xfb, +/* 0x006640 */ 0x7a,0xc9,0x72,0x7a,0xd5,0x49,0xc9,0x40,0x6e,0xfd,0x97,0xe0,0x7f,0x38,0x8d,0x9f, +/* 0x006650 */ 0x1e,0x0d,0x4f,0xa4,0x04,0xdb,0xc3,0x19,0x9d,0x80,0xbe,0x89,0xd4,0x6f,0x08,0xda, +/* 0x006660 */ 0x5a,0xc3,0x6a,0x18,0x5d,0x10,0x82,0x49,0x97,0xfe,0x6b,0xa1,0xcd,0x64,0xf1,0x22, +/* 0x006670 */ 0x95,0x3b,0x9c,0xbd,0x09,0x5d,0x42,0x5f,0x48,0x60,0x8e,0x31,0xef,0x12,0xda,0x17, +/* 0x006680 */ 0xe4,0x97,0xbc,0xfb,0x57,0x81,0xfc,0x43,0xab,0x7b,0x67,0x13,0x00,0x5e,0xfb,0x66, +/* 0x006690 */ 0xad,0x3a,0x5d,0x4c,0x99,0x35,0x0c,0x59,0x9d,0x45,0x1f,0xeb,0x3c,0xbd,0xf3,0x90, +/* 0x0066a0 */ 0x1f,0xff,0x95,0xcb,0xaa,0xca,0x2f,0x52,0x19,0xb7,0x8a,0x57,0x4a,0xfb,0xf4,0x14, +/* 0x0066b0 */ 0x8a,0x62,0x3a,0xcb,0xde,0xb8,0xe5,0x3d,0x9f,0xfc,0xc3,0x6f,0x20,0xf6,0x83,0x18, +/* 0x0066c0 */ 0xe0,0x2a,0x0d,0x02,0xe7,0xd2,0x38,0xdc,0xaa,0xca,0x4a,0x23,0xfa,0x05,0x29,0x0a, +/* 0x0066d0 */ 0xd2,0xef,0x6b,0x12,0xb3,0x0e,0x70,0x88,0x30,0x3f,0xfd,0x97,0x32,0x8d,0xa8,0xbc, +/* 0x0066e0 */ 0x65,0xdc,0xc9,0xb3,0x0a,0x92,0xd9,0xc9,0x7c,0xd0,0x57,0x47,0x7a,0xba,0xdc,0x29, +/* 0x0066f0 */ 0x34,0xfe,0xfa,0xaf,0xfb,0x79,0x5e,0x9c,0x56,0x97,0xc3,0x5f,0xfb,0xa8,0xaa,0x05, +/* 0x006700 */ 0xf5,0x93,0x29,0x48,0x35,0xb6,0x81,0x23,0xa2,0x9a,0x4d,0x0d,0x23,0xaf,0x34,0xcc, +/* 0x006710 */ 0x0f,0x7f,0x1d,0x45,0xf5,0x16,0x14,0x8d,0xca,0xf5,0x40,0x52,0x68,0x49,0xb6,0x09, +/* 0x006720 */ 0x8c,0xec,0x4e,0x2f,0x29,0x81,0x42,0x45,0x5e,0x69,0x98,0x1f,0xfe,0x3a,0x88,0x96, +/* 0x006730 */ 0xc2,0xd0,0xc5,0x02,0x2e,0x46,0xac,0x0b,0x2a,0x82,0xa5,0x50,0x24,0x5d,0xdc,0x2b, +/* 0x006740 */ 0xfd,0x77,0xfe,0x73,0xfc,0xf2,0x0f,0x29,0x61,0x5d,0xe2,0x3a,0x39,0xa9,0xb4,0xee, +/* 0x006750 */ 0x83,0xc2,0x37,0x29,0x38,0xe9,0xca,0xe3,0x2b,0xbd,0xfa,0xaf,0xb8,0xcd,0x4d,0xd4, +/* 0x006760 */ 0x92,0x18,0xbb,0xc2,0x7e,0xe7,0x25,0xc6,0x88,0x81,0x91,0x9d,0x74,0x01,0xe2,0x0d, +/* 0x006770 */ 0x18,0xd5,0x3c,0x3f,0x07,0x9e,0x7f,0x58,0x2c,0x84,0xf1,0x77,0xd0,0xd3,0x79,0x81, +/* 0x006780 */ 0xfd,0x1a,0x6b,0x6e,0xb6,0xc2,0x71,0x9b,0xcf,0xe3,0xbf,0xe6,0x8e,0xf9,0xe8,0xbf, +/* 0x006790 */ 0x66,0xb4,0xba,0x73,0xea,0xcd,0x54,0x23,0x4d,0x52,0x0d,0x0f,0x40,0x82,0x1c,0x5e, +/* 0x0067a0 */ 0xab,0xab,0x56,0x2a,0xce,0xee,0x19,0x20,0xf7,0x7c,0x83,0x13,0xc3,0xe1,0x8b,0x72, +/* 0x0067b0 */ 0xdc,0x8b,0xbf,0x44,0xfd,0xd7,0x69,0x7d,0xd5,0x45,0xe5,0x56,0xf9,0x5a,0x43,0x4c, +/* 0x0067c0 */ 0x32,0x3c,0xa7,0x74,0x36,0xc5,0x05,0x8d,0x18,0xae,0x7e,0x27,0x34,0x20,0xc5,0x67, +/* 0x0067d0 */ 0xc5,0x5f,0x92,0x7e,0x36,0x5a,0xd3,0xa2,0x06,0xe1,0x14,0xc2,0x66,0x15,0xe1,0xb0, +/* 0x0067e0 */ 0x51,0x98,0x8b,0xa3,0x28,0x36,0x2c,0xc6,0xfc,0x39,0xfc,0x25,0xe0,0x8b,0x60,0xa5, +/* 0x0067f0 */ 0x53,0x53,0xe0,0xcc,0x79,0x3e,0xb9,0x19,0x05,0x77,0x08,0xef,0xc6,0x49,0x68,0x0c, +/* 0x006800 */ 0xdc,0xcd,0x7f,0xa3,0xd6,0xda,0x6b,0xaf,0x51,0x76,0x90,0xac,0xab,0x8a,0x1c,0xd3, +/* 0x006810 */ 0x5c,0x6b,0xdd,0x26,0x81,0x68,0x2e,0xe8,0xbf,0x01,0xf6,0x89,0x6e,0x9a,0xf2,0x39, +/* 0x006820 */ 0x71,0x9a,0xa6,0x25,0x68,0x94,0x34,0xfa,0xe2,0x2f,0x8e,0xfe,0x6e,0x6a,0x47,0x01, +/* 0x006830 */ 0x32,0xd8,0x36,0x0e,0xeb,0xf9,0xdf,0xd3,0x99,0x5b,0x45,0x19,0x40,0x88,0x01,0x83, +/* 0x006840 */ 0x79,0xde,0x8b,0xbf,0x72,0xb6,0xa2,0xa7,0xf1,0xdf,0x5b,0x1b,0xb3,0x8e,0xdb,0xbc, +/* 0x006850 */ 0x4c,0x07,0x61,0x94,0x2b,0xe6,0x76,0xd9,0xe3,0x43,0xa0,0x59,0x0d,0xf9,0xbf,0x3e, +/* 0x006860 */ 0xf1,0xc1,0x5f,0xf6,0xf2,0xd5,0xc9,0xf1,0x97,0xf0,0xf2,0xc7,0x51,0x31,0x92,0x84, +/* 0x006870 */ 0xda,0x0d,0x47,0xb9,0x59,0xa2,0x6d,0xc4,0xe1,0x83,0xbf,0x02,0x27,0x7a,0x08,0x2e, +/* 0x006880 */ 0x78,0x1c,0x8e,0x0d,0x7b,0x6c,0x5c,0x80,0xab,0xda,0x8b,0x9b,0x29,0x22,0x5b,0xc6, +/* 0x006890 */ 0xf9,0x2f,0xab,0x9a,0x41,0xb3,0x97,0xdc,0xf8,0x8b,0xf2,0x5f,0xab,0x19,0xa4,0x9a, +/* 0x0068a0 */ 0x32,0x75,0xd0,0x76,0x8d,0x1b,0x7f,0x30,0x1b,0x47,0xc3,0x0d,0xd2,0x07,0x98,0x40, +/* 0x0068b0 */ 0x33,0x54,0x5a,0x2b,0x97,0xe1,0x9b,0x52,0x6c,0x2c,0xd4,0x20,0x8f,0xcc,0xb9,0x61, +/* 0x0068c0 */ 0x26,0xc6,0x48,0xcf,0x07,0xe8,0xa3,0x59,0xfc,0x37,0xa4,0xc4,0x10,0x59,0x3c,0x81, +/* 0x0068d0 */ 0x08,0x4b,0x58,0xb6,0x11,0xa2,0xf1,0x3c,0x4d,0x44,0x94,0x78,0xfd,0xaf,0x69,0x2d, +/* 0x0068e0 */ 0xf1,0x71,0x59,0x56,0x3e,0x34,0x2b,0xfe,0x32,0x6b,0xcf,0xa9,0x83,0xa1,0x98,0x79, +/* 0x0068f0 */ 0x13,0x48,0xae,0xd5,0x72,0x19,0x54,0xfb,0x42,0x8d,0x98,0x35,0x32,0x64,0x3f,0x8d, +/* 0x006900 */ 0xa1,0x1b,0xb8,0x2e,0x2b,0x10,0xdf,0xbe,0xfc,0x57,0x7f,0xf4,0xc1,0xb4,0xb2,0x43, +/* 0x006910 */ 0xfa,0x0b,0x7a,0x00,0x68,0x0b,0x90,0x8d,0xd2,0x4c,0xcb,0x42,0x9b,0x11,0x5b,0x48, +/* 0x006920 */ 0xf6,0xa6,0x8a,0x61,0xc5,0x07,0x7f,0xa1,0x57,0x84,0x1a,0xd6,0x3f,0x59,0x72,0x79, +/* 0x006930 */ 0x01,0xab,0xa1,0xb6,0x98,0x01,0xde,0x3d,0xb8,0x5a,0x1f,0x6e,0xa6,0x8d,0x2a,0xa6, +/* 0x006940 */ 0xff,0x3a,0x85,0x17,0xbb,0x4a,0x60,0xfb,0xe3,0xaf,0x4a,0x26,0xf2,0xea,0xb7,0xd9, +/* 0x006950 */ 0x2e,0x58,0x06,0x8b,0x5f,0xcb,0x9d,0x12,0xab,0x64,0xde,0x5d,0xa5,0x99,0x0b,0xe0, +/* 0x006960 */ 0xaf,0x7a,0x26,0xf2,0x3a,0xc9,0x80,0x58,0x14,0x9d,0x83,0x34,0xf5,0x2b,0x21,0x38, +/* 0x006970 */ 0xd9,0x06,0xb6,0x8b,0x84,0x58,0xd3,0xb6,0x34,0x6c,0x36,0xff,0x0d,0xc9,0x03,0xbb, +/* 0x006980 */ 0xa8,0x8a,0x64,0x93,0xab,0x67,0x20,0x20,0xe0,0x82,0xb9,0x85,0xfd,0x37,0xd4,0x03, +/* 0x006990 */ 0xf6,0x61,0xbe,0xcd,0x88,0xd1,0xc2,0x49,0xb9,0x7b,0xe6,0x43,0x63,0xde,0x5d,0xf1, +/* 0x0069a0 */ 0x97,0x37,0x39,0x30,0xf6,0xa8,0xd2,0xe3,0x89,0xa8,0xff,0x7f,0xf8,0xcb,0x7b,0xf3, +/* 0x0069b0 */ 0x06,0xa5,0xa7,0x29,0xdf,0x87,0xe1,0xf3,0xd9,0xfc,0x37,0xf6,0xf7,0xc4,0x5a,0xa2, +/* 0x0069c0 */ 0xf3,0x3a,0x86,0x4c,0x01,0x29,0xc4,0x41,0xed,0x25,0x72,0x64,0x38,0xd6,0xb2,0x91, +/* 0x0069d0 */ 0x36,0x82,0x85,0xfd,0x37,0xb6,0x26,0x14,0xf5,0x59,0x59,0xac,0xb6,0x4c,0x1a,0xad, +/* 0x0069e0 */ 0x1d,0x21,0xb7,0xc7,0x82,0xe2,0x87,0xbf,0x5c,0xfe,0x1b,0x7a,0x63,0x0b,0xd4,0x5f, +/* 0x0069f0 */ 0x36,0xa1,0xa7,0x94,0xf3,0x5f,0x2d,0xd5,0x1f,0xa6,0xdc,0x73,0xd1,0xb2,0x2f,0x9d, +/* 0x006a00 */ 0x8f,0xbf,0x44,0xfe,0xeb,0xf7,0x88,0x6c,0x16,0xe9,0xd4,0x68,0xfb,0xfb,0x8c,0xed, +/* 0x006a10 */ 0x02,0xfe,0xab,0x7a,0x83,0xaa,0x7d,0x6b,0xa5,0xcd,0x7f,0x01,0x11,0x76,0xb2,0x45, +/* 0x006a20 */ 0xcd,0xd2,0x4b,0x2e,0xfc,0xe5,0xae,0xbf,0x1c,0x59,0x10,0xed,0xd4,0xaf,0x20,0x01, +/* 0x006a30 */ 0x64,0x2d,0x2d,0x56,0xf6,0xbc,0xa3,0xbb,0xef,0x51,0x7c,0xfc,0x37,0xdc,0xf5,0x97, +/* 0x006a40 */ 0xf5,0x26,0x45,0xd3,0x86,0x3a,0xf7,0x53,0x21,0x18,0x03,0x59,0xcd,0x25,0x36,0x23, +/* 0x006a50 */ 0xc6,0x94,0x77,0xc1,0xe8,0xfa,0xe8,0x5d,0xf0,0x57,0x1f,0x8a,0xac,0x6b,0xf6,0x80, +/* 0x006a60 */ 0xac,0x4a,0xa3,0xe5,0xc0,0xbd,0xae,0x77,0x23,0xb3,0x4e,0x11,0x18,0x31,0x7f,0xfc, +/* 0x006a70 */ 0x75,0xd4,0x50,0xa1,0x0e,0xc2,0x6f,0x5d,0xb8,0xe9,0x60,0x79,0xa5,0xc8,0x21,0x36, +/* 0x006a80 */ 0xac,0xdb,0xbb,0xff,0x3b,0xa3,0xda,0xe3,0xb3,0xe5,0x1f,0x52,0x4a,0xcb,0xe5,0x3f, +/* 0x006a90 */ 0x5f,0xbf,0xae,0x6a,0x7f,0xc8,0xf5,0xbb,0x4e,0xdd,0x1d,0x7f,0x69,0x94,0xe4,0x62, +/* 0x006aa0 */ 0x3d,0xb6,0xda,0x0b,0x85,0x83,0xf3,0xda,0x6d,0x68,0xa6,0xa3,0x31,0x25,0x81,0xc4, +/* 0x006ab0 */ 0x44,0x56,0x5f,0xfc,0x65,0x3d,0x80,0x95,0x23,0x12,0x60,0xab,0xc7,0x28,0xdb,0x85, +/* 0x006ac0 */ 0x4e,0x06,0xab,0x0f,0x86,0x32,0xb2,0x9d,0xa3,0x58,0x1e,0x45,0xcf,0x1b,0x6e,0x68, +/* 0x006ad0 */ 0xe6,0xeb,0xbf,0x31,0x4c,0xd6,0xa8,0x87,0x24,0x95,0xba,0x06,0xb1,0x05,0x2d,0x10, +/* 0x006ae0 */ 0xbb,0x11,0x72,0xad,0x6c,0x70,0xe4,0x2e,0xae,0x63,0x05,0xfc,0x37,0x46,0xc8,0x9a, +/* 0x006af0 */ 0x79,0x88,0xe1,0xaf,0x9d,0xae,0xbc,0x38,0xc8,0x51,0xdc,0x29,0x25,0x00,0x7f,0x8d, +/* 0x006b00 */ 0x90,0xf5,0xf9,0xf7,0x5e,0xfc,0x85,0x04,0xfc,0x75,0x13,0xaf,0x18,0x53,0x27,0xb8, +/* 0x006b10 */ 0xff,0x21,0x37,0x42,0x5c,0xab,0x87,0x59,0x63,0x05,0xdc,0x93,0x50,0x08,0x34,0x1b, +/* 0x006b20 */ 0x55,0x7d,0xf0,0x97,0x80,0x0b,0xe6,0x93,0x80,0xe1,0x1c,0x69,0x5c,0x33,0x80,0xff, +/* 0x006b30 */ 0x2a,0xae,0xb1,0xf3,0x2e,0x26,0x64,0x2e,0x18,0x67,0x21,0x44,0x72,0xf8,0xbf,0xd8, +/* 0x006b40 */ 0x11,0x2e,0x01,0x6b,0x05,0xf5,0x5f,0xa3,0xd4,0x04,0x60,0x0a,0x53,0x4f,0xe6,0x69, +/* 0x006b50 */ 0x16,0x1f,0x0e,0xca,0x89,0xe0,0xd4,0x01,0x72,0xcf,0x20,0xf9,0x33,0xe0,0x7c,0x5e, +/* 0x006b60 */ 0x1d,0xa8,0x70,0x8c,0xe8,0xfd,0xf4,0x5f,0xfd,0x16,0x89,0xbe,0x9e,0x8c,0x90,0x81, +/* 0x006b70 */ 0x32,0xe9,0x9e,0x02,0xc7,0x86,0x55,0x48,0x99,0x04,0x25,0x17,0x8e,0x59,0x34,0xe5, +/* 0x006b80 */ 0x72,0x8f,0x56,0x05,0xba,0xe3,0x4b,0x46,0x3e,0xfe,0xfa,0xb9,0x08,0xcd,0x94,0x1d, +/* 0x006b90 */ 0xb6,0xbc,0x8e,0xf7,0x04,0xa3,0x8c,0x11,0x5b,0x42,0x7b,0x30,0xd9,0x10,0x87,0x95, +/* 0x006ba0 */ 0x1d,0xdc,0x7f,0x7e,0xe3,0xf6,0x22,0x5f,0xff,0x0d,0x69,0x5b,0x7e,0x72,0xa9,0x46, +/* 0x006bb0 */ 0xb3,0xb3,0x18,0x46,0x2b,0x1a,0x41,0xde,0x04,0x54,0x5f,0xfd,0x17,0x89,0xd9,0xa8, +/* 0x006bc0 */ 0xda,0x4b,0x04,0x47,0x57,0xd4,0x2c,0xf0,0x29,0x0c,0xc2,0x8c,0xa3,0xb7,0x20,0xf1, +/* 0x006bd0 */ 0x6f,0x20,0x95,0xdb,0xdf,0x1d,0xfc,0x25,0xe6,0x35,0x51,0x74,0x3c,0xe2,0x7a,0x0e, +/* 0x006be0 */ 0x12,0x10,0x34,0x2d,0x39,0x94,0x2c,0x8c,0xbf,0x78,0xdc,0x72,0x0b,0xaf,0xb2,0xc2, +/* 0x006bf0 */ 0x97,0xec,0xfc,0x43,0x0e,0x07,0x22,0xe4,0xef,0x11,0x18,0xb1,0x5f,0x31,0x8e,0x2c, +/* 0x006c00 */ 0x39,0x1b,0xfe,0x1a,0x48,0x2f,0xb7,0x42,0x07,0x79,0x7c,0xd8,0xcd,0xe2,0x67,0x18, +/* 0x006c10 */ 0x9f,0xa2,0x58,0x8e,0x11,0xfb,0xd2,0xaa,0x87,0x61,0x89,0xcf,0xee,0xbf,0x11,0xb1, +/* 0x006c20 */ 0xed,0x17,0x72,0x20,0xeb,0xbb,0x0a,0x3b,0xf9,0x7f,0x2c,0xe7,0x45,0x90,0x4b,0xc1, +/* 0x006c30 */ 0x2a,0xc0,0x7f,0x29,0xd1,0xff,0xa3,0xec,0x6a,0x83,0xa3,0x38,0xce,0x74,0xef,0xcc, +/* 0x006c40 */ 0x00,0xa3,0xdd,0x95,0x76,0x58,0x44,0x4e,0xb6,0xaf,0xcc,0x68,0xb5,0xe7,0xac,0xa9, +/* 0x006c50 */ 0x95,0xb4,0xac,0x30,0x08,0x10,0xab,0xb1,0xa4,0xab,0x13,0xa0,0x33,0x8a,0xcf,0x55, +/* 0x006c60 */ 0xc7,0xa5,0x5c,0xae,0x4d,0x42,0xee,0x74,0x29,0x57,0x0e,0x27,0xb9,0x2a,0x6c,0xa7, +/* 0x006c70 */ 0x9c,0x61,0x57,0x06,0x19,0xf1,0xb1,0xc6,0xe4,0x90,0x3f,0x52,0xb5,0x7c,0xf8,0x42, +/* 0x006c80 */ 0x6c,0x2a,0xb5,0x02,0x63,0x83,0x21,0xf1,0x20,0x2b,0xe7,0x05,0x64,0x50,0xc9,0x5c, +/* 0x006c90 */ 0x0e,0x03,0x85,0x17,0xa2,0x50,0x32,0xc6,0x44,0x18,0x4c,0x04,0x88,0x70,0xfd,0x76, +/* 0x006ca0 */ 0xf7,0xcc,0xf4,0xec,0xae,0xe0,0xce,0xbf,0xba,0x66,0x9a,0xd1,0xba,0x7b,0xa6,0xfb, +/* 0x006cb0 */ 0x7d,0xfa,0x79,0x9f,0xe7,0x1d,0x80,0x86,0x90,0x8c,0x87,0x07,0xc8,0x31,0x2f,0xc4, +/* 0x006cc0 */ 0x99,0xf0,0xc1,0x3e,0x4a,0xf8,0xca,0xd9,0x89,0x75,0xfa,0x76,0x2d,0x98,0xf5,0xec, +/* 0x006cd0 */ 0x16,0xbc,0xda,0xdd,0xfc,0x37,0x22,0x75,0x59,0x08,0x9b,0xe5,0xa3,0xf1,0xd8,0xa0, +/* 0x006ce0 */ 0x6f,0x2f,0x05,0xbc,0x48,0xde,0x2d,0x54,0x43,0x9f,0x13,0xbe,0x77,0xc5,0x4b,0xe9, +/* 0x006cf0 */ 0x1b,0x5a,0xdd,0x89,0xa5,0xbb,0xbb,0xad,0x88,0xda,0xd6,0x7f,0xb9,0xec,0xf8,0x30, +/* 0x006d00 */ 0x18,0xfb,0x98,0xc6,0x87,0x5a,0xec,0xe4,0xd2,0xab,0x44,0x96,0x82,0x61,0xd7,0x35, +/* 0x006d10 */ 0x9a,0x3a,0x65,0xcc,0xf8,0x0a,0x8f,0xcf,0x25,0x5a,0xff,0xeb,0x9a,0x9e,0xc7,0x7f, +/* 0x006d20 */ 0x15,0xf8,0x1f,0x92,0x46,0x68,0x2e,0x49,0x13,0xd5,0x8f,0xab,0x75,0xfd,0xeb,0x06, +/* 0x006d30 */ 0xc5,0x1f,0xa1,0xe3,0x9d,0x73,0xa9,0x47,0xfd,0x7f,0xa3,0x46,0x79,0x63,0x1f,0x86, +/* 0x006d40 */ 0x5d,0xc7,0x1d,0xf8,0x2b,0x47,0xf2,0x0f,0x63,0x14,0x5b,0xbd,0xae,0x13,0x2c,0x83, +/* 0x006d50 */ 0xaf,0x18,0x81,0x3e,0x4f,0xc6,0x5d,0x8d,0xde,0x1e,0xaa,0x32,0xe4,0x1e,0x7f,0x4e, +/* 0x006d60 */ 0x5e,0xab,0x07,0x48,0x1f,0x6d,0xad,0x5e,0xb3,0xc3,0xf3,0x2b,0xe1,0x4f,0xda,0xdb, +/* 0x006d70 */ 0x0c,0x7f,0xd1,0xf7,0x07,0xea,0x7f,0x6d,0xe7,0xf3,0xb1,0xcd,0x00,0x2f,0x8b,0xe7, +/* 0x006d80 */ 0x62,0x3d,0xda,0xee,0x52,0xb3,0x6e,0xe5,0xf1,0x61,0xe5,0x15,0xf3,0xc8,0xdd,0xda, +/* 0x006d90 */ 0xec,0x92,0x4e,0xfc,0x45,0xf2,0x0f,0x59,0x6d,0xaf,0xd7,0x5d,0x35,0xfd,0xe6,0x0b, +/* 0x006da0 */ 0xa0,0x31,0x23,0x97,0x00,0x94,0xd5,0xbb,0xac,0xbe,0x66,0xbe,0x12,0xbf,0xc2,0xbf, +/* 0x006db0 */ 0xb9,0x7b,0xb7,0xe5,0x88,0xd8,0xc4,0xf0,0x57,0x65,0xf9,0x2e,0x76,0x9a,0x41,0x5f, +/* 0x006dc0 */ 0xf5,0x95,0x94,0xf6,0x42,0x73,0x4f,0xfa,0xde,0xc7,0x00,0xea,0x4f,0x68,0xf7,0xa1, +/* 0x006dd0 */ 0xb2,0x93,0xe2,0x17,0xc2,0x27,0xf8,0x35,0x5e,0x93,0x21,0xe9,0x82,0x8d,0xf5,0xbe, +/* 0x006de0 */ 0xff,0xc2,0xc3,0xc2,0xf0,0x0e,0x5b,0x7f,0x1c,0xf5,0xbf,0x3e,0x43,0x78,0xe8,0xa0, +/* 0x006df0 */ 0x71,0x15,0x35,0xa6,0xf0,0x34,0x3d,0x89,0x9f,0xbc,0xd0,0xa8,0x3e,0x85,0x41,0xd6, +/* 0x006e00 */ 0x65,0x4a,0x65,0x9e,0x91,0x70,0x9f,0x9d,0x1b,0x77,0x8a,0x97,0xcd,0xf9,0x62,0x75, +/* 0x006e10 */ 0x66,0xf3,0xfd,0x0f,0xcd,0xc3,0x90,0x05,0x83,0x65,0xef,0x88,0x97,0x94,0xa3,0x62, +/* 0x006e20 */ 0xd4,0x28,0x05,0x67,0x60,0x46,0x8d,0xe1,0x6f,0x59,0x8b,0xb6,0xfb,0x36,0x7b,0xa4, +/* 0x006e30 */ 0xbb,0xe0,0x2f,0xfe,0x58,0x23,0x60,0xc8,0xf7,0x0b,0xe3,0xf2,0x1a,0x1d,0xcf,0xd7, +/* 0x006e40 */ 0x66,0xe1,0x63,0xed,0x7d,0x3a,0x3e,0xe3,0xec,0xdb,0x09,0x58,0x19,0x89,0x0c,0x7f, +/* 0x006e50 */ 0x19,0x92,0xe3,0x14,0x22,0x8c,0x3c,0x91,0x26,0x42,0x7f,0x1c,0x12,0x1b,0x12,0x03, +/* 0x006e60 */ 0xc2,0x2b,0x15,0x78,0x47,0x2b,0x4f,0x80,0x35,0x87,0x35,0x5f,0x2a,0x9c,0x28,0xca, +/* 0x006e70 */ 0xe6,0x7c,0x31,0xfd,0x57,0x4e,0x79,0xca,0xe1,0x6d,0x18,0xf7,0xac,0x44,0x67,0x59, +/* 0x006e80 */ 0xb6,0x46,0x00,0x4c,0x7a,0xd5,0x5c,0xc9,0x32,0x90,0x86,0x19,0x94,0xb2,0x91,0xf7, +/* 0x006e90 */ 0x76,0x6e,0x1d,0x26,0x92,0xa5,0x35,0x26,0xfe,0x42,0x14,0x7f,0xb5,0xe5,0x4b,0xba, +/* 0x006ea0 */ 0x5c,0xb8,0x31,0x2d,0x6a,0xcc,0xc0,0xbb,0x8c,0xfe,0x89,0x12,0x31,0xda,0x14,0xbc, +/* 0x006eb0 */ 0xb2,0x5d,0x6d,0x8d,0xf0,0x1a,0xb1,0x69,0x5e,0x93,0x08,0x1b,0x9a,0x4c,0x9e,0x63, +/* 0x006ec0 */ 0x4c,0x3f,0x68,0x9f,0x23,0x31,0xb2,0x1e,0x8f,0xb3,0x74,0xc7,0xd8,0xd0,0x4b,0x12, +/* 0x006ed0 */ 0x7d,0x3f,0x30,0x36,0xe0,0xe1,0xfd,0xdb,0xaf,0xcc,0x7c,0x00,0x1c,0xe9,0xf5,0x83, +/* 0x006ee0 */ 0x11,0x47,0x1e,0xfe,0x92,0x25,0xe7,0x7c,0xc5,0x4b,0xc9,0xe2,0xa9,0xbc,0x40,0x8a, +/* 0x006ef0 */ 0x5d,0x2a,0x47,0x95,0x68,0xf6,0xc9,0x41,0xfe,0x38,0xeb,0x86,0x3e,0x3f,0xd7,0xb6, +/* 0x006f00 */ 0x0f,0x1c,0xe9,0x91,0x43,0xff,0x55,0xe1,0x4c,0x65,0xd7,0xcc,0x63,0x55,0xb6,0xcb, +/* 0x006f10 */ 0xa8,0x75,0x47,0xe0,0x8a,0xf4,0x67,0x17,0x57,0x5f,0x46,0xe6,0xbc,0xa1,0x98,0xfe, +/* 0x006f20 */ 0x02,0xe1,0xfd,0xdd,0xc6,0x5f,0x7a,0x6d,0x9c,0xd2,0x8b,0x6f,0x56,0xe7,0xba,0x57, +/* 0x006f30 */ 0x26,0xce,0xb6,0x24,0xd3,0xdf,0x1f,0x96,0x97,0xf9,0xcf,0x86,0xde,0xec,0xa3,0xb4, +/* 0x006f40 */ 0x97,0xb6,0x75,0x55,0x38,0xb7,0xa8,0xde,0x5f,0x26,0x5b,0xe3,0x4c,0xdf,0x1f,0x69, +/* 0x006f50 */ 0x1d,0xaa,0xe3,0xe6,0x9d,0x9a,0xe1,0xe0,0xd5,0xef,0xbc,0x27,0x92,0x80,0xdd,0x2a, +/* 0x006f60 */ 0x0e,0xba,0xbf,0x63,0x68,0x4f,0xdc,0xec,0x83,0xe3,0x96,0x9d,0x78,0x85,0x34,0x09, +/* 0x006f70 */ 0xeb,0x53,0x12,0xd3,0x7f,0x39,0x24,0x5d,0x8d,0x9d,0xa5,0xac,0x91,0xd9,0xf8,0xb4, +/* 0x006f80 */ 0x38,0x22,0xf4,0x01,0x22,0x7b,0x4b,0xbc,0x89,0x2e,0x1b,0x66,0x8e,0xa2,0xda,0x08, +/* 0x006f90 */ 0x44,0x58,0x3d,0xa9,0x11,0x06,0xf8,0x8b,0xfe,0x9e,0x56,0x57,0xbe,0xaf,0x1a,0x6b, +/* 0x006fa0 */ 0x48,0xac,0x10,0x73,0x03,0xaa,0xd5,0x1d,0xb4,0x57,0x5e,0xc9,0xa1,0x21,0xfa,0x5d, +/* 0x006fb0 */ 0xac,0x53,0x76,0xa0,0xe2,0x55,0xa8,0xbc,0x9b,0xa6,0x05,0xd1,0x61,0xfd,0x5d,0x70, +/* 0x006fc0 */ 0xdb,0x00,0x9b,0x82,0xa8,0x7d,0x6b,0x29,0xc4,0xa2,0x25,0xf4,0x5f,0xf5,0xf1,0xfa, +/* 0x006fd0 */ 0xaf,0x42,0x6c,0x05,0x49,0x86,0x81,0x20,0xfa,0x34,0x10,0xd0,0xe4,0x57,0x85,0x0b, +/* 0x006fe0 */ 0x5d,0xbd,0x9c,0x93,0x46,0x7b,0x19,0x38,0xc9,0x7f,0x6a,0xe2,0x2f,0xf2,0x5f,0x3d, +/* 0x006ff0 */ 0xc1,0x5f,0x33,0xad,0xac,0x33,0x0e,0x88,0x6d,0xf6,0x4b,0xe8,0x25,0x35,0xa0,0x95, +/* 0x007000 */ 0xa4,0x9a,0x2e,0x4c,0xda,0xaf,0xb2,0xe7,0xe0,0x6f,0xb9,0xc9,0x93,0xf2,0x0f,0x47, +/* 0x007010 */ 0x4c,0x1f,0x06,0x16,0x67,0x2a,0x4e,0xff,0xc3,0x16,0xd6,0xf8,0x21,0x98,0xd5,0x4b, +/* 0x007020 */ 0x4d,0x2f,0xa3,0x60,0x4b,0x09,0xbe,0xb2,0x68,0x3f,0x4a,0x9b,0x7d,0x9e,0xd6,0xdc, +/* 0x007030 */ 0x0e,0x5c,0x40,0xfe,0xbf,0x68,0xfd,0x2f,0x6b,0xe8,0x1e,0x54,0x3c,0x4c,0x08,0x76, +/* 0x007040 */ 0x7f,0xb8,0xd3,0xe3,0xda,0x91,0x0d,0x45,0xef,0x2f,0xdd,0x96,0x04,0xe5,0x54,0x94, +/* 0x007050 */ 0x96,0x66,0xc6,0xb7,0xdc,0xbe,0x44,0x32,0x97,0x1e,0xa1,0x11,0xf5,0xe5,0x29,0x14, +/* 0x007060 */ 0x7f,0xfd,0xdc,0x31,0xbc,0x0b,0x4d,0x91,0x57,0xe3,0xa2,0x0d,0x43,0xb4,0x10,0x58, +/* 0x007070 */ 0x6b,0xcd,0x60,0x15,0x08,0x99,0x59,0x9f,0x3b,0x26,0x80,0x62,0xd8,0xe1,0x72,0xf1, +/* 0x007080 */ 0xfa,0x5f,0xac,0x1c,0xb0,0x1e,0x7b,0xc6,0xf7,0x84,0x78,0x21,0xf0,0x47,0x3d,0xda, +/* 0x007090 */ 0x1e,0x3e,0x95,0xbc,0x66,0x6a,0xcd,0x2e,0x80,0x07,0x45,0x87,0xef,0x35,0xf1,0x21, +/* 0x0070a0 */ 0x93,0x50,0x3b,0x46,0xbf,0xaf,0x79,0x15,0x4e,0x49,0x97,0x4a,0x1b,0x4a,0x4d,0xda, +/* 0x0070b0 */ 0xb3,0x53,0x38,0x87,0xba,0x24,0x55,0xc5,0x68,0xeb,0x7c,0x9a,0xf5,0x21,0xd2,0x30, +/* 0x0070c0 */ 0xd4,0xad,0x0b,0x11,0xf6,0xaf,0xfc,0x56,0xfd,0xaf,0x4e,0xb0,0x94,0xb7,0xc6,0xb9, +/* 0x0070d0 */ 0xd5,0x6c,0x2c,0x23,0x8e,0xf4,0x5b,0x5b,0x54,0xad,0x95,0x1b,0xd5,0xdf,0x49,0xbd, +/* 0x0070e0 */ 0x5a,0xf5,0x0a,0xcf,0x93,0xc2,0x3f,0xe6,0xeb,0xbf,0x24,0x27,0xa6,0x6e,0xb7,0xe6, +/* 0x0070f0 */ 0xbd,0xdb,0x34,0x57,0x91,0x89,0x22,0x4c,0xb2,0x34,0x62,0xb5,0x9a,0x67,0x50,0xf8, +/* 0x007100 */ 0x89,0x8d,0xbf,0xc8,0x73,0xf2,0xf9,0x2f,0x33,0x7b,0x36,0xb6,0x02,0x64,0x5f,0xd2, +/* 0x007110 */ 0xe7,0x02,0xd8,0xce,0xbb,0x2e,0x70,0x7d,0x8c,0x18,0xec,0x17,0xdf,0xb7,0xf4,0x5f, +/* 0x007120 */ 0xf4,0xf7,0xc8,0x79,0xfa,0x2f,0x2b,0x6b,0xf1,0x5b,0xbe,0x9e,0x6f,0x02,0x6a,0x8b, +/* 0x007130 */ 0x69,0xb5,0xaf,0x8a,0x17,0x34,0x3c,0xbc,0xb8,0xcf,0x94,0x42,0x47,0xc4,0x53,0xf4, +/* 0x007140 */ 0xf7,0x38,0xeb,0xa4,0xf3,0xc7,0x23,0xe1,0x75,0x62,0x5c,0xce,0xa2,0xd9,0xa8,0x54, +/* 0x007150 */ 0x4f,0x9e,0xd3,0xc6,0x34,0x4e,0x23,0xb6,0x14,0x79,0x2c,0x8f,0x8e,0x89,0xea,0x7f, +/* 0x007160 */ 0x59,0x0d,0x34,0x12,0xc0,0x68,0x2b,0x37,0x1f,0x1c,0xe9,0xf1,0x7e,0xca,0xdd,0x82, +/* 0x007170 */ 0xa9,0x9c,0x69,0x7a,0x24,0xf6,0x31,0xfd,0x97,0x73,0xff,0xe2,0x78,0x10,0x0c,0xc4, +/* 0x007180 */ 0x9e,0x46,0xc9,0x6c,0xd0,0x90,0x15,0xff,0x31,0x65,0x8f,0x62,0xaf,0x75,0xe0,0xcd, +/* 0x007190 */ 0x5b,0x66,0xee,0x5f,0x7d,0x14,0x7f,0x3d,0xaa,0x38,0xf1,0x97,0x95,0x9f,0x90,0x93, +/* 0x0071a0 */ 0xc7,0x84,0x36,0xf4,0x22,0xfa,0xd7,0x6c,0x47,0xbb,0x70,0x02,0xfd,0x27,0x57,0xd6, +/* 0x0071b0 */ 0xaa,0x0f,0x2f,0x95,0x0f,0xaa,0x6c,0x7d,0x66,0xe7,0x87,0xa8,0xb0,0xfe,0x17,0xd1, +/* 0x0071c0 */ 0x7f,0x35,0xe6,0x2a,0x56,0x8a,0x4f,0x35,0x7d,0xa4,0x3f,0x72,0xd1,0xbb,0xac,0x79, +/* 0x0071d0 */ 0x08,0x7d,0xcd,0x69,0xc4,0xd2,0xbe,0x95,0xd3,0xdc,0x02,0xf3,0x48,0x3c,0xca,0xea, +/* 0x0071e0 */ 0x7f,0x95,0xef,0x9a,0xca,0xed,0x3b,0x8d,0x0e,0x91,0x17,0x6c,0x49,0x73,0x06,0xc0, +/* 0x0071f0 */ 0xb2,0x46,0xba,0xc8,0xed,0x4d,0xba,0x2f,0x43,0x32,0x31,0x1c,0xfc,0x57,0xe7,0x6f, +/* 0x007200 */ 0x15,0x87,0x09,0xb6,0x97,0x35,0xce,0xe3,0xc6,0x0b,0xea,0x47,0xfa,0xf3,0xc3,0xde, +/* 0x007210 */ 0x7f,0x10,0x63,0xda,0xc7,0x29,0x16,0x3a,0x1e,0xd7,0xeb,0xe2,0x6d,0x27,0xab,0xe6, +/* 0x007220 */ 0x98,0xf1,0xe1,0x49,0x3a,0x5f,0xbb,0xf0,0xfe,0xf5,0x67,0xbb,0xb6,0x57,0xad,0x61, +/* 0x007230 */ 0x9d,0x0d,0x96,0xfe,0x84,0xb0,0x5d,0xdf,0x19,0x08,0x3d,0x21,0x3e,0x82,0x4e,0x68, +/* 0x007240 */ 0x56,0x0e,0x67,0xa5,0x26,0xb7,0x0b,0xe5,0xa6,0x47,0xe2,0x45,0x41,0xa5,0x2b,0x62, +/* 0x007250 */ 0x9e,0xa4,0x8b,0xa4,0xdf,0x6f,0x81,0xf9,0x6a,0x27,0xcf,0xa9,0x34,0x16,0xb7,0xfb, +/* 0x007260 */ 0xdb,0xd1,0x8b,0xe6,0x73,0xd6,0xc8,0x2a,0x92,0x15,0x3c,0x28,0xce,0xfc,0xc3,0xe5, +/* 0x007270 */ 0x92,0xe3,0x94,0x38,0xfc,0x55,0x88,0xed,0x5f,0x27,0x4b,0x22,0xc2,0x25,0x7f,0xd2, +/* 0x007280 */ 0x95,0x36,0xba,0x50,0x40,0x9a,0x9a,0x62,0xf3,0x5e,0xbe,0xbd,0x4b,0x45,0x5d,0x4a, +/* 0x007290 */ 0x93,0xcb,0x9c,0xf7,0x41,0x1a,0xaf,0xbe,0x45,0xf2,0xac,0xe6,0x9b,0x63,0xb8,0x70, +/* 0x0072a0 */ 0xc8,0x0b,0x3c,0xd1,0x69,0x1c,0xe0,0x79,0x33,0xc9,0x9f,0xfa,0x3f,0x9c,0xb4,0xc0, +/* 0x0072b0 */ 0x68,0xeb,0xa9,0x7c,0x1a,0xf5,0x69,0x6c,0x9c,0x8f,0xe8,0xbb,0x73,0xe1,0x74,0x77, +/* 0x0072c0 */ 0x4d,0xd3,0x51,0xf3,0x7c,0x95,0x8c,0xb3,0x8e,0x76,0xf1,0xb3,0x43,0x3b,0x4b,0x44, +/* 0x0072d0 */ 0x9d,0x77,0x01,0x4e,0xd1,0xb5,0x06,0xe3,0xdf,0xd6,0xe1,0xe5,0xeb,0xa6,0xf9,0x1c, +/* 0x0072e0 */ 0xdc,0xc8,0xe1,0xed,0xcf,0xaa,0x40,0x3a,0x42,0x7f,0xcf,0x56,0xe5,0xa0,0x74,0xc7, +/* 0x0072f0 */ 0xc5,0xa5,0x4e,0x95,0xda,0x07,0xfe,0xfe,0x06,0x1c,0x79,0x46,0x0d,0xf7,0x4a,0x71, +/* 0x007300 */ 0x36,0x2a,0x43,0xdb,0x8d,0xa5,0xa3,0xd3,0x2e,0x49,0x37,0xd1,0x42,0xbc,0x9f,0x8a, +/* 0x007310 */ 0xf5,0x16,0xfe,0xd2,0xe8,0x73,0x74,0x0e,0x5b,0x51,0x13,0x00,0xdc,0x58,0x00,0xb6, +/* 0x007320 */ 0x6c,0xd7,0x70,0xfc,0xec,0x41,0x55,0x06,0x4a,0x0b,0x5b,0xd0,0xda,0x7e,0x16,0x3f, +/* 0x007330 */ 0xbf,0x1f,0xaf,0xd1,0x65,0x55,0x08,0x15,0xe2,0x2f,0x8b,0xed,0x22,0x8d,0x12,0x2b, +/* 0x007340 */ 0xe0,0xac,0x87,0xe7,0xac,0xc3,0x01,0xe7,0xa6,0xa6,0x7f,0x46,0xef,0xeb,0x3f,0xb0, +/* 0x007350 */ 0x78,0x10,0x0d,0xaf,0xb4,0xc1,0xfc,0xfa,0x5f,0xe5,0x5e,0x17,0xa7,0x6a,0xa9,0x01, +/* 0x007360 */ 0x2c,0x6c,0x72,0x2e,0x4d,0xeb,0xca,0x92,0x50,0x41,0x00,0xd6,0xd5,0xdd,0xe6,0x27, +/* 0x007370 */ 0xbc,0x1b,0xb6,0x5a,0x59,0x90,0x2c,0xfe,0x8b,0xbe,0x3d,0xfa,0x7a,0x8e,0xff,0x82, +/* 0x007380 */ 0xa1,0x2b,0xe5,0xbe,0x8b,0x37,0x84,0xd3,0xc4,0x2f,0xa5,0x79,0xb9,0x70,0xd3,0x9c, +/* 0x007390 */ 0xd3,0x9b,0xe6,0xd1,0x90,0x89,0xbf,0x26,0x2b,0x74,0x5d,0xe5,0xf0,0x97,0xa3,0xb1, +/* 0x0073a0 */ 0xd1,0x6c,0x84,0x73,0xe2,0x3b,0xe8,0x18,0xfa,0xa6,0x61,0x7a,0xa1,0x20,0x9f,0x81, +/* 0x0073b0 */ 0x71,0xc1,0x5d,0xf0,0x17,0x0e,0xda,0x07,0xdb,0x32,0xff,0x32,0x6e,0x5e,0x79,0x81, +/* 0x0073c0 */ 0x9e,0x6f,0xb4,0x52,0x21,0x98,0x5a,0x3a,0x46,0x2c,0x23,0x62,0xe6,0xdf,0xaa,0xe3, +/* 0x0073d0 */ 0xfd,0x37,0x78,0xfd,0xd7,0x07,0xed,0x73,0xce,0x94,0x7e,0xfd,0x1f,0x77,0x1c,0x26, +/* 0x0073e0 */ 0x1b,0xaa,0xbb,0xc7,0x0f,0x6c,0x57,0x4c,0x95,0xf7,0x3d,0x6e,0x77,0x96,0x0f,0x50, +/* 0x0073f0 */ 0x44,0xc6,0xf8,0xaf,0x11,0x07,0xff,0x55,0x12,0x34,0x96,0x61,0x78,0x0b,0x18,0xf6, +/* 0x007400 */ 0x90,0x49,0x72,0x69,0x25,0x88,0x64,0x08,0x00,0xe0,0xf5,0x0f,0x48,0xbd,0x00,0x78, +/* 0x007410 */ 0x15,0x3b,0x09,0xaa,0xa8,0xfe,0x4b,0x7a,0x88,0x9b,0x77,0xd6,0x88,0x63,0x44,0x4f, +/* 0x007420 */ 0xf2,0x4e,0x5d,0xf3,0xf2,0x53,0x13,0x79,0xfe,0xab,0xdc,0x11,0x3f,0x03,0x3b,0xd9, +/* 0x007430 */ 0xc4,0xfb,0x27,0xa0,0xd8,0xbe,0x49,0x3b,0xbf,0x07,0x73,0x1a,0x46,0x50,0x6f,0x0b, +/* 0x007440 */ 0xfd,0x16,0xc6,0x39,0x47,0xc6,0x79,0x1b,0xc7,0x7f,0x39,0xf0,0xd7,0x9f,0x25,0xcb, +/* 0x007450 */ 0xb4,0xc1,0x9e,0x38,0xbd,0x2c,0x67,0x36,0xd8,0x7c,0x81,0xf3,0xc0,0x98,0x99,0x5c, +/* 0x007460 */ 0x6a,0xf3,0x5f,0x0a,0x1f,0xcf,0x1f,0x92,0xf0,0x77,0xa1,0x1c,0x55,0x63,0x59,0xf3, +/* 0x007470 */ 0x4a,0x87,0xb7,0x07,0xfc,0x1c,0x64,0x56,0xb9,0xcf,0xda,0x34,0xaf,0x3a,0xf1,0x57, +/* 0x007480 */ 0x4b,0x98,0x87,0x5d,0xb5,0x87,0xc2,0xa3,0xc2,0xb8,0xd0,0x6d,0xd4,0x0c,0xb2,0x41, +/* 0x007490 */ 0x08,0x6b,0xa5,0xd3,0xe9,0x29,0x84,0xee,0xce,0x4c,0xc6,0x57,0xda,0x6b,0x4e,0xb0, +/* 0x0074a0 */ 0x5b,0xf3,0x79,0xfe,0x2b,0x0f,0x7f,0x51,0x6e,0x2b,0x69,0x84,0x07,0x1f,0x60,0x89, +/* 0x0074b0 */ 0x1c,0xc8,0x4d,0xe6,0x4b,0xc3,0x8d,0x48,0x80,0x9b,0xdc,0x8c,0x83,0xff,0x4a,0x2b, +/* 0x0074c0 */ 0x4f,0x21,0x87,0xd5,0x83,0xbc,0x92,0xe9,0x92,0x1e,0x30,0x91,0x82,0xe7,0x94,0xff, +/* 0x0074d0 */ 0x41,0xb4,0x45,0xaf,0x55,0xe5,0xe7,0xfc,0xa0,0x5d,0xc2,0x9d,0x9f,0x03,0x22,0xcc, +/* 0x0074e0 */ 0xc1,0x7f,0x75,0xc8,0xf0,0x47,0x4d,0xfc,0xa5,0xc7,0x46,0x4a,0xe7,0x35,0x6f,0xd0, +/* 0x0074f0 */ 0x92,0x3b,0x89,0xda,0x8b,0x40,0x33,0xbd,0x2c,0x24,0x3e,0xa6,0xe3,0xd1,0xe8,0x78, +/* 0x007500 */ 0x6c,0x7e,0xd3,0x31,0xfd,0x4a,0xa6,0x21,0xe7,0xbb,0x9f,0x00,0x31,0x47,0xfd,0xe5, +/* 0x007510 */ 0xe9,0x4e,0xff,0xf9,0x01,0xdf,0x95,0x0f,0xc7,0x55,0xa2,0xed,0xba,0xc2,0xad,0x6c, +/* 0x007520 */ 0xda,0x1d,0x57,0xac,0xa5,0x8c,0x31,0x62,0xfd,0xec,0xd6,0x82,0x7e,0x0e,0x7f,0x39, +/* 0x007530 */ 0xf8,0xaf,0x8a,0x18,0x2c,0xcb,0x97,0xd2,0x5f,0x50,0xfe,0x0b,0xde,0x9f,0x17,0x30, +/* 0x007540 */ 0x88,0x40,0x03,0xc0,0x7f,0xa9,0xc4,0x11,0xf1,0x08,0x84,0x19,0x3b,0xc5,0x00,0xca, +/* 0x007550 */ 0x26,0xa2,0x1c,0xff,0x65,0x38,0xea,0xa7,0xa8,0xd5,0xc0,0x7f,0x9d,0xd1,0x2d,0xfe, +/* 0x007560 */ 0x8b,0xdc,0x8a,0x53,0x45,0x98,0x4e,0xb6,0xb6,0xd5,0xe0,0x0d,0x15,0x17,0x2a,0xa0, +/* 0x007570 */ 0x36,0x0a,0xc7,0x7f,0x21,0x5e,0xff,0x05,0x40,0x4c,0x7e,0xce,0x4e,0x44,0x24,0x14, +/* 0x007580 */ 0x64,0xba,0x9b,0x8e,0x7c,0x6d,0x9c,0x4c,0xc1,0x8b,0x80,0x85,0x2b,0x84,0x29,0x68, +/* 0x007590 */ 0x95,0xd3,0xff,0x50,0xe2,0xf3,0xe7,0xed,0xb3,0x41,0xab,0xc8,0x17,0x39,0x86,0xe2, +/* 0x0075a0 */ 0x8e,0x0d,0x93,0x6a,0xf8,0xa4,0x67,0x8e,0xdb,0x27,0x24,0x69,0x3e,0xb6,0xc5,0x7f, +/* 0x0075b0 */ 0xe5,0x59,0x6a,0x78,0x71,0xb0,0x24,0x5f,0x74,0x45,0x4d,0xff,0x0d,0xf2,0x15,0x64, +/* 0x0075c0 */ 0xf1,0xb0,0xcc,0xe8,0x82,0x5b,0xe8,0x98,0x56,0x9b,0xf1,0x0c,0x8b,0x50,0xd0,0xc7, +/* 0x0075d0 */ 0xe1,0x7f,0x58,0x0c,0x7f,0xb9,0x26,0xae,0xc8,0x0c,0x45,0x60,0x25,0xc8,0x51,0xd4, +/* 0x0075e0 */ 0x21,0x59,0x91,0xcf,0x3f,0xe4,0xe3,0x4c,0x57,0xf4,0x51,0x5f,0xaa,0x6a,0x58,0xba, +/* 0x0075f0 */ 0x21,0xd9,0xee,0x04,0x1d,0xa4,0x71,0x38,0xc5,0xc2,0x4b,0x8c,0xdf,0x35,0xde,0x88, +/* 0x007600 */ 0xa3,0x38,0xff,0x05,0x56,0x84,0x2a,0x89,0x9f,0x57,0xd8,0x11,0xf5,0x66,0x08,0xa4, +/* 0x007610 */ 0xb5,0x1a,0x6d,0x09,0xb9,0x22,0x6c,0xd3,0x42,0x9b,0x31,0xfe,0xfa,0x5c,0xe3,0xf9, +/* 0x007620 */ 0xaf,0x7a,0xc9,0x91,0x6d,0xf8,0x5d,0x7c,0x0b,0x0d,0xe7,0x45,0xe6,0x9b,0x69,0xfd, +/* 0x007630 */ 0x65,0x83,0x5e,0x11,0x02,0x5a,0x45,0x2a,0x31,0xac,0x1e,0x90,0x79,0xfe,0x2b,0x54, +/* 0x007640 */ 0xce,0xe3,0xaf,0x90,0x4a,0xd4,0x5e,0x19,0x62,0x9c,0xc2,0xbb,0x40,0x08,0x49,0xc9, +/* 0x007650 */ 0xea,0x13,0x5f,0x5c,0xe1,0x4f,0xb4,0xec,0xec,0x0d,0x39,0xeb,0x2f,0x53,0x92,0x82, +/* 0x007660 */ 0x66,0x1b,0xaa,0x51,0xa2,0xf6,0xea,0x2a,0x52,0x51,0x17,0x37,0x8e,0xea,0x53,0x68, +/* 0x007670 */ 0x9f,0xb6,0x04,0x8c,0xb3,0xea,0xe0,0xbf,0x1c,0xf8,0x2b,0xd4,0xb0,0x78,0xe3,0xa6, +/* 0x007680 */ 0x24,0x0d,0xe3,0x6d,0xfd,0x17,0xb0,0x5d,0xb7,0x4d,0x21,0x98,0x45,0x60,0x7d,0xe9, +/* 0x007690 */ 0x72,0xf0,0x5f,0x0e,0x7c,0xd1,0x11,0xfb,0xb6,0x2f,0x95,0x9c,0xad,0xde,0x46,0x0b, +/* 0x0076a0 */ 0x4d,0xff,0x0d,0xf2,0x09,0x03,0xfe,0xaa,0x03,0x06,0x93,0xd0,0x5e,0xad,0x5e,0xfc, +/* 0x0076b0 */ 0xb7,0xd2,0xcc,0xac,0x63,0x35,0xe3,0xbf,0x1c,0xf8,0x4b,0xab,0x51,0x3c,0x9d,0xee, +/* 0x0076c0 */ 0xca,0xa2,0x6e,0xf3,0x33,0x99,0xff,0x46,0x3b,0xde,0x80,0x3a,0x85,0x73,0xf2,0x41, +/* 0x0076d0 */ 0x87,0xff,0x61,0x2b,0xe2,0x4d,0xe6,0x55,0x8c,0xbf,0xf0,0x18,0xb2,0x2b,0x88,0x8c, +/* 0x0076e0 */ 0x33,0x7c,0x4d,0x50,0xf6,0x4b,0xd5,0x96,0x28,0xfe,0x7e,0x65,0xef,0xaa,0xea,0x67, +/* 0x0076f0 */ 0x4a,0x96,0x05,0x7e,0x8f,0xf6,0x1a,0x44,0x79,0x97,0x60,0xfc,0x97,0x03,0x7f,0x49, +/* 0x007700 */ 0x35,0x8f,0x2e,0xa1,0xfe,0x87,0x96,0x11,0x62,0x4d,0x2b,0xf1,0xdf,0xd8,0xef,0x9a, +/* 0x007710 */ 0x69,0xe3,0xaf,0x87,0x87,0x84,0x6b,0xe8,0x37,0x4e,0xff,0xc3,0x17,0x8b,0xe4,0x1f, +/* 0x007720 */ 0xca,0xfb,0x49,0xa3,0x99,0x21,0xb2,0x1e,0x42,0x7b,0x45,0xdb,0x4d,0xfc,0xf5,0xad, +/* 0x007730 */ 0x5f,0x6c,0x16,0xff,0x88,0x6e,0x68,0x60,0xd6,0x21,0xee,0xa4,0xfb,0x97,0x7b,0xea, +/* 0x007740 */ 0x8e,0xbc,0xe7,0x28,0xe2,0x0e,0xe9,0xae,0xfa,0xaf,0x06,0xad,0x8c,0x12,0x6a,0x3c, +/* 0x007750 */ 0xff,0xd5,0x5a,0x98,0x7f,0x38,0x4d,0x75,0x65,0x69,0xfe,0xa1,0x99,0xda,0x9a,0x84, +/* 0x007760 */ 0xd7,0x66,0x0e,0xf5,0x6f,0xb1,0xa4,0x61,0x8c,0x11,0x73,0xf0,0x5f,0x31,0x3b,0xc9, +/* 0x007770 */ 0x90,0xe4,0x1f,0x6e,0xe8,0xaa,0x4d,0x9b,0xfc,0x97,0xee,0xbb,0x08,0xd4,0x98,0x46, +/* 0x007780 */ 0xf4,0x5f,0x23,0xae,0x53,0x7a,0x0d,0x70,0x64,0x17,0x09,0x23,0x56,0x66,0xfb,0x6f, +/* 0x007790 */ 0xb8,0xf2,0xf4,0xcb,0x94,0xbe,0xd7,0xc3,0x54,0xed,0x45,0xd7,0x31,0x92,0xce,0x14, +/* 0x0077a0 */ 0x04,0x8b,0x86,0x01,0x57,0x12,0x64,0xb0,0xe4,0x64,0x89,0x9e,0x28,0x32,0xfe,0x0b, +/* 0x0077b0 */ 0x4d,0xe5,0xf1,0x57,0x9a,0xe4,0xbc,0x3d,0x88,0xdf,0x85,0xea,0x8c,0xc5,0x7f,0xad, +/* 0x0077c0 */ 0x85,0xf5,0x79,0x8b,0x56,0x45,0x14,0x61,0xf2,0x6a,0xb9,0x3a,0x25,0xaf,0x48,0x9c, +/* 0x0077d0 */ 0x51,0xdf,0xd3,0x2a,0xc1,0x23,0x71,0xc4,0xc2,0x5f,0x8a,0xcd,0x7f,0x65,0x66,0x8d, +/* 0x0077e0 */ 0xf8,0x6e,0x79,0xe0,0x8c,0x71,0xa1,0x5a,0xca,0xf8,0x2f,0xbc,0x08,0xe3,0x5b,0x5f, +/* 0x0077f0 */ 0xeb,0x73,0x89,0xff,0x86,0xbc,0x46,0x6f,0xc8,0x85,0x3b,0xc4,0x53,0xe8,0x2b,0xbd, +/* 0x007800 */ 0xb7,0x80,0xff,0xb2,0x70,0x41,0x6c,0xd0,0xf7,0x5e,0xf3,0x80,0xb4,0x12,0x86,0x97, +/* 0x007810 */ 0xf1,0x5f,0x08,0x0e,0x00,0xd1,0x15,0x5a,0x11,0x6c,0x40,0xe6,0x17,0x61,0x0e,0x7f, +/* 0x007820 */ 0x69,0x92,0x6d,0xa9,0xa1,0xdd,0xe9,0x9a,0x7b,0xdd,0x37,0xe6,0xf9,0xa1,0x76,0x45, +/* 0x007830 */ 0x8f,0xc4,0xbd,0xfb,0xcd,0x13,0xfb,0x91,0x69,0x97,0x5b,0x6e,0x74,0xce,0xca,0x79, +/* 0x007840 */ 0xf7,0x89,0x97,0xb5,0x1b,0x89,0x68,0xdc,0x77,0x52,0x9c,0x83,0x3e,0x76,0xe6,0x1f, +/* 0x007850 */ 0x56,0xf0,0xbe,0xf1,0xb0,0x01,0xad,0xc0,0x18,0x36,0x63,0x3c,0x1c,0xf1,0xd4,0x9b, +/* 0x007860 */ 0x49,0x1a,0x48,0x3c,0xa6,0xef,0xc5,0xa3,0x1a,0x9a,0x1f,0x38,0x8b,0x32,0xe9,0xca, +/* 0x007870 */ 0x10,0xfe,0x1c,0xca,0x41,0xbf,0xcc,0xf3,0x5f,0xfa,0x1b,0x56,0xe9,0x6a,0x69,0x2e, +/* 0x007880 */ 0xc5,0xb9,0x7f,0x8d,0xf6,0xa2,0x4a,0xb4,0xc8,0x2a,0xb2,0xbc,0x1c,0x3f,0xf0,0x37, +/* 0x007890 */ 0x6a,0x65,0x1f,0xa1,0xc6,0x7a,0x03,0x95,0x2d,0x1e,0x84,0x07,0xa5,0xd3,0x81,0xbf, +/* 0x0078a0 */ 0xe2,0xbc,0xcf,0x1b,0x84,0x97,0x4b,0x22,0xe5,0x5e,0x1c,0x93,0x84,0x90,0x79,0xc5, +/* 0x0078b0 */ 0xef,0x41,0x4d,0xe4,0xb8,0x38,0x27,0x47,0x14,0x08,0x57,0x54,0x44,0x9e,0xa3,0x4f, +/* 0x0078c0 */ 0xcc,0x7f,0x31,0x53,0xf7,0x30,0x24,0xd2,0x23,0x99,0x25,0x10,0x22,0x5f,0x6a,0x0a, +/* 0x0078d0 */ 0xc8,0xe7,0xc1,0x9a,0x23,0x02,0x1a,0x84,0x6d,0x39,0xdf,0xbe,0x25,0x35,0xc2,0x51, +/* 0x0078e0 */ 0x7d,0x42,0xfe,0xeb,0x16,0x25,0x25,0x07,0xc8,0xe7,0xf0,0x18,0xbd,0xf2,0x02,0x28, +/* 0x0078f0 */ 0x2e,0x77,0x31,0x6a,0x0c,0x70,0x41,0x67,0x43,0x9a,0xa4,0xa8,0xdd,0xd2,0x79,0xfe, +/* 0x007900 */ 0xab,0x52,0xe1,0xea,0x52,0xdd,0xa1,0xde,0x86,0x3f,0x45,0x8f,0xa1,0x05,0x32,0x4d, +/* 0x007910 */ 0xb8,0x12,0x1a,0xf5,0xa5,0xc6,0xb4,0x71,0xe9,0xb6,0x15,0x8b,0xe2,0x3e,0xeb,0xe2, +/* 0x007920 */ 0x62,0x05,0x46,0x0a,0x3c,0xff,0x75,0xce,0xa1,0xff,0x12,0x02,0x46,0x28,0xd3,0xb4, +/* 0x007930 */ 0x4b,0xe8,0x82,0x83,0x29,0x16,0x2d,0xab,0x9e,0xae,0xc4,0x25,0xb4,0xbf,0x0b,0x18, +/* 0x007940 */ 0xb1,0x69,0xbb,0xf0,0x67,0x35,0x93,0x52,0xcf,0x6b,0x27,0xe6,0xbf,0x98,0x8f,0x47, +/* 0x007950 */ 0x18,0xed,0x84,0xe5,0xd4,0x7a,0xce,0x3e,0x0c,0xcd,0xf6,0xdb,0x5e,0x79,0x01,0xad, +/* 0x007960 */ 0x8b,0x94,0x38,0x74,0xf2,0x5f,0xe5,0x3c,0xff,0xa5,0xaa,0x03,0xad,0x11,0x61,0xbd, +/* 0x007970 */ 0x9e,0x46,0x61,0x99,0xf1,0x5f,0xe1,0xf8,0x03,0x4a,0xd3,0x80,0xda,0x2b,0x87,0xfb, +/* 0x007980 */ 0xbb,0xeb,0x20,0xbc,0x8c,0xab,0x15,0x32,0x64,0x1a,0xac,0x72,0xf0,0x5f,0xda,0x7a, +/* 0x007990 */ 0x5e,0xff,0xa5,0xd4,0xf5,0xb5,0xfd,0xbb,0x58,0x9d,0x19,0x79,0x66,0xbe,0x3c,0x63, +/* 0x0079a0 */ 0x2f,0x41,0xbe,0x35,0xba,0xef,0x4d,0xf1,0x4b,0x83,0x8e,0xf3,0x94,0x2f,0xf5,0x1b, +/* 0x0079b0 */ 0xcb,0x7f,0xd4,0x4e,0x72,0xec,0xb3,0x4e,0xfe,0x6b,0x3a,0xaf,0xb3,0x8b,0xc6,0x0e, +/* 0x0079c0 */ 0x4f,0xf9,0x4a,0x1c,0xd7,0xcf,0x44,0x1a,0xa5,0x19,0x38,0x08,0x94,0xee,0xa0,0x9f, +/* 0x0079d0 */ 0x01,0xda,0x1a,0x77,0x7d,0x0d,0x8e,0x88,0x57,0xc5,0x83,0xb9,0xf1,0xa9,0x8d,0x4a, +/* 0x0079e0 */ 0x6d,0x5f,0x72,0x14,0x8d,0xff,0x1f,0xf8,0xaf,0x9f,0xa9,0x73,0x0d,0x9f,0x51,0x37, +/* 0x0079f0 */ 0x1b,0xff,0x89,0x1f,0x0f,0x7a,0xc1,0x29,0xe2,0x78,0xa7,0x75,0x06,0xb2,0x10,0xca, +/* 0x007a00 */ 0xea,0x15,0xf8,0x1f,0x2a,0xbf,0x2e,0xb0,0x34,0xc4,0x40,0x6c,0x05,0xc6,0x32,0xa0, +/* 0x007a10 */ 0xae,0xda,0xd3,0x1e,0x32,0x64,0xbd,0xe9,0xb6,0xde,0x8d,0x02,0x56,0x9f,0x38,0x0e, +/* 0x007a20 */ 0xcc,0xac,0xce,0xa3,0xf4,0x7d,0xce,0xe6,0x7d,0x17,0x26,0xe1,0x18,0xc4,0x9f,0xa7, +/* 0x007a30 */ 0x5f,0x52,0xf6,0x48,0x6a,0x76,0x31,0x12,0x3e,0x56,0xcd,0xba,0xe4,0x12,0x06,0x62, +/* 0x007a40 */ 0x71,0x39,0xca,0xe5,0x35,0xd1,0xfd,0x2b,0x37,0xfd,0x92,0x52,0xc8,0xef,0x1c,0x40, +/* 0x007a50 */ 0x0f,0xf5,0x2f,0xa1,0xb0,0xeb,0x2d,0xc3,0xdd,0x43,0x98,0xd0,0x87,0x6c,0x44,0x16, +/* 0x007a60 */ 0xb2,0x3b,0xfb,0x19,0xfe,0x72,0x39,0xf1,0x97,0xf5,0xa1,0xe1,0xf1,0xc9,0x7a,0xf0, +/* 0x007a70 */ 0xf8,0xb8,0x02,0x46,0xcd,0x40,0x72,0xdc,0x64,0x2b,0x76,0xa1,0xe7,0x51,0x43,0x9c, +/* 0x007a80 */ 0xcf,0x1f,0xcb,0x15,0xc1,0x5f,0x36,0x10,0x43,0x0b,0xa0,0x4c,0xdb,0x5f,0x34,0xf0, +/* 0x007a90 */ 0xff,0xa9,0x36,0x92,0xe3,0x02,0xd5,0x88,0x4d,0x81,0x19,0x6c,0xd4,0x6a,0xef,0xa9, +/* 0x007aa0 */ 0xff,0x22,0x0d,0xfc,0x46,0x09,0xf8,0x5f,0x75,0x7a,0x82,0xda,0xd1,0xc9,0xd1,0x43, +/* 0x007ab0 */ 0x38,0x1a,0x1c,0xc0,0xff,0x5f,0x73,0x6c,0x8e,0xcc,0xcb,0xe5,0x75,0x9f,0x28,0xea, +/* 0x007ac0 */ 0xbf,0x61,0xf3,0x5f,0x23,0x9e,0xd4,0xe4,0x1a,0xb4,0x11,0x9c,0x85,0xde,0x48,0x8c, +/* 0x007ad0 */ 0x93,0xe7,0x90,0x1c,0x45,0xc8,0xd8,0xf4,0x72,0xbc,0xf0,0x44,0xf5,0xbf,0xcc,0x83, +/* 0x007ae0 */ 0xc4,0x31,0x3c,0xef,0x93,0x51,0xd2,0xb5,0xc3,0x90,0x83,0x78,0xdb,0xea,0x66,0x9c, +/* 0x007af0 */ 0x26,0x1c,0x62,0x48,0xa1,0x59,0x76,0x06,0x29,0xc3,0x5f,0x39,0xa7,0xff,0x86,0xd9, +/* 0x007b00 */ 0x48,0x55,0xe6,0xba,0x5b,0x85,0xbf,0x12,0xd6,0xa4,0xa9,0x41,0xba,0xb6,0x86,0x5a, +/* 0x007b10 */ 0x23,0x9e,0x95,0xde,0xa3,0x00,0xc1,0xfa,0x57,0x97,0x8b,0xd7,0xff,0x62,0x89,0x88, +/* 0x007b20 */ 0xa8,0xbe,0xc5,0x07,0xe9,0x04,0x1f,0xa2,0xd9,0x86,0x57,0x15,0x61,0xde,0x67,0x5b, +/* 0x007b30 */ 0x7d,0x90,0x37,0x22,0x7a,0xf3,0xf4,0x5f,0x46,0xa9,0x13,0x7f,0xb1,0x89,0xa3,0x8a, +/* 0x007b40 */ 0xb0,0x33,0xe8,0x4e,0xb0,0xb1,0x0f,0xcf,0xce,0x6d,0x87,0xed,0xa1,0x56,0x76,0x45, +/* 0x007b50 */ 0xbc,0x17,0xff,0xc5,0x1a,0x5a,0x94,0x3e,0x07,0xb2,0xc1,0xbd,0x83,0xe2,0x97,0x0e, +/* 0x007b60 */ 0x99,0x9e,0xc6,0x77,0x36,0xf1,0x97,0x92,0x77,0xee,0x47,0x65,0x5f,0x72,0xe5,0x21, +/* 0x007b70 */ 0x7a,0xca,0xa7,0x55,0x66,0xd7,0xb6,0x07,0x6e,0x0b,0x13,0x56,0x42,0x19,0x0d,0x92, +/* 0x007b80 */ 0xdf,0x53,0x59,0x50,0xff,0x8b,0x8d,0xf3,0x28,0xd8,0x1e,0x0a,0x6b,0xf4,0x10,0x19, +/* 0x007b90 */ 0x67,0x9d,0x97,0xd7,0xad,0x28,0x5a,0xff,0xab,0xe8,0x77,0x8a,0xd2,0xa3,0x9e,0x77, +/* 0x007ba0 */ 0x56,0xe3,0xd7,0x4f,0x52,0x41,0x06,0x3b,0xe0,0x48,0x9b,0xcf,0x15,0xd1,0x7f,0x5d, +/* 0x007bb0 */ 0x2a,0x52,0xff,0x0b,0x1a,0xb3,0xc0,0x88,0xe3,0x07,0xfa,0x11,0xf4,0xbe,0xee,0xed, +/* 0x007bc0 */ 0x78,0x65,0x44,0x39,0x02,0x0b,0xa3,0xed,0xc8,0xd1,0x7c,0xef,0xfa,0x5f,0xc4,0xfc, +/* 0x007bd0 */ 0x41,0x88,0xdd,0x07,0x06,0x6b,0xf2,0x98,0xab,0xc8,0x91,0xbb,0x3a,0xa3,0x50,0xff, +/* 0x007be0 */ 0xb5,0x2e,0x3f,0xff,0xd0,0x34,0x25,0xe8,0x00,0x93,0x0d,0xed,0x30,0x46,0x5b,0x72, +/* 0x007bf0 */ 0x2a,0x19,0x44,0xff,0xc4,0x73,0x0a,0xde,0xd7,0xec,0xce,0x43,0x13,0xd6,0xff,0xa2, +/* 0x007c00 */ 0x46,0x0a,0x8f,0xcb,0x29,0x61,0x12,0x7a,0x49,0x98,0xa3,0xc9,0x9b,0x85,0xa0,0xfc, +/* 0x007c10 */ 0x12,0x4f,0x8d,0x75,0xf5,0xdc,0x3b,0xff,0xd0,0x04,0x74,0x87,0xee,0xcb,0x80,0x59, +/* 0x007c20 */ 0x87,0x14,0xd0,0x66,0xbe,0x9c,0x90,0x9c,0x19,0x89,0x0f,0x17,0xd1,0x7f,0xa1,0xc2, +/* 0x007c30 */ 0xfa,0x5f,0xb4,0x10,0xf3,0x7d,0x20,0x04,0x5b,0xa5,0x04,0x5b,0xdc,0x53,0x05,0x49, +/* 0x007c40 */ 0xdb,0xaa,0x70,0x19,0x89,0x25,0xf7,0x15,0xea,0xbf,0xe4,0x78,0xfe,0x38,0x0b,0xc4, +/* 0x007c50 */ 0x88,0xfe,0xfe,0xea,0xd5,0xc9,0xd0,0x36,0x03,0x37,0xca,0x56,0x77,0x57,0xa6,0xc7, +/* 0x007c60 */ 0x5a,0xb8,0x3e,0xa5,0x9d,0x85,0xf9,0x87,0xeb,0x8b,0x8e,0xb3,0xda,0xd8,0x5a,0x36, +/* 0x007c70 */ 0x84,0x30,0x4a,0x0a,0xc6,0x5a,0x4b,0x81,0x08,0xfb,0x54,0xe5,0x10,0x59,0xd9,0x26, +/* 0x007c80 */ 0xbb,0xf3,0xf5,0xe2,0xfc,0x17,0x6b,0x74,0x3d,0x12,0xf7,0xbd,0x26,0x5e,0x87,0xea, +/* 0x007c90 */ 0x00,0xed,0x38,0x1a,0xbc,0xb0,0xe9,0x30,0xb1,0xfe,0xb3,0x90,0xdd,0x34,0xe6,0x69, +/* 0x007ca0 */ 0x69,0xe5,0x1f,0xce,0x2b,0xf4,0x9f,0x27,0xb2,0xaf,0x40,0xda,0xd3,0xa9,0xe1,0x46, +/* 0x007cb0 */ 0xcb,0x36,0xd5,0xb3,0x56,0xf8,0x83,0xde,0x85,0x66,0x72,0x7d,0xdc,0x76,0xe7,0xb3, +/* 0x007cc0 */ 0x26,0xff,0xd5,0xaf,0x14,0x19,0x67,0x39,0xf8,0xed,0x25,0xf7,0x81,0x11,0xa2,0x12, +/* 0x007cd0 */ 0xd4,0x3c,0xe5,0x89,0xdf,0xa9,0xab,0x50,0x90,0xef,0x93,0xb8,0x87,0xfe,0x8b,0x36, +/* 0x007ce0 */ 0xe4,0x5e,0x8a,0xad,0x96,0xcb,0xbd,0x12,0x58,0x62,0x6e,0x1a,0xe6,0x2a,0xc1,0xb9, +/* 0x007cf0 */ 0x6a,0xe2,0x7c,0xe7,0xdf,0x33,0xfc,0x55,0x9e,0x8f,0x9b,0x58,0xba,0xa0,0x06,0x06, +/* 0x007d00 */ 0xf2,0x18,0x40,0xbd,0x4b,0x7d,0xe3,0x0f,0x13,0xcf,0x4f,0xc1,0xc9,0x91,0x41,0xe7, +/* 0x007d10 */ 0x31,0x86,0x77,0x50,0xd1,0xe7,0x48,0xb1,0xc5,0xbe,0x9e,0x69,0xc3,0x1a,0xa1,0x8c, +/* 0x007d20 */ 0x37,0x41,0x21,0xe6,0xa2,0xdc,0x31,0xf0,0x5f,0x74,0xdd,0xe8,0x98,0x80,0xff,0x9a, +/* 0x007d30 */ 0xaf,0xd4,0xe8,0x50,0xa4,0x1b,0xed,0x46,0x38,0xda,0xc9,0x49,0x59,0xea,0x36,0x4f, +/* 0x007d40 */ 0xfb,0x84,0x57,0x79,0x2c,0xd5,0xa1,0xc9,0x7f,0x75,0x16,0xe5,0xbf,0x84,0xaa,0x6d, +/* 0x007d50 */ 0x50,0x6d,0x59,0x27,0xb6,0x1b,0xe7,0x88,0x11,0x87,0xed,0x91,0x98,0x90,0x47,0x84, +/* 0x007d60 */ 0x90,0x9d,0x7f,0x48,0xfe,0xeb,0x70,0xe4,0x35,0x71,0xfb,0x17,0x14,0xcb,0xf0,0xc1, +/* 0x007d70 */ 0x82,0x66,0xc8,0x0b,0x71,0x1c,0xfe,0x3a,0x27,0x71,0xcd,0xc9,0x11,0x7b,0xff,0x62, +/* 0x007d80 */ 0xf8,0xeb,0x3b,0x79,0xfc,0x17,0x6b,0x04,0x30,0xda,0x7a,0x1e,0xf0,0x97,0x5f,0xcd, +/* 0x007d90 */ 0x85,0x56,0x08,0x03,0xda,0x16,0xd5,0xf2,0x48,0xac,0x05,0x81,0xad,0xf9,0xaf,0x9a, +/* 0x007da0 */ 0xd8,0xf9,0xa1,0x5a,0xc8,0x7f,0x01,0x10,0x4b,0xcd,0xcb,0x95,0xdd,0xf4,0x3c,0x28, +/* 0x007db0 */ 0xdd,0x79,0x69,0xd6,0x70,0x18,0x5f,0xd9,0xf6,0x99,0x31,0xcb,0xee,0x63,0xa6,0x26, +/* 0x007dc0 */ 0xc2,0x95,0x23,0x16,0xff,0x55,0xb8,0xef,0x28,0xcf,0x2b,0x54,0xa7,0x20,0xdd,0x0a, +/* 0x007dd0 */ 0x30,0xdb,0xc3,0x2f,0x74,0xab,0x4f,0x83,0xa3,0x33,0xc3,0x5f,0xfa,0x8b,0x9c,0xfe, +/* 0x007de0 */ 0x8b,0x6b,0xd4,0x9d,0x03,0x23,0x44,0x19,0xfc,0xb1,0xdb,0xc0,0xff,0x30,0xbf,0x22, +/* 0x007df0 */ 0x98,0xe5,0x88,0x38,0xa8,0x16,0xe6,0x1f,0xf2,0x06,0x1a,0x43,0xa5,0xa3,0x90,0x48, +/* 0x007e00 */ 0xaf,0x56,0x66,0xdd,0xe0,0x7f,0xc8,0xef,0x5f,0xfd,0xb6,0xb7,0xfc,0x33,0x26,0xfe, +/* 0x007e10 */ 0x52,0xf2,0xf9,0x2f,0xd2,0xd8,0x82,0x67,0xc7,0x4d,0xce,0x21,0x5d,0x95,0x86,0xbc, +/* 0x007e20 */ 0x5c,0xf0,0x16,0xec,0x83,0xd6,0xec,0x98,0xf8,0x6b,0x82,0xfa,0x95,0x6a,0x0e,0xc3, +/* 0x007e30 */ 0x6d,0x48,0x5a,0x0b,0x18,0xee,0x88,0xbf,0xcd,0xda,0xbf,0x4c,0xf3,0x3d,0x6b,0xde, +/* 0x007e40 */ 0x4f,0xb2,0xf3,0xc3,0xa2,0xf1,0xe1,0x67,0x28,0x3a,0x58,0x76,0xcd,0x03,0xfe,0x87, +/* 0x007e50 */ 0xc4,0xb4,0xbc,0xc1,0x74,0xdb,0x20,0x7d,0x4e,0xfa,0x22,0x76,0x3c,0x66,0xf9,0x6f, +/* 0x007e60 */ 0x14,0x79,0x8e,0x74,0x0b,0x7d,0x60,0x4c,0xca,0x7c,0x8f,0x1a,0x2a,0x2e,0xbd,0x26, +/* 0x007e70 */ 0x3a,0x31,0x5a,0x96,0xef,0xcc,0xf0,0xd7,0xcb,0xa9,0x83,0x72,0x61,0x9c,0x79,0x0b, +/* 0x007e80 */ 0xd5,0x4d,0xf6,0xae,0x48,0xf8,0x3b,0x8f,0xa3,0xa8,0x11,0x5a,0x46,0x7e,0x8f,0xdd, +/* 0x007e90 */ 0x67,0xc4,0x77,0xde,0xf6,0xe8,0xb0,0xf2,0x0f,0x8b,0xc6,0x87,0x52,0xd5,0xa0,0x3b, +/* 0x007ea0 */ 0xe3,0xff,0x35,0x7a,0x1b,0xe2,0xc3,0xdb,0xc2,0x41,0x47,0x26,0x61,0xce,0x73,0x5e, +/* 0x007eb0 */ 0xd8,0x95,0xcf,0x7f,0x49,0x4e,0xb7,0x0d,0x07,0x10,0xdb,0x25,0x25,0x61,0x9c,0xdf, +/* 0x007ec0 */ 0x09,0x78,0xd1,0xeb,0x52,0x7e,0x8d,0x30,0x68,0xb8,0x6d,0xfe,0x0b,0x71,0x1a,0x16, +/* 0x007ed0 */ 0xc7,0x81,0x09,0xad,0x0b,0xec,0x4a,0x93,0x86,0x60,0xc9,0x33,0x5f,0x81,0xe5,0x94, +/* 0x007ee0 */ 0xd3,0x25,0xf5,0x75,0x92,0xef,0x42,0x97,0x9f,0x2e,0x1a,0xcf,0x47,0x8d,0x36,0x40, +/* 0x007ef0 */ 0x91,0x1f,0x61,0x34,0x3a,0x39,0x22,0x36,0x48,0xa7,0x05,0xbe,0x8f,0x6a,0x6b,0x8e, +/* 0x007f00 */ 0x8c,0x00,0xe5,0xbf,0x7e,0x51,0xb4,0xc8,0x97,0x08,0xb5,0x87,0x2a,0x71,0xc3,0x45, +/* 0x007f10 */ 0xcf,0xe7,0x25,0x67,0x59,0xd8,0x9c,0xdd,0xd9,0xf4,0x3f,0xfc,0x7b,0xee,0xfb,0xc2, +/* 0x007f20 */ 0x50,0x3a,0xbb,0x34,0xdb,0x7c,0x1d,0x7f,0xcb,0x0b,0xb2,0xa5,0xe4,0x6b,0x0a,0x36, +/* 0x007f30 */ 0x1e,0xf1,0x65,0xc5,0xbf,0x94,0x8f,0xe3,0x7d,0x07,0xc3,0xae,0x6f,0x68,0xf9,0x1f, +/* 0x007f40 */ 0x5a,0x31,0xff,0xf9,0x03,0x7a,0xed,0xb0,0xa7,0xcb,0x7f,0x01,0x8f,0x61,0xd5,0xa8, +/* 0x007f50 */ 0x1b,0xfc,0x0f,0x3f,0x48,0xd5,0x8e,0x7a,0x12,0x7e,0x90,0x7d,0x6d,0x83,0x7a,0x52, +/* 0x007f60 */ 0x41,0xfd,0x74,0xf1,0xfa,0xcb,0x59,0x8e,0xff,0x92,0xea,0x80,0xdb,0x42,0x78,0x93, +/* 0x007f70 */ 0x3a,0x80,0x42,0xfd,0xb6,0xed,0x21,0x4a,0x90,0xe3,0x08,0xad,0x27,0x1a,0x90,0xf4, +/* 0x007f80 */ 0x09,0xfc,0x37,0xf4,0x02,0xff,0x0d,0x9d,0x24,0xe7,0x04,0x38,0xb7,0xcc,0xd5,0xa4, +/* 0x007f90 */ 0x24,0x41,0x00,0xff,0x9e,0xa6,0xc9,0xe8,0x81,0x89,0xfd,0x37,0x9c,0xf3,0xb5,0x41, +/* 0x007fa0 */ 0x1c,0x26,0x27,0x4b,0x36,0x71,0xa9,0x0b,0x90,0x36,0x16,0xa8,0x0f,0x67,0x3c,0x0f, +/* 0x007fb0 */ 0x15,0xf8,0x5d,0x30,0xfe,0x2b,0xee,0xd4,0x7f,0xe1,0x5b,0x7d,0xa4,0xb1,0x90,0xcb, +/* 0x007fc0 */ 0x70,0xcb,0x8a,0xe3,0xca,0x6d,0xc0,0x4d,0xa3,0xcd,0xd7,0x26,0xf2,0x9f,0x6f,0xc9, +/* 0x007fd0 */ 0xc7,0x5f,0x5e,0x1d,0xff,0x9e,0xd3,0xa4,0x36,0xb7,0xf5,0x7b,0x80,0xf6,0xaa,0x98, +/* 0x007fe0 */ 0xd3,0xe2,0xcd,0x68,0xc3,0x36,0x30,0x74,0xfa,0x6f,0x18,0xce,0xfc,0xc3,0x5a,0x23, +/* 0x007ff0 */ 0xa4,0x13,0x34,0x5a,0x47,0x5d,0x40,0xa1,0xfe,0xd7,0x12,0x9d,0x7c,0x29,0x69,0xa8, +/* 0x008000 */ 0xd7,0x36,0x6c,0x7e,0x68,0xf7,0xc4,0x5f,0x15,0xe8,0xbb,0xfd,0x78,0xb7,0x0a,0x72, +/* 0x008010 */ 0xc9,0xd2,0xe0,0x88,0x98,0xd1,0x82,0x2b,0x5f,0xca,0xe0,0xa9,0xdc,0x6e,0x93,0xc8, +/* 0x008020 */ 0x3c,0xfe,0x1a,0x75,0xe0,0xaf,0xd5,0xd5,0xc3,0xf2,0x22,0xe1,0x3a,0x5a,0xb3,0x55, +/* 0x008030 */ 0x1d,0x21,0x70,0x80,0xdc,0x6a,0xd5,0xce,0xa2,0x77,0x5e,0xae,0x5c,0xde,0xfd,0xac, +/* 0x008040 */ 0x70,0x7d,0xd5,0x2f,0x75,0xbc,0x3e,0x73,0xd6,0x88,0xbc,0xff,0x06,0x41,0x52,0xf8, +/* 0x008050 */ 0x8f,0x5e,0xcd,0x34,0x8c,0x78,0xdd,0xcd,0x17,0xf4,0x4f,0xf4,0xd9,0x39,0xef,0x7c, +/* 0x008060 */ 0xf1,0x18,0xbd,0xa5,0x02,0xdb,0x65,0xcc,0xee,0x58,0x3f,0x0b,0x47,0x5f,0x7f,0xd0, +/* 0x008070 */ 0x89,0x35,0xe2,0x06,0xdd,0x89,0xbf,0xd0,0x74,0x27,0x5e,0xee,0xf7,0x1d,0x6a,0x1e, +/* 0x008080 */ 0x06,0xb7,0x43,0x96,0x64,0x28,0x37,0xf6,0x91,0xf3,0x43,0xa8,0xbe,0x51,0xd6,0x2b, +/* 0x008090 */ 0x5e,0xd3,0x4e,0x2b,0x8d,0x03,0x90,0x88,0xa8,0xdd,0xb5,0xfe,0x72,0xc3,0xb0,0x77, +/* 0x0080a0 */ 0x9f,0x38,0x59,0x3e,0xaa,0xcf,0x61,0xfc,0x57,0x2b,0xbe,0x95,0xaa,0xba,0x24,0x7d, +/* 0x0080b0 */ 0xed,0xda,0xa3,0x79,0xf7,0xb9,0x98,0x10,0x8c,0x16,0x0b,0xe3,0xf1,0x57,0x57,0xde, +/* 0x0080c0 */ 0xfe,0xd5,0x4f,0x72,0x0b,0x7d,0xa8,0xf2,0x04,0xdd,0x5c,0xd4,0xea,0xbe,0x24,0x24, +/* 0x0080d0 */ 0x60,0xec,0x45,0x55,0x5a,0x68,0x14,0x5f,0xf9,0x25,0xcd,0xcd,0xb0,0x84,0xcc,0x13, +/* 0x0080e0 */ 0xd4,0x5f,0x1e,0x91,0xc7,0x12,0xdf,0x50,0x19,0xaa,0xa5,0x83,0xd9,0x4c,0xac,0xe9, +/* 0x0080f0 */ 0xf5,0xaa,0x78,0x0f,0xe8,0x14,0x2c,0x6b,0xc4,0x35,0x09,0x1e,0x7f,0xb5,0xe6,0xef, +/* 0x008100 */ 0x5f,0x72,0x03,0xc9,0xc9,0xe1,0xf8,0xaf,0x12,0x72,0x2a,0x52,0x81,0x8c,0x8a,0x88, +/* 0x008110 */ 0xe0,0x16,0xb6,0x23,0xdb,0x52,0x8c,0xc3,0x5f,0x21,0x07,0xfe,0x12,0x63,0x90,0x0b, +/* 0x008120 */ 0x01,0xb2,0xaf,0xd9,0x8c,0xff,0x72,0xc5,0x56,0xf9,0xe2,0xf8,0xd6,0x75,0x0d,0xea, +/* 0x008130 */ 0x7f,0xb9,0xeb,0x55,0xcb,0x1a,0xf1,0x88,0x03,0x7f,0xc9,0x85,0xf8,0xab,0xaa,0x08, +/* 0x008140 */ 0x22,0x73,0x31,0xfe,0xeb,0x3c,0xca,0x47,0x64,0x0c,0x7f,0xc9,0x85,0xf8,0x8b,0xa9, +/* 0x008150 */ 0x90,0x4a,0x53,0x55,0xd6,0xad,0x20,0xba,0x91,0x8a,0xc4,0x27,0xf0,0x9f,0x27,0xcf, +/* 0x008160 */ 0x41,0x0e,0xfc,0x25,0xf1,0x79,0x83,0x5c,0x90,0x8c,0xb1,0x95,0x16,0x28,0x70,0xd2, +/* 0x008170 */ 0x70,0xe0,0x2f,0xa9,0x08,0xfe,0x92,0xf0,0x03,0x59,0xb5,0x2f,0x17,0xa1,0xcf,0xa0, +/* 0x008180 */ 0x4f,0xe0,0x09,0xb9,0xd0,0xa2,0x7c,0xc2,0xfa,0xcb,0x8b,0xad,0x46,0x09,0x65,0xbb, +/* 0x008190 */ 0xf0,0x95,0x14,0x06,0x62,0x7b,0x42,0xea,0xe2,0x99,0x4e,0xec,0xe0,0xc4,0x5f,0x25, +/* 0x0081a0 */ 0x4e,0xfc,0x65,0x69,0xbb,0x64,0xea,0x9f,0xa0,0x92,0x2b,0xaa,0x34,0xa6,0xee,0x96, +/* 0x0081b0 */ 0xbd,0xfa,0xdf,0xfd,0x3f,0xea,0x2f,0xb7,0x03,0x39,0x05,0xd5,0xbe,0x52,0xa6,0xa5, +/* 0x0081c0 */ 0xc6,0xd0,0x87,0x40,0x7b,0xcd,0xd0,0x36,0x6e,0x4a,0x5e,0x4b,0x4f,0xe0,0xbf,0x81, +/* 0x0081d0 */ 0xf1,0x57,0x05,0x77,0xab,0x71,0x31,0x9e,0x94,0x13,0xe8,0x59,0xb4,0xb0,0x89,0xf2, +/* 0x0081e0 */ 0x5f,0x72,0xb4,0xc9,0xa7,0x10,0x1f,0x8f,0x1f,0xb7,0xe2,0x5b,0x7f,0x83,0x81,0x46, +/* 0x0081f0 */ 0x23,0xf0,0x95,0xf9,0xfa,0xaf,0x7c,0xfc,0xa5,0x94,0x9a,0x0d,0x72,0x65,0x4c,0x0b, +/* 0x008200 */ 0x28,0x9e,0x44,0x92,0xf2,0x5f,0xf8,0x96,0xac,0x9f,0xc4,0x9d,0x43,0xe4,0x96,0x43, +/* 0x008210 */ 0xff,0xe5,0xf0,0x9f,0xef,0x75,0x85,0xb5,0x0a,0xb3,0xb1,0x84,0xf2,0x5f,0x66,0x7a, +/* 0x008220 */ 0xa7,0xa6,0xb6,0xcb,0x9b,0x12,0xe4,0x78,0x56,0x93,0x89,0x10,0xec,0x2e,0xf8,0x4b, +/* 0x008230 */ 0xaa,0x79,0xb4,0x24,0xf5,0xf8,0xb0,0x59,0x08,0x6c,0x78,0x12,0x4b,0x2e,0xdd,0x81, +/* 0x008240 */ 0x0e,0x84,0x66,0xb6,0x2e,0x82,0x17,0xe0,0xd5,0xbc,0x57,0xcb,0xe4,0xbf,0x5e,0xce, +/* 0x008250 */ 0x4f,0xa3,0x75,0xbc,0xb4,0xfb,0x51,0x94,0x19,0x71,0xa0,0x40,0x3b,0x8c,0x8f,0x70, +/* 0x008260 */ 0x38,0xaf,0x0f,0x8b,0x13,0x3a,0x5c,0xc5,0x71,0x1c,0xdf,0x80,0x8a,0x60,0x57,0xf4, +/* 0x008270 */ 0x06,0x6d,0x69,0x8a,0x17,0x82,0x7d,0x7e,0x37,0xff,0x8d,0x7a,0x92,0xdb,0x23,0x59, +/* 0x008280 */ 0xd5,0xbe,0x46,0xe9,0x57,0x09,0x6e,0x99,0xd1,0xa9,0xf8,0x8d,0x3a,0x57,0x50,0x9a, +/* 0x008290 */ 0xd9,0xc4,0x5f,0x96,0xfe,0x0b,0x2c,0x35,0xa4,0x1a,0x7a,0xf6,0xbe,0x01,0xd5,0x76, +/* 0x0082a0 */ 0xc9,0x69,0x1b,0x64,0xe1,0x2b,0x25,0x73,0x3b,0xe5,0x74,0x00,0x0a,0x81,0x85,0xf1, +/* 0x0082b0 */ 0x95,0x40,0x11,0xfd,0x97,0xc2,0xc3,0x2e,0x4a,0x7b,0xe1,0xe0,0x6d,0xac,0x84,0x0b, +/* 0x0082c0 */ 0xb6,0xbd,0x28,0xd9,0xa5,0xb6,0x93,0x14,0x9a,0x24,0x67,0xc5,0xcc,0xe1,0xaf,0x73, +/* 0x0082d0 */ 0xb6,0xfe,0x8b,0x2e,0xd4,0x25,0x63,0x42,0xcc,0xb5,0x45,0x21,0xfe,0x51,0xe4,0xd6, +/* 0x0082e0 */ 0x21,0xcf,0x0d,0xbc,0xc0,0x26,0x50,0x30,0x01,0xcb,0x72,0x41,0x69,0x66,0xc6,0x7f, +/* 0x0082f0 */ 0xa5,0x9d,0xf5,0x97,0xe7,0xe5,0x08,0xed,0xf5,0x3f,0x84,0xff,0x12,0xd8,0xad,0xe7, +/* 0x008300 */ 0x89,0xff,0xfc,0xac,0x5c,0xe9,0xb3,0x55,0x67,0x8d,0x8f,0xf2,0xc0,0x1a,0xe3,0xbf, +/* 0x008310 */ 0x5a,0x6d,0xff,0x8d,0x5d,0x04,0x5b,0xfd,0x2f,0x67,0x57,0x1b,0x1c,0xc5,0x71,0xa6, +/* 0x008320 */ 0x7b,0x67,0x06,0x31,0xfb,0x25,0x2d,0x2b,0x2e,0x05,0xb6,0xce,0x8c,0x56,0x0a,0xb7, +/* 0x008330 */ 0x70,0x8b,0x58,0x04,0x96,0x31,0x08,0x69,0x2c,0x71,0xb1,0x0e,0x88,0xa5,0xfb,0xf8, +/* 0x008340 */ 0x41,0xd5,0xa5,0x38,0x5d,0x8a,0x4a,0xf9,0x5c,0x98,0x12,0xdc,0x55,0x1d,0xa6,0x28, +/* 0x008350 */ 0x7b,0xb4,0xd2,0xd9,0x02,0x39,0x87,0x8c,0xed,0x32,0x8e,0x9d,0xd4,0xf2,0x91,0x04, +/* 0x008360 */ 0x27,0x5c,0x6a,0x11,0x0e,0x08,0x9b,0xc0,0x80,0x95,0x58,0xb6,0x85,0xd1,0xf9,0x72, +/* 0x008370 */ 0x09,0x87,0x7d,0xf6,0xe2,0x40,0x4e,0xb6,0x65,0x67,0x8d,0x5d,0x87,0x30,0xc2,0x5c, +/* 0x008380 */ 0xbf,0xdd,0xf3,0xd1,0x33,0xd3,0xb3,0xab,0xf8,0xdf,0x5b,0x33,0xad,0x95,0xd4,0x3d, +/* 0x008390 */ 0xbd,0xf3,0x3e,0xfd,0xbc,0xcf,0xf3,0x96,0xa7,0x5b,0x09,0xda,0x42,0xe5,0x06,0xff, +/* 0x0083a0 */ 0xa5,0xef,0x7e,0xf1,0xcf,0x47,0xd1,0x17,0xc0,0x7f,0x1d,0x15,0xdd,0x49,0x0e,0x5f, +/* 0x0083b0 */ 0xff,0x75,0x03,0x4c,0x0e,0x4f,0x00,0x11,0xa6,0x35,0xd5,0x56,0x5c,0x37,0xfa,0x7f, +/* 0x0083c0 */ 0xc9,0xd7,0x6b,0x9a,0x56,0xbf,0x97,0x59,0xaa,0x95,0x7b,0x81,0xd8,0x55,0x9e,0xfe, +/* 0x0083d0 */ 0x4b,0x25,0xb2,0xaf,0xe5,0x78,0xcb,0xe0,0x39,0x54,0xc2,0xcb,0xc5,0xc7,0xf1,0xad, +/* 0x0083e0 */ 0x3b,0x87,0xe5,0x6d,0xe2,0x06,0xb4,0x27,0x7b,0xe7,0xe1,0xe8,0x16,0x21,0xa5,0x1e, +/* 0x0083f0 */ 0xc8,0xa6,0xa0,0x58,0x71,0xd4,0x85,0xbf,0xe6,0x38,0xf0,0x17,0x23,0xfb,0x42,0x46, +/* 0x008400 */ 0xa0,0xe8,0xc1,0xad,0xf1,0x6f,0xa1,0x63,0x9d,0x5f,0x1f,0x25,0xaf,0xc8,0x67,0x14, +/* 0x008410 */ 0x76,0x9e,0xb7,0x94,0xc2,0x5f,0x29,0x64,0xe4,0x99,0xb5,0x50,0x31,0x15,0x41,0x83, +/* 0x008420 */ 0x03,0x52,0x61,0x2e,0xf3,0x24,0x58,0x79,0x8b,0xc1,0x7f,0x65,0xbd,0xfd,0x97,0xc5, +/* 0x008430 */ 0x4f,0xfa,0x6e,0x99,0x80,0x17,0x64,0x20,0x18,0x60,0x6e,0x8a,0x7d,0xa6,0x1e,0x1b, +/* 0x008440 */ 0x8d,0x14,0x42,0xab,0x62,0x6f,0x93,0x5b,0x65,0x45,0xf5,0x5f,0x8c,0xa0,0xac,0x11, +/* 0x008450 */ 0xb4,0x78,0x87,0xcd,0xe4,0x7f,0x42,0xbe,0x28,0x34,0x81,0x8f,0x3d,0xb4,0x9a,0x72, +/* 0x008460 */ 0x0e,0x36,0xf0,0x57,0xf7,0x00,0x39,0xba,0xb7,0x53,0xc7,0x3b,0xc0,0xde,0x0d,0xe4, +/* 0x008470 */ 0x48,0xe5,0x14,0x88,0xad,0xa2,0x8c,0xd8,0x17,0xa8,0x21,0x1f,0x29,0x04,0x00,0x88, +/* 0x008480 */ 0x2d,0x76,0xe4,0x99,0x06,0xfe,0xd2,0x1c,0xfc,0x57,0x19,0x91,0xe4,0x90,0xda,0x27, +/* 0x008490 */ 0x24,0x93,0x6a,0x28,0xda,0x96,0x08,0xe7,0xd8,0xea,0xb2,0x02,0x1c,0xcb,0x4b,0x37, +/* 0x0084a0 */ 0x5c,0xf9,0xb3,0x5f,0xff,0x65,0xd2,0x6c,0xf7,0xe5,0xc0,0x42,0xb4,0xc6,0xee,0xff, +/* 0x0084b0 */ 0x05,0x59,0x65,0xec,0xdb,0xaf,0x06,0x61,0x7a,0xfb,0x5d,0x40,0xcc,0xd6,0x7f,0x31, +/* 0x0084c0 */ 0xf8,0x4b,0x4d,0x8d,0x84,0xeb,0x5b,0xce,0xf5,0x1e,0x55,0x93,0x11,0x79,0x99,0x51, +/* 0x0084d0 */ 0x55,0x25,0xd7,0x27,0x22,0xbd,0x47,0xd3,0x1b,0x2f,0xc8,0xe9,0x85,0xdf,0x45,0x47, +/* 0x0084e0 */ 0x15,0xab,0x35,0x18,0xcb,0x7f,0xd9,0xfe,0x87,0xe0,0xb6,0xa1,0x36,0xfd,0x06,0x27, +/* 0x0084f0 */ 0x6f,0x10,0xac,0x40,0xe0,0xe2,0xa8,0x82,0xd5,0x9e,0xdc,0x25,0xa6,0x7a,0x27,0xdb, +/* 0x008500 */ 0x06,0xdf,0x5a,0xd4,0x25,0xfe,0x02,0xbd,0xd1,0x45,0x27,0x5c,0xf5,0xe8,0xbf,0x98, +/* 0x008510 */ 0x79,0x56,0x81,0xe4,0x8a,0x4d,0xe0,0xdc,0x6f,0xa5,0x04,0x42,0x30,0xed,0x16,0xcc, +/* 0x008520 */ 0xea,0x11,0xf1,0xdf,0x11,0xf8,0x5e,0x96,0x17,0x66,0xee,0x40,0x37,0x3a,0x69,0x6b, +/* 0x008530 */ 0xb0,0x62,0xf5,0x87,0x8c,0x11,0xfd,0x9d,0x3f,0x8c,0x76,0x88,0x2f,0xe2,0xc1,0x4b, +/* 0x008540 */ 0xf4,0xc8,0xb8,0x7d,0x9a,0xe1,0xdb,0xff,0xcb,0xe1,0xbf,0x61,0x06,0xb1,0xd3,0xeb, +/* 0x008550 */ 0x13,0xba,0xbc,0x57,0x98,0x0f,0x65,0x7e,0x79,0x79,0x6f,0xa8,0x8e,0xc3,0x91,0x95, +/* 0x008560 */ 0xf0,0x3f,0xb4,0x04,0xfe,0x38,0xdf,0x18,0x8e,0x01,0xe0,0x1d,0xcf,0xd9,0xdb,0xc1, +/* 0x008570 */ 0x3b,0x98,0xeb,0xbf,0xc1,0xf0,0x5f,0xaf,0x07,0xf7,0x86,0x36,0x13,0xfe,0x4b,0x7e, +/* 0x008580 */ 0x51,0xe0,0x61,0xfc,0x52,0xf8,0x8b,0xe2,0xe5,0x86,0x7c,0xf4,0xa2,0x78,0x4d,0x83, +/* 0x008590 */ 0xfd,0x15,0x39,0x41,0x1d,0x47,0xdd,0x7b,0xc7,0x81,0xbf,0x78,0xfe,0x1b,0x84,0xff, +/* 0x0085a0 */ 0xca,0x97,0x17,0xc2,0x39,0x74,0x8d,0x5b,0x4a,0x5a,0xda,0xff,0xd0,0x0a,0xc0,0xf6, +/* 0x0085b0 */ 0xb0,0x07,0x64,0x83,0x83,0xc3,0xe5,0x2f,0xb2,0xfe,0x1b,0xee,0xa0,0xb4,0xfe,0xab, +/* 0x0085c0 */ 0x5e,0x7c,0x40,0x3b,0x8d,0xee,0x24,0x76,0x4f,0xfe,0xf3,0x53,0x82,0xff,0x4a,0xe8, +/* 0x0085d0 */ 0x73,0xaa,0x84,0x32,0x38,0xa0,0xb8,0xba,0xa6,0xbe,0xd8,0x7a,0xf1,0xfb,0x2f,0x5b, +/* 0x0085e0 */ 0x01,0x74,0x01,0x4e,0x6c,0x40,0xc7,0x07,0x7e,0x78,0x79,0xd7,0x43,0x04,0x20,0x44, +/* 0x0085f0 */ 0x3d,0x63,0x1c,0xf8,0xcb,0xc9,0x7f,0x51,0xdb,0x43,0xfc,0xbf,0xa7,0xd5,0x48,0x5a, +/* 0x008600 */ 0x94,0xf0,0x26,0x4a,0x0f,0xe3,0x37,0x51,0x44,0xf5,0x72,0x64,0x1c,0xff,0x43,0x07, +/* 0x008610 */ 0xff,0x95,0x23,0x1b,0xed,0x94,0xfe,0x67,0x79,0x4a,0x84,0xfd,0x2a,0xda,0x85,0xf1, +/* 0x008620 */ 0xb2,0x31,0x86,0xd3,0xff,0x8b,0x8b,0xbf,0x2c,0xfe,0xab,0x01,0x68,0x2f,0xfc,0xc9, +/* 0x008630 */ 0xb1,0x97,0x74,0x96,0x9d,0xf4,0x0e,0xe6,0xfa,0xcf,0x5b,0xfc,0x97,0x5a,0x43,0x41, +/* 0x008640 */ 0xd6,0x69,0xa5,0x7a,0xa4,0xcd,0xd5,0x89,0x92,0xef,0x7f,0xc8,0xe7,0xbf,0x30,0xfe, +/* 0x008650 */ 0x0a,0x5a,0x95,0x9f,0x0c,0xaa,0xa5,0xbd,0x00,0xb8,0xfc,0x17,0x77,0x9f,0x06,0x94, +/* 0x008660 */ 0x4f,0x83,0x49,0xe1,0x3c,0x39,0x37,0x9e,0xd3,0x98,0x29,0xb2,0xee,0x7c,0xff,0x0d, +/* 0x008670 */ 0x2b,0xb8,0x2b,0x1b,0xfd,0x50,0x7c,0x1b,0x07,0xdb,0xb5,0xd4,0x27,0x4b,0x93,0x32, +/* 0x008680 */ 0x6f,0x4c,0x69,0xfe,0x0b,0x07,0x65,0x75,0xbd,0x62,0x5e,0x9f,0x44,0xa7,0x62,0xdc, +/* 0x008690 */ 0xb6,0x5f,0x25,0xfc,0x0f,0x2d,0x53,0x82,0xad,0x6a,0x6a,0x2e,0x31,0x99,0xc7,0xb0, +/* 0x0086a0 */ 0x0b,0x1c,0xbc,0xef,0xf6,0xcb,0x45,0xfd,0xfc,0x37,0xac,0xe2,0x40,0xf9,0xa9,0xcc, +/* 0x0086b0 */ 0x41,0xb4,0x13,0x25,0xda,0xe4,0x98,0xb8,0x31,0x36,0x3d,0xff,0x8d,0x85,0x8e,0x5b, +/* 0x0086c0 */ 0x07,0x89,0x4b,0x7c,0x1b,0xce,0xba,0xb5,0x6e,0x94,0x58,0x7d,0x68,0xa0,0xa5,0x88, +/* 0x0086d0 */ 0x8f,0x87,0x0f,0xfe,0xb2,0xf9,0x2f,0x9c,0xfc,0xf7,0xa2,0xee,0x58,0x56,0xc5,0xfb, +/* 0x0086e0 */ 0x7d,0x35,0x6f,0x8c,0x13,0x7f,0x45,0x1d,0xfa,0x2f,0xcb,0x88,0x23,0x11,0x8b,0x64, +/* 0x0086f0 */ 0xa0,0x11,0xf3,0x03,0x5b,0x43,0xeb,0xec,0x42,0xb2,0x22,0xfd,0xbf,0x3c,0xf8,0x8b, +/* 0x008700 */ 0x04,0xb5,0xa7,0xdb,0xa8,0x6f,0x46,0xf5,0x49,0x75,0x71,0x87,0x7f,0xaa,0xcf,0xf7, +/* 0x008710 */ 0xdf,0xb0,0x83,0x43,0x0d,0x1d,0x15,0x17,0xc5,0x06,0xe9,0x3a,0x5a,0xaa,0x46,0x38, +/* 0x008720 */ 0x9f,0x23,0x5c,0x76,0xe1,0x2f,0x4e,0xff,0x65,0x1c,0xe4,0x74,0x45,0x09,0x6b,0x21, +/* 0x008730 */ 0x45,0xca,0x49,0x09,0xb4,0x2b,0xeb,0x6e,0xfb,0x25,0x72,0xfc,0x37,0x66,0x78,0xa7, +/* 0x008740 */ 0x8e,0xf0,0x5f,0x60,0x32,0xff,0x17,0x73,0xa0,0x05,0xdb,0xa1,0xd8,0xb7,0x99,0x5b, +/* 0x008750 */ 0xfb,0x3c,0xf3,0xec,0xcf,0x7f,0x61,0xfc,0x95,0x68,0xe9,0x3f,0x26,0x6c,0x44,0x47, +/* 0x008760 */ 0xa4,0xfd,0xea,0x4f,0xf6,0x78,0xe1,0x76,0x7c,0x3a,0xfe,0x87,0x84,0xff,0xda,0x58, +/* 0x008770 */ 0x31,0x7b,0xe6,0x77,0x80,0xd8,0xa5,0x0e,0x33,0x27,0xfc,0xe6,0xd9,0xa7,0xff,0x97, +/* 0x008780 */ 0x19,0xac,0xe8,0xac,0x18,0xb8,0xeb,0x47,0x1a,0x71,0xe4,0xd8,0xeb,0xfa,0x71,0xb6, +/* 0x008790 */ 0x35,0x98,0x68,0xe2,0x1d,0x27,0xfe,0x32,0x1e,0xa4,0x02,0x0e,0xee,0xa3,0x46,0x9a, +/* 0x0087a0 */ 0xf5,0x28,0xda,0xdb,0xe3,0x7a,0x7e,0xee,0xd5,0x2a,0x8b,0xfa,0x6f,0x30,0x41,0xa2, +/* 0x0087b0 */ 0x5b,0xbe,0x94,0x49,0xa6,0x5f,0x92,0x6a,0x7a,0xa3,0xd0,0x37,0x90,0xaf,0x11,0xf3, +/* 0x0087c0 */ 0xf3,0xdf,0xb0,0xf5,0x5f,0xc9,0x33,0xa1,0xc6,0x32,0x90,0x9c,0x28,0x85,0xe0,0x92, +/* 0x0087d0 */ 0x62,0xef,0x2f,0x1f,0xff,0x0d,0x8b,0xdf,0x19,0xa7,0x06,0xe9,0x01,0xe5,0x2c,0xfe, +/* 0x0087e0 */ 0x82,0x85,0x46,0x21,0x0f,0xf2,0xbf,0x9f,0x79,0xfe,0x87,0x80,0xbf,0x48,0x70,0x7c, +/* 0x0087f0 */ 0x60,0xc1,0xe7,0xe5,0xdb,0xc2,0x77,0x48,0xd7,0x1e,0x5f,0x92,0x8f,0x32,0x6c,0x97, +/* 0x008800 */ 0xb7,0xff,0x17,0xcf,0xff,0xd0,0x0e,0x3a,0x70,0x32,0x99,0x0e,0xe0,0xa0,0xf3,0x14, +/* 0x008810 */ 0x24,0xf6,0xdc,0x77,0x93,0x3f,0xfe,0x62,0x82,0x3b,0xf3,0x91,0xf5,0xf8,0xcf,0x38, +/* 0x008820 */ 0xdf,0xb7,0x84,0xf2,0x5f,0xbe,0xf9,0xa1,0x5f,0xff,0xe5,0x0a,0x63,0x7e,0xf0,0xfb, +/* 0x008830 */ 0x2b,0x51,0xd5,0xf2,0x58,0x6c,0x81,0x1e,0xdd,0x1a,0x67,0xc6,0x5c,0x73,0xcd,0xcf, +/* 0x008840 */ 0xfb,0x1c,0xff,0x43,0xa6,0x11,0xd8,0x01,0x3d,0xd8,0x95,0xa1,0xed,0x57,0xe4,0x0e, +/* 0x008850 */ 0xc1,0xb1,0x16,0x0b,0x1c,0x83,0xb9,0xfe,0x1b,0xc8,0xb2,0x77,0x53,0xde,0x5a,0xb0, +/* 0x008860 */ 0x6c,0x57,0x45,0x0c,0x9a,0x6b,0x27,0xab,0xe6,0xf3,0x6b,0x3c,0x7c,0xeb,0x0f,0x21, +/* 0x008870 */ 0x08,0x1b,0xf5,0x51,0x85,0xe8,0x49,0x71,0x31,0xd8,0xe8,0xe9,0x6d,0x43,0x3d,0xe6, +/* 0x008880 */ 0xfb,0x5d,0x98,0x08,0x78,0xde,0xef,0x45,0xf1,0x17,0x6a,0x1a,0x06,0xd8,0xd5,0x79, +/* 0x008890 */ 0x03,0x9d,0x1a,0xab,0xd8,0xcf,0xde,0xf2,0xc1,0x5f,0x0e,0xff,0x0d,0x3b,0x08,0x1c, +/* 0x0088a0 */ 0x85,0xa0,0x0a,0xf8,0x9d,0xe1,0xe8,0xa4,0xcb,0x91,0x9e,0x87,0xbf,0x5c,0xfe,0xf3, +/* 0x0088b0 */ 0x66,0x7e,0x18,0xa8,0xd1,0xfb,0x1b,0x43,0xd0,0xae,0x6b,0xd9,0x88,0xbc,0x3c,0x53, +/* 0x0088c0 */ 0x24,0x3f,0xf4,0xc3,0x5f,0x06,0xff,0xb5,0x50,0xbf,0x7d,0x1f,0x7e,0x7f,0xf5,0xa3, +/* 0x0088d0 */ 0xfd,0xfa,0x5f,0x0e,0x26,0x52,0xdc,0x5c,0xdd,0xdf,0x7f,0xc3,0x53,0x30,0x7c,0x00, +/* 0x0088e0 */ 0x1d,0xd4,0xe5,0xa2,0xb8,0x80,0xeb,0xbf,0x61,0x02,0x31,0xa8,0x3a,0x6b,0x87,0x26, +/* 0x0088f0 */ 0xcb,0xaf,0xe2,0xf5,0xfa,0x66,0xd1,0x7c,0x8c,0xd7,0x7f,0xd9,0x0c,0x64,0xa3,0x00, +/* 0x008900 */ 0x75,0x0a,0x3d,0x82,0x53,0xe9,0xf6,0xae,0x70,0x91,0x7c,0x9e,0x8b,0xbf,0x40,0xd2, +/* 0x008910 */ 0xf5,0xa9,0xc8,0xb8,0x1d,0x1a,0x01,0xad,0x32,0x8d,0xe8,0x78,0xe1,0xde,0x70,0xdc, +/* 0x008920 */ 0xf2,0xf1,0x3f,0x8c,0xed,0xcf,0x87,0xb7,0x08,0x1e,0xb4,0x55,0x86,0x83,0xee,0xcd, +/* 0x008930 */ 0x17,0xe4,0xb8,0xd0,0x8c,0x7e,0x3a,0x1d,0xfc,0x95,0x84,0xe9,0x0d,0xd1,0x59,0x7d, +/* 0x008940 */ 0xce,0x9c,0xcc,0x35,0xe9,0xf8,0x28,0x69,0x30,0x24,0xe7,0x32,0xd1,0x58,0x8f,0xb9, +/* 0x008950 */ 0x77,0x0e,0xb8,0xf1,0x17,0xbb,0xdc,0x89,0x33,0x2c,0x77,0xe3,0x5a,0xe5,0xd0,0x10, +/* 0x008960 */ 0x79,0xa2,0xa6,0x83,0xbf,0x68,0x6f,0x26,0xfb,0xca,0xcb,0x16,0x94,0xc6,0x3f,0x15, +/* 0x008970 */ 0xe9,0x83,0xc6,0x5b,0xc5,0xf1,0xd7,0x4c,0x76,0x2d,0x62,0xcc,0xa2,0x18,0x0e,0x96, +/* 0x008980 */ 0x8f,0xe0,0x9f,0x8a,0x8e,0x89,0x13,0xd3,0xc7,0x5f,0x69,0x9f,0xa7,0x65,0x05,0x1c, +/* 0x008990 */ 0x98,0x44,0xec,0x7d,0xfa,0x91,0x3f,0xfe,0x3a,0x0d,0x41,0x01,0x4f,0xc2,0x4a,0x66, +/* 0x0089a0 */ 0x12,0xcc,0x8e,0x69,0x35,0xf0,0x60,0x37,0x9a,0xb6,0x87,0x13,0x2e,0xff,0x0d,0x1e, +/* 0x0089b0 */ 0xfe,0x8a,0xc4,0x96,0x72,0x76,0xc1,0x03,0x7a,0x68,0xc0,0x30,0xc4,0x0b,0x82,0x34, +/* 0x0089c0 */ 0xec,0x40,0x49,0xfc,0xb5,0x41,0x3b,0xde,0xed,0x46,0x0a,0xa7,0xb5,0xea,0xbc,0xbc, +/* 0x0089d0 */ 0x3e,0x7e,0x87,0xf6,0x0c,0x9c,0xa1,0x6d,0x17,0xbe,0xb4,0xfd,0x37,0x78,0xf8,0xab, +/* 0x0089e0 */ 0x71,0xbc,0x62,0x09,0xb8,0x1d,0x22,0xf0,0x3f,0x14,0x47,0x09,0xc9,0x15,0x5e,0x21, +/* 0x0089f0 */ 0xbe,0xa9,0xdf,0xd0,0x96,0x8f,0x97,0xc7,0xc2,0xe5,0x1a,0xe1,0xbf,0x56,0xe0,0xf9, +/* 0x008a00 */ 0xf9,0x9d,0x17,0x7f,0xc5,0x58,0xfe,0x2b,0xd7,0x63,0xcc,0xfc,0x11,0x73,0x75,0x3e, +/* 0x008a10 */ 0x85,0x17,0x19,0xba,0xeb,0x57,0xbb,0x07,0x8c,0xaf,0x4a,0x56,0xd3,0x67,0xe2,0xaf, +/* 0x008a20 */ 0x00,0xbb,0x28,0xe9,0xc6,0x7c,0x64,0xd0,0x5c,0x8b,0xe5,0xf7,0x18,0x0b,0x47,0x85, +/* 0x008a30 */ 0x60,0x4d,0x79,0x8c,0xc8,0x52,0xfa,0x1b,0xf8,0xcf,0x28,0xe5,0x7f,0x08,0x8d,0x2c, +/* 0x008a40 */ 0xa3,0x5d,0x19,0x6f,0x71,0x05,0x0e,0xa4,0x45,0x23,0x6d,0x1d,0x35,0xeb,0x14,0xe0, +/* 0x008a50 */ 0xbf,0x10,0x17,0x7f,0xcd,0xf5,0xea,0xbf,0x0c,0x47,0x0e,0x4b,0x82,0xf7,0x83,0x59, +/* 0x008a60 */ 0x04,0x88,0x2d,0x2f,0xa3,0x0d,0xd7,0xe4,0x6d,0x2d,0x25,0xf1,0x17,0x7e,0x48,0xcc, +/* 0x008a70 */ 0x2b,0x09,0xf2,0x48,0x80,0x60,0xf3,0x30,0xb9,0xd2,0x97,0x0b,0xc1,0x72,0xd7,0x4d, +/* 0x008a80 */ 0xc3,0xff,0x90,0x34,0x4b,0x05,0xff,0xf9,0x3a,0xda,0xf6,0x0b,0x24,0x1e,0xb7,0x67, +/* 0x008a90 */ 0x5b,0x0f,0xc1,0x39,0xad,0x26,0x8f,0x8b,0xc9,0xd8,0xeb,0x42,0x93,0xcb,0xff,0x50, +/* 0x008aa0 */ 0x35,0xf0,0x97,0xad,0xf6,0x2a,0x38,0x73,0xfe,0x99,0x34,0xe5,0x9b,0xa7,0x05,0x28, +/* 0x008ab0 */ 0x77,0xb3,0xbb,0x7b,0xda,0xf8,0x8b,0x34,0x62,0xde,0x68,0x98,0x6c,0x58,0x26,0x87, +/* 0x008ac0 */ 0x95,0x97,0x25,0xc3,0x76,0x5e,0x22,0xfe,0xf3,0xe5,0x7c,0xfc,0xf5,0x81,0x0d,0xbb, +/* 0x008ad0 */ 0xf6,0x13,0xb6,0x4b,0xa6,0xb9,0x71,0xc2,0x26,0x32,0x8c,0xfa,0xb1,0xd0,0xc1,0xd8, +/* 0x008ae0 */ 0x7f,0xbb,0xf8,0x0b,0x7e,0xfd,0x21,0x2d,0x3f,0x0b,0xbc,0x80,0xaf,0xdc,0xce,0x66, +/* 0x008af0 */ 0xe6,0x02,0xf9,0x1c,0xa8,0x48,0x0c,0xe2,0x60,0x0d,0x43,0x84,0x31,0xf8,0xcb,0x4e, +/* 0x008b00 */ 0xf5,0x93,0x8a,0x1a,0xde,0x93,0xf1,0x22,0xb2,0xcb,0xa8,0x1b,0x6d,0x5a,0xd3,0x1f, +/* 0x008b10 */ 0xdf,0xd5,0x9b,0x7d,0x82,0x7a,0xdd,0x7b,0xf0,0x57,0x84,0xe5,0xbf,0xaa,0x1b,0xd0, +/* 0x008b20 */ 0xdf,0x67,0xc4,0x4e,0x34,0x4e,0x35,0x74,0x74,0x09,0x6e,0x37,0x64,0x3b,0xf2,0xbc, +/* 0x008b30 */ 0x8c,0xa8,0x68,0x23,0x96,0x58,0xcc,0x85,0xbf,0x0e,0xca,0xb6,0x7b,0x5e,0xb2,0x49, +/* 0x008b40 */ 0x9d,0xb7,0x87,0xf0,0x8c,0x0f,0x13,0x5d,0x52,0xe0,0xba,0x2d,0x50,0xaa,0x5a,0x33, +/* 0x008b50 */ 0xef,0x6a,0x4f,0x09,0xfc,0x45,0x6b,0xde,0xe6,0x5c,0x47,0x77,0x81,0x4a,0xe2,0xa0, +/* 0x008b60 */ 0x74,0x3d,0xf0,0xb0,0xda,0x3e,0xf6,0x37,0x86,0x59,0xc7,0xd8,0xcc,0xcf,0x61,0x99, +/* 0x008b70 */ 0xfe,0x7a,0xde,0x40,0x8f,0xa4,0x7c,0x8c,0x1e,0x51,0x2b,0xbc,0xfc,0x17,0x8b,0xbf, +/* 0x008b80 */ 0xe4,0x21,0x05,0xcc,0x43,0x58,0xff,0x79,0x30,0x42,0x24,0xff,0x57,0x1f,0x30,0x62, +/* 0x008b90 */ 0x52,0x7c,0x9f,0x00,0xed,0xa8,0xc2,0x7e,0xf8,0x2b,0x69,0xcc,0x6a,0x5b,0x56,0x0d, +/* 0x008ba0 */ 0x3f,0x25,0xf4,0xda,0xd3,0xfb,0x04,0x8a,0xe0,0x20,0x7e,0x99,0xf6,0x5f,0x8e,0x67, +/* 0x008bb0 */ 0x24,0xa9,0x9b,0x50,0x63,0x16,0x47,0xe6,0x83,0xbf,0x60,0xdd,0xcb,0x6a,0x63,0xf4, +/* 0x008bc0 */ 0xb1,0x69,0xb9,0x1c,0x83,0xe5,0x5e,0x0b,0x48,0x7c,0x27,0x21,0x40,0xe3,0x07,0xa5, +/* 0x008bd0 */ 0x67,0x25,0x07,0x48,0x4f,0x38,0xf0,0x97,0x55,0x13,0x08,0x6c,0x57,0x2b,0x20,0xa9, +/* 0x008be0 */ 0x3a,0x6a,0xc2,0x0f,0xf3,0x43,0x7e,0x0a,0x1e,0xe3,0xfe,0x67,0xc5,0x5a,0xe9,0x35, +/* 0x008bf0 */ 0xa1,0xae,0x24,0xfe,0xfa,0x94,0x0b,0xd6,0xe6,0xe1,0x40,0x20,0x57,0xe6,0x88,0x97, +/* 0x008c00 */ 0x03,0xaf,0x05,0x9c,0xb7,0xf8,0xfc,0x97,0xc1,0x76,0x59,0x01,0x7d,0x5a,0x2a,0xe1, +/* 0x008c10 */ 0xf9,0xa9,0x43,0xed,0xbd,0x95,0x08,0x5d,0x08,0xd4,0x23,0x4b,0x08,0x56,0x0c,0x7f, +/* 0x008c20 */ 0xe5,0x43,0xc9,0x19,0x26,0xed,0x25,0xef,0x42,0xf3,0x41,0xe4,0x45,0x1a,0x81,0x01, +/* 0x008c30 */ 0x47,0xb6,0x2d,0xb2,0x0b,0x25,0xb4,0xb6,0x6c,0x62,0x5c,0x32,0xfc,0x37,0x5e,0x8f, +/* 0x008c40 */ 0xf1,0xf0,0x57,0x0a,0x5e,0x6d,0x16,0x23,0x06,0xb6,0xd8,0xb5,0xf0,0xb6,0x9a,0x30, +/* 0x008c50 */ 0x59,0x7b,0x99,0x50,0xfc,0x2c,0x8f,0xcf,0xc5,0x5f,0xc0,0xb9,0xd4,0xd3,0xb6,0x8c, +/* 0x008c60 */ 0x7a,0xff,0xb6,0x32,0xa6,0x1b,0xc8,0x63,0x80,0xbf,0xb6,0x08,0xeb,0x49,0x83,0x45, +/* 0x008c70 */ 0xb6,0x35,0x18,0x17,0x7f,0x8d,0xad,0xca,0xb7,0xef,0xa8,0x84,0xaf,0xe5,0x55,0x66, +/* 0x008c80 */ 0xdb,0xe5,0x45,0xf4,0x16,0xa1,0xbd,0xb6,0x87,0x6f,0x0b,0xfe,0x36,0xb3,0x85,0x36, +/* 0x008c90 */ 0x62,0x7e,0xb5,0x08,0xfe,0x92,0x58,0x4f,0x66,0x5a,0x90,0xdf,0x00,0xe9,0xc1,0x28, +/* 0x008ca0 */ 0x4d,0x60,0x8e,0xe1,0xaf,0xd3,0xcf,0x68,0xfd,0xe1,0x68,0x71,0xfc,0xd5,0x74,0x05, +/* 0x008cb0 */ 0x7a,0x7b,0xa1,0x5b,0xe0,0xb6,0x71,0xbd,0x95,0x34,0x02,0x33,0xa4,0x61,0x5a,0x43, +/* 0x008cc0 */ 0x3e,0x32,0xd5,0xba,0x42,0x3d,0x3f,0xd0,0x7c,0xd9,0xb8,0x52,0x04,0x7f,0x35,0xe2, +/* 0x008cd0 */ 0x57,0x49,0xa2,0x4a,0x3a,0x0e,0x24,0x17,0x39,0xee,0x43,0x77,0xc3,0xad,0x77,0x55, +/* 0x008ce0 */ 0xe2,0x58,0xb2,0x45,0x5c,0x83,0x27,0xc1,0x68,0x0d,0x46,0x7f,0x4a,0xe4,0xf9,0xcf, +/* 0x008cf0 */ 0x13,0x9f,0x93,0xad,0x89,0x2a,0x3a,0xe1,0x05,0xd7,0xf1,0x23,0xd8,0xff,0xca,0x1e, +/* 0x008d00 */ 0x1f,0x7b,0x6e,0xff,0x2f,0xc0,0xdd,0xb9,0x04,0xe4,0x99,0x75,0xba,0x55,0xbf,0x21, +/* 0x008d10 */ 0x9a,0x8f,0x84,0x76,0x4c,0x68,0xf3,0x24,0x39,0x7d,0x5c,0xfd,0x17,0xf1,0x9f,0x4f, +/* 0x008d20 */ 0x99,0x69,0xa1,0x19,0x90,0xb7,0x79,0xb3,0x2e,0x17,0x0c,0x5b,0x2d,0xc0,0x68,0x86, +/* 0x008d30 */ 0x3b,0x8a,0x50,0x0a,0x7f,0xd9,0xe9,0xdc,0x6e,0x73,0x29,0x77,0x33,0x36,0x29,0x25, +/* 0x008d40 */ 0xf0,0x17,0xf5,0x9f,0x97,0x5d,0x46,0x1c,0x46,0x09,0x56,0x24,0x17,0x9e,0x83,0xda, +/* 0x008d50 */ 0xa7,0x85,0xbf,0xf6,0xe3,0x20,0x94,0x32,0xe8,0xaa,0x04,0x4d,0x92,0xd7,0x32,0x04, +/* 0x008d60 */ 0x56,0x72,0x5a,0xfe,0xf3,0x86,0xb5,0x02,0xbd,0x62,0x18,0x32,0x80,0xed,0x21,0xf9, +/* 0x008d70 */ 0x40,0x9c,0x16,0xe6,0x5a,0x38,0x9f,0xc3,0xe3,0xbf,0x08,0xec,0xda,0x13,0x51,0x8f, +/* 0x008d80 */ 0x2a,0x75,0x7a,0x9b,0x25,0x3e,0x5a,0x26,0x9c,0xd3,0x8e,0xc6,0x6a,0xf5,0x64,0x4e, +/* 0x008d90 */ 0x08,0xf6,0x1d,0x68,0x4b,0x8d,0x84,0x97,0xb5,0x8c,0x6a,0x45,0xf0,0xd7,0xad,0xc0, +/* 0x008da0 */ 0xd6,0x77,0xc8,0x7a,0xe1,0x2b,0xbf,0xfe,0x66,0xee,0xb1,0x09,0x8d,0xdc,0x7a,0xb1, +/* 0x008db0 */ 0xe6,0x63,0x1c,0x34,0xbf,0x83,0x67,0x6c,0x01,0xfa,0xa8,0x93,0x78,0x5f,0x17,0xc3, +/* 0x008dc0 */ 0x5f,0x40,0x84,0x0d,0xb7,0xa7,0x2b,0xa7,0xba,0x6f,0x00,0x11,0x96,0xeb,0x99,0xa0, +/* 0x008dd0 */ 0x45,0x50,0x57,0x45,0x1c,0x28,0xf3,0xc6,0x00,0x6d,0xa9,0x46,0x7e,0xf8,0xb1,0x07, +/* 0x008de0 */ 0x7f,0x4d,0x21,0xe7,0x91,0x45,0x81,0xba,0x6d,0x8c,0xe1,0xdf,0xbe,0x43,0x7b,0x0f, +/* 0x008df0 */ 0x56,0x70,0xac,0xe6,0x73,0x27,0xad,0x5c,0xce,0x9c,0x6f,0x8c,0x99,0xfa,0x94,0x09, +/* 0x008e00 */ 0x17,0xda,0xca,0x01,0xfe,0x92,0x16,0xbf,0x23,0xff,0x0b,0x46,0x5b,0xbb,0xd1,0xfe, +/* 0x008e10 */ 0xcf,0x89,0xbb,0xbb,0xbb,0xec,0xd0,0xa3,0xff,0x42,0x20,0xe9,0x72,0x52,0xfc,0xf0, +/* 0x008e20 */ 0x0d,0xb9,0xe9,0x4c,0x30,0x7d,0x76,0x9d,0xfa,0x24,0x52,0xce,0x84,0x8c,0xf2,0x4e, +/* 0x008e30 */ 0xcf,0xd9,0x85,0x13,0x7f,0x79,0xa1,0x34,0x71,0xb9,0x74,0x34,0x77,0x73,0x3a,0x61, +/* 0x008e40 */ 0x3a,0x82,0x31,0xba,0x2f,0xf6,0xfd,0xc9,0x44,0xcc,0xfd,0xa8,0x6f,0x22,0xbb,0x69, +/* 0x008e50 */ 0x46,0xa1,0x72,0x47,0x0c,0xfc,0x52,0x80,0xd8,0x1d,0x78,0x2e,0x60,0xb5,0x6c,0x70, +/* 0x008e60 */ 0xf6,0x6f,0xca,0xfb,0xf1,0x5f,0x5d,0xa4,0x1d,0x39,0x09,0xe0,0xb4,0xe7,0x34,0xac, +/* 0x008e70 */ 0xd7,0x64,0xcb,0x69,0x32,0x46,0x70,0xe1,0x65,0x82,0xda,0x7c,0xf0,0x17,0x03,0x0c, +/* 0x008e80 */ 0xa1,0x4f,0xc4,0x20,0xf9,0xa9,0x4e,0xee,0x5e,0x1e,0xb1,0xfb,0x2f,0x5f,0x98,0xd1, +/* 0x008e90 */ 0xe8,0xfa,0x97,0x0b,0x44,0xe4,0x85,0xd1,0x56,0x01,0xa3,0xad,0xdd,0xa8,0xe6,0x8c, +/* 0x008ea0 */ 0x98,0x13,0xce,0xf3,0x11,0x6b,0x01,0xef,0xb8,0xff,0xa3,0xfb,0x62,0xc4,0x87,0xff, +/* 0x008eb0 */ 0x9a,0x6f,0xd4,0xe5,0xd2,0xb6,0x95,0x6f,0xda,0xb7,0xd8,0x85,0x2b,0xc8,0x3e,0xf5, +/* 0x008ec0 */ 0x87,0x76,0x50,0x0b,0x2e,0x7c,0xe5,0xe8,0xb1,0xde,0xea,0x7c,0xf8,0x7e,0x0e,0xed, +/* 0x008ed0 */ 0x65,0x99,0x75,0x4c,0x99,0xfe,0x1b,0x7c,0xfd,0xd7,0x32,0xe8,0x32,0xf9,0xb8,0xf4, +/* 0x008ee0 */ 0x91,0x92,0xe3,0xd3,0x5e,0x24,0x38,0x6b,0xf7,0x5f,0xd6,0xff,0xd4,0xbd,0x5e,0x74, +/* 0x008ef0 */ 0x0e,0x5f,0x3a,0x0b,0x06,0x1a,0x9b,0x6e,0xed,0x6c,0xd6,0xdb,0x0b,0x4b,0xe9,0xf7, +/* 0x008f00 */ 0xaa,0x3d,0xcf,0x14,0x7f,0xad,0xd2,0x17,0x5b,0xf8,0x2b,0x29,0x9d,0xb4,0x97,0x80, +/* 0x008f10 */ 0xd4,0x1e,0x80,0x59,0xfd,0x0d,0xad,0x3e,0x7f,0xdf,0xa0,0xb8,0x49,0x23,0x44,0xd8, +/* 0x008f20 */ 0x90,0x0f,0x82,0x7e,0x38,0x9f,0xca,0x55,0x9a,0xfa,0xaf,0x81,0xef,0xf3,0xf8,0x2f, +/* 0x008f30 */ 0x54,0x33,0x2a,0x5f,0xcd,0x54,0x65,0x4f,0x1f,0xaa,0x1e,0x91,0xbb,0x9c,0xe7,0x7e, +/* 0x008f40 */ 0x4e,0x93,0xa8,0xab,0x54,0xff,0x15,0x40,0x3f,0xd0,0x1c,0xf8,0x2b,0x6c,0xfa,0x6f, +/* 0x008f50 */ 0x24,0xb7,0x03,0xe0,0xcd,0x6e,0x1c,0x9d,0x83,0x5f,0x88,0x01,0xe7,0x18,0x66,0x9e, +/* 0x008f60 */ 0x4b,0xe8,0xbf,0x20,0x39,0x89,0x47,0x48,0xd0,0xb7,0x52,0xa8,0x50,0xf8,0xe7,0x51, +/* 0x008f70 */ 0x78,0xdd,0xdf,0xe2,0xe0,0xaf,0x0f,0x49,0x50,0x43,0x1b,0x81,0x95,0x03,0xfe,0xfa, +/* 0x008f80 */ 0x02,0x1d,0xd3,0xd6,0x81,0x3b,0x13,0x9f,0xff,0xc2,0x40,0x6c,0xb2,0x38,0xff,0x75, +/* 0x008f90 */ 0x0a,0x55,0x20,0x33,0xd0,0xc2,0x67,0xd4,0xaf,0xc6,0x7f,0xd1,0x20,0xbc,0x51,0xba, +/* 0x008fa0 */ 0x8e,0xd2,0x6a,0x23,0xd8,0xe8,0xb9,0xdb,0x7e,0x91,0xa0,0xcd,0x47,0xff,0xf5,0x81, +/* 0x008fb0 */ 0x8b,0xc8,0x20,0xe5,0x82,0x04,0x6d,0xa9,0x2f,0x98,0xb7,0xae,0x33,0x63,0xda,0x18, +/* 0x008fc0 */ 0xfc,0x15,0x80,0xc1,0x9b,0xf9,0xdc,0x56,0x2d,0x4e,0xec,0x17,0xaa,0x6d,0x39,0x81, +/* 0x008fd0 */ 0xd5,0x01,0xd9,0x41,0x39,0x83,0xbf,0x22,0x92,0xa4,0x3a,0xd1,0xd6,0x2c,0xc2,0x7f, +/* 0x008fe0 */ 0x41,0xdb,0x2f,0xb0,0x43,0x9f,0x9d,0x24,0x68,0x4b,0xad,0x2e,0xc9,0x7f,0xfd,0x43, +/* 0x008ff0 */ 0xd6,0x39,0x75,0x8f,0xf6,0x10,0x57,0x93,0xdb,0xa0,0x11,0x73,0x76,0xf2,0xfe,0x15, +/* 0x009000 */ 0x61,0x39,0x73,0xe0,0x83,0xac,0xbb,0x6c,0xcc,0x8d,0xbf,0x9e,0xff,0x3e,0x98,0x1c, +/* 0x009010 */ 0xb2,0x25,0x6a,0x44,0xdb,0xa5,0xe0,0x39,0xdc,0x53,0x89,0x53,0x7d,0xe5,0x18,0xa9, +/* 0x009020 */ 0x48,0x74,0x8d,0x31,0x8d,0x1d,0x18,0xfd,0x97,0x87,0xdf,0xd9,0x4b,0xc0,0xda,0xe0, +/* 0x009030 */ 0xb6,0x8a,0xef,0x89,0xdf,0xd1,0x5e,0x93,0x1e,0x05,0xb7,0xc3,0xdf,0x70,0xd7,0x94, +/* 0x009040 */ 0x38,0x7b,0xfc,0x9e,0xee,0xaf,0x6d,0xb1,0x4b,0x8a,0x93,0xff,0xea,0xa5,0x26,0xf3, +/* 0x009050 */ 0x4a,0x78,0x57,0x5c,0x41,0x7d,0xd2,0x42,0x7c,0xe5,0x1b,0x96,0xff,0xa1,0x97,0x2c, +/* 0x009060 */ 0xb3,0xf5,0x5f,0xc3,0x47,0x24,0xef,0x1c,0x2a,0xab,0xc3,0x5f,0xcb,0xac,0x56,0xbb, +/* 0x009070 */ 0xd1,0xc1,0x8e,0xf0,0xac,0xf8,0x2f,0xd9,0x5b,0x49,0xc7,0xe0,0xb7,0x0c,0xfc,0x35, +/* 0x009080 */ 0x83,0xcb,0x7f,0x11,0x03,0x96,0xb2,0x5a,0xb4,0x53,0xc0,0x68,0x6b,0x4f,0xfc,0x8a, +/* 0x009090 */ 0xea,0xcb,0x7b,0x9a,0xfa,0x2f,0x89,0xcf,0x5b,0x81,0xf7,0x48,0xe5,0x46,0x22,0xfb, +/* 0x0090a0 */ 0x6a,0x7f,0x2a,0xf3,0xbf,0xfe,0x3c,0xe3,0x24,0x7d,0x7f,0x2d,0xe4,0xeb,0xbf,0x68, +/* 0x0090b0 */ 0x30,0x2c,0x98,0x57,0x14,0xdf,0x31,0x17,0xe9,0xfb,0xeb,0x01,0xe4,0xc1,0x5f,0x44, +/* 0x0090c0 */ 0xdb,0xd5,0x80,0xca,0x91,0xd8,0x89,0x74,0x30,0xd9,0xe8,0x15,0xf3,0x9e,0xb2,0x43, +/* 0x0090d0 */ 0xab,0xd8,0xd5,0xc4,0x5f,0xb3,0x93,0xe4,0x94,0x86,0xa5,0xb4,0x92,0x56,0xb7,0x65, +/* 0x0090e0 */ 0xb4,0x0b,0x35,0x68,0x6b,0xb3,0xf8,0xe5,0xb2,0x8b,0xc3,0x7f,0x2d,0x66,0xf8,0xaf, +/* 0x0090f0 */ 0xfb,0x7b,0x39,0xe7,0x87,0xf8,0x1d,0x57,0x0b,0x1d,0xc1,0x22,0x71,0xa3,0xa0,0x7a, +/* 0x009100 */ 0x54,0x75,0xcb,0x1c,0xdc,0xfc,0x97,0x82,0xbe,0xa5,0x39,0x7c,0xd1,0xc3,0x44,0xf6, +/* 0x009110 */ 0xa5,0xd4,0xe6,0xe7,0xa6,0x31,0x2e,0xe8,0x51,0x88,0x1d,0xfa,0xc3,0x1e,0x38,0x40, +/* 0x009120 */ 0x82,0x01,0x1b,0x7f,0x29,0x7d,0x1b,0x7a,0x9d,0x94,0xd6,0x17,0xc2,0x1d,0xd2,0xad, +/* 0x009130 */ 0x2c,0x71,0x3b,0x2c,0x47,0xaf,0x8e,0x2f,0xb9,0xd4,0xbe,0xad,0xc6,0x42,0x5b,0x1e, +/* 0x009140 */ 0xfe,0xab,0xd2,0xc4,0x5f,0xc1,0x93,0xaa,0xf3,0x9d,0x42,0xdc,0xcb,0x07,0x56,0x0c, +/* 0x009150 */ 0x97,0x1d,0x11,0x0f,0xcb,0x37,0x3a,0xe1,0x56,0x65,0x69,0xfe,0xeb,0x6c,0xf4,0x4b, +/* 0x009160 */ 0x8f,0xb6,0xcb,0x08,0x30,0x10,0x9b,0x6d,0x58,0x23,0x36,0xa1,0x3f,0xf8,0xf1,0x5f, +/* 0x009170 */ 0x46,0x7e,0x38,0x1e,0x78,0x9e,0xff,0xbf,0xeb,0x54,0xe4,0xa5,0x54,0x0f,0x63,0x90, +/* 0x009180 */ 0xb5,0x5e,0xf3,0xab,0xdf,0x30,0xf1,0x57,0x87,0xf6,0xbc,0xd9,0x3a,0xcd,0x3d,0x66, +/* 0x009190 */ 0x8b,0x50,0x85,0xe1,0xdb,0x3f,0xc2,0xa2,0x54,0x29,0x3f,0xe6,0x8d,0x51,0x01,0x7f, +/* 0x0091a0 */ 0x29,0xe4,0xf9,0xe9,0x9c,0x3d,0x11,0x78,0xd2,0xb9,0x94,0x71,0x0b,0x80,0xc3,0xab, +/* 0x0091b0 */ 0xad,0x13,0xf2,0xf9,0x76,0x9f,0xf7,0x57,0x7f,0x5a,0xf8,0x9e,0xf9,0xfe,0x9a,0x12, +/* 0x0091c0 */ 0xde,0x76,0x4c,0x5d,0x21,0x60,0x9d,0xc1,0xa6,0x62,0xb7,0x30,0x6e,0xaa,0xf8,0x45, +/* 0x0091d0 */ 0xcf,0x62,0x0f,0x5d,0x65,0x91,0x2f,0x9f,0x18,0xfa,0xaf,0xc0,0x61,0xce,0x18,0x0a, +/* 0x0091e0 */ 0xdf,0x10,0x24,0x9c,0xa7,0xe0,0xca,0x4d,0xfe,0x7a,0x69,0x36,0xfe,0xfa,0x8f,0x81, +/* 0x0091f0 */ 0xc3,0x9e,0x96,0x5e,0x38,0x98,0x41,0x1c,0x11,0x1b,0x31,0x52,0x38,0xae,0x8b,0x05, +/* 0x009200 */ 0xbc,0x3a,0x15,0x5c,0x5e,0xe6,0x0e,0x8c,0xbf,0xe8,0xff,0xd5,0x8d,0x7f,0xe9,0x4f, +/* 0x009210 */ 0x59,0xff,0x43,0x4b,0xa8,0x12,0x2e,0xb4,0xa4,0x4c,0x24,0xf5,0xa5,0xea,0x97,0x3f, +/* 0x009220 */ 0x27,0x8c,0xf7,0x97,0x36,0x63,0x93,0x6f,0x8e,0x8d,0x01,0xdd,0x51,0x6a,0xbf,0x30, +/* 0x009230 */ 0x5a,0xed,0x86,0x5d,0x56,0xa0,0xd3,0x7d,0x11,0x42,0x11,0x8f,0x74,0x65,0xd4,0x3c, +/* 0x009240 */ 0xe6,0x8d,0x98,0x44,0xd8,0x68,0xc0,0xdd,0xf6,0xcb,0xe6,0xbf,0x66,0x91,0x7d,0xa1, +/* 0x009250 */ 0xe1,0xff,0xcb,0x4d,0x91,0x18,0x41,0x17,0x4e,0xc3,0xae,0xa1,0x06,0x9c,0xc6,0xb7, +/* 0x009260 */ 0x7a,0xe9,0x45,0x12,0xa8,0x38,0xb1,0xcf,0x1b,0xfd,0x97,0x9f,0xf6,0x69,0x23,0x65, +/* 0x009270 */ 0x21,0x32,0x9d,0xf8,0x3e,0xbd,0xe7,0xc3,0x7f,0xcd,0x1c,0x79,0xd4,0xc1,0x7f,0xed, +/* 0x009280 */ 0x36,0xda,0x2e,0xe7,0xcb,0x86,0xc4,0xf7,0xd5,0xb7,0xb5,0x47,0xf2,0xf8,0x97,0xfe, +/* 0x009290 */ 0x0c,0xb6,0x95,0x5e,0xb1,0x1e,0xf8,0xaf,0xc4,0xd2,0x4b,0xe8,0x1e,0x51,0xc7,0x9b, +/* 0x0092a0 */ 0xb1,0x29,0x7f,0x7e,0x12,0xe3,0xa6,0x3f,0x50,0x20,0x36,0xc6,0xf1,0x3f,0x24,0xa2, +/* 0x0092b0 */ 0xaa,0x21,0x3c,0x75,0x4f,0x06,0x36,0xe7,0x83,0x37,0x31,0xf0,0xe9,0xd7,0xf0,0x4b, +/* 0x0092c0 */ 0x61,0x2f,0xa1,0xc6,0x12,0x6a,0x14,0xb2,0x8b,0x7e,0x3a,0x78,0xb3,0x1b,0x7f,0xb1, +/* 0x0092d0 */ 0xfc,0x17,0x18,0xc8,0xe3,0x34,0x7e,0x04,0xf5,0x24,0x8d,0x73,0xf5,0x03,0x30,0xe1, +/* 0x0092e0 */ 0xf0,0xb6,0x3a,0x8a,0x13,0x98,0x90,0x22,0x8c,0x67,0x99,0x4d,0xb4,0x89,0xc1,0x5f, +/* 0x0092f0 */ 0x79,0x87,0xff,0x21,0x4a,0x9c,0xc1,0x59,0xca,0xb8,0xf6,0x9c,0x89,0xbb,0xf1,0x23, +/* 0x009300 */ 0x31,0x8c,0x1f,0x92,0xcb,0x2a,0x40,0xfb,0x35,0x7d,0xf1,0x0f,0xcd,0xfe,0xcb,0x9b, +/* 0x009310 */ 0x5c,0xf8,0x4b,0x73,0xf2,0x5f,0x84,0x54,0xba,0x62,0x34,0x59,0xa6,0x44,0x06,0x7e, +/* 0x009320 */ 0xb9,0x04,0xc0,0x05,0x34,0xdd,0x19,0xea,0x13,0xdf,0x47,0xd6,0x66,0xfc,0x88,0x02, +/* 0x009330 */ 0x31,0x9b,0xff,0x92,0xd8,0x7e,0xbe,0x74,0x75,0x40,0x9d,0x17,0xa5,0xed,0xc8,0x1f, +/* 0x009340 */ 0xe9,0x04,0x23,0x0e,0x74,0x2d,0xd0,0x7c,0x79,0xd1,0x98,0x58,0x10,0xa8,0x70,0xaf, +/* 0x009350 */ 0x72,0x47,0x29,0xfd,0x17,0x0e,0x1e,0xc4,0x7f,0x4f,0xfd,0x19,0xeb,0x21,0xc1,0x2f, +/* 0x009360 */ 0x3b,0xd8,0x20,0xf5,0xc3,0xd1,0x9c,0x58,0x8b,0xfe,0xce,0x35,0x98,0xaf,0xff,0xa2, +/* 0x009370 */ 0xf8,0x34,0x40,0x60,0x69,0xa1,0x95,0x5c,0xf9,0x67,0x72,0x80,0x73,0xba,0xa3,0xe1, +/* 0x009380 */ 0x6f,0x49,0xa3,0xa2,0x37,0x8c,0xc1,0x92,0xb3,0xfe,0xd0,0xe1,0x3f,0x4f,0x6e,0xa5, +/* 0x009390 */ 0xe3,0x9b,0xf0,0x32,0x91,0x42,0x0e,0x60,0x1e,0x21,0xa9,0x88,0x83,0x7c,0xb5,0xb6, +/* 0x0093a0 */ 0x23,0x88,0xf0,0xe7,0x18,0xeb,0x65,0x9d,0x31,0x1a,0xf8,0x2b,0xe7,0xf0,0x3f,0x04, +/* 0x0093b0 */ 0xa9,0xd1,0xa4,0xb0,0x01,0x27,0xff,0x0b,0xf2,0xe1,0x87,0xca,0x68,0xff,0xaf,0xd0, +/* 0x0093c0 */ 0x18,0x29,0x1d,0x9f,0x91,0x97,0x0b,0x89,0x06,0xa0,0xbd,0xc6,0x59,0x20,0x36,0x6e, +/* 0x0093d0 */ 0xf2,0x5f,0xeb,0xa4,0xcf,0x02,0x6c,0xfd,0xe1,0x90,0x78,0x9f,0x76,0x20,0xbb,0x5c, +/* 0x0093e0 */ 0xaf,0xb8,0x1b,0xc3,0xc0,0xcf,0x84,0xc6,0xb3,0xe1,0x59,0xad,0x6f,0x0e,0x7f,0x96, +/* 0x0093f0 */ 0x5d,0x36,0x12,0xad,0xc6,0x6f,0xb4,0xff,0x04,0x8e,0x2c,0x6d,0x4a,0xc3,0x6c,0xfe, +/* 0x009400 */ 0xeb,0x69,0x67,0xff,0x2f,0x3c,0x75,0x81,0x93,0xea,0x7b,0xb1,0x06,0x72,0x45,0x25, +/* 0x009410 */ 0x7c,0xe5,0x55,0xb1,0x71,0xec,0x9a,0xbc,0x4a,0x2d,0xff,0x9d,0x38,0xd1,0xd6,0x0c, +/* 0x009420 */ 0xe7,0x1b,0x9f,0xd6,0xb8,0xeb,0x0f,0x93,0x6c,0xfd,0x21,0x3c,0x12,0x33,0xe1,0x0b, +/* 0x009430 */ 0xed,0x15,0x54,0x9f,0x2f,0x3f,0xdd,0x53,0x07,0x4f,0x8b,0x1a,0x01,0x13,0xec,0x37, +/* 0x009440 */ 0x94,0xfa,0xfc,0x77,0x35,0x71,0x5c,0x5e,0xeb,0xae,0x4f,0x30,0xf6,0xd7,0xb3,0xcf, +/* 0x009450 */ 0xb3,0xfd,0x2b,0x17,0x51,0xdb,0x8d,0x99,0x80,0x97,0xd3,0x02,0xd4,0x5d,0x2c,0x56, +/* 0x009460 */ 0x43,0xa0,0xff,0xda,0x2d,0xd7,0xa8,0x18,0x6d,0x5d,0x30,0x5e,0x76,0x09,0xeb,0x05, +/* 0x009470 */ 0x74,0x95,0xef,0x7f,0x78,0x09,0xd8,0xae,0xc0,0x33,0x5a,0x4d,0x3e,0xb4,0x3d,0x04, +/* 0x009480 */ 0xf6,0x92,0x8b,0xba,0xe4,0xf5,0xc4,0xff,0xb0,0x1a,0xec,0x4d,0xde,0xc4,0xc1,0x83, +/* 0x009490 */ 0x46,0x53,0x36,0x07,0xff,0x35,0x8e,0xa0,0xda,0xd0,0x71,0xf4,0x31,0x7f,0x54,0xeb, +/* 0x0094a0 */ 0xa7,0x87,0xc3,0x11,0xa3,0x0d,0x62,0x02,0x4e,0x89,0x95,0xbc,0x3c,0x68,0x1f,0x20, +/* 0x0094b0 */ 0x5b,0xbb,0xdb,0xc2,0x5f,0x80,0xa4,0x1e,0x66,0xf1,0x97,0xb8,0x17,0x5d,0x94,0x08, +/* 0x0094c0 */ 0xfe,0x4a,0x42,0xb7,0xe5,0x6c,0x24,0x1b,0x00,0xb5,0x57,0xfd,0xa1,0xd4,0x65,0x61, +/* 0x0094d0 */ 0x32,0xf1,0xba,0x4f,0xfd,0xa1,0xe1,0x7f,0xc8,0x52,0x2d,0x79,0x89,0xb0,0x5d,0x4e, +/* 0x0094e0 */ 0x47,0x0e,0x0c,0xc4,0xe0,0x80,0x5d,0xf3,0xc1,0x5f,0x23,0x8c,0xff,0x61,0xc0,0xca, +/* 0x0094f0 */ 0x21,0x5f,0xc3,0xf9,0xea,0x3c,0x9a,0x4c,0xde,0xb1,0x91,0xaa,0x63,0x34,0x2b,0x83, +/* 0x009500 */ 0xa5,0x8c,0x18,0xb7,0xfe,0xb0,0x89,0xc5,0x5f,0x22,0x29,0x3b,0xa4,0xc5,0x6f,0x60, +/* 0x009510 */ 0x84,0x98,0x24,0xb0,0x2b,0xb6,0x5f,0xed,0x07,0x47,0xbb,0x9d,0x68,0x85,0x5a,0xee, +/* 0x009520 */ 0xe5,0xbf,0x96,0x07,0xbc,0xb5,0x85,0x13,0xc2,0x4e,0x42,0x88,0xb4,0x98,0x86,0xf6, +/* 0x009530 */ 0x70,0x4b,0x4e,0xa8,0xb7,0x0f,0xe0,0x37,0x9a,0x4f,0xff,0x65,0x87,0xff,0xa1,0x41, +/* 0x009540 */ 0x84,0x1d,0xc4,0x6f,0x59,0x45,0xdd,0x15,0xcf,0x50,0x21,0x98,0x4c,0x3a,0x05,0x03, +/* 0x009550 */ 0x35,0x16,0xcf,0x48,0xfb,0xbb,0x31,0x2e,0x08,0xf9,0xd5,0x1f,0xd6,0x19,0x3d,0xd4, +/* 0x009560 */ 0x6c,0xb7,0xc3,0x41,0x14,0xce,0xd0,0xc9,0xec,0x8b,0xd0,0x16,0xc6,0xf5,0xd0,0xe7, +/* 0x009570 */ 0xba,0x53,0xf3,0xe9,0xbf,0x7c,0xc1,0xc9,0xcb,0x10,0x0f,0xff,0x5f,0x67,0xaf,0x27, +/* 0x009580 */ 0x9b,0xee,0x69,0x1f,0x68,0x85,0x46,0x60,0xcd,0x6b,0x68,0x21,0x62,0x12,0x07,0x6f, +/* 0x009590 */ 0xf5,0x4c,0x65,0x61,0xf0,0x7d,0xa5,0xea,0x0f,0x67,0x34,0xab,0xf7,0x62,0x38,0x10, +/* 0x0095a0 */ 0x3b,0x87,0xaf,0xdc,0xbb,0xe7,0x15,0xb8,0x35,0x0f,0x14,0x61,0x3b,0xd0,0xb9,0x24, +/* 0x0095b0 */ 0x41,0x5b,0xb5,0xd9,0x87,0x50,0xd3,0x3d,0x4c,0x7f,0x61,0x93,0xff,0xda,0x36,0xc7, +/* 0x0095c0 */ 0x03,0xa9,0x50,0x5e,0x3b,0xa4,0x50,0x20,0xa6,0x0d,0xa1,0xf9,0x73,0x40,0x11,0x26, +/* 0x0095d0 */ 0xf7,0x75,0xd6,0xc9,0xe1,0x8c,0x50,0xad,0xc1,0x98,0xa0,0x97,0xff,0x72,0xfa,0x1f, +/* 0x0095e0 */ 0x1a,0x41,0xf5,0x13,0x32,0x0d,0x14,0x7c,0xa5,0x45,0x26,0x3c,0xa3,0x9c,0x3a,0x1b, +/* 0x0095f0 */ 0x9e,0x9d,0x91,0x14,0xf7,0x60,0x03,0x7f,0xad,0x0f,0xb8,0xf0,0xd7,0xda,0x81,0x96, +/* 0x009600 */ 0x61,0xf5,0x84,0x60,0x0a,0x00,0xd1,0xfc,0xb6,0xe0,0x13,0x18,0xbf,0xe3,0xe5,0xbe, +/* 0x009610 */ 0x47,0x1c,0x48,0xd4,0xf6,0x82,0xc6,0x30,0xe8,0xd5,0x7f,0xe5,0x39,0xf5,0x87,0xbf, +/* 0x009620 */ 0x37,0x3d,0xfc,0x4d,0x45,0x58,0xe5,0x30,0xc8,0xbe,0x3a,0x2b,0xf6,0x84,0xbf,0xee, +/* 0x009630 */ 0x57,0x7f,0xd8,0xc6,0xad,0x3f,0x64,0x40,0xf1,0xb2,0x4e,0xf3,0x56,0xc7,0xee,0xb9, +/* 0x009640 */ 0x10,0x08,0x20,0x99,0x6c,0x75,0xe3,0x2f,0xd9,0xcd,0x7f,0x59,0xdc,0x16,0x6d,0xcf, +/* 0x009650 */ 0x17,0x68,0x92,0x59,0xb6,0xeb,0x92,0xe4,0xde,0xa7,0x3c,0xfe,0x8b,0xf2,0xe6,0x71, +/* 0x009660 */ 0x40,0x5b,0x9b,0xf1,0x77,0x82,0x01,0xb2,0x08,0x93,0xfe,0xe6,0xbf,0x2e,0x1e,0x30, +/* 0x009670 */ 0x60,0x57,0x13,0x0b,0xc4,0xc4,0x5d,0xdc,0xfa,0x43,0xaa,0x51,0x15,0x9e,0x60,0xae, +/* 0x009680 */ 0xe4,0x09,0xdb,0xf5,0x64,0x2c,0x75,0x81,0xf4,0x68,0x3e,0x2a,0xc1,0xad,0x16,0x37, +/* 0x009690 */ 0xfe,0xd2,0x58,0xff,0xc3,0x1f,0x23,0xd2,0x76,0x79,0x4a,0x7b,0x3a,0xb6,0x08,0x7c, +/* 0x0096a0 */ 0x21,0x28,0xc8,0x92,0x41,0x1a,0x86,0xbf,0x96,0xcf,0xf4,0xff,0x93,0xf0,0x4e,0xec, +/* 0x0096b0 */ 0x38,0x0a,0x3a,0x00,0xc2,0x21,0xfa,0xf7,0xf4,0xb1,0xfc,0xd7,0x71,0xea,0xad,0xf1, +/* 0x0096c0 */ 0x6e,0xfa,0xbf,0x0e,0x2d,0xa2,0xb6,0x87,0xd7,0xb4,0xe6,0x6c,0x0a,0xbe,0xba,0x69, +/* 0x0096d0 */ 0xdb,0xe5,0x99,0xef,0xca,0xd7,0x4c,0x46,0xcc,0x59,0x7f,0x18,0x72,0xd4,0xc5,0x49, +/* 0x0096e0 */ 0x55,0x24,0x58,0xfd,0x81,0x0a,0x57,0x5a,0xad,0xa4,0x7d,0x14,0x04,0xb6,0x7a,0xc5, +/* 0x0096f0 */ 0xb1,0x7d,0xfe,0xf5,0x87,0x96,0xff,0xa1,0x40,0x28,0x2d,0xe0,0xb6,0x3e,0x51,0x6f, +/* 0x009700 */ 0x0e,0x34,0xe7,0xdb,0x4f,0xb4,0x92,0xd4,0xb1,0x33,0x32,0x29,0xfe,0x0c,0xdf,0x6a, +/* 0x009710 */ 0xca,0x57,0x58,0xb6,0x6c,0x4c,0x7d,0x94,0x1e,0xa0,0x3c,0x91,0xab,0x7f,0x0a,0xe1, +/* 0x009720 */ 0xb6,0xda,0x7e,0x0e,0xc1,0x76,0x91,0xdc,0x42,0x84,0x0d,0x3c,0xde,0xb1,0xa8,0x0e, +/* 0x009730 */ 0xa3,0x2d,0x42,0x84,0x8d,0xf7,0x6f,0x67,0xeb,0x0f,0x15,0x9a,0x40,0xdb,0x9f,0x03, +/* 0x009740 */ 0x5d,0xc3,0xf4,0xe7,0xe0,0x03,0x7f,0x6e,0x77,0x5d,0x59,0x24,0x90,0x82,0x7c,0xfc, +/* 0x009750 */ 0xc9,0xfa,0xda,0xae,0x1f,0x99,0x1c,0x99,0x97,0xff,0xf2,0xfa,0xbc,0x95,0x4d,0x48, +/* 0x009760 */ 0xc4,0x0f,0x36,0xdd,0x42,0x6e,0x69,0xb0,0xee,0xc1,0x1c,0xb4,0xd4,0x59,0x26,0x78, +/* 0x009770 */ 0x06,0xfb,0xd6,0x1f,0x12,0x9d,0xc2,0x4d,0x33,0xc0,0x00,0x4a,0x4d,0xc1,0x2d,0xf2, +/* 0x009780 */ 0xf4,0x4e,0x0a,0x53,0x9e,0xc1,0x45,0xf9,0x2f,0xcb,0xed,0x10,0x67,0x20,0xa8,0xe2, +/* 0x009790 */ 0x48,0x25,0xf9,0x1c,0xad,0x3d,0xd7,0x43,0x89,0x30,0x0e,0xff,0x55,0xcd,0xad,0x3f, +/* 0x0097a0 */ 0x3c,0x67,0x77,0x3e,0xc2,0xfb,0xcb,0xb8,0x85,0x00,0x91,0xc5,0x7c,0xfa,0x2f,0xef, +/* 0x0097b0 */ 0xe3,0xd6,0x1f,0xbe,0x80,0x83,0x72,0xc3,0x04,0x5b,0x89,0x12,0xbb,0x78,0xbd,0x2e, +/* 0x0097c0 */ 0x47,0xa8,0x0d,0x37,0xc8,0xb2,0xf9,0x2f,0x8e,0xff,0xc6,0x4e,0xfb,0x0a,0xfe,0x3e, +/* 0x0097d0 */ 0x84,0x60,0x48,0xab,0xeb,0x22,0x48,0x8a,0x69,0x31,0xe6,0xef,0x7f,0x88,0x52,0x67, +/* 0x0097e0 */ 0xd7,0xa6,0xcb,0xce,0xa1,0x7d,0x62,0xea,0xec,0x6d,0x4b,0x89,0x41,0x7a,0x52,0x05, +/* 0x0097f0 */ 0xe1,0x9e,0x96,0x8b,0xa5,0xe4,0xb5,0xe9,0x50,0x64,0x18,0xe7,0x1b,0xa3,0xd0,0x0a, +/* 0x009800 */ 0x47,0x35,0xf1,0x57,0x37,0x4d,0x7f,0x58,0xfe,0x8b,0xc0,0xdb,0x23,0x78,0x9f,0x7e, +/* 0x009810 */ 0x17,0xcc,0x4c,0x06,0x7b,0x3e,0x9e,0xf5,0x36,0x7c,0x23,0xe5,0xa8,0xff,0xa1,0x0a, +/* 0x009820 */ 0xf3,0x23,0x60,0xb0,0xf6,0x3a,0x8b,0x97,0x4d,0xfe,0xeb,0x69,0x17,0x99,0x88,0xb3, +/* 0x009830 */ 0xc1,0x9b,0xda,0x4d,0x19,0xe7,0xfc,0x57,0x49,0x12,0xb8,0x12,0x91,0x44,0x71,0x4a, +/* 0x009840 */ 0x69,0x8e,0xc1,0xb1,0xbc,0x7e,0x0b,0x7e,0x45,0x81,0x48,0xc3,0x28,0xff,0xf5,0x8d, +/* 0x009850 */ 0x62,0xfa,0x2f,0x0c,0xbb,0xa2,0xd0,0xed,0x0b,0x02,0x7c,0xa5,0x81,0x3f,0xa6,0x94, +/* 0x009860 */ 0xfe,0x0b,0x8c,0x38,0x5e,0xed,0x1b,0x8a,0x93,0x2b,0x85,0x70,0x6e,0xcd,0xfc,0xaf, +/* 0x009870 */ 0xac,0xff,0x4a,0x8d,0x04,0x8d,0x03,0x8a,0x31,0x7c,0x45,0xe2,0x8f,0x71,0xf0,0x5f, +/* 0x009880 */ 0x6e,0xff,0x0d,0x33,0x48,0x62,0x20,0x66,0x5e,0x99,0xef,0x5b,0xbf,0xda,0x52,0x54, +/* 0x009890 */ 0xff,0x05,0xac,0x07,0x46,0x37,0x5f,0xaa,0x06,0xfd,0xb1,0xd8,0xff,0x1c,0xa9,0xa8, +/* 0x0098a0 */ 0xfe,0xcb,0xf0,0xdf,0xf8,0xdc,0xa3,0x1e,0xfa,0xa3,0xf5,0x5f,0x0c,0xe9,0x46,0x15, +/* 0x0098b0 */ 0x85,0x7e,0x7f,0x4f,0x51,0xfd,0x17,0x9c,0x6f,0xc8,0xf0,0xcc,0x93,0x20,0xcd,0x39, +/* 0x0098c0 */ 0x8e,0x98,0xae,0xfe,0x2b,0x75,0x26,0xc4,0x04,0xba,0xff,0x7a,0x95,0xd0,0x7f,0xa5, +/* 0x0098d0 */ 0x8c,0xe2,0xb7,0x5e,0x42,0xbe,0x6c,0xe0,0x8e,0x29,0x56,0x7f,0x68,0x07,0xe5,0x4c, +/* 0x0098e0 */ 0xf0,0x4b,0x9f,0x31,0x3e,0xfa,0x2f,0x46,0xe4,0xd5,0x4c,0xbf,0x57,0x71,0x70,0xd6, +/* 0x0098f0 */ 0xf9,0x95,0x7b,0x83,0xb9,0xc5,0xd6,0x1f,0xf2,0xf5,0x5f,0xa8,0xe9,0x22,0x7b,0x32, +/* 0x009900 */ 0x59,0xeb,0xbf,0x5e,0x45,0xf5,0x5f,0xc7,0x85,0x45,0x7a,0xbf,0x55,0x89,0x01,0xfe, +/* 0x009910 */ 0x51,0xfc,0xf3,0xc3,0xb5,0x25,0xf5,0x5f,0x8b,0x26,0x2c,0x47,0x0e,0x1c,0x7c,0xcd, +/* 0x009920 */ 0x7f,0x9e,0x8b,0xea,0xbf,0x5e,0x76,0x5d,0xf1,0x79,0x36,0xf4,0xd2,0xfa,0x2f,0x08, +/* 0x009930 */ 0xe2,0x93,0x8a,0x71,0xe5,0x6e,0xdf,0x31,0x45,0xf4,0x5f,0x44,0x33,0xd2,0xe8,0x3c, +/* 0x009940 */ 0x45,0x57,0xbe,0x2a,0xff,0x05,0x6d,0x92,0x0c,0xf2,0x25,0xe2,0xd6,0xb9,0x38,0x82, +/* 0x009950 */ 0xe2,0xfa,0x2f,0xb4,0xd0,0x2e,0x32,0x94,0x9f,0xe6,0xd0,0x16,0xd3,0xf5,0x3f,0x4c, +/* 0x009960 */ 0xa8,0x18,0xbe,0x4d,0x18,0x86,0x1e,0x99,0x22,0x9f,0x53,0x54,0xff,0x75,0x02,0x25, +/* 0x009970 */ 0x57,0x5b,0x45,0x86,0xf2,0x2c,0x43,0xff,0x15,0x2c,0xa9,0xff,0xf2,0xce,0x61,0xfd, +/* 0x009980 */ 0x6d,0x90,0x36,0x03,0x35,0x16,0x8a,0x48,0xc5,0x74,0x76,0xc5,0xf5,0x5f,0x94,0x43, +/* 0x009990 */ 0xa4,0xc5,0x81,0x8b,0xf7,0xd8,0x55,0x82,0x7f,0xac,0xfe,0x0b,0x35,0x6d,0x85,0xf5, +/* 0x0099a0 */ 0x02,0xfa,0xec,0x7e,0x8c,0xe3,0x26,0x02,0xbe,0x9f,0x53,0x54,0xff,0x85,0x83,0x64, +/* 0x0099b0 */ 0xc4,0xba,0x92,0xc9,0xe4,0xd1,0xb8,0x1f,0xff,0x55,0x5c,0xff,0x65,0x74,0xfb,0x82, +/* 0x0099c0 */ 0xa0,0x83,0x7b,0x6b,0x9a,0xfa,0x2f,0xda,0x89,0xe0,0x8a,0x79,0xe5,0x8a,0xf4,0x82, +/* 0x0099d0 */ 0xef,0xba,0xfb,0xea,0xbf,0x6c,0xed,0xdb,0x15,0x3b,0xf8,0xaa,0xfa,0x2f,0x87,0x59, +/* 0x0099e0 */ 0x47,0x8f,0x03,0x91,0x39,0x83,0x22,0xf5,0x87,0xae,0x2b,0xf7,0x6a,0xad,0x97,0x90, +/* 0x0099f0 */ 0x2f,0x7f,0x5a,0x42,0xff,0xc5,0x06,0xe3,0x2d,0xe3,0xe8,0x27,0x7e,0x63,0xf8,0xfa, +/* 0x009a00 */ 0x2f,0x2b,0x20,0x07,0x89,0xa3,0xd2,0x51,0x29,0xa9,0x87,0xab,0xc0,0x76,0xbe,0x04, +/* 0x009a10 */ 0xff,0xe5,0xa7,0xff,0x02,0xa0,0x61,0x1e,0x82,0x75,0x9c,0xfd,0x12,0x71,0x79,0x19, +/* 0x009a20 */ 0xdf,0xfa,0x43,0x26,0xd0,0x2b,0xb6,0xb5,0x1a,0x57,0xd6,0x8b,0xfe,0xfc,0x97,0x55, +/* 0x009a30 */ 0x7f,0x18,0xf5,0xc9,0x13,0x86,0x4d,0xfc,0xa5,0x57,0x0c,0xd8,0xd5,0x86,0xfe,0xf8, +/* 0x009a40 */ 0xcb,0x2f,0x3f,0x24,0x41,0x8c,0xd0,0x5e,0x17,0x78,0xb7,0x2c,0xfc,0xe5,0xa3,0xff, +/* 0x009a50 */ 0x62,0x79,0xab,0x77,0xd0,0x6f,0x71,0x22,0x14,0xfe,0x2b,0x91,0x91,0x86,0xb9,0xf5, +/* 0x009a60 */ 0x5f,0x3e,0xf5,0x87,0x8e,0x60,0x94,0x4e,0x6f,0x07,0xe7,0x56,0x49,0xfd,0x17,0xb3, +/* 0x009a70 */ 0xee,0xc2,0x79,0x04,0xfa,0x2f,0xbc,0x19,0xff,0xcd,0xbe,0xe5,0x26,0x56,0x8a,0xe0, +/* 0x009a80 */ 0x2f,0xbb,0x2a,0xa6,0x13,0x68,0x1d,0xbc,0xe3,0x3e,0x76,0x53,0x5a,0xc6,0xe0,0x70, +/* 0x009a90 */ 0x69,0xfd,0xd7,0x19,0x9b,0xa6,0x7c,0x8a,0x08,0xc1,0x9c,0xe5,0x55,0x25,0xea,0x0f, +/* 0x009aa0 */ 0x99,0xa0,0x1c,0xfc,0x96,0x09,0xda,0xba,0x20,0x4e,0xf1,0x38,0xb2,0x69,0xe8,0xbf, +/* 0x009ab0 */ 0x8c,0xfc,0xd0,0x68,0x92,0xfb,0x3f,0x99,0x75,0x9e,0x72,0xc1,0xe9,0xe9,0xbf,0x4c, +/* 0x009ac0 */ 0x23,0x0e,0xca,0x7a,0x0c,0x94,0x15,0xa9,0x43,0x2b,0xa1,0xff,0x32,0x4c,0xbd,0xc8, +/* 0x009ad0 */ 0xea,0xc4,0x84,0x4d,0xa4,0x4f,0x44,0x90,0xb7,0x4f,0xfd,0xf5,0x5f,0x6c,0xfe,0x4c, +/* 0x009ae0 */ 0xd8,0x13,0xf0,0xaf,0xf3,0xe1,0xc8,0x8a,0xeb,0xbf,0x9c,0x41,0x7b,0xde,0xf7,0x96, +/* 0x009af0 */ 0xa3,0xfe,0x50,0x60,0xf8,0xe5,0x26,0xa0,0x95,0xa7,0xb2,0xe7,0xb4,0xa6,0x91,0xc8, +/* 0x009b00 */ 0xa4,0x38,0x00,0xd4,0x33,0xaa,0x02,0x20,0x36,0x8a,0xee,0xca,0x3f,0xfe,0xd0,0x6d, +/* 0x009b10 */ 0xcb,0x34,0x32,0x86,0x87,0xbf,0x26,0x4c,0x4a,0xcb,0xaa,0x3f,0xbc,0x85,0xfa,0x33, +/* 0x009b20 */ 0x2b,0x75,0x39,0x2b,0x28,0x0a,0xbe,0xa5,0xf7,0x0d,0x25,0x30,0xf2,0xd5,0x12,0x28, +/* 0x009b30 */ 0x32,0x28,0xd4,0xad,0x2e,0x82,0xbf,0x9c,0xdf,0x75,0xf5,0xc2,0xe3,0x50,0x2d,0x3f, +/* 0x009b40 */ 0x36,0x37,0x2b,0xf4,0xc1,0x2d,0x24,0xa7,0xcb,0x46,0x85,0x6e,0x38,0x69,0xaf,0x17, +/* 0x009b50 */ 0xd6,0xc9,0x8e,0x9e,0x89,0x4e,0xfc,0xe5,0x5a,0xd3,0x04,0xac,0xf2,0x42,0x3d,0x38, +/* 0x009b60 */ 0x24,0xd4,0xa1,0x7e,0xb1,0xae,0x97,0x3c,0x48,0xf8,0xef,0x19,0x91,0xd3,0x19,0xef, +/* 0x009b70 */ 0xc3,0xc6,0xe0,0x2f,0xd7,0x5a,0xb4,0xc2,0x27,0x37,0xe9,0x51,0xb9,0xe6,0x40,0x02, +/* 0x009b80 */ 0xdf,0x42,0x72,0xae,0x72,0x54,0x78,0x25,0x33,0x98,0x4f,0x9d,0x14,0x37,0x22,0xda, +/* 0x009b90 */ 0x74,0x63,0xe6,0xb4,0xf0,0x97,0x40,0xf6,0xc5,0x98,0x00,0xcd,0xc2,0x56,0x11,0xb7, +/* 0x009ba0 */ 0x79,0xe9,0x86,0xb4,0x32,0xff,0xff,0xa4,0x5d,0x7f,0x70,0x14,0x55,0x9e,0x7f,0xdd, +/* 0x009bb0 */ 0x3d,0xc4,0xce,0xf4,0xfc,0xe8,0x4d,0xa8,0xba,0xac,0x70,0xd8,0x99,0x04,0x6a,0x60, +/* 0x009bc0 */ 0xc3,0x10,0x12,0x36,0x40,0x88,0x93,0x26,0xe4,0xdc,0x2c,0xa6,0x0e,0x76,0x6f,0xeb, +/* 0x009bd0 */ 0xca,0x3f,0xb6,0xac,0xa8,0xd4,0x15,0x77,0x85,0x16,0xde,0x5d,0x6d,0xe1,0x2d,0xa7, +/* 0x009be0 */ 0x2f,0x93,0xa8,0x81,0xb0,0xeb,0x04,0xa8,0x53,0x4f,0x3d,0x47,0x36,0x65,0x01,0x47, +/* 0x009bf0 */ 0x79,0x03,0x08,0x84,0x1f,0x8b,0x2d,0x06,0x37,0x28,0x3f,0xb2,0xe0,0x5e,0x21,0x52, +/* 0x009c00 */ 0x32,0x68,0xd0,0xa0,0x51,0xe3,0x56,0x74,0x83,0x06,0xbc,0xf7,0x7d,0xaf,0xbb,0xa7, +/* 0x009c10 */ 0x7b,0xba,0x7b,0x66,0xac,0xfb,0xef,0x5b,0xef,0xbd,0x99,0x4c,0xde,0xeb,0xd7,0xef, +/* 0x009c20 */ 0xfb,0x79,0x9f,0xef,0xf7,0xf3,0x0d,0x4d,0xb8,0x70,0x9a,0xee,0xf8,0x0b,0x64,0x18, +/* 0x009c30 */ 0xbb,0x4e,0x73,0x9f,0x42,0xd2,0x50,0x9f,0xa0,0xc0,0xf3,0xc3,0x87,0xe8,0x0b,0xb6, +/* 0x009c40 */ 0xa2,0x61,0x38,0x78,0xcc,0x25,0xb0,0xcd,0xc4,0x5f,0xb6,0xf8,0xc3,0x88,0x26,0x1e, +/* 0x009c50 */ 0xe1,0xa7,0xf0,0x51,0x65,0x81,0x16,0xfc,0x4d,0xd5,0x1a,0x98,0xba,0xe1,0x9e,0x34, +/* 0x009c60 */ 0x7f,0x4b,0x39,0xaa,0x36,0x6a,0xe2,0x00,0x0d,0xdd,0x6c,0x74,0xc7,0x5f,0xeb,0x02, +/* 0x009c70 */ 0xb6,0xfc,0xe5,0xd2,0x45,0xfc,0x59,0xb8,0xd4,0xd5,0x4a,0x45,0xc6,0x76,0xa1,0x0a, +/* 0x009c80 */ 0xd2,0xa5,0xa4,0xd1,0x9c,0x11,0x9a,0xe9,0xbf,0x3f,0xa7,0xb8,0xb6,0x81,0xbf,0x96, +/* 0x009c90 */ 0x5b,0xf0,0xd7,0x6b,0x20,0xbb,0xf1,0x08,0xf8,0xfc,0xda,0x83,0x93,0xa5,0xf7,0xf0, +/* 0x009ca0 */ 0xbf,0x42,0x4f,0xe2,0x1a,0xc5,0x4f,0x80,0x98,0x7a,0x00,0x4b,0x86,0x40,0xc4,0xdc, +/* 0x009cb0 */ 0x82,0xf8,0x0b,0x54,0x5f,0x82,0x60,0x7c,0x89,0x36,0x66,0x82,0x32,0x2f,0xa2,0x0b, +/* 0x009cc0 */ 0x72,0x93,0x1c,0x83,0xbf,0xfe,0x25,0x6a,0xd0,0xe6,0xd7,0x09,0x54,0x88,0x63,0xb4, +/* 0x009cd0 */ 0x28,0xfd,0x0d,0xa6,0x36,0x4f,0xce,0x41,0x15,0x16,0x85,0x6f,0xc6,0x7f,0x3d,0x6e, +/* 0x009ce0 */ 0xdc,0x74,0xb1,0x65,0xa2,0x65,0xbf,0x9c,0xfa,0x87,0xd6,0x2b,0x2f,0x28,0xfb,0x35, +/* 0x009cf0 */ 0x20,0xbc,0x72,0xe2,0x3d,0x06,0xbb,0xe8,0xab,0x00,0x85,0x81,0x11,0x3b,0x83,0xfc, +/* 0x009d00 */ 0xaf,0x07,0xd2,0x02,0x48,0x6b,0x52,0xfd,0xc3,0xbc,0xf8,0xeb,0x35,0xf4,0x92,0xd6, +/* 0x009d10 */ 0x65,0xd6,0x56,0xce,0x80,0xca,0x13,0x0b,0xae,0xb8,0x89,0xfe,0x54,0x52,0xa5,0x05, +/* 0x009d20 */ 0x2d,0x61,0x87,0x2e,0xf9,0x5f,0x9a,0x65,0x9e,0x67,0x03,0xcf,0xf8,0x5b,0xfc,0x24, +/* 0x009d30 */ 0xfe,0xc7,0x8c,0xb4,0x76,0xde,0xed,0x64,0x32,0x67,0x2b,0xb4,0xab,0xab,0x67,0xee, +/* 0x009d40 */ 0xb8,0x68,0x04,0x7c,0x8a,0x05,0xf1,0x17,0x4b,0x83,0x0d,0x74,0x71,0x0f,0x69,0x77, +/* 0x009d50 */ 0x2f,0x49,0x84,0x60,0xdd,0x87,0x29,0x01,0xba,0xed,0xa7,0xca,0xf9,0xd2,0xa5,0xc8, +/* 0x009d60 */ 0xf2,0xaa,0xcc,0x8b,0xbf,0x1a,0xc0,0xd8,0x29,0xbe,0xa5,0x34,0xe2,0xf0,0x27,0xc2, +/* 0x009d70 */ 0x12,0x82,0xbf,0x9a,0x7b,0x68,0xd7,0x59,0x6d,0x69,0xb2,0x7d,0xac,0xca,0x0c,0x3b, +/* 0x009d80 */ 0x2c,0x4e,0x7f,0x63,0x14,0xc5,0x65,0xea,0xe0,0x5d,0x24,0xfb,0x02,0xae,0xd3,0x91, +/* 0x009d90 */ 0x93,0x11,0xcb,0x8b,0xbf,0x1e,0x55,0x9f,0x32,0xd0,0x56,0xa0,0xef,0x36,0x20,0xc2, +/* 0x009da0 */ 0x9a,0xc0,0xe1,0xbc,0x86,0x5e,0xc7,0x75,0x1d,0x31,0x96,0xb2,0xc4,0x74,0x06,0xe4, +/* 0x009db0 */ 0x42,0xf8,0xeb,0x99,0xb2,0x8f,0xd1,0xe1,0xe1,0xd8,0xfa,0x36,0xf8,0x66,0x48,0xdb, +/* 0x009dc0 */ 0x09,0xd2,0xbc,0x2d,0xb5,0x61,0xad,0xf8,0x4c,0xd9,0xf7,0xc0,0x5f,0x5b,0xf9,0x91, +/* 0x009dd0 */ 0x0e,0x62,0xfc,0x62,0x5e,0x3a,0x32,0x98,0x55,0xbd,0xdb,0xb5,0x3a,0x32,0xe4,0xaa, +/* 0x009de0 */ 0xa3,0x98,0xc5,0x5f,0x39,0xf1,0x87,0xb5,0xfc,0x60,0xff,0x5e,0x5c,0xb3,0xd2,0x2f, +/* 0x009df0 */ 0x97,0x74,0xef,0xe8,0xd3,0x85,0x10,0x53,0x2f,0x45,0xe7,0xa8,0x6d,0x15,0x7c,0x6b, +/* 0x009e00 */ 0xca,0x5a,0xb2,0xca,0x1e,0x7f,0x98,0xb6,0x4c,0x5d,0x8c,0x86,0x77,0xe2,0x01,0x14, +/* 0x009e10 */ 0x17,0x43,0x04,0x8c,0xe0,0x8b,0x88,0xf2,0x17,0xa3,0x78,0x54,0xa9,0xa3,0x5c,0xa4, +/* 0x009e20 */ 0x83,0x67,0xcc,0xe2,0x2f,0x6c,0x75,0xd1,0x97,0x87,0xcf,0x77,0x81,0xda,0xe1,0xa3, +/* 0x009e30 */ 0x2b,0x83,0xe7,0xbb,0x26,0x52,0xd7,0x51,0xf3,0x5b,0xd0,0x95,0xba,0x82,0x9a,0x57, +/* 0x009e40 */ 0xae,0x22,0x2d,0x94,0x4f,0x09,0x5b,0x24,0x28,0x4d,0xfc,0x75,0xcd,0xce,0xe6,0x84, +/* 0x009e50 */ 0x56,0x0b,0xfd,0xe8,0x75,0xd4,0x0c,0x3a,0x1e,0xf0,0x27,0x9a,0x5b,0xc9,0x7a,0x7d, +/* 0x009e60 */ 0x85,0x6e,0xfa,0xeb,0x69,0x45,0xb0,0x8a,0x4d,0x46,0x41,0x31,0x27,0xfe,0xea,0xa1, +/* 0x009e70 */ 0x48,0x8a,0x3c,0x2d,0x03,0xa8,0x11,0x05,0x13,0x09,0x45,0xbc,0x0c,0xd9,0x5e,0x89, +/* 0x009e80 */ 0xc4,0xd5,0x14,0xc0,0x2e,0x3f,0xe6,0xaf,0x92,0xff,0x74,0x9e,0x48,0x81,0xd8,0x4e, +/* 0x009e90 */ 0x03,0x7f,0x4d,0xe6,0xe0,0xaf,0x93,0xb8,0x2f,0x3b,0xcf,0x31,0x60,0xa5,0x5f,0x40, +/* 0x009ea0 */ 0x8f,0xa3,0x9a,0xbb,0x24,0x59,0x19,0x24,0x4b,0x50,0xbd,0xba,0x82,0x00,0x31,0x4c, +/* 0x009eb0 */ 0x8c,0x16,0x49,0x8e,0x9c,0x44,0x7d,0xde,0xf8,0x6b,0x53,0x56,0x6e,0x85,0x72,0x5b, +/* 0x009ec0 */ 0x8b,0xd0,0x0b,0x3e,0x56,0xff,0x2b,0xb5,0x0b,0xe9,0x25,0xe1,0x96,0xca,0xb1,0x16, +/* 0x009ed0 */ 0xe9,0x55,0x7e,0x44,0xb5,0x69,0x6c,0xda,0xf1,0x97,0x7d,0x7e,0x80,0x87,0x3d,0x85, +/* 0x009ee0 */ 0x66,0xa9,0x86,0xb0,0xe7,0x7a,0x0a,0xa0,0x1e,0xc1,0x0d,0xad,0xe1,0x67,0xf9,0x9c, +/* 0x009ef0 */ 0xc1,0x56,0xfc,0xd5,0x6d,0xb4,0xf4,0x53,0xe2,0x32,0x44,0x3e,0x2e,0xde,0xf0,0x65, +/* 0x009f00 */ 0x89,0x30,0x5a,0x41,0x3b,0x7a,0x03,0x37,0xb2,0x59,0x35,0x81,0x98,0x6e,0xbc,0xed, +/* 0x009f10 */ 0x8d,0xbf,0x10,0x1e,0x82,0xb0,0xc3,0x1e,0x01,0x66,0xb5,0xa9,0x4c,0x2f,0x2d,0xb7, +/* 0x009f20 */ 0xaf,0x22,0x88,0xb3,0xb2,0xf3,0x05,0xf1,0x57,0xa8,0x3f,0x11,0xe5,0x37,0xf7,0x54, +/* 0x009f30 */ 0xa5,0xa4,0x0c,0x15,0x39,0x5c,0x90,0x16,0x53,0xc2,0x11,0x74,0x50,0xa9,0x4a,0x8a, +/* 0x009f40 */ 0x19,0x5a,0x11,0xac,0x18,0xfc,0x45,0x8e,0xb6,0x57,0x79,0xe4,0xc3,0xa9,0xe8,0xa8, +/* 0x009f50 */ 0xe1,0x75,0xff,0x2b,0x31,0xde,0x54,0xf7,0x73,0xd5,0xc3,0xa5,0xb5,0x2d,0x01,0x39, +/* 0x009f60 */ 0x37,0x39,0x22,0x8b,0xbf,0x54,0x9b,0xab,0xef,0x1f,0xe7,0x03,0xe8,0x7f,0xf0,0xdc, +/* 0x009f70 */ 0x13,0x52,0x87,0x1e,0xfc,0x56,0xba,0x9e,0xdf,0x4e,0x3e,0x35,0xbb,0x43,0xdc,0x80, +/* 0x009f80 */ 0x66,0x8a,0xde,0xf8,0x0b,0x1f,0xca,0x81,0x54,0xb3,0xd0,0x1f,0x3a,0xe7,0x66,0xee, +/* 0x009f90 */ 0x80,0x96,0x8f,0xf1,0x9d,0x1d,0xac,0x2b,0xb1,0xb8,0x23,0x38,0xc9,0x59,0x8a,0x85, +/* 0x009fa0 */ 0xe5,0xea,0x6f,0x1c,0xcb,0x71,0x2f,0x53,0xc2,0x58,0xa0,0x02,0x5e,0xb0,0x98,0xea, +/* 0x009fb0 */ 0xf2,0x35,0x41,0x30,0x55,0x3f,0xe9,0xfa,0x11,0x59,0x9d,0x15,0x63,0xe2,0xb7,0x5c, +/* 0x009fc0 */ 0x91,0xf8,0xeb,0x30,0x44,0x43,0x25,0x9b,0x53,0x01,0x56,0x6d,0xb9,0x59,0x21,0xc6, +/* 0x009fd0 */ 0xd7,0xa4,0xab,0x9e,0x78,0x8c,0xe5,0x71,0x74,0x6e,0x3b,0xcb,0xff,0x2a,0x88,0xbf, +/* 0x009fe0 */ 0x36,0xb4,0x9c,0xd7,0x0e,0x69,0x4b,0x3b,0xc5,0x0e,0x8a,0xbf,0xe6,0xab,0xc1,0x87, +/* 0x009ff0 */ 0xf9,0x3f,0xc9,0x87,0xd4,0xc5,0x6a,0xf0,0x4b,0x7e,0xa6,0xfa,0x17,0xf9,0xfb,0xe1, +/* 0x00a000 */ 0x2f,0xd5,0xcf,0xd2,0xeb,0xe6,0x97,0xe9,0xa7,0x5e,0xa5,0x2a,0xae,0x4f,0x90,0x93, +/* 0x00a010 */ 0x91,0x2b,0x1e,0x7f,0x89,0xfb,0xb9,0x28,0x94,0x2b,0x3d,0x03,0x7e,0x66,0x07,0x71, +/* 0x00a020 */ 0xe3,0x07,0x7d,0xfb,0x3b,0xaa,0x37,0x96,0xce,0xe2,0x43,0xde,0xf8,0xeb,0x98,0xbb, +/* 0x00a030 */ 0x3f,0xaf,0xc6,0xb6,0x0b,0x37,0xf9,0x5e,0xd8,0x5f,0x10,0x1f,0xfe,0x2d,0xaa,0xcb, +/* 0x00a040 */ 0x6c,0x19,0x90,0x6a,0x94,0xe7,0x8a,0xe5,0xbf,0xfa,0x05,0xb2,0x28,0x38,0xae,0x4e, +/* 0x00a050 */ 0xdb,0x6e,0xc4,0x35,0xa5,0xab,0xae,0xa1,0x6f,0xd5,0xf8,0x6a,0x6b,0x3a,0x52,0x41, +/* 0x00a060 */ 0xfc,0x15,0x9a,0x5c,0x31,0x2e,0xb3,0xeb,0xfd,0xae,0x31,0x05,0xaa,0xe4,0x84,0x01, +/* 0x00a070 */ 0x88,0xbd,0x91,0x58,0xac,0xb5,0x67,0x88,0xdb,0xe3,0xc1,0x7f,0x39,0xf0,0xd7,0x8c, +/* 0x00a080 */ 0x3d,0x04,0x45,0x1e,0x55,0x63,0x29,0xe9,0x3f,0xa1,0x85,0x5b,0xb0,0x86,0x74,0x7d, +/* 0x00a090 */ 0x88,0x36,0xe3,0xe8,0x06,0x7f,0xb7,0x4b,0x22,0x8f,0x17,0xfe,0xda,0xbc,0x37,0xf1, +/* 0x00a0a0 */ 0x05,0x1a,0x88,0x40,0xf9,0x30,0xd6,0x82,0x49,0xd7,0x47,0xbe,0x5e,0xf9,0xe5,0x4c, +/* 0x00a0b0 */ 0x8f,0x5b,0x42,0x90,0x15,0x7f,0x71,0xd6,0x25,0x40,0xfc,0x69,0xbc,0x3f,0x0a,0xd1, +/* 0x00a0c0 */ 0x8d,0x3c,0xcb,0x6a,0xa1,0xeb,0xd5,0x85,0x76,0xab,0x34,0x10,0xb1,0x8b,0x79,0x20, +/* 0x00a0d0 */ 0x85,0xf0,0xd7,0x3b,0x21,0x4a,0x26,0x2a,0xf1,0x56,0xe2,0x4b,0x80,0xab,0xd6,0x84, +/* 0x00a0e0 */ 0xa9,0xf7,0x7e,0x8a,0x6f,0x20,0x6e,0x46,0xf9,0x18,0xef,0xd0,0x73,0xf0,0xc2,0x5f, +/* 0x00a0f0 */ 0x19,0x61,0x5c,0x9d,0x62,0x45,0x96,0x6d,0x5d,0x2f,0xa2,0x90,0xde,0xe2,0xae,0x7f, +/* 0x00a100 */ 0x78,0xdc,0xba,0xbf,0x96,0xb9,0x5d,0x62,0x8c,0xeb,0x8c,0x18,0x31,0x9c,0x42,0x37, +/* 0x00a110 */ 0x66,0xfe,0x17,0x20,0xa9,0xb8,0x93,0xdb,0xba,0xfa,0xb6,0xce,0x7f,0x65,0xcc,0x59, +/* 0x00a120 */ 0x0d,0xbb,0x49,0x61,0xe4,0xaf,0xff,0xe5,0x65,0x38,0x41,0xb1,0x2d,0xff,0x6b,0x9e, +/* 0x00a130 */ 0x3b,0xa6,0x76,0x22,0x71,0xc7,0xef,0x69,0xd1,0xe3,0x0f,0x39,0xca,0x7f,0x99,0xda, +/* 0x00a140 */ 0x86,0x8d,0x6e,0xa0,0x78,0x3c,0x7b,0x9b,0xe1,0xc4,0x3b,0x57,0x0d,0xfc,0x95,0x47, +/* 0x00a150 */ 0x73,0xc6,0xcc,0x30,0xd2,0x8d,0x5a,0x17,0xe1,0x94,0x82,0xfc,0x97,0xd5,0xa8,0x31, +/* 0x00a160 */ 0x1e,0x9b,0x3c,0xf8,0x2b,0x8f,0x76,0x8d,0x6e,0x7c,0xc5,0x2f,0x50,0x7b,0x57,0x2f, +/* 0x00a170 */ 0x00,0x63,0xbe,0x4a,0xeb,0x2f,0x1f,0xe0,0x3f,0x33,0x8c,0xaf,0x5d,0xf8,0xaf,0x6d, +/* 0x00a180 */ 0xde,0xcb,0xd4,0xe5,0xb5,0x5e,0xf9,0xeb,0x7f,0xd9,0x8c,0xf5,0xfc,0x2c,0x45,0x57, +/* 0x00a190 */ 0xdb,0x70,0x0e,0x1e,0xf3,0x39,0xf1,0x97,0x87,0xb1,0x90,0x4c,0xcb,0x1b,0xac,0xc5, +/* 0x00a1a0 */ 0x39,0xd8,0x33,0xff,0xcb,0x69,0xfc,0xd9,0xa0,0x9e,0xc7,0x5d,0xd6,0x4b,0x7f,0x7e, +/* 0x00a1b0 */ 0xa2,0xbe,0x82,0xeb,0x65,0xf2,0x95,0x01,0x30,0x72,0x03,0x8f,0xf3,0xd6,0xff,0x3a, +/* 0x00a1c0 */ 0xc4,0x51,0x6e,0x4b,0x6f,0x31,0xa2,0x2c,0xc4,0xdc,0xb3,0x89,0xc6,0x1f,0x56,0xeb, +/* 0x00a1d0 */ 0xe7,0xd7,0x7f,0x39,0xa0,0x6b,0x8e,0xe1,0x37,0x8c,0x52,0x8b,0x34,0x87,0x5b,0xfd, +/* 0x00a1e0 */ 0xaf,0xfa,0x22,0xf7,0xe9,0x5c,0xb7,0x2e,0x5b,0xfe,0x57,0xa3,0x3b,0xb7,0xc5,0x8c, +/* 0x00a1f0 */ 0x90,0x61,0x04,0x2d,0x31,0x8a,0xc6,0x98,0xf2,0x02,0xf9,0x5f,0x6e,0x46,0xa8,0x78, +/* 0x00a200 */ 0xfc,0xe5,0x61,0x50,0x21,0x44,0x00,0x62,0xd5,0x34,0x34,0xd1,0x6a,0x94,0xe5,0xe7, +/* 0x00a210 */ 0xbf,0x6c,0x86,0xbf,0x9a,0xdf,0x84,0xf6,0xad,0x16,0x99,0xb1,0x43,0x8d,0x26,0x25, +/* 0x00a220 */ 0xc3,0xf0,0x2b,0xf9,0xf9,0x2f,0xab,0xc1,0xaa,0x4c,0xce,0x69,0x89,0x32,0x43,0x51, +/* 0x00a230 */ 0x69,0x24,0xa1,0x6e,0xdc,0x65,0xe6,0x7f,0x79,0x73,0x2e,0x66,0x46,0x58,0xab,0xda, +/* 0x00a240 */ 0x29,0x2b,0xed,0x22,0x14,0x02,0xeb,0x04,0x69,0x44,0xdd,0xf8,0x1b,0x62,0xb4,0xe4, +/* 0x00a250 */ 0xe7,0xbf,0x8c,0x42,0x60,0x2c,0x23,0xac,0x12,0x0d,0xa9,0xd5,0x15,0x01,0x66,0xd4, +/* 0x00a260 */ 0xc9,0x81,0x6e,0xe1,0x3e,0xc3,0x78,0xc8,0xcc,0xff,0x2a,0x38,0xcf,0x5b,0x85,0x7e, +/* 0x00a270 */ 0x7c,0x43,0x89,0xb7,0x43,0x6a,0x18,0x66,0xa9,0x61,0x59,0xe3,0x60,0xde,0xfa,0x5f, +/* 0x00a280 */ 0x36,0xe3,0x39,0xa8,0x17,0x80,0xe2,0x1b,0x18,0xe3,0x23,0xb3,0x2e,0x95,0x76,0xf5, +/* 0x00a290 */ 0x15,0xa8,0xff,0x65,0xcf,0x08,0xf3,0x2b,0xa9,0x01,0x25,0x46,0xf1,0x17,0xc4,0x1f, +/* 0x00a2a0 */ 0xfa,0xa5,0x04,0x84,0x26,0x8a,0x31,0x5e,0xd2,0xcc,0xfc,0x2f,0x94,0x33,0xab,0x77, +/* 0x00a2b0 */ 0xcb,0x2d,0xb9,0x2d,0x3f,0x6b,0x99,0x8e,0x0f,0x44,0xe7,0xb7,0x4a,0xab,0xf9,0x77, +/* 0x00a2c0 */ 0xf0,0x01,0x34,0xbf,0x4d,0xfa,0x79,0x82,0x18,0xca,0x7c,0x95,0xb4,0x9c,0x2f,0xc4, +/* 0x00a2d0 */ 0x7f,0xe9,0xf1,0x87,0xd4,0x58,0x84,0x7e,0x8f,0x16,0xa8,0xd2,0x30,0x2d,0xbb,0x6c, +/* 0x00a2e0 */ 0x37,0xf4,0xfc,0xaf,0x1d,0x76,0xfe,0x2b,0xe6,0xf5,0x3c,0xe7,0xc9,0xff,0x62,0x78, +/* 0x00a2f0 */ 0xc7,0xce,0x7f,0x3d,0xea,0x36,0x58,0xce,0xb7,0x65,0x0a,0xd4,0xff,0x32,0x0c,0x9e, +/* 0x00a300 */ 0x1a,0xe6,0x33,0xe6,0x7c,0xd8,0x1c,0xfa,0xf3,0xee,0xfc,0x17,0x0f,0x46,0x8b,0x3e, +/* 0x00a310 */ 0x66,0xa7,0x8b,0x10,0xa2,0x59,0xff,0x2b,0x0f,0x47,0x9f,0xcb,0xe3,0x2f,0xb1,0x13, +/* 0x00a320 */ 0xfa,0x51,0x0b,0xfe,0xba,0x8a,0xbc,0x62,0x0f,0xb2,0x46,0x07,0x2f,0xa3,0x83,0x60, +/* 0x00a330 */ 0x44,0x13,0xf7,0x80,0x81,0x49,0xcb,0x45,0xdd,0x28,0xd3,0xef,0x0f,0x53,0x3d,0xf7, +/* 0x00a340 */ 0x7a,0x6b,0x1b,0x82,0x31,0x1f,0x9c,0x2e,0x3a,0x26,0x15,0x06,0xc1,0xf6,0xbf,0x24, +/* 0x00a350 */ 0xec,0x63,0x8c,0xfa,0x5f,0xee,0xfa,0x87,0x36,0x62,0x25,0x45,0x66,0xd5,0x33,0xae, +/* 0x00a360 */ 0x20,0x8b,0xbf,0x54,0x2f,0x6e,0xeb,0x01,0xb3,0x05,0x7c,0xc8,0xc5,0x40,0x84,0x79, +/* 0x00a370 */ 0xfa,0x87,0xbb,0xb9,0xe7,0xad,0xb2,0x87,0xe6,0xb4,0x2c,0xd5,0x4c,0xb5,0xc3,0x50, +/* 0x00a380 */ 0x86,0xce,0xcf,0x9d,0x1a,0xd9,0x4d,0x15,0xb9,0xf3,0x63,0xe0,0x2f,0x5e,0x7e,0xde, +/* 0x00a390 */ 0x01,0x5d,0x9d,0x06,0xfd,0x5b,0x58,0x62,0x42,0x88,0xb3,0xed,0xf8,0xcb,0xc8,0xff, +/* 0x00a3a0 */ 0xb2,0x85,0x6d,0xc4,0x6c,0x6b,0xca,0xf8,0x14,0x7f,0x8a,0x47,0xd3,0xa0,0xac,0x30, +/* 0x00a3b0 */ 0x71,0xf5,0x1d,0x0f,0x5b,0x44,0xaf,0xff,0xb5,0xfb,0x07,0xa6,0xef,0x67,0x73,0x14, +/* 0x00a3c0 */ 0xad,0x6c,0x57,0x92,0xdf,0xc3,0xb6,0x5e,0x5a,0xaa,0x46,0x8f,0xe4,0xec,0x0b,0x03, +/* 0x00a3d0 */ 0x7f,0x71,0x7b,0xec,0x51,0x4c,0x96,0xef,0xf9,0x17,0xdd,0xd0,0x77,0x81,0x4a,0x17, +/* 0x00a3e0 */ 0x2e,0x67,0x5f,0xac,0x30,0xf4,0xe7,0x65,0x8b,0xdf,0x72,0x05,0x2d,0xd6,0x82,0x4e, +/* 0x00a3f0 */ 0xbf,0xe5,0x8f,0x42,0x13,0xba,0x29,0x2f,0xf6,0x05,0xd6,0x0b,0x8b,0xd4,0x33,0x72, +/* 0x00a400 */ 0x7d,0x6b,0xe0,0x8f,0x59,0x03,0x99,0xf8,0x6b,0xfa,0xd1,0x6c,0xb4,0x61,0x84,0xd1, +/* 0x00a410 */ 0x5e,0x76,0xff,0x50,0x6b,0x49,0xa3,0x63,0xe8,0x47,0xc8,0x9f,0xe1,0x6b,0xd1,0x16, +/* 0x00a420 */ 0x54,0x85,0x44,0xcd,0x34,0x22,0x0a,0x72,0xc3,0x5f,0x73,0x0c,0xd9,0x0d,0xda,0xa2, +/* 0x00a430 */ 0x87,0xa8,0x25,0x89,0xfb,0x0d,0x11,0x1d,0x7e,0xc8,0x73,0xd9,0x85,0xe6,0xc0,0x8d, +/* 0x00a440 */ 0xe2,0x1a,0xb4,0x8b,0xa5,0x48,0x2b,0x6c,0x7f,0xf9,0xad,0xfc,0x17,0xfd,0x3d,0x8e, +/* 0x00a450 */ 0x7d,0x5a,0x4a,0xa0,0x33,0x4a,0xa3,0x94,0x4a,0x31,0x34,0x46,0xfd,0x88,0x18,0x2a, +/* 0x00a460 */ 0x9f,0x42,0x29,0x30,0x04,0xb6,0xdf,0x21,0x1f,0x0d,0xae,0x1a,0xee,0x60,0x6c,0x57, +/* 0x00a470 */ 0x03,0x84,0xb1,0xe5,0x4e,0x38,0xe4,0xef,0xdc,0x40,0x75,0x28,0x04,0x2f,0xc6,0xeb, +/* 0x00a480 */ 0xa8,0x01,0x8e,0x75,0x50,0xd3,0x82,0xf3,0x9d,0x23,0x4f,0x20,0x7b,0xaf,0x9a,0xac, +/* 0x00a490 */ 0x22,0xbd,0x7b,0x77,0xf3,0x0f,0x35,0x01,0xaa,0x2d,0x2f,0x43,0x56,0x23,0x8d,0x2e, +/* 0x00a4a0 */ 0x33,0x8c,0x76,0xdd,0x9e,0xff,0x65,0x4d,0xab,0xbc,0x85,0x4e,0xe2,0x87,0x7d,0x2c, +/* 0x00a4b0 */ 0x4c,0x94,0xe1,0xaf,0x26,0x3c,0x81,0xf6,0x5e,0x25,0xfb,0xab,0x09,0x0f,0xca,0xf5, +/* 0x00a4c0 */ 0x27,0x02,0x93,0xcb,0x93,0x46,0xc6,0xa5,0x67,0xfc,0x61,0x1d,0x81,0x5d,0x9b,0x71, +/* 0x00a4d0 */ 0x44,0x6c,0x1b,0x88,0x7c,0x2e,0xd2,0x96,0xf1,0xc8,0x31,0xf5,0x70,0x67,0x24,0x23, +/* 0x00a4e0 */ 0xed,0xdb,0x7a,0x67,0x5b,0x4f,0x75,0xd5,0xb0,0x38,0xc0,0x8f,0x28,0xbd,0x76,0xfe, +/* 0x00a4f0 */ 0x0b,0x39,0xf1,0xd7,0x18,0xea,0xe1,0x10,0x0d,0xc7,0x85,0xea,0xbd,0xda,0x8c,0xbd, +/* 0x00a500 */ 0xc4,0x8d,0x4f,0x63,0xb2,0x53,0x94,0x96,0x00,0x55,0x78,0x80,0x08,0xb7,0xce,0xae, +/* 0x00a510 */ 0x5c,0xfc,0x95,0xab,0x69,0xd9,0x32,0x86,0x9e,0xeb,0x54,0x14,0x78,0x90,0x38,0x26, +/* 0x00a520 */ 0xc0,0x52,0xb2,0x07,0x1d,0x4e,0x00,0x46,0x3b,0x51,0x03,0x3f,0x55,0xbb,0x3d,0xcd, +/* 0x00a530 */ 0xbf,0x69,0x00,0xf0,0x71,0x2b,0xfe,0xca,0x79,0x7d,0x89,0x6f,0xe1,0xc8,0x3f,0x43, +/* 0x00a540 */ 0x58,0xaf,0xcf,0xc0,0x3b,0xe2,0x37,0x98,0x40,0xb3,0x03,0x64,0xe1,0x46,0x71,0x9d, +/* 0x00a550 */ 0xf6,0xb7,0xe9,0x15,0xbb,0x0d,0xd6,0x2c,0x2f,0xff,0xf5,0x19,0x7a,0x4d,0x5d,0x05, +/* 0x00a560 */ 0xf0,0x8d,0xb5,0xac,0x98,0x42,0xb7,0xf8,0xc5,0x27,0xc2,0x93,0xe5,0x53,0xfc,0x57, +/* 0x00a570 */ 0x4c,0xb2,0x66,0xd2,0xc8,0xe0,0xcb,0x83,0xbf,0x00,0x64,0x35,0x76,0x9e,0x06,0x62, +/* 0x00a580 */ 0x0e,0xfe,0x68,0x10,0x5a,0x86,0xc8,0xa3,0x55,0x03,0xf7,0x24,0xd7,0xd1,0x92,0x0c, +/* 0x00a590 */ 0x19,0x33,0x22,0xe6,0xd1,0x3f,0x34,0xf5,0x49,0x06,0x50,0x04,0x51,0xfd,0x0d,0xe0, +/* 0x00a5a0 */ 0x2b,0xa5,0x09,0x61,0x23,0x79,0x8c,0xeb,0x20,0x62,0x73,0x0a,0x6d,0x42,0x55,0xef, +/* 0x00a5b0 */ 0xa0,0x74,0xd9,0x48,0x01,0xfd,0x43,0x48,0x87,0xac,0x41,0x47,0x94,0x28,0x12,0x21, +/* 0x00a5c0 */ 0x53,0x72,0x1b,0x26,0x5d,0xe9,0x44,0xbb,0x0f,0xb7,0xf9,0x32,0x74,0x0b,0x93,0xcd, +/* 0x00a5d0 */ 0x40,0xd6,0xab,0x4c,0x33,0xbc,0xf7,0x3c,0xf1,0x87,0xb3,0xd0,0xef,0x71,0x15,0x86, +/* 0x00a5e0 */ 0x22,0xcb,0xfc,0xd3,0x3d,0xb4,0xe5,0x5e,0xf5,0x37,0xfd,0x95,0x1f,0xb4,0x6d,0xe0, +/* 0x00a5f0 */ 0xaf,0xa0,0x2d,0xb8,0x12,0x24,0xd3,0xbf,0xf6,0x3d,0x5d,0x28,0xfe,0x70,0x05,0xb4, +/* 0x00a600 */ 0x44,0x4f,0x06,0xe0,0xf7,0x5c,0xe0,0x9b,0x06,0x49,0xd7,0x3a,0x74,0x82,0x5b,0x34, +/* 0x00a610 */ 0x58,0x53,0xfb,0xc0,0x69,0xf4,0xa1,0xb2,0x64,0x28,0x54,0x2b,0x0c,0x15,0x8e,0x3f, +/* 0x00a620 */ 0xac,0x1a,0x53,0x27,0xe1,0x12,0xa3,0x96,0x9b,0x52,0x68,0x76,0x5e,0x2d,0x2c,0x81, +/* 0x00a630 */ 0x72,0x07,0x48,0x6a,0x5c,0x26,0xc7,0xd6,0x9d,0xf0,0xf2,0x9c,0x42,0x5f,0xd8,0xf3, +/* 0x00a640 */ 0xbf,0x5c,0xf1,0xd7,0x0d,0xae,0x71,0x79,0xd8,0x0c,0x13,0x3d,0x08,0x7c,0x37,0xa3, +/* 0x00a650 */ 0xc6,0xc8,0xd4,0xe1,0xba,0x77,0x02,0x03,0xba,0x50,0x52,0x16,0x7f,0xa9,0xf2,0xf3, +/* 0x00a660 */ 0xd3,0x6c,0x61,0x87,0xd4,0xf8,0x48,0x87,0x5d,0xd8,0x0c,0xe4,0x38,0x87,0xa0,0xbe, +/* 0x00a670 */ 0x27,0x0d,0x44,0xac,0x1a,0x14,0xc7,0xfd,0x15,0xbc,0xbd,0xfe,0x97,0x2d,0xff,0xcb, +/* 0x00a680 */ 0x00,0x62,0xbe,0x57,0xbb,0x1f,0xcc,0xbc,0xbd,0x41,0x7d,0xbf,0x8f,0x76,0xfd,0x9a, +/* 0x00a690 */ 0x3f,0x8b,0x9e,0xc2,0x95,0x57,0x67,0x6c,0x04,0x9c,0xbb,0xb9,0x72,0x54,0x9a,0x04, +/* 0x00a6a0 */ 0x09,0x14,0x07,0xfe,0xb2,0xed,0x53,0x48,0x8e,0xe0,0x7e,0xa7,0xad,0xa3,0xe9,0xb4, +/* 0x00a6b0 */ 0x9c,0x9e,0xc8,0x3c,0x26,0x76,0x9d,0x55,0xa0,0xab,0x1d,0xe9,0xa5,0x12,0x63,0xb2, +/* 0x00a6c0 */ 0xbd,0xfe,0x97,0x4b,0xfc,0x21,0x39,0xe3,0x6e,0xe1,0xe6,0xa4,0xbd,0xe5,0x6c,0x6a, +/* 0x00a6d0 */ 0x07,0x54,0x64,0x8e,0xa2,0x5b,0xda,0x3e,0xbc,0x20,0x25,0x34,0x6a,0x6f,0x15,0xc3, +/* 0x00a6e0 */ 0x7f,0xdd,0x43,0x69,0xaf,0x6c,0x4b,0xc9,0x28,0x6a,0xd0,0x85,0xe8,0xc5,0x38,0x9a, +/* 0x00a6f0 */ 0x56,0x24,0xfe,0x62,0xdc,0xd6,0xb3,0x86,0x9b,0xfa,0x2c,0x45,0x5b,0x00,0x10,0x3e, +/* 0x00a700 */ 0x3c,0x49,0x19,0xb1,0x20,0xcb,0x11,0xb3,0xf2,0x5f,0x9a,0x17,0xfe,0x5a,0xce,0xf4, +/* 0x00a710 */ 0x37,0x3a,0x74,0x01,0x8d,0x4d,0x28,0xd6,0x22,0x3d,0xcf,0x7f,0x04,0x8a,0x76,0x6b, +/* 0x00a720 */ 0xa2,0x59,0x45,0x44,0x0f,0xfe,0x4b,0xd7,0xb8,0x3b,0xaa,0xeb,0x6f,0x18,0xf2,0xf5, +/* 0x00a730 */ 0x6b,0x7c,0xe4,0x53,0xad,0xa6,0xa0,0xa2,0x68,0xf9,0x9e,0x7c,0xf1,0x87,0xa5,0xb4, +/* 0x00a740 */ 0x10,0xd8,0xd6,0x44,0x37,0x63,0xbb,0xca,0x12,0xd5,0xa9,0xce,0x5d,0x35,0xea,0x8c, +/* 0x00a750 */ 0x0a,0x7e,0x30,0xd5,0x19,0xad,0xf9,0x27,0x08,0x4d,0x4c,0x75,0xda,0xf8,0xaf,0x49, +/* 0x00a760 */ 0x3b,0xfe,0xd2,0xf5,0xc3,0xbf,0x01,0x6d,0x84,0x04,0xad,0x9f,0x1b,0x87,0xb4,0x2f, +/* 0x00a770 */ 0x25,0x31,0xa4,0x10,0x03,0x55,0x65,0xb0,0xa6,0xb0,0x8c,0x9e,0xc4,0x90,0x77,0xfc, +/* 0x00a780 */ 0xe1,0xbb,0xc0,0x7f,0x6d,0xdd,0x06,0xfc,0x57,0xf3,0x4a,0xd0,0x39,0xd1,0xf1,0x57, +/* 0x00a790 */ 0xef,0x48,0xff,0x4d,0xd2,0xb5,0xea,0x7c,0xd7,0xc8,0x8e,0x9b,0x73,0xe3,0x2b,0xc9, +/* 0x00a7a0 */ 0x81,0x68,0x16,0x02,0xcb,0x13,0x7f,0x58,0x2d,0x92,0x4f,0xad,0x0c,0x9c,0x17,0xaa, +/* 0x00a7b0 */ 0xf1,0x4d,0x50,0xb0,0xbc,0x70,0x5b,0x75,0xea,0x26,0x2d,0xbb,0x2c,0x4c,0x68,0x37, +/* 0x00a7c0 */ 0xd0,0xb2,0x95,0x61,0x3d,0x34,0x31,0x6f,0xfc,0x21,0xf9,0x2f,0x64,0x62,0x6c,0x16, +/* 0x00a7d0 */ 0x1f,0xa7,0x42,0x88,0x11,0xd2,0xf5,0x57,0x1d,0x78,0x40,0x26,0x5d,0x91,0xb2,0xcc, +/* 0x00a7e0 */ 0xd0,0x91,0x7f,0xbf,0x9f,0x87,0xc1,0xa9,0x9c,0xfc,0x2f,0x47,0xfc,0x61,0x59,0xa2, +/* 0x00a7f0 */ 0x95,0x56,0x64,0x16,0x93,0x11,0x9d,0x82,0x2c,0xbf,0xcb,0xd7,0xbf,0x17,0xea,0x2f, +/* 0x00a800 */ 0x97,0x25,0x06,0xf1,0xe1,0x48,0x94,0x0e,0xd6,0x0a,0xc4,0x1f,0xce,0x60,0xd5,0xe2, +/* 0x00a810 */ 0x1e,0xea,0x88,0x82,0x71,0x94,0x3e,0x09,0xb3,0x48,0x8b,0x1c,0x53,0x69,0xba,0xc4, +/* 0x00a820 */ 0xe1,0x39,0xf7,0xb3,0xc1,0x4b,0x0b,0xc5,0x1f,0xfe,0x84,0x4c,0xaf,0x1a,0x5f,0xbe, +/* 0x00a830 */ 0xc5,0x80,0x5d,0xf0,0x20,0xcd,0xbc,0xd1,0xdd,0x00,0x68,0x94,0x20,0xbb,0xd6,0x79, +/* 0x00a840 */ 0x90,0x82,0xf7,0xb1,0x31,0x3f,0xde,0xf5,0xbf,0x56,0x19,0x5a,0x28,0x50,0xed,0xcb, +/* 0x00a850 */ 0x47,0x3e,0x2e,0x43,0xc2,0x5d,0x8f,0x3e,0x46,0xf7,0x33,0x3f,0xf6,0xb9,0xc5,0x1f, +/* 0x00a860 */ 0x36,0x3a,0x2e,0x43,0x1a,0xad,0x42,0x88,0x52,0xc7,0xcc,0x49,0x19,0xf8,0x53,0xe0, +/* 0x00a870 */ 0xbf,0xd4,0x1d,0x9c,0xc9,0x5c,0x17,0x8a,0x3f,0x3c,0x9e,0x6c,0x24,0x68,0x8b,0x78, +/* 0x00a880 */ 0xcb,0x07,0x57,0x93,0x0f,0x8f,0x11,0xe3,0x38,0xfa,0xdd,0x76,0xe2,0xd8,0x37,0xca, +/* 0x00a890 */ 0x47,0x50,0xbd,0x2b,0xff,0xe5,0xb3,0x78,0xdd,0xf0,0xd6,0xf2,0xa7,0xc1,0xd0,0x48, +/* 0x00a8a0 */ 0xcb,0x00,0x08,0x2f,0xab,0x35,0x9a,0xb0,0x14,0xae,0x0d,0x55,0x65,0x98,0xbc,0xbe, +/* 0x00a8b0 */ 0xc2,0xc9,0xa3,0x96,0x42,0xcc,0x60,0xbc,0xad,0xf3,0x5f,0x4e,0xfc,0x55,0x76,0xd9, +/* 0x00a8c0 */ 0x77,0x50,0x9c,0x3b,0x24,0x01,0x0b,0x73,0x40,0xd4,0xf5,0x69,0x8f,0xe3,0xca,0x13, +/* 0x00a8d0 */ 0xfe,0x0d,0x7c,0x45,0xed,0xa1,0x6c,0x21,0x66,0x3b,0xff,0x75,0xaf,0x2e,0x3b,0xcf, +/* 0x00a8e0 */ 0x33,0x48,0x15,0x02,0x6c,0xf5,0x35,0x5e,0x3a,0x4e,0x89,0xb0,0x43,0x80,0xb6,0x96, +/* 0x00a8f0 */ 0x90,0xd7,0xf2,0x2d,0xbc,0x30,0x15,0x82,0x96,0xef,0x32,0x0b,0x09,0x10,0x5b,0xfe, +/* 0x00a900 */ 0xfe,0xf4,0xa2,0xf4,0xe7,0x21,0xee,0x1d,0x8e,0x2d,0x3d,0xb1,0x68,0x8f,0x91,0x46, +/* 0x00a910 */ 0x34,0x0a,0xc4,0x0a,0x72,0xe7,0xbf,0x54,0xaa,0x76,0x68,0xc3,0x5f,0xff,0x8b,0xeb, +/* 0x00a920 */ 0x33,0x01,0x90,0xdd,0xb8,0x42,0x0c,0x68,0x51,0x4e,0x93,0xbf,0x1e,0x9c,0xe4,0x6e, +/* 0x00a930 */ 0xa1,0x73,0x1a,0x8c,0x29,0xcf,0xe5,0xbf,0x76,0xbb,0xc4,0x1f,0x4e,0xa1,0x27,0x59, +/* 0x00a940 */ 0xfd,0x94,0x99,0x2a,0xe8,0xc6,0x4b,0x6b,0x48,0xcb,0xe3,0x88,0x4a,0xfb,0x5e,0x44, +/* 0x00a950 */ 0x4f,0xca,0xec,0x44,0x53,0x1d,0xfc,0x97,0xef,0x90,0xcf,0x1e,0xbe,0x38,0x85,0x9e, +/* 0x00a960 */ 0x06,0xd9,0xf9,0x87,0xc9,0xf4,0x3e,0x81,0x5e,0xd2,0xa4,0x9f,0xe9,0xdf,0x43,0x5a, +/* 0x00a970 */ 0x06,0xa1,0xce,0x1a,0x2e,0x3a,0xfe,0x70,0xeb,0x4a,0x96,0xbf,0xcc,0x25,0x60,0x95, +/* 0x00a980 */ 0x31,0x69,0xc1,0x2a,0x25,0x56,0x34,0xe2,0xf6,0xd4,0x20,0x72,0x90,0x9d,0x51,0xea, +/* 0x00a990 */ 0x73,0xf8,0x2f,0xb7,0xdb,0xf8,0x4b,0xb8,0x1e,0xd4,0x05,0x6b,0xf8,0x1e,0x10,0x46, +/* 0x00a9a0 */ 0xc3,0xc4,0xd3,0x1b,0x52,0xe3,0x5a,0xa0,0x56,0x18,0xe1,0xcf,0x51,0x26,0xab,0xfc, +/* 0x00a9b0 */ 0xa6,0xf8,0x6b,0x3b,0xff,0xc5,0xed,0x71,0xe8,0xbc,0xd1,0x7a,0x6d,0xac,0x4c,0xf6, +/* 0x00a9c0 */ 0x28,0x8b,0x3f,0x3c,0xcd,0x16,0xee,0x20,0xc4,0xc9,0x88,0xf6,0xf5,0x32,0xf9,0x2f, +/* 0x00a9d0 */ 0x77,0x39,0x88,0xc7,0x98,0x00,0xcb,0x14,0x63,0x6a,0x9a,0xd0,0x49,0xb1,0xbe,0x33, +/* 0x00a9e0 */ 0x0c,0x7a,0xe6,0xdf,0xf9,0xea,0x8b,0xe0,0xbf,0x1e,0x62,0xc6,0x11,0x70,0x0b,0x07, +/* 0x00a9f0 */ 0xc8,0x63,0x33,0xa0,0x11,0xe3,0x98,0xb0,0xce,0xd7,0x33,0xb4,0x23,0xd3,0xdb,0x0d, +/* 0x00aa00 */ 0x52,0x7b,0xa8,0xa1,0xd6,0x8b,0xff,0xe2,0x8d,0xef,0xe1,0xf4,0xdc,0x2e,0xf2,0xd6, +/* 0x00aa10 */ 0xd2,0xa4,0x3e,0x96,0xf6,0xa5,0x49,0x3d,0xc4,0x63,0x7c,0x0e,0x47,0x32,0x33,0x06, +/* 0x00aa20 */ 0xf8,0x08,0x60,0xab,0xfb,0x8b,0x8d,0x3f,0xe4,0xd2,0x2c,0xec,0x70,0x0b,0xa2,0x06, +/* 0x00aa30 */ 0x2e,0x6b,0xf7,0x6d,0x45,0x8a,0x4a,0x3e,0x85,0x40,0x42,0x07,0x15,0xe6,0xbf,0x62, +/* 0x00aa40 */ 0x6c,0xbd,0x26,0xa1,0x5c,0x17,0x69,0xf9,0xe1,0x24,0xc5,0xb9,0x7c,0x0d,0x7f,0x89, +/* 0x00aa50 */ 0x2e,0xdc,0x0a,0x05,0x7d,0xc7,0xa4,0xed,0xcc,0x28,0x26,0xef,0xf8,0xc3,0xf2,0x29, +/* 0x00aa60 */ 0x74,0x93,0xd7,0x15,0x39,0x26,0x18,0xfe,0x22,0xde,0x20,0xaf,0x03,0x31,0x3d,0xe1, +/* 0x00aa70 */ 0x2e,0xcb,0x7f,0xf1,0x6e,0xf8,0x6b,0xb1,0x4d,0xdb,0xb0,0x18,0x63,0xdc,0xca,0x7f, +/* 0x00aa80 */ 0x01,0x92,0x12,0x5e,0xf1,0x4e,0xf2,0xb2,0x8c,0xf9,0x16,0x37,0xda,0xe3,0x0f,0xf5, +/* 0x00aa90 */ 0xfc,0x77,0x17,0xfc,0xc5,0xde,0x90,0x7e,0x5b,0x3a,0x89,0xa7,0xce,0x89,0x53,0xff, +/* 0x00aaa0 */ 0xd0,0x2b,0x11,0x4c,0xca,0x41,0xe2,0x76,0xb2,0xcc,0xc0,0x5f,0xd3,0x6d,0xd7,0x1a, +/* 0x00aab0 */ 0x0d,0xee,0xc1,0xb7,0x1e,0x7a,0x29,0x74,0xbd,0xd8,0xfc,0x5c,0x45,0xe6,0xbe,0xc8, +/* 0x00aac0 */ 0xd9,0x20,0xb7,0x39,0x81,0xf3,0x38,0x75,0xe3,0xed,0x98,0x5a,0xbf,0xe7,0x2f,0x82, +/* 0x00aad0 */ 0xff,0x0a,0x78,0x77,0x59,0xf0,0x97,0x2f,0x07,0x7f,0x85,0x8a,0x20,0x0a,0x8b,0xcc, +/* 0x00aae0 */ 0xff,0xca,0xb9,0x24,0x34,0xc3,0x71,0xfd,0x6e,0xeb,0xf5,0x25,0xdb,0x16,0x0e,0xfe, +/* 0x00aaf0 */ 0xcb,0x9f,0x05,0x62,0x2d,0x9e,0x8c,0x98,0xc5,0xb8,0xc8,0xbe,0x07,0xf0,0xd7,0x7e, +/* 0x00ab00 */ 0x0f,0xfe,0x8b,0x03,0x63,0x09,0xbc,0x06,0x73,0x32,0xc2,0xac,0x83,0x2f,0x94,0xd0, +/* 0x00ab10 */ 0xef,0xd1,0x72,0xe3,0x0f,0x43,0x79,0xb3,0xf3,0x3c,0xeb,0x7f,0x01,0xfe,0x72,0x7b, +/* 0x00ab20 */ 0x36,0xdc,0x88,0xd4,0x90,0xdb,0x83,0x74,0x82,0xe5,0x2f,0x7b,0xf0,0x5f,0xe8,0x41, +/* 0x00ab30 */ 0x6d,0x46,0xb6,0x45,0xc8,0x13,0x1b,0x7f,0x9e,0x9d,0x3b,0x9c,0x47,0xfe,0xd7,0x5c, +/* 0x00ab40 */ 0x97,0x99,0xf7,0x3b,0xf4,0x0f,0x29,0xce,0x75,0xc7,0x5f,0xae,0x46,0x9e,0x31,0x97, +/* 0x00ab50 */ 0xb2,0xf8,0xeb,0x13,0x97,0x3b,0x58,0x93,0x11,0x8b,0x31,0xe3,0x88,0x41,0x84,0xe5, +/* 0x00ab60 */ 0x0e,0xfe,0x46,0xaf,0x07,0xfd,0x3d,0xf8,0x2f,0xf7,0xfc,0x2f,0xb6,0x2f,0x8a,0xe3, +/* 0x00ab70 */ 0xbf,0xf2,0x68,0xc1,0x9d,0x60,0xdf,0x53,0x80,0xff,0xb2,0xaa,0x1d,0xaa,0xa1,0x6c, +/* 0x00ab80 */ 0x97,0x60,0x7a,0xdd,0xf9,0xea,0x2f,0x3b,0x8c,0x3c,0x5c,0x89,0xa1,0x7f,0x88,0x0a, +/* 0x00ab90 */ 0xf3,0x5f,0x86,0xe1,0xb7,0xb4,0x74,0xe7,0xc6,0x1f,0x8a,0x39,0x94,0x84,0x64,0x9b, +/* 0x00aba0 */ 0xcc,0x81,0x6c,0x46,0x4f,0xcc,0x9d,0x23,0xfb,0xfc,0xb6,0x62,0xf8,0x2f,0xcf,0x34, +/* 0x00abb0 */ 0x22,0xd3,0xf8,0x3c,0xcb,0x7f,0x15,0x1e,0x9c,0xef,0x7b,0xb2,0xfc,0xd7,0x64,0x3e, +/* 0x00abc0 */ 0xfe,0x2b,0x9e,0x97,0x1a,0xc3,0xfc,0x9b,0xaa,0x81,0xbf,0x64,0xb7,0x59,0xa5,0x62, +/* 0x00abd0 */ 0x26,0x2e,0xd2,0x1c,0x0e,0x43,0xdf,0xa7,0xf9,0xf9,0xaf,0x22,0x8c,0x2c,0xfe,0xe2, +/* 0x00abe0 */ 0xfe,0x5f,0xf3,0x33,0xca,0x7e,0xcf,0x3c,0x82,0xbf,0xf2,0x7e,0x4f,0x63,0x81,0xef, +/* 0x00abf0 */ 0xb9,0xc4,0xf6,0x85,0x1b,0xff,0xe5,0xcd,0xa8,0x7a,0xe7,0x7f,0x01,0xff,0xe5,0xa6, +/* 0x00ac00 */ 0x7f,0xe8,0xc6,0x88,0x85,0xdd,0x38,0xb2,0x0f,0x14,0xba,0x2f,0xd6,0xb9,0xe8,0x1f, +/* 0x00ac10 */ 0x16,0xc3,0x88,0x65,0xfd,0x3a,0x86,0xbf,0xee,0x43,0x33,0x73,0x72,0xbb,0x26,0x9d, +/* 0x00ac20 */ 0x6a,0xb4,0x25,0xde,0x94,0x4d,0xdd,0x25,0xb6,0x4f,0xab,0x7b,0x72,0xf3,0xbf,0x74, +/* 0x00ac30 */ 0xb6,0x2b,0xab,0xc8,0xe1,0x49,0x8d,0x31,0xfe,0x8b,0x9d,0x5f,0x6d,0x15,0xee,0xe7, +/* 0x00ac40 */ 0x8e,0xc5,0xb8,0xc3,0x76,0xee,0xe4,0x8e,0x39,0xcf,0xce,0xaf,0x04,0xe7,0xe6,0xfb, +/* 0x00ac50 */ 0x5d,0xb1,0x45,0x4c,0x8d,0xe7,0xf3,0x0f,0x87,0x18,0xee,0xf6,0xce,0xff,0x0a,0x67, +/* 0x00ac60 */ 0x89,0x30,0xc1,0x99,0xf6,0x65,0xc1,0xa7,0x74,0xdd,0x65,0x9c,0xe7,0x8c,0x2b,0xc6, +/* 0x00ac70 */ 0x28,0x50,0x7f,0x39,0x66,0x78,0x29,0x51,0x76,0x7e,0x79,0xfa,0x99,0xba,0x1f,0xf5, +/* 0x00ac80 */ 0xc9,0xf4,0x3d,0x7a,0x4a,0x17,0x6f,0x99,0xc3,0xf7,0xb2,0x8c,0xd8,0xbf,0xb1,0xae, +/* 0x00ac90 */ 0xa3,0x5e,0x6b,0xf1,0x29,0x9b,0x9f,0x24,0xda,0xe3,0x28,0x0d,0xf6,0xbd,0x8c,0x51, +/* 0x00aca0 */ 0x76,0x9e,0xf6,0x51,0xfc,0xe5,0x46,0xc7,0x04,0xc7,0x0d,0xc1,0xed,0xbc,0x9e,0xcc, +/* 0x00acb0 */ 0x55,0x5d,0xff,0x10,0xaf,0x23,0xcf,0x8f,0x53,0xff,0x10,0xd4,0xe6,0x91,0xab,0x5b, +/* 0x00acc0 */ 0x98,0x5b,0x37,0xd9,0xc4,0x5f,0x8e,0xda,0x5e,0x7b,0x10,0xd3,0xc1,0x43,0x63,0xba, +/* 0x00acd0 */ 0xd1,0x92,0xc7,0xcf,0xcc,0xb0,0xfd,0x05,0xf8,0xcb,0x6d,0x2d,0xa0,0xa8,0x4d,0x4b, +/* 0x00ace0 */ 0x7b,0x11,0x3b,0xf7,0x04,0xf3,0x0f,0x59,0xfd,0x65,0x37,0xef,0x2b,0xc8,0x84,0xcd, +/* 0x00acf0 */ 0xa9,0x42,0x5a,0x9e,0x79,0xce,0x94,0xd0,0xff,0x2b,0xf5,0x82,0x29,0x72,0x58,0x38, +/* 0x00ad00 */ 0x50,0xca,0xc5,0x58,0xe1,0x8e,0xbf,0x88,0xf1,0x7a,0xf9,0xa3,0xe2,0x14,0xfa,0x31, +/* 0x00ad10 */ 0x80,0xb5,0x8d,0x98,0x75,0xfd,0xdd,0xb0,0x7a,0x6e,0x4e,0xf3,0x78,0x78,0x54,0x58, +/* 0x00ad20 */ 0x84,0xc2,0x9d,0xcd,0xbe,0xe0,0xa4,0xf0,0x28,0xba,0x92,0x74,0xc7,0x5f,0x06,0xa4, +/* 0x00ad30 */ 0xda,0x21,0xc4,0xd0,0x40,0x69,0x44,0x91,0x26,0xf8,0x26,0x55,0xef,0x1a,0xc1,0x4f, +/* 0x00ad40 */ 0x2d,0xbf,0x17,0x4e,0xab,0x05,0xe2,0xbb,0x28,0x26,0x8a,0x69,0xe2,0x39,0xf4,0xa2, +/* 0x00ad50 */ 0xb8,0x85,0xff,0x1a,0x72,0xe8,0x6f,0x60,0xbe,0xdd,0x77,0x54,0x59,0xa3,0x48,0x96, +/* 0x00ad60 */ 0x32,0x88,0x3d,0x78,0x9b,0x5c,0xd3,0xe6,0x47,0xfc,0xe3,0xa8,0x0f,0xc5,0x86,0x4a, +/* 0x00ad70 */ 0x15,0x72,0x7e,0x6d,0x53,0x6c,0xf8,0xeb,0x07,0xb9,0xb0,0xeb,0x99,0xc4,0x3a,0x74, +/* 0x00ad80 */ 0x18,0xff,0x83,0x22,0xa5,0xfd,0xeb,0x28,0x12,0xbf,0x3b,0xcd,0x9f,0x15,0x9f,0x43, +/* 0x00ad90 */ 0xf3,0x52,0x04,0x80,0xc7,0x50,0x2f,0x17,0xcb,0x70,0xe9,0xc4,0x1e,0xdc,0xcb,0x80, +/* 0x00ada0 */ 0xd8,0xb8,0xab,0xfe,0x21,0x31,0x02,0x64,0x99,0xc6,0x3b,0x1b,0x52,0xbd,0xc6,0x7a, +/* 0x00adb0 */ 0x91,0xae,0x0f,0xf0,0x7b,0x5c,0x4c,0x09,0xef,0x94,0x5e,0x8e,0x3c,0x8b,0x9a,0x94, +/* 0x00adc0 */ 0x69,0xa0,0x31,0xf5,0x1e,0x8b,0xb4,0xf4,0xe0,0xbf,0x80,0xfd,0x3f,0x46,0xce,0x94, +/* 0x00add0 */ 0x65,0x38,0x3c,0x5e,0x65,0x76,0x31,0xd9,0x43,0x29,0xf3,0xc0,0x65,0xf9,0xbb,0x54, +/* 0x00ade0 */ 0x1c,0xfd,0xf6,0x5d,0x90,0x18,0xb2,0xf1,0x5f,0xbf,0x70,0xe0,0xaf,0x6e,0xa1,0x06, +/* 0x00adf0 */ 0xbd,0x85,0x1a,0x54,0x7f,0xad,0xc0,0x5e,0xb9,0xab,0xd2,0xea,0x55,0xf4,0xf6,0xb4, +/* 0x00ae00 */ 0x06,0xcc,0xa5,0xba,0xae,0x29,0x64,0xcc,0xea,0xf6,0xe3,0x92,0xf9,0x53,0xdd,0xf8, +/* 0x00ae10 */ 0xaf,0x6f,0x0d,0x16,0xb8,0x07,0xd5,0xad,0xf5,0x8f,0x77,0x3d,0x76,0x5f,0xaf,0xf1, +/* 0x00ae20 */ 0xf0,0x7f,0x37,0x1c,0x51,0xc9,0xf9,0xf5,0x19,0x5c,0xbd,0xaa,0xe2,0x31,0xd4,0xad, +/* 0x00ae30 */ 0xab,0xd9,0x08,0xfb,0x4c,0xfc,0xe5,0xdb,0xcf,0xaf,0xb3,0xac,0x97,0x4c,0x96,0x29, +/* 0x00ae40 */ 0xe9,0x53,0x3a,0xfc,0xf1,0x6c,0xd4,0xb4,0x86,0xba,0x70,0x8d,0xda,0xd3,0xcd,0x9f, +/* 0x00ae50 */ 0x51,0xf7,0x8a,0x35,0x90,0x49,0x31,0xad,0xd3,0x1e,0x7f,0x98,0xce,0xc5,0x5f,0x3f, +/* 0x00ae60 */ 0xdc,0xc0,0xc7,0x4b,0xfe,0x03,0x57,0x75,0x50,0xd9,0x0d,0x9d,0x7c,0x99,0x40,0x87, +/* 0x00ae70 */ 0xe4,0xca,0xfe,0xd2,0x36,0x86,0xc8,0x3a,0xfc,0xf7,0xe8,0x81,0x88,0x33,0x5c,0xf8, +/* 0x00ae80 */ 0x2f,0x5e,0xd7,0x3f,0x54,0xc8,0xfc,0x5c,0x40,0xb5,0x83,0xfe,0x7a,0x01,0x5e,0xa7, +/* 0x00ae90 */ 0x34,0xfe,0x70,0x08,0xbd,0x51,0x41,0x80,0xaa,0x8f,0x56,0x04,0xab,0xc1,0xb1,0x94, +/* 0x00aea0 */ 0xd0,0x9e,0xcb,0x7f,0x05,0x8f,0x59,0xb1,0x70,0x33,0xd3,0x8d,0xff,0x14,0x64,0x60, +/* 0x00aeb0 */ 0x1f,0x5e,0x71,0x5a,0x35,0xf9,0xca,0x0b,0xd5,0xcd,0x5c,0x58,0x23,0x5d,0x8f,0xc8, +/* 0x00aec0 */ 0x71,0x78,0xc5,0x8d,0x18,0x9f,0x4a,0xf2,0xec,0xdc,0xc9,0xea,0x6f,0xe8,0x1b,0x3f, +/* 0x00aed0 */ 0x29,0xd4,0x70,0x37,0x50,0x1d,0x06,0x98,0x8c,0x19,0xc9,0xa5,0x90,0x31,0x1d,0x71, +/* 0x00aee0 */ 0x1c,0xd8,0x49,0xa9,0xcc,0x3a,0x4c,0xc6,0x98,0xeb,0x65,0xc4,0x1f,0xf6,0x39,0xce, +/* 0x00aef0 */ 0x1d,0x01,0xce,0xf7,0x4a,0x2c,0xad,0x6f,0x99,0x52,0xb2,0xd2,0xbe,0x6d,0x0b,0x54, +/* 0x00af00 */ 0x31,0xb3,0xe2,0x97,0xf2,0x01,0x48,0x55,0x1b,0x2e,0x9b,0x6e,0x9c,0x68,0x9e,0xfa, +/* 0x00af10 */ 0x1b,0x6b,0x41,0xd5,0x24,0x51,0x09,0x2d,0xb7,0x54,0x7d,0x9e,0xaf,0xf8,0x0e,0xed, +/* 0x00af20 */ 0x98,0x8f,0xc4,0xb5,0x94,0x82,0x9c,0x9d,0x26,0x2d,0x7f,0x9f,0x13,0x7f,0xd8,0xe6, +/* 0x00af30 */ 0x38,0xbf,0x58,0x10,0xaf,0x92,0xa1,0x84,0xb5,0x4e,0x72,0x9d,0xc5,0xa4,0xeb,0xcf, +/* 0x00af40 */ 0xe2,0xc2,0x92,0x9f,0xa2,0xa3,0x72,0x34,0xe3,0xaf,0x4d,0x98,0x6f,0x51,0x37,0xfe, +/* 0x00af50 */ 0x0b,0x40,0x56,0x98,0xfc,0x22,0x74,0x4b,0x5d,0x38,0x00,0x5e,0x13,0x0f,0xd5,0xbe, +/* 0x00af60 */ 0xa4,0x14,0x79,0xf8,0x8f,0xa0,0xe6,0x44,0x60,0x54,0xa8,0x20,0xc0,0xac,0x0a,0x4b, +/* 0x00af70 */ 0x9f,0xe8,0xa5,0xc1,0xbc,0xf9,0x2f,0x4e,0x27,0xb9,0x8e,0xdb,0xf9,0x2f,0x11,0x8c, +/* 0x00af80 */ 0x55,0x5b,0xb2,0x42,0x1c,0xe6,0xbd,0xba,0xa9,0x7f,0x98,0x83,0x02,0xa4,0xa4,0x64, +/* 0x00af90 */ 0xc4,0x16,0x96,0x8f,0x64,0x65,0xe7,0xbf,0x64,0x8a,0x88,0xd7,0x7c,0xa7,0xf8,0x06, +/* 0x00afa0 */ 0x16,0x7f,0x58,0x20,0xff,0xab,0x94,0xb1,0x5d,0x11,0x35,0xba,0x7d,0xc7,0x35,0x9f, +/* 0x00afb0 */ 0xa1,0x52,0x28,0x1e,0x56,0x76,0xab,0x33,0x9e,0x2f,0xfb,0xb8,0x64,0x97,0x0a,0xa5, +/* 0x00afc0 */ 0x99,0xf9,0x97,0xf1,0xf5,0x82,0xfa,0x1b,0xd5,0x7c,0x2f,0x8a,0xb4,0x8a,0xc9,0xb2, +/* 0x00afd0 */ 0x6b,0x34,0xff,0x8b,0x75,0x95,0xcc,0x59,0x2e,0x3d,0x03,0xb4,0x97,0xba,0x46,0x13, +/* 0x00afe0 */ 0x2b,0xf8,0x6a,0x5c,0x40,0x7f,0xa3,0xb4,0xec,0x89,0x6a,0xd4,0x19,0x4d,0xad,0x14, +/* 0x00aff0 */ 0xcb,0x12,0x83,0xfb,0xfa,0x38,0xaa,0x53,0x3a,0xb8,0x73,0xef,0xdc,0x6a,0x15,0xd6, +/* 0x00b000 */ 0x34,0xb5,0x09,0x29,0x2b,0xa3,0x15,0x7c,0x37,0x57,0x48,0x7f,0x83,0x17,0x14,0xa4, +/* 0x00b010 */ 0x29,0x75,0x62,0x20,0xf1,0x93,0x4c,0xf2,0x22,0x17,0xe7,0xee,0x80,0xb4,0xaf,0x0d, +/* 0x00b020 */ 0x4a,0x03,0x85,0x66,0xdd,0x43,0xe8,0x57,0xc0,0x7f,0x99,0x89,0x3c,0x86,0xfe,0xa1, +/* 0x00b030 */ 0x43,0x7f,0x83,0xe6,0x7f,0x45,0xc9,0xde,0xd9,0xda,0x35,0x92,0xd2,0x5d,0xfd,0x89, +/* 0x00b040 */ 0xd4,0x8d,0xe8,0xb2,0x95,0x12,0xe4,0x7f,0x7d,0x15,0x7d,0x0c,0x84,0x10,0x27,0x52, +/* 0x00b050 */ 0xd7,0xa3,0x05,0xf8,0x2f,0x9a,0xd6,0x44,0xe5,0x13,0x17,0x99,0xeb,0x95,0xba,0x89, +/* 0x00b060 */ 0xea,0x56,0x87,0x87,0xb9,0x89,0xc4,0x19,0x14,0x81,0xae,0xcb,0x46,0x97,0xa1,0x7f, +/* 0x00b070 */ 0xe8,0xe0,0xbf,0x9e,0x28,0xcb,0xa0,0x51,0x35,0x26,0x4b,0x8f,0x47,0x2a,0x79,0x96, +/* 0x00b080 */ 0x1a,0x56,0x76,0x15,0x0f,0x28,0x11,0x24,0x25,0x3e,0xe8,0x20,0xaf,0xca,0x39,0x15, +/* 0x00b090 */ 0x10,0x7f,0x88,0x70,0x34,0x3f,0xff,0x25,0x27,0xa0,0x10,0x18,0x25,0xc2,0xa6,0x19, +/* 0x00b0a0 */ 0x64,0xe2,0xa0,0xb2,0xb7,0x4d,0x69,0x93,0x2a,0xf8,0x6b,0x7c,0x9f,0xaf,0xfa,0x7e, +/* 0x00b0b0 */ 0x32,0x66,0x2c,0xcb,0x33,0xd2,0xdf,0x73,0x8f,0x03,0x7f,0x6d,0x85,0x2c,0x3f,0x25, +/* 0x00b0c0 */ 0xd6,0x7a,0x37,0x53,0xcb,0xa4,0xf5,0xbf,0xa8,0x12,0x4b,0x1b,0xad,0x28,0xf7,0x2c, +/* 0x00b0d0 */ 0x9e,0xd3,0x26,0x59,0x2a,0x11,0xd8,0xf4,0x0f,0xad,0xe1,0x82,0xdb,0x61,0x7e,0xda, +/* 0x00b0e0 */ 0xe2,0xeb,0xc3,0xec,0xc1,0xa6,0x11,0x89,0x1f,0x91,0xae,0x7d,0x1d,0xc0,0x7f,0x45, +/* 0x00b0f0 */ 0xde,0x05,0x69,0xfa,0xa7,0xcb,0x47,0xf8,0x53,0x85,0xf8,0x2f,0x13,0x26,0x97,0x67, +/* 0x00b100 */ 0xbb,0x80,0x35,0xeb,0x20,0xc6,0x9a,0xe8,0x75,0x1d,0x91,0xb5,0xe5,0xd7,0xdf,0xe0, +/* 0x00b110 */ 0x98,0xec,0xa1,0x5a,0x47,0x1c,0x8b,0x2e,0xad,0xb6,0x87,0x76,0xa1,0x6c,0x09,0x3f, +/* 0x00b120 */ 0xb1,0x87,0x3c,0x48,0xab,0x70,0xaf,0x22,0xd3,0x1c,0xb1,0x1c,0xfe,0x2b,0xee,0x40, +/* 0x00b130 */ 0x5b,0x0d,0xa9,0x50,0x46,0x18,0x40,0x50,0xff,0x8b,0x31,0x62,0xa4,0x6b,0x46,0x86, +/* 0x00b140 */ 0x7f,0x57,0x79,0x45,0x8d,0x60,0x29,0xc3,0x2f,0x41,0x97,0x50,0xc4,0xca,0x7f,0x71, +/* 0x00b150 */ 0x90,0x42,0x6e,0x79,0x8f,0xf9,0x6b,0x4b,0x80,0xbe,0x57,0x20,0x5d,0xe2,0xac,0x45, +/* 0x00b160 */ 0x76,0x1e,0x33,0xd6,0x03,0xf5,0x26,0xaa,0x21,0x10,0xb1,0x86,0xd3,0xa5,0xe9,0xdd, +/* 0x00b170 */ 0xf5,0x37,0x66,0x6b,0x33,0x20,0x1a,0xfc,0x35,0x3c,0xbb,0xc5,0xbf,0x9e,0x3c,0x3d, +/* 0x00b180 */ 0xd9,0xf7,0xb3,0x4a,0xa9,0xb1,0x29,0xfe,0xb7,0x5a,0xa5,0x56,0xfa,0x4b,0xbe,0x49, +/* 0x00b190 */ 0x7c,0x1a,0x57,0xda,0xf8,0x2f,0x03,0x7f,0xe9,0xef,0xe7,0xd0,0xc6,0xae,0xf7,0x89, +/* 0x00b1a0 */ 0x63,0xb6,0xb0,0x23,0xbc,0x56,0x78,0x9f,0xb7,0xc9,0x6e,0x48,0x6d,0xc2,0xd7,0xbe, +/* 0x00b1b0 */ 0x73,0xe8,0xc7,0xc4,0x0d,0x93,0x6e,0x47,0x7f,0xc0,0x7b,0x1d,0xfc,0x97,0xc5,0xcf, +/* 0x00b1c0 */ 0x0c,0xee,0x33,0xae,0x67,0x53,0xc2,0x4e,0x19,0x6e,0x92,0x41,0x88,0xc3,0x77,0x09, +/* 0x00b1d0 */ 0xc5,0x07,0x9f,0x1a,0x16,0xc6,0xe4,0x6f,0x98,0x2f,0x31,0xaa,0x4b,0xd3,0x5b,0xf3, +/* 0x00b1e0 */ 0xbf,0x4c,0xb4,0xc5,0x8c,0xdb,0x68,0x44,0x62,0x47,0xe0,0x86,0x35,0xda,0xf0,0x5c, +/* 0x00b1f0 */ 0xb2,0x7e,0x30,0x78,0x43,0x8a,0x53,0xb1,0xfa,0xc0,0xc6,0xf2,0x38,0x1f,0xbe,0x68, +/* 0x00b200 */ 0xe5,0xbf,0x76,0xe5,0xe2,0xaf,0x10,0x44,0x6b,0x1c,0xaa,0x9e,0xaf,0x05,0x54,0xff, +/* 0x00b210 */ 0x74,0x7c,0x08,0xc2,0x0e,0x81,0xc9,0x3a,0xa3,0x42,0x45,0x66,0x82,0x14,0x9e,0x20, +/* 0x00b220 */ 0x20,0x42,0xfc,0x39,0x48,0xfb,0xd6,0x16,0xcc,0xff,0xf2,0xb1,0x80,0x90,0xb2,0x0a, +/* 0x00b230 */ 0xce,0x68,0xe1,0x5f,0xe4,0xaa,0x06,0x3b,0xd5,0x12,0xf2,0x71,0x71,0xbe,0x56,0xba, +/* 0x00b240 */ 0x3a,0x22,0x1b,0x4b,0xe0,0xc9,0x7f,0x2d,0x4a,0x9c,0x06,0xc7,0x55,0x25,0x5e,0x25, +/* 0x00b250 */ 0xd2,0x55,0x2e,0xf9,0xd3,0xbe,0x1e,0x14,0x19,0x17,0x5f,0xf4,0xb5,0xa3,0x04,0x48, +/* 0x00b260 */ 0x07,0x6c,0x4f,0x20,0xf4,0xdf,0xec,0x53,0xa7,0xbc,0xf4,0x37,0x26,0xe0,0x32,0x56, +/* 0x00b270 */ 0x89,0xab,0x0b,0x92,0x59,0x59,0xad,0x29,0x74,0x11,0xd5,0x7f,0x10,0x4c,0x12,0x97, +/* 0x00b280 */ 0xf8,0x75,0x80,0x42,0xdb,0xa5,0x39,0xf8,0x9c,0x9d,0xff,0xca,0xcd,0xff,0x0a,0xd1, +/* 0x00b290 */ 0x7a,0x01,0x3c,0x59,0xb8,0x24,0xd9,0x20,0xcb,0xf4,0xa5,0x4c,0x7e,0x03,0x81,0xa3, +/* 0x00b2a0 */ 0x49,0xe1,0x0b,0x28,0xf9,0x71,0x2a,0x94,0x14,0xae,0x8a,0xef,0xe5,0xf0,0x5f,0xac, +/* 0x00b2b0 */ 0x0a,0xb0,0xc5,0xd5,0xa7,0xc5,0x8c,0xea,0x86,0xc8,0x4b,0x78,0xc2,0x70,0x4e,0xfe, +/* 0x00b2c0 */ 0x8f,0xb8,0xeb,0x0f,0x6e,0xe2,0xca,0xef,0x5f,0xbd,0x5d,0xcc,0x4a,0x5a,0x59,0xc2, +/* 0x00b2d0 */ 0x26,0x57,0xe7,0x42,0xca,0x5a,0x18,0xa2,0x50,0x61,0x1b,0x99,0x18,0xc7,0x71,0xec, +/* 0x00b2e0 */ 0x05,0x3c,0xa9,0x20,0xee,0xe1,0xb6,0x33,0x1d,0xa6,0x73,0x93,0x2a,0x19,0xf7,0x4a, +/* 0x00b2f0 */ 0x3b,0xe4,0xc6,0x4d,0x3a,0x19,0x26,0x65,0xe8,0xb3,0x64,0x88,0xc0,0x04,0x14,0xc2, +/* 0x00b300 */ 0xe4,0x4c,0x8e,0x4b,0xc5,0x8f,0x72,0xbe,0x24,0x97,0x11,0xe0,0x24,0x10,0x72,0xc7, +/* 0x00b310 */ 0x42,0x3c,0xd4,0xfc,0x6a,0x1c,0x8e,0xa1,0x40,0x7e,0x9c,0xc2,0xb9,0x89,0x03,0xbe, +/* 0x00b320 */ 0x3b,0x91,0x72,0x09,0x24,0x06,0xfa,0xde,0xfe,0x90,0xb4,0x92,0x56,0xbb,0x0a,0xb9, +/* 0x00b330 */ 0xe9,0x7f,0x9f,0x79,0xef,0xc9,0x88,0xf7,0xb4,0xfb,0xde,0xe7,0x7d,0xbe,0xdf,0xcf, +/* 0x00b340 */ 0xf7,0x03,0x38,0x05,0x0d,0x47,0x5c,0x12,0xb3,0x5a,0xb8,0x01,0x0d,0x12,0x3f,0x22, +/* 0x00b350 */ 0xd7,0x08,0x6b,0x28,0xac,0x7f,0xe9,0x40,0x63,0xc8,0x15,0x5d,0x78,0x51,0xa6,0x93, +/* 0x00b360 */ 0xf4,0xe8,0x88,0xd6,0x1f,0xf1,0x4a,0x5c,0x3f,0xf3,0x5b,0x61,0x7f,0x72,0xb6,0xc4, +/* 0x00b370 */ 0x6d,0x40,0x7f,0x06,0xaa,0x35,0xbd,0x51,0xfe,0xd7,0x5d,0x89,0x32,0x25,0xa0,0x71, +/* 0x00b380 */ 0xb1,0xcc,0x14,0xb4,0xae,0x68,0xaf,0x57,0xb2,0xf7,0x23,0x3f,0x61,0x0a,0x5e,0xe9, +/* 0x00b390 */ 0xce,0x7e,0xf4,0x0f,0xe9,0xbf,0x93,0xa7,0x7f,0x69,0x24,0xab,0xac,0x83,0x06,0x34, +/* 0x00b3a0 */ 0x8a,0x76,0x40,0x43,0x69,0x09,0xdb,0x86,0xa9,0x2f,0x84,0x87,0xac,0xe9,0x5e,0xba, +/* 0x00b3b0 */ 0x5e,0x1e,0x87,0x48,0xba,0xe2,0xd9,0xfa,0xd7,0xb3,0xda,0xc9,0x4a,0x23,0xc5,0x29, +/* 0x00b3c0 */ 0x44,0x2f,0xcf,0x03,0xe2,0x24,0xa5,0xaa,0x5a,0xad,0xb2,0x5e,0x8b,0x21,0x20,0xb9, +/* 0x00b3d0 */ 0x30,0x39,0x8f,0x7d,0x45,0xa6,0xc5,0x35,0xc2,0x74,0x69,0x42,0x98,0x91,0xfe,0xb5, +/* 0x00b3e0 */ 0x29,0x65,0xcb,0x84,0x1d,0x66,0x96,0x60,0x82,0x86,0x45,0x75,0x12,0x70,0x93,0x06, +/* 0x00b3f0 */ 0x2b,0x4a,0x95,0x89,0xbc,0xfc,0xaf,0x92,0xd4,0xae,0x3c,0xb0,0xc8,0xc4,0xff,0x30, +/* 0x00b400 */ 0x1f,0xa8,0xb2,0xd7,0xe5,0x12,0xfd,0x0f,0xad,0x02,0x53,0xff,0xc3,0x5c,0xa0,0xca, +/* 0x00b410 */ 0x5e,0xd6,0xea,0x2f,0x97,0x0e,0x4c,0xfc,0x0f,0xad,0x81,0x4d,0x25,0xe6,0x7f,0x59, +/* 0x00b420 */ 0xd0,0xbf,0x72,0x9f,0x8b,0x52,0x81,0x99,0xff,0xa1,0x55,0x60,0xe2,0x7f,0x68,0x19, +/* 0x00b430 */ 0x98,0xfa,0x1f,0x5a,0x04,0x86,0xf1,0x87,0xba,0xc9,0x4c,0xcb,0x5e,0x85,0xea,0x7f, +/* 0x00b440 */ 0x59,0xf2,0x3f,0xb4,0x0a,0x8a,0xfb,0x1f,0x16,0x00,0xf7,0x1b,0xe8,0x5f,0x26,0xfe, +/* 0x00b450 */ 0x87,0x56,0x41,0x51,0xff,0xc3,0xc2,0xca,0x75,0xc1,0x2e,0x0b,0xfe,0x87,0x96,0x40, +/* 0x00b460 */ 0xd1,0xf8,0xc3,0x42,0xa0,0xd9,0x40,0xff,0x2a,0x25,0xff,0xab,0x08,0x30,0xf1,0x3f, +/* 0x00b470 */ 0xb4,0x0c,0x4c,0xfc,0x0f,0xad,0xeb,0x20,0xc5,0xfc,0x0f,0x4b,0x00,0x26,0xfe,0x87, +/* 0x00b480 */ 0x96,0x81,0x99,0xff,0xa1,0x55,0x60,0xe6,0x7f,0x68,0x15,0x98,0xf9,0x1f,0xe6,0x80, +/* 0x00b490 */ 0xfe,0xdb,0xf1,0x3f,0xb4,0x36,0xcf,0x16,0xf2,0xbf,0x32,0x60,0xab,0xe1,0xba,0x1b, +/* 0x00b4a0 */ 0xc6,0x1f,0x96,0xa8,0x7f,0xa5,0xfd,0x0f,0x59,0x2b,0x9f,0xca,0xb5,0xef,0x48,0x83, +/* 0x00b4b0 */ 0x22,0xfe,0x87,0x0a,0x70,0x95,0xa4,0x7f,0x99,0xfa,0x1f,0xce,0x2a,0x6a,0x8d,0x68, +/* 0x00b4c0 */ 0xea,0x7f,0x68,0x19,0x98,0xf9,0x1f,0x66,0x18,0x59,0xf1,0x57,0xb7,0x99,0xff,0xa1, +/* 0x00b4d0 */ 0x55,0x60,0x16,0x7f,0xa8,0x81,0x46,0x93,0x7d,0xc7,0x92,0xff,0xa1,0x05,0x60,0xee, +/* 0x00b4e0 */ 0x7f,0x68,0x0d,0x58,0xf1,0x3f,0x2c,0x41,0xff,0x32,0xf2,0x3f,0xb4,0x0c,0x4c,0xfc, +/* 0x00b4f0 */ 0x0f,0xd3,0xfa,0x57,0xae,0x34,0x96,0xb7,0xbf,0x5b,0xac,0xbf,0x6c,0x06,0x4c,0xfd, +/* 0x00b500 */ 0x0f,0x2d,0x02,0x13,0xff,0x43,0x63,0x60,0xa8,0x7f,0xdd,0xde,0x39,0xd3,0xd4,0xff, +/* 0x00b510 */ 0xd0,0x4e,0x19,0xd9,0xf3,0x79,0xfa,0x57,0x6e,0x8b,0xa9,0xff,0xa1,0xd5,0xf3,0xbc, +/* 0x00b520 */ 0x99,0xff,0xe1,0xf4,0x4c,0xcb,0x64,0x2b,0xfe,0x87,0xfa,0x47,0xc6,0xd3,0x21,0x52, +/* 0x00b530 */ 0x00,0x0d,0x49,0x77,0x92,0x9c,0xf9,0xdf,0xa5,0xec,0x38,0xb5,0xa8,0x11,0xc6,0x9f, +/* 0x00b540 */ 0x9b,0x2b,0xba,0x8f,0xcc,0x58,0x0d,0x43,0xb8,0x4d,0x9c,0xbc,0x6c,0x46,0x0a,0x7e, +/* 0x00b550 */ 0xed,0xcd,0xd6,0xbf,0x72,0xf9,0x17,0x70,0x72,0xb5,0xaf,0x4e,0xef,0x71,0x67,0x14, +/* 0x00b560 */ 0x25,0x3d,0x7d,0xe0,0x4d,0x72,0x89,0x45,0x5e,0x88,0x0a,0x8d,0xa2,0xf3,0xe7,0x88, +/* 0x00b570 */ 0xa6,0x86,0xd5,0x0a,0xce,0x7e,0x94,0xc4,0x9b,0x3a,0x8b,0xf1,0xaf,0x61,0x0e,0xd0, +/* 0x00b580 */ 0xc9,0x49,0xb2,0xc1,0x9a,0x40,0xd6,0x22,0x42,0xeb,0x2f,0x7b,0x90,0x1f,0x7e,0x86, +/* 0x00b590 */ 0x04,0x5a,0x05,0x4f,0xbe,0x69,0xa7,0xdb,0xd6,0x98,0xf0,0x7c,0x51,0xfe,0x95,0xf4, +/* 0x00b5a0 */ 0x45,0xc3,0xe3,0xb6,0x83,0x2c,0xe1,0xd4,0xd1,0x70,0x52,0xe8,0x83,0x1d,0x92,0x63, +/* 0x00b5b0 */ 0x10,0x3d,0x0e,0xeb,0x7a,0x67,0xfd,0xe6,0xe1,0xc4,0xc2,0x71,0xae,0xcf,0x56,0xfb, +/* 0x00b5c0 */ 0x98,0x73,0x10,0x5d,0xe6,0xfa,0x8a,0xf2,0xaf,0x7a,0x7e,0x80,0x02,0x96,0x70,0xe1, +/* 0x00b5d0 */ 0xb7,0x99,0xdf,0x2e,0x3c,0x41,0x48,0x7a,0x79,0x37,0x53,0x03,0x49,0x29,0x90,0x74, +/* 0x00b5e0 */ 0xc7,0x6c,0xe3,0x30,0x2c,0xb6,0x86,0x26,0x6f,0xa9,0x3c,0xca,0xbe,0x5f,0x8c,0x7f, +/* 0x00b5f0 */ 0x3d,0x08,0xd9,0x6b,0x71,0x15,0xbe,0xe4,0x7e,0x21,0xb9,0x52,0x95,0x7b,0xc8,0xd3, +/* 0x00b600 */ 0x23,0x57,0xca,0x9b,0x40,0x37,0x3d,0xad,0xcc,0xd2,0xf3,0xe8,0xea,0x94,0xe2,0xfe, +/* 0x00b610 */ 0x1b,0x9d,0x3c,0xd5,0xbf,0xfe,0x57,0xb9,0x1e,0xf9,0x4c,0x49,0x1a,0xea,0x25,0x5d, +/* 0x00b620 */ 0xc3,0x10,0x18,0x71,0x25,0xc8,0xf7,0xf9,0x5a,0x0c,0x8c,0xf0,0xb1,0x9d,0xd5,0x70, +/* 0x00b630 */ 0x82,0xdb,0x6b,0xcc,0xbf,0xca,0x45,0x6e,0x0d,0xf3,0x43,0x38,0x84,0xe5,0x3b,0x87, +/* 0x00b640 */ 0x33,0xb0,0x49,0xac,0x4b,0x32,0x74,0x93,0x8a,0x46,0xbd,0x12,0xb7,0x5f,0xf6,0x87, +/* 0x00b650 */ 0x44,0xe7,0xb8,0x41,0x26,0xc4,0x6e,0x52,0xc6,0x18,0xf0,0x2f,0xf0,0xb1,0xa8,0x43, +/* 0x00b660 */ 0xdc,0xe7,0xa1,0xd9,0x79,0xe8,0x64,0x59,0x44,0xf4,0x7f,0xcc,0xd4,0xa3,0x21,0x31, +/* 0x00b670 */ 0x1c,0x14,0xb0,0x1d,0xf0,0x38,0x24,0xa0,0x46,0x74,0x4c,0x22,0x9b,0x44,0x44,0x12, +/* 0x00b680 */ 0x8a,0xf0,0xaf,0x50,0xf0,0x1c,0x7a,0x84,0x7d,0x53,0xaa,0x4e,0x3a,0x17,0xa3,0xb3, +/* 0x00b690 */ 0xbc,0xaa,0xcb,0x9c,0x85,0xb5,0xf1,0x19,0xa3,0xdc,0x72,0xef,0x23,0x54,0x97,0x09, +/* 0x00b6a0 */ 0x39,0xc6,0xd0,0x5f,0x95,0x3f,0x13,0xad,0xce,0xe3,0x5f,0x7e,0x8d,0x52,0xb5,0x62, +/* 0x00b6b0 */ 0xbe,0x5e,0xd6,0xb6,0x9a,0xa8,0x10,0x36,0xe6,0x79,0x07,0x5a,0x8e,0xb8,0xa7,0x30, +/* 0x00b6c0 */ 0x43,0x70,0x0c,0x84,0x21,0x57,0x80,0x39,0x19,0xbc,0x22,0xce,0x93,0x6a,0x3d,0x8c, +/* 0x00b6d0 */ 0x5f,0x3c,0x01,0xf5,0x46,0xfc,0x2b,0xed,0x2d,0xff,0x25,0x9d,0x5e,0x89,0xb9,0xaa, +/* 0x00b6e0 */ 0xe8,0x5f,0x57,0x98,0x33,0x30,0x21,0xb4,0x0d,0x11,0x76,0x3c,0x2e,0xde,0x80,0xe6, +/* 0x00b6f0 */ 0x21,0xd7,0x15,0xba,0xa6,0x62,0x3e,0xff,0xca,0xdc,0x43,0x52,0xca,0xe0,0x57,0x56, +/* 0x00b700 */ 0x30,0xce,0xac,0x40,0xef,0x42,0x80,0x06,0x78,0x0f,0xc1,0x25,0x48,0x50,0xd9,0x6b, +/* 0x00b710 */ 0x9c,0xbd,0x46,0xad,0xc9,0xa8,0x03,0xea,0xd7,0x9d,0xc6,0xfc,0x8b,0x55,0xb3,0x09, +/* 0x00b720 */ 0xe4,0x16,0x71,0xf6,0x1d,0x68,0x93,0x58,0x4d,0x8d,0xe8,0xcf,0xc0,0x46,0xa8,0x96, +/* 0x00b730 */ 0x66,0xcb,0x81,0x88,0xb6,0x39,0xa2,0x33,0xe4,0x25,0x83,0x85,0x62,0xfc,0x2b,0xe1, +/* 0x00b740 */ 0x6c,0xd2,0xcc,0x4c,0x96,0xa3,0x25,0xf1,0x1f,0xc5,0xc9,0x64,0x2e,0x43,0x5f,0xc0, +/* 0x00b750 */ 0x2e,0x7c,0x4f,0xdc,0x4e,0xc7,0xbc,0x4e,0x33,0xef,0x96,0x59,0xe0,0x5f,0x09,0x87, +/* 0x00b760 */ 0xfa,0x86,0xf4,0x21,0x96,0xbc,0xfd,0xe2,0x92,0x73,0x5e,0xd9,0x10,0x60,0xd1,0x7b, +/* 0x00b770 */ 0xd4,0x51,0x1f,0xde,0xa0,0x5d,0x20,0x9f,0x2a,0xce,0xbf,0xda,0xe2,0xee,0x4b,0x8c, +/* 0x00b780 */ 0x4f,0x69,0xb9,0x64,0xfb,0x57,0x74,0xc1,0x26,0x60,0xf7,0x28,0x3a,0x0f,0xbf,0x13, +/* 0x00b790 */ 0xe7,0xe3,0x07,0x47,0xc9,0x98,0x9b,0xd0,0x86,0xe9,0xab,0x49,0xf8,0xdc,0x8a,0xfe, +/* 0x00b7a0 */ 0x45,0x5b,0xa2,0x95,0x17,0x91,0x6c,0x84,0x18,0xa6,0xb2,0x57,0xb0,0x15,0xfa,0x40, +/* 0x00b7b0 */ 0xe9,0xf2,0x58,0xe1,0x5f,0x3c,0x95,0x09,0x54,0x7b,0x01,0x16,0xae,0xc4,0x03,0x62, +/* 0x00b7c0 */ 0xf9,0x8b,0x33,0x46,0xc5,0xf3,0xb6,0x80,0xc8,0x6f,0x45,0x35,0xdc,0x75,0x68,0x09, +/* 0x00b7d0 */ 0x6d,0x20,0x83,0x85,0x63,0xca,0x85,0xbf,0x11,0xff,0xe2,0xb6,0xd0,0xfc,0x1d,0x4e, +/* 0x00b7e0 */ 0x4b,0xfb,0x12,0x1b,0x97,0x71,0x5b,0x68,0x45,0xb0,0xfa,0xd9,0x22,0xb7,0x99,0x76, +/* 0x00b7f0 */ 0xd9,0xa8,0x23,0x7d,0x98,0x0a,0x58,0x5e,0x63,0xfe,0xe5,0x97,0xb8,0x58,0x78,0x96, +/* 0x00b800 */ 0x92,0x10,0xd4,0x8f,0x6a,0x18,0x5a,0xf6,0xcb,0xb1,0xa5,0x6c,0x94,0x4c,0xb8,0x9c, +/* 0x00b810 */ 0xad,0x2c,0x1f,0xda,0x83,0x04,0x0c,0x91,0xbf,0x33,0xbb,0x08,0xff,0x5a,0xb2,0x7c, +/* 0x00b820 */ 0x73,0x98,0xb4,0xf8,0x48,0x4b,0x20,0xcc,0xee,0xda,0xee,0xab,0x59,0xc2,0x55,0xec, +/* 0x00b830 */ 0x1e,0x85,0x1e,0xf0,0x11,0xb0,0xbe,0x57,0xab,0x08,0x36,0xb4,0xbb,0x87,0x56,0x04, +/* 0x00b840 */ 0x33,0xe4,0x5f,0x1c,0x1f,0x46,0x02,0x5c,0x13,0x6a,0xc1,0x1d,0x76,0x0a,0xf8,0x5a, +/* 0x00b850 */ 0x75,0x80,0x2b,0xa7,0x85,0xc0,0xce,0xd9,0x02,0x9c,0x3f,0xac,0x58,0x8b,0x47,0xfd, +/* 0x00b860 */ 0x54,0x11,0x1b,0x16,0x9a,0x8d,0xf9,0x97,0x2c,0x57,0x11,0xe0,0x6b,0x5d,0xe2,0xee, +/* 0x00b870 */ 0x9c,0x7c,0x35,0x7e,0xde,0xd7,0x2a,0x2e,0x3d,0xdd,0x33,0xc8,0xde,0x98,0xd3,0xb6, +/* 0x00b880 */ 0x64,0x29,0xbd,0x7e,0xbc,0x61,0x6b,0x13,0x09,0xb8,0x1a,0xbf,0xee,0x2f,0xc2,0xbf, +/* 0x00b890 */ 0x9a,0x1e,0x72,0x8f,0x44,0xae,0xc2,0x0d,0x8e,0x2c,0xdc,0x48,0x64,0x54,0x58,0x13, +/* 0x00b8a0 */ 0x6c,0x08,0xf2,0x67,0x99,0x79,0xf0,0xa1,0x18,0x08,0xf2,0x23,0xca,0xbf,0x75,0x9c, +/* 0x00b8b0 */ 0x1f,0x59,0x54,0xd3,0x75,0xa3,0x23,0x60,0xcc,0xbf,0xbc,0x1e,0xb5,0xfe,0x72,0x2d, +/* 0x00b8c0 */ 0xe7,0xe8,0x45,0x1f,0xc3,0xb9,0x90,0xd7,0x43,0x08,0x42,0x08,0xc2,0x42,0xa3,0x87, +/* 0x00b8d0 */ 0x5b,0x43,0x76,0x34,0xd2,0x35,0x85,0x8b,0xa3,0x6a,0xd8,0x1f,0xda,0x61,0xc4,0xbf, +/* 0x00b8e0 */ 0x0e,0x80,0x2f,0xa8,0x4c,0x38,0x57,0xbb,0x50,0x49,0xa6,0x13,0x84,0x76,0x47,0xa5, +/* 0x00b8f0 */ 0xb7,0x86,0x7b,0x0e,0x84,0xbf,0xe5,0xaa,0x66,0xa9,0xce,0xff,0x1e,0xc4,0xe2,0x3d, +/* 0x00b900 */ 0x82,0x60,0xcc,0xbf,0xbc,0x9d,0xce,0x17,0xd4,0xfc,0xc1,0x25,0xb1,0x85,0xa3,0xe2, +/* 0x00b910 */ 0x8f,0xc9,0xbe,0xf3,0xf0,0x1e,0xd4,0x45,0x7d,0x57,0x44,0x2e,0xa1,0x74,0x85,0x68, +/* 0x00b920 */ 0xa1,0x46,0x7c,0x40,0xae,0x0d,0x67,0xc0,0xbf,0x9a,0x43,0xe9,0xe4,0x2c,0xbe,0x9f, +/* 0x00b930 */ 0xf9,0x14,0x1f,0x83,0x84,0x58,0xde,0x1f,0x99,0x24,0x9c,0xc7,0x81,0xef,0xf3,0xdb, +/* 0x00b940 */ 0xe8,0x98,0x47,0x5b,0x57,0xfa,0x7f,0xe2,0x9c,0x29,0x28,0x35,0x9a,0x8d,0xfc,0xe7, +/* 0x00b950 */ 0x83,0x8a,0xce,0x68,0x23,0x2d,0x2f,0x52,0x39,0x98,0xa3,0xd5,0xbe,0x22,0x9f,0x50, +/* 0x00b960 */ 0x77,0x14,0xb1,0x6e,0x0b,0x4d,0x99,0x14,0x5a,0x44,0x77,0xff,0x3b,0x54,0x29,0x2e, +/* 0x00b970 */ 0xc2,0xbf,0x1a,0x6d,0xdf,0xeb,0x55,0x9f,0x41,0x1e,0x33,0xd2,0xd4,0x73,0x54,0xe4, +/* 0x00b980 */ 0xb2,0x55,0x92,0xdf,0x8f,0x18,0xb0,0xf1,0x3d,0xda,0xe3,0xd9,0xc3,0x7c,0x3c,0xb5, +/* 0x00b990 */ 0x28,0xff,0xf2,0x62,0x6e,0x0c,0x5d,0x82,0x5f,0xc6,0x6a,0x31,0x37,0x4a,0x5a,0x36, +/* 0x00b9a0 */ 0xe2,0x19,0x31,0x27,0x6d,0x79,0x2d,0xea,0x55,0x5a,0xde,0x82,0xba,0xb8,0x33,0x44, +/* 0x00b9b0 */ 0x15,0x31,0xce,0x90,0x7f,0xd1,0xb2,0xcb,0x8e,0xfb,0xd1,0x7f,0x89,0xfb,0xa4,0x5a, +/* 0x00b9c0 */ 0x89,0xbb,0x2f,0x7c,0x12,0x36,0xe3,0xf8,0xb0,0x72,0x9c,0x23,0xfb,0x60,0xb4,0x7e, +/* 0x00b9d0 */ 0xad,0xfc,0xae,0x5b,0x4b,0xde,0x99,0x69,0x45,0xac,0x10,0xff,0x3a,0x04,0x33,0x92, +/* 0x00b9e0 */ 0x5c,0x08,0x9d,0xb1,0xbd,0xc9,0xcd,0x19,0xa6,0x6e,0x48,0xb1,0xb5,0x5c,0xb5,0x48, +/* 0x00b9f0 */ 0xba,0xae,0xfa,0x7e,0x6a,0xdb,0x3e,0xac,0xf9,0x23,0x89,0x66,0xfc,0xeb,0x16,0xbe, +/* 0x00ba00 */ 0x6f,0xac,0x7c,0x39,0x73,0x16,0xbe,0xc0,0x6d,0x29,0xff,0x72,0xe6,0x5d,0x38,0x8b, +/* 0x00ba10 */ 0xe7,0x52,0xff,0xf9,0xb3,0xf0,0xdf,0xb8,0x3e,0xe5,0x57,0x69,0x57,0x9c,0x4a,0x63, +/* 0x00ba20 */ 0x5c,0x71,0xfe,0x75,0xc4,0x4d,0x0f,0x03,0xe4,0xbd,0x7a,0x7a,0x69,0x9c,0x91,0x01, +/* 0x00ba30 */ 0x59,0x94,0x45,0x27,0x95,0xad,0x8d,0xec,0x3b,0x6a,0xdd,0xd2,0x45,0x72,0x57,0x11, +/* 0x00ba40 */ 0xfe,0x75,0xd1,0x3d,0x2c,0x57,0x23,0x6a,0x48,0xf2,0x8b,0x99,0x56,0x78,0xa4,0xa7, +/* 0x00ba50 */ 0x21,0xe9,0xfc,0x8c,0xb4,0x7c,0xa8,0x8c,0x51,0x14,0xb1,0xf2,0x60,0x46,0x1a,0x33, +/* 0x00ba60 */ 0xe4,0x5f,0x23,0x64,0xff,0x1a,0x64,0xab,0x25,0x4e,0x74,0x4c,0xf3,0x6e,0x84,0xed, +/* 0x00ba70 */ 0xa2,0x3d,0xc9,0x7c,0x5f,0x55,0xa9,0x18,0x9a,0x4c,0x57,0xb7,0x80,0xeb,0x24,0xe0, +/* 0x00ba80 */ 0x75,0x13,0xfe,0x35,0xe2,0xa0,0x83,0xab,0x25,0xbb,0x88,0xa6,0x89,0xbd,0x50,0x8d, +/* 0x00ba90 */ 0xed,0xdd,0x3b,0x56,0x51,0x43,0xe0,0x21,0xb2,0x3a,0xd4,0x19,0xb8,0x0e,0x3b,0x92, +/* 0x00baa0 */ 0x99,0x58,0x50,0x43,0xfe,0x05,0xe1,0x76,0xd8,0x8f,0xbc,0x92,0x1d,0x10,0x4f,0xb6, +/* 0x00bab0 */ 0x49,0x01,0xec,0x4d,0x15,0xed,0x10,0x11,0xb4,0x63,0x3c,0xf6,0x8f,0x70,0x77,0x7a, +/* 0x00bac0 */ 0x3b,0x94,0x54,0x23,0x23,0xfe,0x45,0x26,0x93,0x65,0xda,0xc9,0x03,0xb2,0x4f,0x72, +/* 0x00bad0 */ 0xed,0x45,0x0f,0xa2,0x63,0xec,0x5e,0xc9,0xbe,0x9f,0xf9,0x7b,0xf1,0x7d,0xb1,0x6d, +/* 0x00bae0 */ 0xc4,0x3d,0xb0,0x88,0x1c,0xd5,0x84,0xd6,0xa1,0xf2,0xd8,0x5f,0xb7,0xc0,0x35,0x35, +/* 0x00baf0 */ 0xfe,0xb0,0x30,0xff,0x3a,0x42,0x16,0x45,0xf9,0xcb,0x34,0x3a,0x54,0xf8,0x4c,0x09, +/* 0x00bb00 */ 0x90,0x1b,0x87,0xcb,0x62,0xeb,0x31,0xf7,0xdb,0x8a,0xbd,0xb6,0xb8,0x89,0x5a,0xd3, +/* 0x00bb10 */ 0x5f,0x11,0x8b,0xf3,0xaf,0x11,0x66,0x35,0x1e,0xa6,0xc7,0xf8,0x10,0xc3,0xa3,0xab, +/* 0x00bb20 */ 0xf8,0xcd,0xa4,0xbb,0x9b,0xac,0xce,0x4d,0xfc,0x80,0xb4,0xe9,0xe9,0xca,0x16,0xb8, +/* 0x00bb30 */ 0xc5,0xcd,0x95,0xf8,0xaf,0xc8,0xfc,0x9c,0x04,0x86,0x86,0xf4,0x18,0xf2,0xaf,0x28, +/* 0x00bb40 */ 0xd9,0xa4,0xa8,0x49,0x82,0x6b,0xe0,0xbb,0x7e,0x88,0x8a,0xde,0x94,0xf3,0x00,0xd9, +/* 0x00bb50 */ 0xbf,0xf6,0x45,0xbc,0x5a,0xe8,0x4b,0xe3,0x18,0x47,0x73,0xff,0xa3,0xb8,0xa8,0xfe, +/* 0x00bb60 */ 0xe5,0xdc,0x5f,0xb6,0x82,0xba,0x8e,0x4b,0x5c,0x14,0xf9,0xd1,0x81,0xa9,0xde,0x63, +/* 0x00bb70 */ 0xce,0x44,0x99,0x1f,0x1f,0xf4,0xcd,0xa6,0xa9,0x61,0x74,0xb0,0x37,0xc4,0xf5,0xa2, +/* 0x00bb80 */ 0x57,0x61,0x7d,0x74,0x76,0x51,0xfe,0xe5,0x5b,0xc8,0x92,0x59,0x53,0xd6,0x4b,0x96, +/* 0x00bb90 */ 0xbd,0x48,0x57,0x2f,0x8d,0xc0,0x91,0x1e,0xa6,0x3e,0x6f,0x0f,0x90,0x73,0xe6,0x00, +/* 0x00bba0 */ 0xc8,0xde,0xe9,0x03,0x46,0xfc,0xeb,0x20,0x9d,0x9f,0x38,0xd3,0x85,0x8e,0xc1,0x76, +/* 0x00bbb0 */ 0xaa,0x0b,0xfb,0xc9,0x69,0xb4,0x51,0xfa,0xbb,0x04,0xaa,0xd1,0xce,0x6c,0x72,0x3c, +/* 0x00bbc0 */ 0x92,0xc8,0xd3,0x58,0xb5,0xe3,0x4a,0x8b,0xb1,0xfe,0x45,0xd5,0x2e,0x9a,0xed,0x95, +/* 0x00bbd0 */ 0x9c,0x32,0x81,0x26,0xe0,0x10,0xed,0xda,0x96,0xe9,0x92,0x9d,0x27,0x25,0x66,0x15, +/* 0x00bbe0 */ 0x4c,0xc0,0x7c,0xda,0x52,0x54,0xff,0x32,0xa8,0x78,0x5e,0x72,0xfd,0xaf,0xf7,0x2d, +/* 0x00bbf0 */ 0x29,0x62,0x66,0xfa,0xd7,0xb8,0xb1,0xb1,0x5e,0x89,0xfa,0xd7,0x8f,0xa1,0xf6,0xb0, +/* 0x00bc00 */ 0xde,0x91,0xc3,0x90,0x77,0x6b,0xfc,0x6b,0x6a,0xa1,0xfb,0x8d,0xf7,0xad,0xf3,0xe5, +/* 0x00bc10 */ 0x61,0x36,0x37,0xff,0xeb,0x1b,0xdc,0x4b,0x2c,0xfd,0xf6,0xf5,0xaf,0xdc,0xfc,0xaf, +/* 0x00bc20 */ 0x22,0xa0,0x60,0x6a,0x58,0x11,0xfd,0x6b,0x3c,0xb7,0xe5,0xa1,0x22,0xeb,0x95,0x52, +/* 0x00bc30 */ 0xf6,0xaf,0x90,0x15,0xfd,0xab,0x2c,0x2f,0x35,0xac,0x54,0xfd,0xcb,0x28,0x35,0x2c, +/* 0x00bc40 */ 0x03,0x2e,0x18,0xd7,0xff,0xca,0xf7,0xab,0x4c,0xcf,0x6a,0x01,0xff,0x43,0x53,0xfd, +/* 0x00bc50 */ 0x6b,0x7f,0x01,0x77,0xca,0x6f,0xa2,0x7f,0xa5,0x18,0x25,0xf5,0xbb,0x4f,0xd7,0xf5, +/* 0x00bc60 */ 0x69,0xc9,0xfa,0xd7,0xb5,0x02,0xae,0x92,0x39,0xa9,0x61,0x16,0xf5,0xaf,0x42,0x57, +/* 0x00bc70 */ 0xca,0x72,0xd8,0x61,0xa2,0x34,0xfd,0xcb,0xf7,0xc7,0xd0,0xbf,0xbe,0x59,0xfd,0x2f, +/* 0x00bc80 */ 0x33,0x90,0x8e,0x3f,0x3c,0x72,0x5b,0xfa,0x17,0xd3,0xa5,0x65,0x84,0x95,0x94,0xff, +/* 0x00bc90 */ 0x95,0x0f,0xd2,0x9f,0xd2,0xf8,0x57,0xb1,0xfc,0xaf,0x76,0xa3,0xae,0x98,0xda,0xe5, +/* 0x00bca0 */ 0x30,0xce,0xff,0x32,0x04,0xfa,0x1a,0xcd,0xb9,0xf1,0x87,0xdf,0x96,0xfe,0x65,0xc5, +/* 0x00bcb0 */ 0xff,0xb0,0x68,0x66,0x59,0x09,0xfe,0x87,0x45,0xc1,0xff,0x93,0xfe,0x65,0x96,0xff, +/* 0x00bcc0 */ 0xb5,0xe3,0xf6,0xf5,0x2f,0xa1,0x10,0xff,0x2a,0x19,0x1c,0x57,0xde,0x1b,0xc6,0xfa, +/* 0x00bcd0 */ 0x57,0xe9,0xf9,0x5f,0x66,0xf5,0xbf,0x4c,0xf4,0x2f,0xc8,0xe3,0x5f,0xb7,0xa1,0x7f, +/* 0x00bce0 */ 0x3d,0x6a,0xa6,0x7f,0xe5,0xbe,0x9f,0x73,0x81,0xba,0x7f,0x09,0xb7,0xab,0x7f,0x59, +/* 0x00bcf0 */ 0xf6,0x3f,0xb4,0xac,0x7f,0x89,0xa6,0x87,0x40,0x7d,0x8e,0xd8,0xfc,0x42,0xfe,0x87, +/* 0x00bd00 */ 0xaf,0x96,0xaa,0x7f,0x1d,0x82,0x7b,0x0b,0xe9,0x5f,0x08,0xb6,0x79,0x0a,0x7d,0xea, +/* 0x00bd10 */ 0xde,0x9c,0x96,0x9f,0x66,0xfe,0x8e,0xde,0xe7,0x44,0xe5,0x5f,0x5d,0xa5,0xeb,0x5f, +/* 0x00bd20 */ 0xfa,0x40,0x8e,0xb4,0xff,0x61,0xce,0x3c,0x3b,0xf3,0x26,0x53,0xdf,0x72,0x30,0x47, +/* 0x00bd30 */ 0x79,0xfc,0x96,0xf5,0xaf,0x9e,0x6f,0x59,0xff,0x2a,0x6e,0x0b,0xa0,0x71,0x34,0xef, +/* 0x00bd40 */ 0x1f,0x53,0xff,0x4a,0xe7,0x7f,0x29,0xe1,0xc1,0x05,0x57,0xc7,0x9c,0x20,0xe8,0xf2, +/* 0x00bd50 */ 0xbf,0xac,0x4f,0x6f,0x5e,0x52,0x9e,0xa4,0xf8,0x1f,0x6a,0xfc,0x2b,0x6d,0x0b,0x30, +/* 0x00bd60 */ 0x3d,0x6f,0x32,0xa7,0x67,0x27,0xdc,0xd9,0x2c,0xea,0x5f,0x12,0xdf,0xce,0x4c,0xc4, +/* 0x00bd70 */ 0x6e,0xc1,0x7d,0x98,0xb4,0xcc,0xab,0xf9,0x28,0xfc,0x6f,0x02,0x01,0x2f,0xc0,0x87, +/* 0x00bd80 */ 0xd0,0x70,0xd2,0x9d,0xaa,0xbc,0xe9,0x38,0x45,0xc7,0xac,0x64,0x5a,0xb4,0xa8,0x60, +/* 0x00bd90 */ 0x8d,0x7f,0x55,0xe9,0xcb,0x2e,0x9f,0xf1,0xed,0x40,0x13,0xe2,0x21,0xa8,0x8d,0x93, +/* 0x00bda0 */ 0xff,0x7b,0x1d,0x1c,0xef,0xad,0x15,0xfa,0xea,0x99,0x97,0xa1,0x2f,0xdc,0xf8,0x41, +/* 0x00bdb0 */ 0xdf,0x7e,0x32,0xbd,0x7d,0x3d,0xb5,0x0b,0x82,0xd8,0xe1,0x87,0xbe,0x62,0xfc,0xcb, +/* 0x00bdc0 */ 0x27,0x05,0x2b,0x16,0x9e,0x64,0xf7,0x55,0x74,0x61,0x39,0x71,0x2f,0x06,0x7e,0xec, +/* 0x00bdd0 */ 0xac,0xaf,0x90,0xe8,0xfd,0x61,0xfa,0x5c,0x27,0x3a,0x28,0xe1,0xdd,0xa9,0xe7,0x5f, +/* 0x00bde0 */ 0xb6,0xdc,0xb4,0xc1,0xfe,0xf0,0x38,0xcd,0x5d,0xc2,0xe4,0xdf,0xfa,0x39,0xfd,0x47, +/* 0x00bdf0 */ 0x45,0xf9,0xab,0xf6,0x4d,0x9b,0xa5,0xc6,0x1f,0x72,0xb5,0xa2,0x03,0x13,0x02,0xfe, +/* 0x00be00 */ 0x0a,0x94,0x1b,0xeb,0x5f,0xcd,0x12,0x1f,0x95,0x41,0xe3,0x2e,0x77,0x93,0x73,0xb7, +/* 0x00be10 */ 0xe7,0x1c,0xae,0x0d,0xb8,0xdf,0xba,0xe7,0x15,0x38,0x2f,0x47,0x87,0x56,0xd2,0x0b, +/* 0x00be20 */ 0x8a,0xd5,0xe7,0xf8,0x1d,0xe4,0x68,0x7d,0xb9,0x88,0xfe,0x65,0x6b,0x3b,0xec,0x56, +/* 0x00be30 */ 0xab,0xb3,0xc5,0xdd,0xa9,0x45,0xff,0x22,0xfe,0x0e,0xda,0xea,0xa7,0x8f,0xfc,0x6a, +/* 0x00be40 */ 0x90,0x3a,0xbf,0xd1,0x07,0x76,0x42,0xf8,0x77,0xb6,0xad,0x6b,0xcd,0x67,0xb6,0x71, +/* 0x00be50 */ 0x54,0xc8,0xff,0x70,0xb5,0xf6,0x7d,0x56,0x51,0x57,0x1c,0x3f,0x9c,0xe0,0xbe,0xa4, +/* 0x00be60 */ 0xf9,0x44,0x4d,0x30,0x8c,0x5b,0xb7,0x2c,0x1d,0x64,0x56,0xc0,0x31,0x78,0x42,0xda, +/* 0x00be70 */ 0xa0,0xf0,0xf7,0x55,0x23,0xe5,0x03,0x8c,0x5f,0x4d,0x35,0x32,0xc8,0xff,0xaa,0x93, +/* 0x00be80 */ 0xc8,0xd9,0x6f,0x15,0xfc,0x3a,0x1a,0x88,0x73,0x83,0x4c,0x10,0xfa,0x3c,0xb5,0xed, +/* 0x00be90 */ 0xce,0x6d,0x88,0x81,0x70,0x7c,0xbe,0xc4,0xd1,0x52,0x26,0x07,0x85,0x5a,0x91,0x1b, +/* 0x00bea0 */ 0x60,0x6e,0xc9,0x79,0x6d,0x19,0xfe,0x25,0xe5,0xfa,0xf7,0xde,0x45,0xaf,0x23,0x22, +/* 0x00beb0 */ 0x58,0x60,0x39,0xe4,0x60,0x6d,0x71,0x42,0xf3,0x22,0x02,0x5a,0x12,0xea,0x09,0x52, +/* 0x00bec0 */ 0x67,0xa1,0x85,0xbc,0x27,0x41,0xd7,0x34,0x76,0xe4,0x71,0xad,0xa2,0xa5,0xa6,0x7f, +/* 0x00bed0 */ 0x79,0x68,0x6d,0xe5,0xc7,0x33,0x47,0xfd,0xbb,0xc6,0xd0,0x23,0xf0,0xa3,0x58,0x75, +/* 0x00bee0 */ 0x35,0xb7,0x12,0x95,0xa3,0xdd,0x78,0x4e,0xc8,0xb9,0x72,0x73,0xa3,0x67,0x4d,0xef, +/* 0x00bef0 */ 0xcc,0xa4,0x6f,0xa5,0xe3,0x4f,0x05,0x32,0x38,0xc4,0x9d,0x23,0x83,0x73,0xfd,0x0f, +/* 0x00bf00 */ 0x3b,0x64,0xfd,0x4b,0xfe,0x3e,0x04,0x1c,0x76,0x0b,0x0c,0x2f,0x9e,0xf0,0xd4,0x57, +/* 0x00bf10 */ 0xf1,0xf3,0x10,0x4b,0x0e,0xe9,0x2d,0xe0,0xae,0xb7,0xfd,0x85,0x74,0x98,0x5a,0x98, +/* 0x00bf20 */ 0x06,0x64,0xff,0xf9,0x66,0xf1,0xa5,0x0a,0xa6,0xc3,0xfb,0x8e,0x3e,0xfe,0xf0,0x8e, +/* 0x00bf30 */ 0xdc,0xfc,0xaf,0x24,0xf3,0x01,0xdc,0xf2,0xb4,0x61,0xb7,0x6a,0x4a,0xd9,0x4e,0xf3, +/* 0x00bf40 */ 0xf5,0xc4,0x3f,0xc8,0x63,0x22,0x72,0x32,0xa6,0x38,0x7d,0x84,0x59,0x25,0xea,0xf9, +/* 0x00bf50 */ 0x17,0x97,0xc7,0xbf,0xe8,0x65,0xe3,0xd7,0xc3,0x01,0xec,0x4f,0x54,0xce,0xf4,0x5d, +/* 0x00bf60 */ 0x83,0x96,0x0a,0x5a,0xf6,0xcb,0x73,0xc5,0xd6,0x2c,0x3d,0x9b,0x62,0x5e,0x85,0x27, +/* 0x00bf70 */ 0x61,0x33,0x26,0x83,0x5b,0x44,0xbd,0xff,0x61,0xc7,0x9d,0xba,0xfd,0xeb,0x7e,0xa9, +/* 0x00bf80 */ 0x9c,0x82,0x7d,0xe2,0x3c,0x89,0xeb,0x26,0xff,0xaf,0xa3,0x30,0x07,0x5c,0xdd,0xe8, +/* 0x00bf90 */ 0x1c,0xbc,0x0e,0xd5,0xe7,0x3a,0x14,0x69,0x8c,0xec,0x3b,0x29,0xb4,0x0d,0xeb,0xfd, +/* 0x00bfa0 */ 0x0f,0x05,0x03,0xfe,0x45,0xcd,0x24,0x1d,0xdf,0x81,0x41,0x5c,0x27,0x70,0x2b,0xcb, +/* 0x00bfb0 */ 0x4e,0xc3,0xeb,0x78,0xf9,0x98,0xbd,0x09,0xbd,0x04,0x87,0xd6,0x55,0xef,0x20,0x63, +/* 0x00bfc0 */ 0xca,0xb5,0x79,0x56,0xf9,0xd7,0x0a,0x56,0xf7,0x9c,0xfe,0x93,0xf6,0x62,0xdc,0x25, +/* 0x00bfd0 */ 0xd9,0x5b,0xc8,0xcf,0x26,0x82,0xfd,0x60,0xa7,0xd7,0xc5,0x7b,0x84,0x90,0xec,0x28, +/* 0x00bfe0 */ 0x05,0xfb,0x82,0xc2,0x00,0x79,0x51,0x6f,0xd0,0x5e,0x95,0x69,0xfe,0x95,0x4b,0xa9, +/* 0x00bff0 */ 0x46,0xe5,0x22,0x5f,0x0d,0x31,0xd7,0x28,0xe3,0xf3,0xdd,0x24,0x2d,0xdc,0x27,0x93, +/* 0x00c000 */ 0xaf,0xc3,0x17,0xd0,0x8c,0x5d,0xf1,0x19,0x03,0x9e,0x9b,0x62,0x03,0x76,0x8f,0xf7, +/* 0x00c010 */ 0xf9,0x2a,0x2e,0xe8,0xf9,0x97,0x4d,0x77,0xae,0x6b,0xf6,0x2c,0x55,0x72,0xbb,0x56, +/* 0x00c020 */ 0x0a,0x1b,0x7b,0x66,0x48,0x70,0x6d,0xca,0x6a,0xc1,0xdd,0x7b,0xcf,0xc7,0x92,0x36, +/* 0x00c030 */ 0x86,0x95,0x13,0xc1,0xf0,0xce,0x8f,0xd9,0xb1,0x1c,0xfe,0xa5,0x3f,0x67,0x86,0xf8, +/* 0x00c040 */ 0x58,0xe4,0x07,0x54,0x38,0xe8,0x7e,0x76,0x6b,0xe4,0x35,0xef,0x31,0xdc,0x9a,0xdc, +/* 0x00c050 */ 0xb0,0x19,0x46,0x83,0xd7,0x71,0xbd,0xc8,0x7b,0x66,0x10,0xda,0x15,0xfb,0x9c,0xf2, +/* 0x00c060 */ 0xa6,0xb2,0x1c,0xff,0xc3,0x5c,0xfe,0xd5,0xc5,0xc5,0xd0,0x2c,0x38,0x20,0x36,0x87, +/* 0x00c070 */ 0xa8,0x10,0x26,0xae,0x03,0x7f,0x88,0xdb,0x16,0xfe,0x9f,0x9a,0x03,0x48,0xae,0xc8, +/* 0x00c080 */ 0x5c,0x03,0xcf,0xf5,0x06,0x68,0x46,0xcf,0x4c,0x51,0xef,0x7f,0xd8,0x94,0x1b,0x7f, +/* 0x00c090 */ 0xd8,0xe4,0x21,0x1f,0x3f,0xc0,0xcd,0xfe,0x4b,0xbb,0x07,0xed,0xe2,0xd6,0x79,0x64, +/* 0x00c0a0 */ 0xb5,0x8b,0x74,0x75,0x7a,0xc5,0x2a,0xf2,0x77,0xaa,0x54,0xf9,0xa3,0xc6,0xa6,0xf7, +/* 0x00c0b0 */ 0x3f,0xf4,0x4d,0xd5,0xf3,0xaf,0xe3,0x55,0x15,0x61,0x76,0x60,0x8f,0xcf,0xb7,0x84, +/* 0x00c0c0 */ 0xac,0x0e,0xbb,0xbd,0x27,0xbc,0x82,0xaa,0x30,0xa4,0x8b,0xb4,0xf4,0x57,0xec,0x60, +/* 0x00c0d0 */ 0x61,0x2b,0x08,0x4b,0x9c,0x1e,0x8e,0xdf,0xa9,0xf7,0x3f,0xcc,0xe8,0x5f,0x48,0xd3, +/* 0x00c0e0 */ 0xbf,0x18,0x1f,0xbe,0x26,0x34,0x73,0x2e,0x60,0xe2,0x78,0xd8,0xd6,0x0a,0xd3,0xe4, +/* 0x00c0f0 */ 0x2e,0xaf,0xac,0x7f,0x51,0xda,0x15,0xe0,0xdc,0xb8,0x52,0xc8,0xf5,0x3f,0xcc,0xe1, +/* 0x00c100 */ 0x05,0x4b,0xdc,0xa7,0xfb,0x46,0x07,0xae,0xfb,0xda,0x44,0xf7,0xe7,0x34,0x11,0x0c, +/* 0x00c110 */ 0x5a,0x17,0xd4,0x9d,0x8e,0x5c,0xf5,0x50,0x27,0xc3,0xa5,0x31,0xe7,0x68,0xfc,0x17, +/* 0x00c120 */ 0x72,0x21,0xb0,0x9d,0xa3,0xf1,0xa2,0xf1,0x87,0x6d,0x41,0xf7,0xe6,0xc8,0x55,0xe9, +/* 0x00c130 */ 0x14,0xcc,0x97,0xdc,0xef,0x4d,0x9e,0x8a,0x6f,0xc0,0x5c,0x11,0x62,0x93,0x07,0xc9, +/* 0x00c140 */ 0x1f,0x6c,0x0c,0xf2,0x9b,0x23,0x83,0xe2,0x83,0x54,0xfa,0x79,0xcf,0x39,0x0f,0xeb, +/* 0x00c150 */ 0xf3,0xbf,0x9a,0xaa,0xf4,0x94,0xca,0x51,0xbe,0x03,0x25,0xa5,0x68,0x30,0x00,0x4e, +/* 0x00c160 */ 0x40,0x02,0x8a,0x82,0x17,0x5c,0x10,0x21,0x5d,0x53,0xbd,0x4e,0x1e,0x23,0x01,0xbf, +/* 0x00c170 */ 0x05,0xcd,0x61,0x8e,0x80,0xf8,0x80,0xde,0xff,0x10,0xd2,0x26,0x1b,0x32,0xe8,0x90, +/* 0x00c180 */ 0x4d,0x0e,0x23,0xf5,0x35,0x5d,0xa4,0xa5,0xac,0x7d,0x0f,0x7e,0x4c,0xb4,0x07,0x64, +/* 0x00c190 */ 0x69,0xac,0xa6,0x83,0x4c,0x78,0x2f,0x26,0x63,0xda,0xef,0xf5,0x20,0x56,0xd2,0xe7, +/* 0x00c1a0 */ 0x7f,0x55,0xb1,0x39,0xfc,0xcb,0xa1,0x78,0x5a,0xce,0x5a,0xec,0x0c,0x2c,0xf4,0x93, +/* 0x00c1b0 */ 0x1f,0x89,0x37,0x74,0x67,0xac,0x62,0xd4,0x73,0x40,0xd1,0x3d,0x6b,0x6c,0x07,0xc8, +/* 0x00c1c0 */ 0x1b,0x7b,0x81,0x62,0xe0,0x6c,0x10,0x7f,0xa8,0xfe,0xb0,0x7f,0xc2,0xd0,0xdc,0xae, +/* 0x00c1d0 */ 0xa7,0x3a,0xdd,0x31,0x74,0x0f,0x5c,0xc7,0x7b,0x83,0xae,0xcd,0xd5,0xff,0x21,0x5c, +/* 0x00c1e0 */ 0x81,0x46,0xd1,0x1f,0x5b,0x44,0xc6,0xe0,0xd6,0xce,0x49,0x4a,0x6a,0x58,0x76,0xfc, +/* 0x00c1f0 */ 0x61,0x30,0x97,0x7f,0x95,0xc7,0x98,0x21,0x41,0xb1,0xdd,0x70,0x7e,0x02,0xd7,0xe3, +/* 0x00c200 */ 0xa4,0x2b,0x11,0xd9,0x45,0x5a,0xde,0x16,0xcb,0x3d,0x74,0x0c,0x96,0x6b,0x84,0x0d, +/* 0x00c210 */ 0xe5,0xc4,0x1f,0x72,0xb9,0xfc,0x8b,0xef,0x75,0x0a,0xb4,0xda,0x32,0xef,0xee,0x75, +/* 0x00c220 */ 0x92,0x6d,0x89,0x6b,0xfd,0x13,0xbe,0x77,0xc6,0xa3,0x30,0xc6,0x3e,0x41,0x15,0x31, +/* 0x00c230 */ 0x32,0xa6,0xba,0xc5,0xe3,0xce,0x14,0x02,0x9b,0x5c,0x58,0xff,0xaa,0x4b,0xb8,0xe2, +/* 0x00c240 */ 0xde,0x66,0xef,0x5a,0x4f,0x5d,0xcc,0x39,0x5e,0xf6,0x00,0xac,0x45,0x73,0x62,0x5c, +/* 0x00c250 */ 0x9c,0x6c,0x88,0x1b,0x97,0xb5,0x62,0x5f,0x9c,0xec,0x32,0x34,0x11,0xcc,0x39,0xea, +/* 0x00c260 */ 0x7c,0x5a,0xfd,0x14,0xb3,0x3e,0x4f,0xff,0xda,0x00,0x72,0xb2,0x6a,0x3d,0x72,0x43, +/* 0x00c270 */ 0x44,0xf4,0x8b,0x27,0x02,0xc8,0x25,0x84,0x17,0xf8,0x47,0xec,0xf3,0xd0,0xb3,0x1e, +/* 0x00c280 */ 0x6a,0xb3,0x5c,0x55,0x8f,0x24,0x2c,0x0f,0x1e,0xf4,0x96,0x6b,0x9f,0x5a,0xaf,0xec, +/* 0x00c290 */ 0x5f,0x38,0x87,0x7f,0x5d,0xb4,0xaf,0x94,0xed,0xf8,0xa8,0xc8,0x15,0x9e,0x76,0xcf, +/* 0x00c2a0 */ 0x1a,0xdb,0x1c,0x4c,0x5a,0x5e,0x80,0x67,0xd0,0x9c,0xe1,0xaa,0x6e,0xf4,0x1e,0x1d, +/* 0x00c2b0 */ 0x33,0xec,0x6c,0x47,0xcb,0xaa,0x55,0xb3,0xc4,0x01,0xe5,0xfb,0x44,0x39,0x7a,0x09, +/* 0x00c2c0 */ 0x26,0x33,0xa9,0x97,0x64,0x6d,0x8b,0xbf,0xce,0x94,0xc3,0x7f,0x92,0xed,0xcf,0xbd, +/* 0x00c2d0 */ 0xb2,0xe2,0x3b,0xb6,0xa3,0xbd,0x0f,0x86,0x5c,0x8b,0x9d,0x2f,0xc0,0xa7,0x78,0x46, +/* 0x00c2e0 */ 0x8a,0x1c,0xc3,0x4e,0x6b,0x8e,0xf4,0xdf,0xd5,0xf8,0xd7,0xcb,0x05,0xf5,0xaf,0x16, +/* 0x00c2f0 */ 0xec,0xde,0xa7,0xc8,0x5e,0x0b,0x48,0x8b,0xbc,0x82,0xb8,0xf6,0x0d,0x86,0x25,0xdb, +/* 0x00c300 */ 0xdf,0x2f,0x95,0xd3,0xfb,0x75,0x98,0x3e,0x44,0x16,0x65,0x8c,0x53,0x3f,0x15,0x56, +/* 0x00c310 */ 0xf9,0x17,0xab,0xab,0x4f,0xd4,0x96,0xe4,0xaf,0x39,0xa9,0xb6,0xd5,0x20,0x90,0x7f, +/* 0x00c320 */ 0xfd,0x69,0xf8,0x08,0xdf,0x1d,0xe7,0x87,0xd1,0x4d,0xb8,0x41,0x68,0x17,0x7f,0x8d, +/* 0x00c330 */ 0xf9,0x1c,0x7e,0x4f,0x66,0x59,0xb6,0x46,0xdc,0xa4,0xf8,0x03,0x60,0x55,0xff,0xaa, +/* 0x00c340 */ 0xca,0xd9,0xbf,0xb8,0x27,0xc2,0xd3,0xf0,0x1f,0xa0,0x1a,0x73,0xff,0x5c,0x59,0xd5, +/* 0x00c350 */ 0x7e,0xc6,0x33,0x07,0x3b,0x16,0xa0,0x33,0xf8,0x4d,0x90,0xeb,0x57,0x9e,0x81,0x67, +/* 0x00c360 */ 0x60,0xe7,0xe1,0xf2,0x54,0xb8,0x49,0x53,0xc4,0x5e,0x2e,0xac,0x7f,0x01,0xd7,0x5d, +/* 0x00c370 */ 0xe1,0xb1,0xbd,0x01,0x35,0x0b,0xed,0x22,0xe2,0xc8,0x04,0xcf,0x09,0x13,0x30,0xc2, +/* 0x00c380 */ 0xbd,0x5e,0x35,0x53,0xf2,0x75,0xa3,0x11,0x42,0xc4,0x66,0x4a,0xf6,0x6e,0x72,0x68, +/* 0x00c390 */ 0x7e,0x06,0xe9,0xf4,0x2f,0x7d,0x9d,0x23,0xd9,0xae,0x59,0x80,0x04,0x08,0xc1,0x9f, +/* 0x00c3a0 */ 0xdd,0x8d,0x1c,0x4c,0x6c,0x87,0x3f,0xe1,0xb4,0x87,0x0f,0xe3,0xbd,0xa2,0x20,0xd9, +/* 0x00c3b0 */ 0xeb,0x17,0x0e,0x41,0x0f,0x16,0x92,0x8e,0xb7,0xd7,0x83,0xb6,0x7f,0x19,0xc4,0x1f, +/* 0x00c3c0 */ 0x8a,0xfe,0x14,0x79,0xe9,0x5d,0x87,0xc6,0x6e,0xd7,0xab,0x4e,0x9f,0x70,0x81,0xf7, +/* 0x00c3d0 */ 0x27,0x5d,0xdb,0xe4,0xb2,0x17,0xf3,0xa9,0x31,0x5a,0x12,0x2e,0xe2,0x27,0x93,0xae, +/* 0x00c3e0 */ 0x58,0xa6,0x42,0x90,0x01,0xff,0x22,0x4f,0x13,0xd9,0xbf,0x2e,0x41,0x4b,0x67,0xf9, +/* 0x00c3f0 */ 0x1b,0xcc,0x31,0x7c,0x5d,0x6c,0x1d,0xd9,0x18,0x63,0x7e,0x43,0x43,0x7a,0xc8,0x98, +/* 0x00c400 */ 0xc9,0x49,0xf8,0xca,0xd3,0x7c,0x94,0xae,0x97,0x76,0xce,0x8c,0x2b,0xfb,0x57,0xb5, +/* 0x00c410 */ 0x9e,0x7f,0xc9,0x5d,0x57,0xc9,0xb3,0xdc,0x16,0x72,0x25,0x99,0x6e,0xf8,0x08,0x9e, +/* 0x00c420 */ 0xbc,0xc4,0x0f,0x33,0x83,0xf0,0xae,0x38,0x57,0xe2,0xbb,0x99,0x27,0xb6,0xdc,0x74, +/* 0x00c430 */ 0xee,0x93,0x3a,0x46,0x50,0x15,0x2c,0x45,0xd9,0xfc,0x6b,0x7b,0x8e,0xfe,0x75,0x91, +/* 0x00c440 */ 0x80,0x4f,0xe0,0x02,0xae,0x7d,0x8a,0x1b,0x5c,0x58,0x0d,0xe1,0xd1,0xc0,0x3b,0xee, +/* 0x00c450 */ 0x7e,0x42,0x6a,0xfa,0xf0,0x6c,0x6a,0x19,0xba,0x83,0xbc,0x33,0x05,0x29,0x18,0x45, +/* 0x00c460 */ 0x5e,0xf5,0x7c,0xc8,0xc4,0x0b,0xf3,0x2f,0x81,0x80,0xcb,0xb0,0x8e,0x1c,0xbf,0xef, +/* 0x00c470 */ 0x14,0xd0,0x72,0xf4,0x22,0xfe,0x81,0xc4,0x85,0x1f,0xda,0x2d,0xac,0x53,0x2c,0xee, +/* 0x00c480 */ 0x05,0x32,0xe6,0x31,0xa9,0x6a,0x3f,0x7a,0x4d,0x4b,0x08,0xd2,0xf4,0xaf,0xa9,0x7a, +/* 0x00c490 */ 0xfd,0x0b,0xe8,0x12,0xd0,0xba,0xc0,0x62,0x55,0xbd,0x83,0x83,0x28,0xbb,0x9b,0x9e, +/* 0x00c4a0 */ 0x3c,0x25,0x72,0xf2,0xf4,0x49,0xcd,0xf2,0xb3,0x8c,0xbd,0x52,0x7f,0xbd,0x23,0x6a, +/* 0x00c4b0 */ 0x53,0x3f,0x15,0xd6,0xeb,0x5f,0x1a,0x29,0x06,0x77,0x0a,0xd1,0xca,0x8f,0xad,0xa2, +/* 0x00c4c0 */ 0x0b,0x33,0xcb,0xe1,0x02,0x61,0xc7,0x3c,0xae,0x8c,0x93,0x37,0x64,0x80,0x7c,0x1f, +/* 0x00c4d0 */ 0x46,0x24,0x63,0xbc,0x64,0xe1,0x48,0x8b,0x76,0x9e,0x57,0xf5,0xaf,0x3b,0xf4,0x6c, +/* 0x00c4e0 */ 0x8b,0xc6,0xb3,0xa5,0x60,0x82,0xa5,0x2e,0xbb,0xe4,0x6d,0x73,0x93,0x5a,0xa0,0x50, +/* 0x00c4f0 */ 0xdb,0xc3,0x2f,0x6d,0x74,0x8c,0x6d,0x82,0x55,0x0e,0x8a,0x4c,0xf7,0x54,0xf5,0x3c, +/* 0x00c500 */ 0xff,0x59,0x49,0xf9,0x5f,0x76,0xd5,0x88,0xbe,0x35,0x5b,0x1a,0xa3,0x8e,0xa3,0xe9, +/* 0x00c510 */ 0xfa,0x5f,0x55,0x96,0xf2,0xbf,0x6c,0x32,0x98,0x40,0x1b,0x84,0x57,0xc2,0x99,0x2e, +/* 0x00c520 */ 0xc9,0xbd,0x3f,0x5d,0xff,0xab,0x94,0xfc,0xaf,0xb9,0x88,0xc7,0xba,0x62,0xcd,0xe4, +/* 0x00c530 */ 0x84,0xaf,0xf1,0xaf,0x49,0x7a,0xfe,0x75,0x38,0x0f,0x90,0xae,0x8a,0x34,0xcb,0xde, +/* 0x00c540 */ 0x40,0x96,0xfb,0x87,0xda,0x60,0xff,0x11,0x02,0x46,0x8c,0xfc,0x37,0x0a,0x83,0x83, +/* 0x00c550 */ 0x14,0xa4,0x28,0x15,0x82,0x8c,0xb3,0x50,0xe2,0x6e,0xf2,0xc4,0x95,0x90,0xff,0x35, +/* 0x00c560 */ 0x43,0x05,0xdd,0x39,0x5d,0xcb,0xbf,0x47,0x81,0xfc,0x7d,0xda,0x4d,0xf5,0xaf,0xa3, +/* 0x00c570 */ 0x54,0xa7,0xe6,0x2e,0x23,0xb9,0xe5,0x55,0x9d,0x54,0xb7,0x99,0x4f,0xf3,0xaf,0x73, +/* 0x00c580 */ 0xa6,0xf7,0x12,0xc9,0x4c,0x4b,0x8a,0xd0,0xd2,0xec,0xba,0x78,0x62,0x34,0xa1,0xd5, +/* 0x00c590 */ 0xff,0xca,0xe3,0x5f,0x79,0x60,0xc4,0xf8,0x82,0x62,0xc8,0x91,0xf1,0xdf,0x90,0xf9, +/* 0x00c5a0 */ 0x97,0x89,0xfe,0x55,0xa1,0x82,0x26,0x4a,0xcd,0x32,0x5d,0x75,0xb4,0x40,0xf0,0x78, +/* 0x00c5b0 */ 0x9a,0x7f,0x61,0x0b,0xd9,0x5e,0xdc,0xaf,0x0a,0x76,0xf1,0x85,0xf9,0x57,0x41,0x30, +/* 0x00c5c0 */ 0xe4,0xbe,0xa2,0xbd,0xe2,0xa8,0x07,0xce,0xef,0x3d,0xe9,0x96,0xb6,0xa1,0xba,0x22, +/* 0x00c5d0 */ 0xfc,0x2b,0x07,0xb4,0xc8,0x7e,0x95,0xca,0x35,0xcb,0x5e,0x5a,0xda,0x32,0x9b,0xec, +/* 0x00c5e0 */ 0x13,0x46,0xaf,0xf2,0xaf,0xa1,0xad,0xc6,0xf7,0x87,0xaa,0xed,0xa1,0x2b,0x9d,0xff, +/* 0x00c5f0 */ 0xf5,0x54,0x78,0x42,0xdb,0xb6,0xd2,0x9f,0x52,0xeb,0x7f,0x19,0xf1,0xaf,0x2c,0xa0, +/* 0x00c600 */ 0x54,0x5b,0x0e,0xab,0x2d,0xd9,0xfe,0x87,0xa9,0x0c,0xff,0x1a,0x67,0x8b,0x3c,0x9e, +/* 0x00c610 */ 0x1b,0xd4,0xc0,0xec,0xb2,0x93,0xd0,0xa0,0x5d,0x1b,0x46,0xb2,0xba,0xe8,0x4f,0xe2, +/* 0x00c620 */ 0xb4,0x11,0xff,0xca,0x01,0x2d,0xba,0x6a,0xcb,0x3a,0x70,0x7f,0x9c,0x80,0x6b,0x05, +/* 0x00c630 */ 0xf9,0x97,0x35,0xa0,0x7a,0xf7,0xad,0xae,0xca,0xf6,0xdf,0xd8,0xc5,0x15,0xbf,0xcc, +/* 0x00c640 */ 0xef,0x3c,0x15,0xfb,0x73,0x55,0x46,0xf1,0x30,0x5d,0x72,0x08,0xd6,0x52,0xa5,0xab, +/* 0x00c650 */ 0xf1,0x1f,0xf9,0x18,0xf3,0xb9,0x55,0xfd,0x2b,0xe4,0xca,0x91,0xab,0x9a,0xd3,0x5d, +/* 0x00c660 */ 0x41,0x9f,0x31,0xff,0xca,0x07,0xf6,0xac,0x96,0x2e,0xed,0xf8,0xad,0x06,0x3d,0x1a, +/* 0x00c670 */ 0xf2,0xaf,0x02,0xc0,0x9e,0x69,0x29,0xa3,0x4e,0xe9,0xbe,0x4c,0x17,0x98,0xe4,0x7f, +/* 0x00c680 */ 0xed,0xd7,0x27,0xf2,0x20,0xb9,0xf2,0x35,0xb8,0xc3,0x91,0x47,0x75,0xc1,0x66,0xc0, +/* 0x00c690 */ 0x66,0xfc,0x37,0x4a,0xd4,0x65,0xb0,0x3e,0x58,0x31,0xc6,0x7c,0x61,0x31,0xff,0x2b, +/* 0x00c6a0 */ 0xbb,0xda,0xf2,0x8b,0x91,0x5d,0x6c,0x56,0x82,0x92,0x5c,0x9a,0x59,0xf3,0xdf,0xa8, +/* 0x00c6b0 */ 0x32,0xd6,0xb6,0x2a,0x72,0x5a,0xfa,0x7a,0x91,0x17,0x47,0xb3,0x5a,0x04,0x42,0xc4, +/* 0x00c6c0 */ 0x3e,0xca,0xe3,0x5f,0xc6,0x22,0x97,0x37,0x63,0x2f,0x29,0x64,0xcd,0x73,0xed,0x62, +/* 0x00c6d0 */ 0xce,0xe3,0x55,0xeb,0x7f,0x2d,0x63,0x77,0x79,0x4a,0x92,0x3b,0x75,0xeb,0x4e,0x7e, +/* 0x00c6e0 */ 0x3f,0x67,0xd3,0xfe,0x1b,0x9e,0x12,0xe6,0x39,0x87,0x64,0xf1,0xb4,0xfe,0x97,0xc2, +/* 0x00c6f0 */ 0xbf,0x16,0x94,0xa8,0x7f,0xe5,0x26,0x82,0x5d,0x30,0xe0,0x5f,0x79,0x80,0xe5,0xd3, +/* 0x00c700 */ 0x85,0xe4,0xe0,0x36,0xf2,0xbf,0xea,0x28,0xed,0xca,0x6a,0x69,0x4e,0x77,0xd9,0xe6, +/* 0x00c710 */ 0xc4,0x4a,0xc9,0xff,0x5a,0x66,0xcf,0x6a,0xd1,0x87,0x76,0x9c,0xce,0xe8,0x5f,0x78, +/* 0x00c720 */ 0x8a,0x99,0xfe,0x15,0x5a,0x6c,0xd4,0xe5,0xc2,0x99,0xf8,0xc3,0x68,0x11,0xfd,0x6b, +/* 0x00c730 */ 0x91,0x0c,0x42,0x2e,0x23,0xfd,0xeb,0xee,0xac,0xf8,0x43,0xc7,0x24,0x93,0x73,0x42, +/* 0x00c740 */ 0x8b,0x1c,0xd8,0x96,0x6e,0xc1,0x79,0xfa,0xd7,0x5a,0x79,0xbd,0x50,0x2e,0xff,0xca, +/* 0x00c750 */ 0x02,0xd5,0x32,0x08,0xd1,0x42,0xcc,0x9a,0x46,0x76,0x4b,0xc8,0xcb,0xff,0xc2,0x85, +/* 0x00c760 */ 0xf8,0x97,0xde,0x40,0x5e,0x61,0x52,0xae,0xe2,0xf9,0x5f,0xbd,0x0a,0xff,0xc2,0x66, +/* 0x00c770 */ 0x3a,0x9a,0x5c,0x88,0xd9,0x6e,0x9a,0xff,0xc5,0x1a,0xd5,0xaf,0xbc,0x4b,0x05,0xd8, +/* 0x00c780 */ 0x59,0xff,0x37,0x06,0x3f,0x89,0x21,0x1d,0xff,0xe2,0x4c,0xce,0x87,0xe5,0x59,0xf9, +/* 0x00c790 */ 0x5f,0x13,0xba,0xae,0x94,0x3b,0x81,0xac,0xeb,0x5f,0x2e,0xc3,0xae,0x30,0x39,0x27, +/* 0x00c7a0 */ 0x24,0x0b,0xf2,0xaf,0x42,0x80,0x37,0xec,0x0a,0xf1,0xa9,0xc9,0xb8,0x30,0xff,0xca, +/* 0x00c7b0 */ 0x05,0xc8,0x3f,0xea,0xcb,0xb2,0x46,0x9c,0xc8,0xd6,0xbf,0xea,0x92,0xbe,0x84,0xb6, +/* 0x00c7c0 */ 0x7f,0x99,0xeb,0x5f,0x62,0x81,0xca,0x62,0xea,0x39,0x7c,0x98,0xb3,0x90,0xff,0x45, +/* 0x00c7d0 */ 0x01,0x25,0x59,0x4a,0xc1,0xa3,0xc2,0x63,0x48,0xd7,0x91,0x1e,0x1d,0xff,0xca,0x9d, +/* 0x00c7e0 */ 0xc3,0x4c,0xe1,0x36,0x31,0xdb,0x3f,0x5c,0xbf,0x5e,0xb4,0x4b,0xe5,0x5f,0xdb,0x0d, +/* 0x00c7f0 */ 0xf3,0xbf,0xb4,0x0c,0x23,0x5c,0x34,0xff,0x6b,0xf2,0xd8,0x43,0x85,0xf9,0x97,0x53, +/* 0x00c800 */ 0x05,0xe0,0x4a,0x31,0xcd,0x70,0x06,0xe6,0x8e,0x12,0x76,0xdc,0x04,0xb7,0xc2,0x6d, +/* 0x00c810 */ 0x12,0xfb,0x01,0x93,0x80,0x53,0x78,0xae,0xe0,0xee,0x64,0x02,0x90,0x17,0x7f,0xe8, +/* 0x00c820 */ 0x29,0xe8,0xb6,0x21,0x10,0xe0,0x83,0x03,0xac,0x97,0x4e,0x66,0x0d,0x3d,0xc6,0x27, +/* 0x00c830 */ 0xf9,0x38,0x0a,0xb0,0xeb,0xc2,0xde,0xe4,0xc3,0xa4,0x8b,0x95,0x8f,0xfa,0x85,0xf4, +/* 0x00c840 */ 0xaf,0x9c,0xc4,0xa2,0xad,0xf5,0x65,0xc3,0x10,0xa3,0xd7,0x7d,0xf5,0x15,0x3e,0xcf, +/* 0x00c850 */ 0xf3,0xb0,0x42,0xe2,0x10,0xda,0x05,0xcf,0xb1,0x35,0xd8,0x09,0xe5,0x00,0x6a,0x61, +/* 0x00c860 */ 0x7a,0x33,0xff,0x8d,0xde,0xbb,0x12,0xe8,0xff,0x48,0xbb,0xfe,0xe0,0x28,0xaa,0x3c, +/* 0x00c870 */ 0xff,0xe6,0x75,0x93,0xbc,0x4c,0x77,0x32,0xed,0x4c,0xf4,0x40,0x28,0xe9,0x99,0x0c, +/* 0x00c880 */ 0x61,0x82,0x43,0x08,0x13,0x8c,0x0a,0x21,0x3c,0x06,0xd6,0xca,0x02,0x2b,0xb9,0x5d, +/* 0x00c890 */ 0xab,0x0e,0xab,0x2c,0x6b,0x70,0x73,0x5b,0xd4,0x1e,0x65,0xe5,0xee,0xd8,0xba,0xb8, +/* 0x00c8a0 */ 0xe5,0x9d,0x2f,0x33,0x23,0x4c,0x0c,0x9a,0x01,0xb1,0x16,0x3c,0xef,0x6a,0x40,0x5c, +/* 0x00c8b0 */ 0x71,0x8f,0xdd,0xca,0x0f,0x56,0x41,0x76,0xa1,0x89,0x61,0x1d,0xf9,0xa1,0x39,0xca, +/* 0x00c8c0 */ 0x55,0xe0,0xd4,0x1a,0xd8,0x01,0xe3,0x8a,0x82,0x47,0x56,0x12,0x08,0x70,0xef,0xbd, +/* 0x00c8d0 */ 0xee,0xf9,0x99,0x99,0xcc,0xb8,0xc7,0x5f,0xdf,0x7a,0xfd,0x66,0xc8,0x74,0xf7,0xfb, +/* 0x00c8e0 */ 0xf1,0x79,0x9f,0xef,0xe7,0xf3,0x1d,0x66,0xc7,0x86,0x83,0xa8,0x17,0x56,0x83,0x4e, +/* 0x00c8f0 */ 0x5c,0xab,0xa1,0xfd,0xe1,0x6a,0x65,0x07,0xa8,0xd6,0x02,0x11,0xff,0x1c,0x35,0x87, +/* 0x00c900 */ 0xff,0x86,0x8e,0x65,0xf4,0x07,0x97,0x70,0xa7,0xb4,0xd2,0xe1,0x70,0xbe,0xe5,0xac, +/* 0x00c910 */ 0xda,0xa3,0x6d,0x0e,0x07,0x5c,0x7c,0xfa,0x92,0xf7,0x08,0x1b,0xe1,0xff,0x90,0x06, +/* 0x00c920 */ 0x6d,0xf5,0x02,0xa9,0x2a,0xc9,0x57,0xea,0xeb,0x45,0x0e,0xfc,0x15,0x60,0x44,0xd8, +/* 0x00c930 */ 0x22,0xaf,0xa5,0xcd,0x46,0x6f,0xaf,0x95,0xde,0xcc,0x35,0xb6,0x11,0x70,0x7b,0xca, +/* 0x00c940 */ 0x62,0x8d,0xeb,0x14,0x2e,0x6f,0x61,0x26,0xa2,0x52,0x5b,0xd2,0xff,0x10,0xf3,0xef, +/* 0x00c950 */ 0xc9,0x97,0x7f,0xe8,0xd1,0x2c,0xbd,0x74,0x91,0xfa,0x33,0x0d,0xe8,0x4b,0x32,0x06, +/* 0x00c960 */ 0x8e,0xe1,0x3e,0x1a,0xcc,0x5e,0x80,0xde,0x53,0x9a,0xc2,0xf2,0xee,0x1f,0xd9,0x13, +/* 0x00c970 */ 0xd5,0x25,0xf2,0xf8,0x6f,0xb0,0x47,0xc0,0x82,0x5d,0xda,0xca,0x91,0xea,0x61,0xc0, +/* 0x00c980 */ 0x5c,0x68,0xd0,0xdb,0x8e,0xa3,0x53,0x7f,0x05,0x6c,0x51,0x44,0xbc,0xb3,0xbd,0x1d, +/* 0x00c990 */ 0x43,0xff,0xf6,0x21,0xfa,0xb5,0xe0,0x43,0x07,0x29,0x2e,0xe0,0xfe,0x87,0xfc,0x5f, +/* 0x00c9a0 */ 0x76,0xfe,0x61,0x5c,0x6a,0xe4,0x81,0x53,0x91,0x1a,0xfd,0x51,0x70,0xb0,0xd9,0xb5, +/* 0x00c9b0 */ 0x14,0xc1,0x92,0x63,0x24,0x80,0xc4,0x58,0x59,0x04,0x12,0x71,0x0b,0xe1,0x1b,0x8f, +/* 0x00c9c0 */ 0x55,0x89,0x73,0x89,0xd1,0xc9,0xf2,0x0f,0x0f,0x93,0x59,0x8e,0xae,0x76,0x78,0x16, +/* 0x00c9d0 */ 0x1d,0x26,0xf7,0xfa,0x42,0xed,0xf0,0x0f,0xae,0xd7,0x89,0x3d,0x36,0x6d,0x0d,0xdc, +/* 0x00c9e0 */ 0x7a,0xe4,0xa5,0x8e,0x7b,0xe9,0xbb,0xea,0x7f,0x3c,0x91,0x20,0xb7,0x3d,0x6f,0xfe, +/* 0x00c9f0 */ 0x61,0xe0,0x04,0xb8,0xa1,0x6c,0x08,0x5a,0x98,0xf8,0xe8,0x4f,0xae,0x07,0xb0,0xac, +/* 0x00ca00 */ 0xc2,0x28,0x3e,0xee,0x70,0x6a,0xdf,0xeb,0x31,0x07,0x23,0xff,0x0d,0xdc,0xdb,0x2c, +/* 0x00ca10 */ 0x56,0xa6,0x11,0x53,0x0b,0xd4,0xff,0x12,0xc6,0x29,0x4a,0x5a,0x44,0x58,0x36,0x2f, +/* 0x00ca20 */ 0xba,0x0d,0xee,0xc7,0x96,0x2b,0xa6,0x11,0x70,0x93,0xf9,0xdb,0x68,0xc2,0xcf,0xc8, +/* 0x00ca30 */ 0xf3,0x77,0x2c,0x39,0x4a,0x91,0xc2,0x38,0x36,0xa8,0xe7,0xfc,0xf9,0x87,0xb3,0x8d, +/* 0x00ca40 */ 0x03,0xae,0x5e,0xd3,0x30,0xfd,0x42,0x8f,0x4f,0x26,0x2b,0x6b,0xc8,0x55,0x72,0x97, +/* 0x00ca50 */ 0x66,0x09,0xdb,0xfe,0xa8,0xa4,0x0a,0x67,0x13,0x4f,0x1a,0xff,0x95,0x9e,0x7f,0x68, +/* 0x00ca60 */ 0xb8,0x3c,0x01,0x1e,0x2c,0xa3,0x2d,0xa7,0xc5,0x7e,0xb1,0x06,0xa3,0x36,0x58,0xd9, +/* 0x00ca70 */ 0xcc,0x68,0xaf,0x2e,0x5f,0x7d,0x25,0xd8,0x64,0x9a,0xab,0xf1,0x04,0x78,0x23,0x01, +/* 0x00ca80 */ 0xc3,0xe0,0xbf,0x3a,0x26,0xe2,0x2f,0x2b,0x47,0xbe,0xe7,0x57,0xfe,0xbc,0xfa,0x2c, +/* 0x00ca90 */ 0x78,0x6b,0x53,0xd5,0x8f,0x6b,0xdc,0xd0,0x0a,0x0e,0x33,0x55,0x5d,0x33,0xfc,0x08, +/* 0x00caa0 */ 0xbc,0x44,0xe6,0x46,0xba,0x9e,0x2e,0x79,0x5c,0x7d,0x8b,0xec,0xe4,0xfc,0x97,0xfe, +/* 0x00cab0 */ 0x1e,0xe6,0xcc,0x3f,0x44,0x06,0xb6,0x8a,0x82,0x7e,0x12,0xf1,0x4d,0x7b,0x00,0x02, +/* 0x00cac0 */ 0x53,0xff,0x00,0xcf,0xc7,0x7e,0x98,0xc9,0x33,0x87,0x24,0x17,0x7c,0x18,0xf4,0xeb, +/* 0x00cad0 */ 0xcc,0x75,0xee,0xfc,0xc3,0x46,0x16,0xac,0x4b,0xb4,0x8c,0x81,0x5b,0xc4,0x13,0x29, +/* 0x00cae0 */ 0x8f,0x09,0x73,0xd4,0x5b,0x03,0x17,0x49,0xf7,0x39,0x61,0xcc,0x71,0x96,0x51,0xc6, +/* 0x00caf0 */ 0xf4,0x0f,0xa1,0x7d,0x3c,0x9c,0xff,0xd2,0x71,0x65,0xbe,0xfc,0xc3,0x46,0x60,0x09, +/* 0x00cb00 */ 0xda,0xce,0x83,0x51,0x85,0x57,0x1a,0x1a,0x50,0x46,0x9b,0xb9,0x0a,0xc9,0xce,0x00, +/* 0x00cb10 */ 0x42,0x39,0xdd,0xe0,0x25,0x77,0x83,0xa7,0x48,0x3e,0xfd,0x97,0x1e,0x1c,0x93,0xb7, +/* 0x00cb20 */ 0x32,0xb4,0xb5,0xd1,0x83,0x2d,0xdb,0x85,0x5a,0x40,0x87,0x15,0xf3,0x3f,0x9c,0xc2, +/* 0x00cb30 */ 0xf6,0xf3,0xbe,0x6e,0x5e,0x7f,0x19,0xea,0xf9,0x87,0xc1,0x9c,0xf8,0x6b,0x39,0x32, +/* 0x00cb40 */ 0x02,0x2f,0xb2,0xd2,0x69,0xb0,0x77,0x68,0x17,0xae,0xd8,0xe6,0xd8,0x0d,0x3b,0x61, +/* 0x00cb50 */ 0x2d,0x9e,0xae,0x08,0x3f,0x21,0xef,0x81,0xda,0x56,0x29,0x2c,0x89,0xdc,0x92,0x8e, +/* 0x00cb60 */ 0x7e,0x6a,0x38,0x87,0xfe,0xeb,0x0d,0xbe,0xb5,0x2e,0xd1,0xf7,0xd8,0x73,0xc2,0x0f, +/* 0x00cb70 */ 0xb1,0x82,0x50,0x0e,0xbc,0xf2,0x4e,0xab,0xb3,0x93,0xce,0x63,0xbc,0xb2,0x98,0x69, +/* 0x00cb80 */ 0x47,0x90,0x75,0xbe,0xcb,0x99,0xf0,0xc1,0x7b,0x5f,0x1f,0xa7,0x13,0xfc,0x37,0x50, +/* 0x00cb90 */ 0x42,0x08,0x66,0xb6,0x6e,0x64,0x42,0x30,0x15,0xdf,0x6d,0xdd,0xba,0x39,0xd2,0x21, +/* 0x00cba0 */ 0xae,0x5f,0xc1,0xd2,0x0e,0x77,0x72,0x3a,0xc6,0xba,0xd1,0x09,0x13,0xbc,0x0c,0x98, +/* 0x00cbb0 */ 0x88,0xbf,0x18,0xc8,0xa2,0xef,0x3c,0x13,0x43,0x35,0xa1,0x0a,0xbf,0xa4,0xca,0xa3, +/* 0x00cbc0 */ 0x2a,0xe4,0x95,0xb3,0x48,0x14,0x3c,0x89,0xba,0x08,0x0d,0x4e,0x73,0x20,0x66,0x53, +/* 0x00cbd0 */ 0x51,0x82,0xff,0xd2,0xf3,0x37,0xf2,0xe6,0x1f,0x6a,0x73,0xc3,0xc2,0xc8,0x9e,0x9b, +/* 0x00cbe0 */ 0xae,0xc5,0x2b,0x2a,0x4e,0x05,0xe2,0x34,0x68,0x62,0xd6,0x88,0x23,0xd6,0xaf,0xf8, +/* 0x00cbf0 */ 0x41,0xa2,0x6d,0xdf,0x1e,0xc3,0xff,0x30,0xe1,0x3f,0x6f,0xca,0x46,0x5b,0x43,0x49, +/* 0x00cc00 */ 0x41,0x59,0xe0,0x2b,0xf0,0x1f,0xc0,0xb3,0x7c,0xe6,0x47,0x70,0x1f,0xf8,0x0a,0xd4, +/* 0x00cc10 */ 0xb3,0x23,0xe5,0x7d,0xea,0x61,0xf0,0x20,0xa6,0x13,0xec,0xac,0x64,0x1e,0x63,0x01, +/* 0x00cc20 */ 0xff,0x0d,0xa5,0x8c,0xc0,0x61,0x31,0xa4,0x3a,0x90,0x34,0xc5,0xa1,0x92,0x90,0x9d, +/* 0x00cc30 */ 0xf9,0x1f,0x42,0x3b,0x08,0x01,0x87,0x89,0xf1,0x5f,0x60,0xbf,0xaa,0xfb,0xcf,0xa7, +/* 0x00cc40 */ 0xf2,0x0f,0xb7,0xe4,0xc3,0x5f,0x71,0xb0,0x65,0x95,0x4a,0xef,0x2a,0x7c,0x56,0x7d, +/* 0x00cc50 */ 0x03,0xa9,0x2d,0x92,0x32,0x10,0x04,0x6f,0x40,0xa7,0x56,0x56,0xc9,0xf2,0x3c,0x51, +/* 0x00cc60 */ 0x51,0xf9,0x87,0x6b,0x39,0xdc,0xee,0x14,0x9f,0x30,0x84,0x84,0x5e,0x4e,0x77,0xce, +/* 0x00cc70 */ 0x12,0x3b,0xd5,0x6a,0x6c,0x0a,0x7b,0x5b,0xc1,0x83,0x62,0x06,0xff,0xf5,0x52,0x1e, +/* 0x00cc80 */ 0x4f,0x8c,0x36,0x0b,0xab,0x46,0x7d,0x06,0xf4,0xe1,0x95,0x14,0x76,0x39,0xcf,0x91, +/* 0x00cc90 */ 0xbe,0xa5,0x96,0x70,0xe0,0x75,0x7c,0x8e,0x34,0x6d,0x28,0x0f,0x97,0xb5,0x26,0xf3, +/* 0x00cca0 */ 0x0f,0x9d,0x39,0xf5,0x5f,0xd8,0xf0,0x99,0x64,0xb2,0xaf,0x2a,0x1e,0xb4,0x5a,0xb6, +/* 0x00ccb0 */ 0x0a,0x17,0x7d,0x63,0x76,0xde,0x67,0x10,0x7c,0x41,0xde,0xc6,0x6e,0xfa,0xcd,0xc6, +/* 0x00ccc0 */ 0x69,0x86,0x6d,0x40,0xc7,0x5f,0x73,0xb2,0xf0,0x97,0x98,0xf0,0x9f,0x57,0x64,0x22, +/* 0x00ccd0 */ 0x9c,0x83,0x1a,0x7a,0x13,0x58,0x50,0x95,0x9d,0x97,0xe7,0x5b,0x4d,0x24,0xbb,0x33, +/* 0x00cce0 */ 0x0a,0x9b,0xac,0xf2,0xb3,0x81,0x02,0xf8,0xab,0x29,0x22,0x0d,0xfb,0x59,0xcb,0xbc, +/* 0x00ccf0 */ 0x5d,0xae,0x98,0x10,0x9a,0xfa,0x02,0x73,0x3b,0xbc,0x04,0x17,0x82,0x43,0xb8,0xb6, +/* 0x00cd00 */ 0xa3,0x2b,0x02,0x1f,0x04,0x2f,0x90,0xb9,0x04,0xb5,0xd2,0xa5,0xdf,0xf8,0x54,0x34, +/* 0x00cd10 */ 0x37,0xfe,0x8a,0x25,0x37,0x1e,0xa8,0x66,0xe0,0x84,0x12,0x68,0xe1,0x93,0x55,0xf5, +/* 0x00cd20 */ 0x94,0x7e,0x2f,0x4f,0x9f,0x7e,0x1e,0x05,0xb6,0xb9,0xb5,0x39,0xee,0xd4,0xa4,0x97, +/* 0x00cd30 */ 0xdb,0x7f,0xa3,0x06,0xd3,0xc9,0x93,0xb7,0xf8,0x10,0x76,0xbc,0x12,0xda,0x08,0x67, +/* 0x00cd40 */ 0x0d,0x4a,0x1b,0xcc,0x77,0x88,0x5c,0xf6,0xf5,0x4f,0x50,0x9e,0xb3,0x11,0xcc,0x25, +/* 0x00cd50 */ 0x66,0x9c,0xc4,0x05,0x8e,0x28,0xe6,0x7f,0x4f,0x24,0x13,0x7f,0xcd,0xf5,0x95,0xae, +/* 0x00cd60 */ 0xe3,0xfe,0xf3,0x8d,0x11,0x79,0x1d,0x17,0x86,0xdc,0x37,0x6c,0x59,0x23,0x58,0xf5, +/* 0x00cd70 */ 0x3e,0xe3,0xcb,0xfe,0x13,0x1c,0xa5,0x41,0xc9,0xba,0x09,0xf9,0x87,0x13,0xfd,0x37, +/* 0x00cd80 */ 0x14,0x93,0x11,0x44,0x12,0x87,0x7b,0x11,0x61,0x84,0xd5,0xa2,0xa5,0xe3,0x02,0xac, +/* 0x00cd90 */ 0x07,0xa3,0xa6,0x06,0x52,0x4e,0xe8,0x7f,0x91,0x99,0x7f,0x98,0xbd,0x3f,0xf4,0x59, +/* 0x00cda0 */ 0xa2,0x09,0x6c,0x75,0xa6,0xea,0x56,0xdd,0x61,0x52,0x1f,0x5b,0x3d,0x5a,0xda,0x87, +/* 0x00cdb0 */ 0xaf,0x91,0xfa,0x38,0xed,0xd3,0x40,0xf7,0x87,0x4b,0x86,0x2d,0x5c,0xff,0x15,0xe2, +/* 0x00cdc0 */ 0x9f,0xea,0xd1,0xc7,0xd7,0x70,0xde,0xfc,0xc3,0xae,0x16,0xf8,0x09,0xfa,0x7c,0xad, +/* 0x00cdd0 */ 0x7d,0x50,0xd8,0x00,0x2b,0xc1,0x5b,0x4c,0x28,0xf7,0x8d,0xf0,0x08,0xf8,0xe5,0x1d, +/* 0x00cde0 */ 0x4c,0xda,0x0c,0x67,0x60,0xbd,0xb3,0xd7,0xc0,0x29,0x6b,0x26,0xe8,0xbf,0x5a,0xf4, +/* 0x00cdf0 */ 0x20,0x4c,0xef,0x21,0x2b,0x16,0x66,0x1f,0xa0,0x97,0x5e,0x42,0x87,0x14,0x3b,0xab, +/* 0x00ce00 */ 0xcc,0x22,0x82,0x97,0xc0,0xac,0x63,0x5d,0x38,0xa5,0xff,0xda,0x4d,0xf8,0xfb,0x93, +/* 0x00ce10 */ 0xed,0x3f,0x8f,0x99,0x5c,0x3d,0xf1,0x02,0xbc,0x0f,0x5e,0xc5,0x0e,0x26,0x60,0x47, +/* 0x00ce20 */ 0x4c,0x4f,0xb4,0x54,0xea,0xa3,0xc3,0xb3,0x87,0x39,0x22,0x76,0x42,0x77,0xe2,0x53, +/* 0x00ce30 */ 0x51,0x7d,0x9e,0x1f,0xcd,0xe6,0xbf,0x74,0xed,0x36,0x73,0x01,0x55,0x85,0x71,0xf5, +/* 0x00ce40 */ 0x06,0xe8,0xd7,0x2c,0x87,0x84,0x57,0xe9,0x00,0xe9,0x63,0x4a,0x81,0x5a,0xb0,0x83, +/* 0x00ce50 */ 0x34,0xc6,0x2d,0xfb,0xa4,0x26,0xd5,0x20,0xa7,0xde,0x0e,0xe6,0xc1,0x5f,0xfb,0x6c, +/* 0x00ce60 */ 0x1c,0x26,0x3f,0xc2,0xf5,0x7a,0x5c,0xe4,0xb5,0xef,0xc5,0x8b,0xfa,0xd0,0xeb,0x15, +/* 0x00ce70 */ 0x2e,0x83,0x2f,0x07,0x9b,0xb4,0x0f,0x76,0x07,0x92,0x9f,0x8a,0xeb,0xf8,0xeb,0x48, +/* 0x00ce80 */ 0x16,0xfe,0x8a,0xd1,0xf9,0x90,0x05,0xcf,0x60,0x99,0x95,0xfd,0xba,0x1d,0x62,0x7e, +/* 0x00ce90 */ 0x0e,0xc2,0x02,0xf1,0x36,0xf8,0x67,0xed,0x83,0x2b,0xc2,0x54,0x70,0x92,0xce,0x99, +/* 0x00cea0 */ 0xb4,0xa5,0x11,0x74,0x1b,0x79,0x3b,0x46,0xfe,0x61,0x30,0x13,0x7f,0x2d,0x97,0xf6, +/* 0x00ceb0 */ 0xea,0x86,0x81,0x4f,0xa0,0x5f,0x41,0xb7,0x72,0x80,0xed,0x0f,0x77,0x0a,0x4f,0xb0, +/* 0x00cec0 */ 0x8d,0x22,0x96,0x7a,0xac,0x2e,0xd0,0xa9,0xd5,0xfa,0xd0,0x5e,0xba,0x49,0x36,0x0e, +/* 0x00ced0 */ 0xea,0xbf,0xc9,0xe7,0x3f,0xff,0x3b,0x3d,0xf0,0xa1,0xed,0x4c,0xed,0xa5,0xd2,0xef, +/* 0x00cee0 */ 0x51,0x59,0x66,0x88,0xae,0x1a,0x73,0x47,0x3a,0x07,0x6a,0x63,0xcd,0x7b,0xd9,0x25, +/* 0x00cef0 */ 0xbd,0x6a,0x98,0x96,0x1b,0x7f,0xe1,0xe9,0xc0,0x08,0x90,0xc2,0x85,0xe7,0x2a,0xfd, +/* 0x00cf00 */ 0x1e,0xab,0x97,0xce,0xb4,0x74,0x82,0x65,0xf9,0x36,0x01,0xba,0xa7,0x45,0x11,0x3a, +/* 0x00cf10 */ 0x96,0x8d,0x83,0x5f,0xe3,0xfc,0x90,0x94,0xaf,0x17,0xf5,0xfd,0x3c,0x34,0x9e,0x97, +/* 0x00cf20 */ 0x3e,0x1c,0x6a,0x99,0xc8,0xcb,0xcd,0x37,0xd2,0xab,0xd4,0x65,0x4c,0xf8,0xb0,0x4b, +/* 0x00cf30 */ 0x5b,0xdd,0x23,0xb9,0x4c,0x74,0x59,0xd7,0xdc,0x4c,0x1a,0x66,0xf0,0x5f,0x57,0x74, +/* 0x00cf40 */ 0xfc,0x15,0x9b,0x80,0xbf,0xe8,0x7d,0x56,0x6e,0x83,0x45,0x98,0xb5,0x20,0xce,0x76, +/* 0x00cf50 */ 0xc5,0xaa,0xb8,0xe1,0x24,0xa6,0xbb,0xc1,0x11,0x78,0x53,0xcf,0xa1,0x4a,0x7e,0x2a, +/* 0x00cf60 */ 0x5a,0x90,0xff,0x6a,0x67,0x8e,0xa3,0x1d,0x8c,0x71,0xe6,0x52,0xd0,0x25,0x8c,0xed, +/* 0x00cf70 */ 0xfa,0x8e,0xfa,0xaf,0x54,0x10,0xa4,0x77,0x83,0x07,0xfe,0xea,0x58,0x19,0x0f,0x3a, +/* 0x00cf80 */ 0x52,0x7d,0xce,0x15,0xe7,0x7f,0x08,0xd8,0x71,0x7a,0x6d,0x8e,0xca,0xd7,0x45,0xe8, +/* 0x00cf90 */ 0xbf,0xd2,0xf9,0x2f,0x23,0x5b,0x35,0xd4,0xe3,0x63,0x2d,0x4f,0xe6,0xc4,0xe6,0xde, +/* 0x00cfa0 */ 0x62,0xfd,0x0f,0x1b,0xb1,0x3b,0xab,0xe5,0x9e,0xf4,0x3e,0xcb,0x8a,0xf2,0x3f,0x64, +/* 0x00cfb0 */ 0x7e,0x95,0x6d,0xbc,0x82,0xdb,0xed,0xdc,0x25,0xcb,0x8b,0xd3,0x7f,0xb9,0x19,0xc8, +/* 0x00cfc0 */ 0x1a,0x60,0x69,0x90,0x8e,0xe3,0x89,0x4b,0xc7,0xb3,0xfa,0x14,0xf4,0x3f,0xec,0xea, +/* 0x00cfd0 */ 0xd9,0xc5,0x2f,0xfd,0x90,0xbd,0xa2,0xb0,0x8b,0xa3,0x2d,0xc8,0xbe,0xe7,0xbb,0xfa, +/* 0x00cfe0 */ 0x1f,0x2e,0x2c,0xe1,0x43,0xa6,0x8d,0x1f,0x28,0x05,0x60,0x9e,0x4c,0xdd,0x62,0xfc, +/* 0x00cff0 */ 0x0f,0xf9,0x25,0xcc,0x64,0x5f,0x70,0x93,0x8e,0xb6,0x6e,0x25,0x1c,0xe9,0x8b,0xd3, +/* 0x00d000 */ 0x7f,0x71,0xd9,0x17,0xab,0x5f,0x40,0x5b,0x06,0xa5,0xf9,0xc2,0x09,0xaf,0x91,0x6d, +/* 0x00d010 */ 0x78,0x09,0x66,0x13,0x61,0x93,0xe1,0x2f,0x23,0x90,0x74,0x35,0xa5,0xf4,0x0d,0x1c, +/* 0x00d020 */ 0xc7,0x79,0x9f,0x69,0x4e,0xfc,0x45,0x16,0x66,0x3e,0x38,0x76,0x74,0x86,0xcb,0xd3, +/* 0x00d030 */ 0x0a,0x19,0x14,0xa7,0xff,0xca,0xce,0x69,0xd7,0xcf,0xfd,0xd0,0x84,0xa5,0xad,0x90, +/* 0x00d040 */ 0xfe,0xeb,0x70,0x96,0xb6,0x2b,0x9d,0xff,0x4a,0x6b,0x39,0xb7,0xb2,0xdd,0x51,0x40, +/* 0x00d050 */ 0xff,0xa5,0x4e,0x7c,0x01,0x5a,0x51,0x9d,0x7a,0x42,0xd1,0x5b,0x1c,0xac,0xa5,0x36, +/* 0x00d060 */ 0xa3,0x4f,0x6e,0xfc,0xb5,0x70,0x22,0x11,0x16,0x91,0xd9,0x16,0xeb,0xba,0x98,0x8b, +/* 0x00d070 */ 0x23,0x9b,0xf9,0x5d,0xf4,0x5f,0x15,0xff,0x5f,0xfd,0x57,0xa9,0xce,0x7f,0x95,0x87, +/* 0x00d080 */ 0x97,0xe9,0x2d,0x52,0x36,0x46,0x9b,0x24,0xff,0x70,0x42,0xe0,0x6e,0xa3,0x88,0xec, +/* 0x00d090 */ 0x42,0x4b,0x3a,0xed,0x85,0x13,0x8c,0xd8,0xd2,0xef,0xe4,0x7f,0x48,0x37,0xe4,0x17, +/* 0x00d0a0 */ 0x32,0x31,0x1a,0x4a,0xeb,0x53,0xd8,0xff,0xb0,0x0e,0xf0,0x40,0x63,0xfc,0x17,0xd2, +/* 0x00d0b0 */ 0xe9,0x98,0x12,0x4e,0xc7,0xa4,0x33,0x62,0xc5,0xf8,0x1f,0xc2,0x34,0x23,0xbb,0x0c, +/* 0x00d0c0 */ 0x46,0x4c,0xfe,0x2b,0xfc,0x0f,0x17,0xe3,0x8a,0xf0,0xdf,0xd0,0x40,0x5c,0x98,0xbb, +/* 0x00d0d0 */ 0x4f,0x01,0xff,0xc3,0x06,0x6c,0x69,0xe1,0xa2,0xbc,0x99,0xf4,0x7b,0xe8,0x3e,0x53, +/* 0x00d0e0 */ 0x47,0x0a,0x39,0xbe,0x27,0x91,0x7f,0x08,0xf2,0xf1,0x5f,0xff,0x4e,0xac,0x2a,0x0f, +/* 0x00d0f0 */ 0xcc,0xb4,0xc5,0xc4,0xf9,0xaf,0xc9,0xf4,0x5f,0x77,0xea,0x77,0x4c,0xc8,0xb8,0xcf, +/* 0x00d100 */ 0xf3,0x79,0x60,0x66,0x8f,0xa0,0x1a,0x9b,0xd3,0xf8,0xaf,0x41,0x53,0x2f,0xfc,0x0e, +/* 0x00d110 */ 0xfa,0xaf,0x1d,0x49,0xb6,0x14,0xd6,0x2e,0x37,0xeb,0xd5,0x96,0x2b,0x12,0x7d,0x2a, +/* 0x00d120 */ 0x32,0x3a,0x67,0xe5,0x1f,0xce,0x9c,0xf0,0xdb,0x25,0x85,0xdf,0x9f,0x05,0xbe,0x0a, +/* 0x00d130 */ 0xd6,0x72,0x80,0x5f,0xfa,0x51,0x16,0x59,0x36,0x33,0xe5,0xbf,0x01,0xf2,0xf3,0x5f, +/* 0x00d140 */ 0xb6,0x78,0x11,0xd6,0x88,0xf9,0xfc,0x0f,0xd3,0x6c,0x0f,0x03,0x7a,0x92,0xe1,0x66, +/* 0x00d150 */ 0xda,0xa2,0xee,0xcf,0x37,0x4e,0x13,0xf8,0x4b,0xa4,0x68,0x0b,0xa6,0xd1,0x5e,0x28, +/* 0x00d160 */ 0xe2,0x18,0xd6,0x2b,0x82,0xc5,0xcd,0x1c,0x88,0x85,0x50,0xc4,0x3b,0x66,0x60,0x34, +/* 0x00d170 */ 0xc7,0xb0,0x9c,0x51,0x2c,0xac,0x22,0x1f,0xff,0xb5,0x5e,0x2b,0x33,0x44,0x0d,0x9a, +/* 0x00d180 */ 0xb4,0xb8,0x44,0x46,0x34,0x70,0xa0,0xba,0x92,0x93,0x89,0xd3,0xdd,0xc4,0xf4,0x55, +/* 0x00d190 */ 0x52,0x00,0x7f,0xcd,0x8b,0xa1,0x94,0x0a,0xc9,0xcc,0x2f,0x81,0xe6,0x36,0xf0,0x89, +/* 0x00d1a0 */ 0x6a,0xa0,0xad,0x4f,0xd0,0xec,0xf4,0xf9,0xd9,0x9c,0xf2,0xdf,0x00,0x3a,0xfe,0x92, +/* 0x00d1b0 */ 0x74,0xfc,0x45,0x37,0x5d,0x2c,0xf8,0x5c,0xc7,0x56,0xfc,0x92,0xea,0x6a,0x17,0x3e, +/* 0x00d1c0 */ 0x42,0xd7,0xfc,0x8b,0xcf,0xe5,0xac,0x08,0x96,0xf0,0xdf,0x48,0xc3,0x05,0x29,0x82, +/* 0x00d1d0 */ 0xe6,0xcb,0x54,0x4b,0x23,0x5e,0xdd,0xf3,0xe3,0x38,0x98,0x70,0xc9,0xa0,0x6c,0x96, +/* 0x00d1e0 */ 0xe5,0xf4,0xdf,0x48,0x2f,0xc4,0x2c,0x3d,0x0a,0x9b,0xf0,0xe1,0xf0,0xfd,0xa0,0x7c, +/* 0x00d1f0 */ 0xcc,0xfb,0x19,0xbe,0x6c,0xf4,0x11,0x9f,0xc9,0xe6,0xbf,0x0a,0xfa,0x1f,0xfe,0x1d, +/* 0x00d200 */ 0xe4,0x97,0xe4,0xbb,0xda,0xe0,0xa7,0x2c,0x6d,0x63,0x90,0x5f,0xfa,0x45,0x51,0xfe, +/* 0x00d210 */ 0x87,0xe5,0xe9,0x40,0xcc,0xfb,0x98,0xf2,0x16,0x98,0x1d,0x24,0x6d,0x8e,0x0f,0xb3, +/* 0x00d220 */ 0x6a,0xb1,0xb5,0xc1,0xc7,0x8a,0xf7,0x3f,0xe4,0x1b,0xfb,0x52,0x77,0xcc,0x5c,0xe7, +/* 0x00d230 */ 0xd5,0xe8,0xee,0x7d,0x55,0xee,0x7d,0x4b,0x41,0xff,0x43,0x7e,0x62,0x7f,0x10,0x38, +/* 0x00d240 */ 0xcf,0xcb,0xac,0xbe,0xcc,0x3f,0x24,0x72,0xde,0x0e,0x26,0x2e,0x15,0xd0,0x7f,0x75, +/* 0x00d250 */ 0xf7,0x54,0x19,0x2d,0xdb,0x98,0x11,0x07,0x87,0xc9,0xc2,0x57,0xa9,0x3e,0xe9,0x79, +/* 0x00d260 */ 0x4d,0x14,0x29,0xd8,0x8a,0xf1,0x3f,0x7c,0x3a,0xc1,0x7f,0xd1,0xbd,0x0d,0xcf,0x36, +/* 0x00d270 */ 0x84,0xe3,0xa6,0xcb,0xe9,0x7d,0xa4,0xc9,0xfd,0x0f,0x4d,0x3c,0x98,0xaa,0x83,0xa3, +/* 0x00d280 */ 0x7f,0x29,0xef,0x81,0x97,0x53,0x7d,0xbe,0x14,0x33,0x37,0xdb,0xb9,0xf5,0x5f,0x73, +/* 0x00d290 */ 0xd2,0xb2,0xce,0xf6,0x43,0xb7,0x48,0xbf,0x87,0xd4,0xb0,0xcc,0xc6,0x64,0x9f,0x6c, +/* 0x00d2a0 */ 0x1f,0xf2,0xc2,0xfc,0x97,0xa2,0xd7,0xa5,0x02,0x8f,0xd6,0x59,0x07,0xf9,0x38,0x9d, +/* 0x00d2b0 */ 0xce,0x90,0x42,0xf6,0x38,0x4d,0xf8,0x6f,0xc8,0xee,0x7c,0xd9,0x6b,0xf4,0xa1,0xb0, +/* 0x00d2c0 */ 0x34,0x24,0x52,0xc6,0xc0,0x2c,0xbd,0xe1,0x7a,0x1a,0x5b,0x76,0x11,0x3d,0x83,0xff, +/* 0x00d2d0 */ 0xda,0x9d,0x9f,0xff,0x1a,0x5a,0xc1,0x82,0x7f,0x65,0x2d,0x23,0x4a,0xf2,0xe8,0xfe, +/* 0x00d2e0 */ 0x72,0x66,0xe7,0x65,0x93,0xfa,0x6f,0xdc,0x22,0xf5,0xe7,0x2c,0xc3,0xc2,0x27,0xf4, +/* 0x00d2f0 */ 0x77,0xcc,0x27,0xb2,0xc6,0x4e,0x33,0x28,0xf4,0x11,0x47,0x61,0x98,0x39,0x22,0xaa, +/* 0x00d300 */ 0x96,0xa8,0xf0,0xbf,0x3a,0xb8,0x2e,0x80,0xbf,0x7e,0x0a,0xd4,0x23,0xd2,0x1e,0x7a, +/* 0x00d310 */ 0x33,0xcb,0xc8,0x1c,0xb5,0x94,0xd5,0xb9,0x3e,0xe8,0x9f,0xa3,0x9a,0x23,0xb0,0x1a, +/* 0x00d320 */ 0xfd,0x17,0x71,0xf8,0xba,0xf6,0x78,0x62,0x20,0x2f,0xff,0x95,0x0a,0x44,0x0f,0xcb, +/* 0x00d330 */ 0x62,0x52,0x81,0x46,0x5f,0xd3,0x56,0x13,0x54,0x21,0xcb,0xbe,0x76,0x02,0x0a,0x9c, +/* 0x00d340 */ 0x09,0x1d,0x17,0x2a,0xa1,0x8f,0x40,0x2b,0x80,0xbf,0x78,0x20,0xd2,0x17,0x60,0x50, +/* 0x00d350 */ 0x8a,0x58,0x2f,0x00,0x9e,0x3d,0x12,0x61,0xe5,0x06,0x40,0xc5,0x13,0xe6,0x3a,0x2b, +/* 0x00d360 */ 0x47,0xe2,0xb1,0x40,0x2f,0x3c,0x6f,0x2f,0xc6,0x7f,0xfe,0x3a,0x5e,0x18,0xb3,0x1c, +/* 0x00d370 */ 0xb0,0x9d,0x54,0xa2,0x57,0x1a,0x42,0xf2,0x2e,0xa9,0x9a,0x5e,0x6a,0xd8,0x29,0xbf, +/* 0x00d380 */ 0x66,0x0b,0xfa,0xce,0x82,0xbe,0x48,0xe9,0x73,0xcb,0xfe,0x94,0xa8,0x2c,0x3f,0x29, +/* 0x00d390 */ 0xfe,0xfa,0x9a,0xe9,0x14,0xae,0x54,0xdd,0xc2,0xe3,0x64,0x51,0xf8,0x7b,0x31,0xe1, +/* 0x00d3a0 */ 0x5b,0x70,0x0d,0x3e,0xe8,0x9f,0x37,0xaa,0xdc,0x02,0x5f,0x93,0x25,0x5a,0xf7,0xb0, +/* 0x00d3b0 */ 0x5e,0x38,0xbb,0x20,0xfe,0xba,0x8e,0x3d,0xda,0xe6,0x88,0x30,0x57,0xd4,0x70,0x6f, +/* 0x00d3c0 */ 0x48,0x5e,0x50,0x1a,0x67,0xd9,0xc5,0x61,0x79,0x9f,0xe0,0x0c,0xfe,0x41,0xf5,0x10, +/* 0x00d3d0 */ 0x4b,0x30,0xf0,0x05,0x36,0x58,0xbc,0x49,0xf1,0x57,0x7f,0x14,0xde,0x44,0xaf,0x41, +/* 0x00d3e0 */ 0xb7,0xe9,0x34,0x70,0x6c,0x45,0xbd,0x74,0x35,0xef,0xf6,0xd7,0x9e,0x2f,0xff,0x35, +/* 0x00d3f0 */ 0x7d,0x70,0xcf,0x81,0x86,0x53,0x65,0xbb,0xe9,0x32,0x71,0xb8,0x08,0xfc,0xd5,0x17, +/* 0x00d400 */ 0xf3,0xf9,0x9a,0xcb,0xee,0xae,0x98,0xea,0x07,0x4e,0x15,0x55,0x32,0xfc,0x15,0x72, +/* 0x00d410 */ 0xfb,0xe8,0xf3,0x9a,0x02,0x02,0x58,0x75,0x48,0x77,0x42,0x4d,0x2d,0x06,0x7f,0x1d, +/* 0x00d420 */ 0xea,0x58,0xbb,0x16,0xad,0x83,0x33,0xc5,0x4d,0xfe,0x59,0x76,0xf4,0x28,0xfc,0x4c, +/* 0x00d430 */ 0xa4,0xb0,0xcb,0x57,0xd6,0x0e,0x9b,0xbc,0xdd,0x5b,0x66,0xc5,0x69,0x70,0xaa,0x10, +/* 0x00d440 */ 0xfe,0x92,0xea,0x4a,0x4f,0xe0,0xab,0xb8,0x4e,0x93,0x81,0x20,0xbb,0x08,0x58,0x80, +/* 0x00d450 */ 0xe5,0x3a,0xfa,0x2b,0xde,0x41,0x8d,0x58,0xae,0xec,0x17,0xd1,0x3b,0x4a,0x5d,0xd0, +/* 0x00d460 */ 0xa2,0xd0,0x65,0x82,0x41,0xb3,0x02,0xf8,0x4b,0xb9,0xc6,0xe6,0x28,0x9f,0x69,0x7c, +/* 0x00d470 */ 0xf9,0x35,0x65,0x91,0xc8,0x5a,0xf0,0x6d,0xb4,0x18,0x77,0x2f,0x95,0xc6,0x95,0x11, +/* 0x00d480 */ 0xe5,0x19,0x96,0x7f,0x78,0x85,0x21,0xb2,0xa3,0x85,0xfc,0x37,0xae,0x33,0x6e,0x2b, +/* 0x00d490 */ 0xec,0xfd,0x1a,0x46,0xd7,0xd1,0xa7,0xd3,0x63,0x73,0x83,0xab,0x7e,0x7e,0x3e,0x1f, +/* 0x00d4a0 */ 0x07,0xc3,0x6a,0x5f,0x44,0x66,0x65,0x4f,0x8f,0xe7,0xe5,0xbf,0x44,0x56,0x76,0x99, +/* 0x00d4b0 */ 0x2f,0x2e,0x6f,0x8a,0xf6,0x23,0x34,0x60,0xd9,0x7d,0x35,0x3a,0xdb,0xf5,0x96,0x5a, +/* 0x00d4c0 */ 0x83,0x25,0x1f,0x6d,0xf1,0x2b,0x35,0x1a,0x6a,0x81,0xa7,0x41,0xb7,0x5a,0x93,0x0f, +/* 0x00d4d0 */ 0x7f,0x25,0x83,0x37,0x09,0x67,0xbb,0x3e,0x43,0xc1,0xd0,0x5a,0xe6,0x73,0xc2,0x9e, +/* 0x00d4e0 */ 0x85,0xc1,0x7f,0xed,0x23,0xf6,0x88,0x8b,0xf9,0x1f,0x6e,0x0a,0xd7,0x64,0xe3,0x2f, +/* 0x00d4f0 */ 0x53,0xda,0x9e,0x64,0x25,0x0f,0x70,0x24,0x26,0x39,0xef,0x7a,0x1f,0xbf,0x0a,0x5c, +/* 0x00d500 */ 0xe7,0xa4,0x3a,0xb3,0x85,0x3e,0xe5,0x75,0xf1,0xe9,0x56,0xf8,0x30,0x0e,0xd3,0x21, +/* 0x00d510 */ 0x8c,0x14,0x78,0x09,0x07,0xf4,0x8c,0xc4,0x49,0xfd,0x37,0x6e,0x61,0xcf,0x1e,0xc9, +/* 0x00d520 */ 0x27,0x8c,0xd1,0xdd,0x4d,0xfd,0x7e,0x4b,0x3c,0xb0,0x88,0x5c,0x07,0xf5,0xcc,0xf6, +/* 0x00d530 */ 0x70,0x0c,0x5c,0x8f,0xd5,0x47,0xdc,0xad,0xc2,0x0d,0xef,0x31,0x1d,0xac,0x4d,0x8e, +/* 0x00d540 */ 0xbf,0x10,0x0f,0xce,0x03,0x05,0x37,0xaa,0xa5,0x24,0x90,0xb0,0x3d,0xac,0x8a,0xa9, +/* 0x00d550 */ 0x31,0x95,0x9d,0xbd,0x07,0x92,0x4e,0x11,0x93,0xe3,0x2f,0xa5,0xa9,0x59,0xde,0x11, +/* 0x00d560 */ 0x70,0x82,0x1b,0xd3,0x1a,0x96,0xca,0x2f,0x03,0x7e,0xaa,0xef,0xb3,0x6c,0xa9,0x72, +/* 0x00d570 */ 0x82,0xe3,0x4b,0x3d,0xeb,0x2c,0x61,0x95,0xeb,0x65,0x96,0x16,0xc4,0x5f,0xb1,0xda, +/* 0x00d580 */ 0xf6,0x75,0xe1,0x92,0x6a,0x72,0x20,0xea,0xf0,0xa1,0x4a,0x2b,0xc3,0x56,0x3f,0xc7, +/* 0x00d590 */ 0xd2,0x36,0x18,0x14,0x3b,0x57,0xcd,0x69,0x93,0xb6,0x0b,0x7f,0x0f,0x32,0xf5,0x5f, +/* 0x00d5a0 */ 0xf9,0xf0,0x97,0x1b,0x37,0x73,0x41,0x19,0xa8,0x5e,0xd3,0x1c,0xf6,0x3b,0x4d,0x07, +/* 0x00d5b0 */ 0x4c,0xb5,0x6b,0xe8,0x34,0xc8,0x4b,0x83,0x61,0x69,0x3b,0x7c,0x0d,0x74,0x16,0x89, +/* 0x00d5c0 */ 0xbf,0x50,0xd8,0x2b,0x46,0x7a,0x5d,0xea,0x0a,0xb4,0xf5,0x39,0xb1,0xac,0xb7,0xc6, +/* 0x00d5d0 */ 0xb5,0x82,0xae,0xb0,0xbb,0x23,0x1d,0x2e,0x97,0x4f,0x0a,0x5b,0x07,0x61,0x87,0xab, +/* 0x00d5e0 */ 0x30,0xfe,0x62,0xd5,0x9a,0x66,0x10,0xb3,0x1a,0x1a,0x55,0x1b,0xb8,0xec,0x0b,0x8d, +/* 0x00d5f0 */ 0xaa,0xb5,0xa8,0x9b,0x08,0x2e,0x12,0xb5,0xf3,0xb2,0x4d,0x44,0x8e,0xaa,0x45,0xe0, +/* 0x00d600 */ 0x2f,0xd7,0x92,0x15,0xd2,0x50,0xd5,0x48,0x84,0x31,0x59,0x74,0x33,0xb0,0x21,0xf2, +/* 0x00d610 */ 0x14,0x58,0x84,0x37,0x9d,0x0a,0x8c,0x88,0x63,0xa6,0xdf,0x33,0x6e,0x6b,0x43,0x64, +/* 0x00d620 */ 0xac,0x50,0xfd,0x2f,0x1a,0xdc,0xc4,0x8b,0x97,0x52,0xfc,0x75,0x1f,0x38,0xe9,0xaa, +/* 0x00d630 */ 0xfa,0xfe,0x8c,0x21,0xe1,0x02,0x38,0xe9,0x58,0x82,0x2b,0x86,0x84,0x05,0x11,0xe3, +/* 0x00d640 */ 0xbc,0xf7,0x8f,0x59,0xf5,0xbf,0xf2,0xf2,0x5f,0x88,0x06,0x2a,0x0c,0x61,0x07,0x98, +/* 0x00d650 */ 0x13,0x84,0xc3,0x61,0xb6,0x70,0x20,0x87,0xb4,0x16,0x84,0x96,0xd7,0x82,0xe6,0x08, +/* 0x00d660 */ 0x8c,0xc1,0x90,0x5a,0x84,0xff,0x86,0xea,0xf6,0xd2,0x60,0x8a,0xd2,0x01,0xd4,0x36, +/* 0x00d670 */ 0x3a,0x1f,0xc6,0x4d,0x1d,0xd8,0x3d,0x64,0x56,0xb6,0x2e,0x07,0x34,0xc0,0xa8,0x8e, +/* 0x00d680 */ 0xf6,0xe9,0x68,0x2e,0x8a,0xff,0x5a,0xde,0x15,0x36,0x3b,0x71,0x27,0x72,0xe8,0xf8, +/* 0x00d690 */ 0xab,0x53,0xac,0x6d,0x41,0x56,0xb8,0xde,0xdf,0x19,0xe2,0xb8,0xfb,0x28,0xee,0xcc, +/* 0x00d6a0 */ 0x89,0xbf,0xb2,0xee,0x33,0x6a,0x62,0x85,0xc0,0xaa,0x83,0xef,0x69,0x7d,0x2d,0xcd, +/* 0x00d6b0 */ 0xaf,0xd8,0x8e,0xc2,0xf7,0x40,0x23,0x03,0x62,0xad,0xf4,0xb6,0xdc,0x83,0xdd,0xdb, +/* 0x00d6c0 */ 0x84,0x8b,0x59,0xfa,0xaf,0xbc,0xfe,0x1b,0x5e,0xce,0x21,0x8e,0x85,0x29,0xbc,0x7d, +/* 0x00d6d0 */ 0x85,0xd9,0x1e,0xc2,0xa6,0x66,0xcb,0x76,0x76,0x49,0x64,0xc2,0xbd,0xc2,0xf8,0x4b, +/* 0x00d6e0 */ 0x0f,0x5a,0x28,0x10,0xdb,0x6c,0x33,0x39,0x34,0x3a,0x4e,0xe5,0x90,0x8d,0x57,0xe5, +/* 0x00d6f0 */ 0x33,0xc9,0x24,0xe0,0x00,0x51,0xe4,0xd1,0xfb,0x44,0x8b,0xc8,0x3f,0x3c,0x44,0xe6, +/* 0x00d700 */ 0x11,0xe4,0x83,0x0b,0xab,0x7e,0x03,0x68,0x10,0xb3,0xea,0x2d,0xcf,0xc7,0xe1,0x34, +/* 0x00d710 */ 0xf0,0x42,0x70,0x27,0x91,0x62,0xde,0xeb,0x74,0x21,0xab,0x9d,0xcc,0x7f,0x5e,0x30, +/* 0x00d720 */ 0x82,0xa1,0xef,0xcf,0xb7,0x96,0xb0,0xc3,0xf3,0x41,0xa4,0x38,0x28,0x22,0x0b,0xb9, +/* 0x00d730 */ 0xa3,0x14,0x88,0x99,0x41,0x40,0x71,0x85,0x19,0x45,0x02,0x03,0x93,0xe1,0x2f,0x23, +/* 0x00d740 */ 0x78,0x13,0xcc,0x53,0x11,0x86,0x95,0x1c,0x0e,0xb8,0x5a,0xe0,0x27,0xe4,0xb7,0x68, +/* 0x00d750 */ 0x9e,0x56,0xb6,0xc1,0x3c,0x0d,0x6c,0x22,0x35,0x7e,0x3a,0x51,0x8f,0xab,0x9b,0xd4, +/* 0x00d760 */ 0x2c,0xff,0xc3,0xb2,0x89,0xb9,0x85,0x7f,0x61,0x5a,0x8f,0x76,0xa1,0x84,0x7e,0xaa, +/* 0x00d770 */ 0xd1,0x27,0xaf,0x11,0x3e,0x23,0xd7,0x82,0x8b,0x63,0x72,0xbb,0x50,0x01,0xdf,0x21, +/* 0x00d780 */ 0x0f,0xea,0x7d,0xde,0xd5,0x0a,0xfb,0xcf,0x8f,0x32,0x82,0x98,0x4c,0x1b,0x81,0x37, +/* 0x00d790 */ 0xf4,0x87,0x72,0x09,0x8f,0x89,0x8d,0x89,0x3e,0x0d,0x1a,0x9f,0x7b,0x33,0xf9,0xaf, +/* 0x00d7a0 */ 0xbc,0xfe,0xf3,0x11,0x79,0x58,0x68,0x00,0xdd,0x5b,0xeb,0x63,0xf2,0x69,0xe9,0x1e, +/* 0x00d7b0 */ 0xf0,0x3e,0x27,0xc2,0x40,0x1f,0x78,0x97,0xd4,0x47,0xe8,0x9f,0xc1,0x84,0x2a,0xf5, +/* 0x00d7c0 */ 0x79,0xf1,0x97,0x98,0xba,0x3f,0x22,0xf2,0xfa,0xeb,0xc8,0xc7,0xc0,0x1e,0x45,0x7f, +/* 0x00d7d0 */ 0x4b,0x37,0x9c,0x1b,0x81,0x7d,0x48,0xfa,0x47,0x58,0x19,0xfe,0xd8,0x65,0x27,0x92, +/* 0x00d7e0 */ 0xcf,0xbf,0x80,0x22,0x32,0x7b,0x7e,0xfc,0x95,0x0a,0x08,0xd2,0x4a,0x1e,0xa1,0x9d, +/* 0x00d7f0 */ 0x55,0x3c,0xb5,0x05,0x3e,0x0d,0x36,0x2a,0x35,0x43,0xf4,0x52,0xb0,0x72,0x13,0xb6, +/* 0x00d800 */ 0x07,0xb9,0x57,0xb0,0xf1,0x3d,0x93,0xe2,0xaf,0x1e,0x36,0xba,0x41,0x09,0x26,0xfd, +/* 0x00d810 */ 0xaa,0x8a,0x11,0x70,0x9c,0x30,0xf9,0xd9,0x6a,0x65,0x85,0xa5,0xe0,0xc5,0x60,0x84, +/* 0x00d820 */ 0x59,0xfb,0x02,0x60,0xd4,0x7d,0x9b,0x14,0x7f,0x8d,0xe2,0x26,0x76,0x2c,0xdf,0x0a, +/* 0x00d830 */ 0x8e,0x41,0xcf,0xa0,0xac,0x48,0x8f,0xd1,0xd1,0xf4,0xb6,0x66,0xa9,0x14,0x5e,0x57, +/* 0x00d840 */ 0x8f,0x63,0xcf,0x48,0x77,0x44,0x72,0xc3,0x0f,0x40,0x5f,0x26,0xfe,0x12,0xb3,0xbe, +/* 0x00d850 */ 0x87,0xe2,0xaf,0x71,0x26,0x2c,0x22,0xd2,0xb3,0xc0,0x3a,0xf8,0xbb,0xd8,0x3c,0xfa, +/* 0x00d860 */ 0xbc,0x5c,0x63,0xb8,0x9a,0x22,0x32,0x29,0x4e,0xb7,0x7c,0x4d,0xcb,0x2d,0xbb,0x53, +/* 0x00d870 */ 0xff,0xe9,0x64,0xf8,0xcb,0x74,0xd3,0xc5,0x69,0xaf,0x6f,0xc1,0xa7,0x1b,0xeb,0xb5, +/* 0x00d880 */ 0x55,0x57,0x40,0x23,0x53,0x84,0x31,0x6a,0x6c,0x81,0xca,0xca,0x7e,0x95,0xc6,0x04, +/* 0x00d890 */ 0xc3,0xe4,0xb9,0x00,0xfe,0xda,0xdf,0xec,0x68,0x45,0x21,0x78,0xc1,0xfb,0x06,0x5d, +/* 0x00d8a0 */ 0xbf,0x2c,0x14,0x40,0x81,0xce,0x58,0xed,0x15,0xe9,0x65,0x38,0x4b,0xec,0x03,0x0e, +/* 0x00d8b0 */ 0x9f,0xb4,0xd9,0x3f,0x5c,0x94,0xff,0x46,0x0f,0x70,0x00,0xf6,0x3d,0x25,0x2f,0x2b, +/* 0x00d8c0 */ 0x8e,0xf3,0x68,0x3b,0xdc,0x0b,0x42,0xa4,0x36,0x44,0x97,0x2d,0x27,0x39,0xe8,0x73, +/* 0x00d8d0 */ 0x44,0x38,0x64,0x28,0x06,0x7f,0xf5,0xd0,0x87,0x89,0x80,0x47,0x03,0xbb,0x98,0xdf, +/* 0x00d8e0 */ 0xb2,0x52,0xb1,0x97,0x29,0xc2,0x3a,0xe8,0xb2,0x25,0x2a,0x7d,0x40,0x8d,0x75,0xb1, +/* 0x00d8f0 */ 0xba,0xc0,0x59,0xf8,0x2b,0x67,0xfe,0xe1,0x01,0xd0,0x47,0xdc,0x44,0xb8,0x24,0x9e, +/* 0x00d900 */ 0x11,0x3d,0x47,0xe4,0x1e,0xdb,0x5e,0x3d,0x5b,0x83,0xdb,0x6a,0x99,0x3c,0xa4,0x3b, +/* 0x00d910 */ 0x32,0x01,0x7f,0xe5,0xf6,0x9f,0xe7,0xcf,0x0b,0x0b,0x23,0xe0,0x67,0x70,0x09,0xb1, +/* 0x00d920 */ 0xf8,0x28,0xe0,0xbd,0x69,0xa2,0xdb,0x78,0xd6,0x72,0x93,0x0e,0xbd,0xd5,0xb1,0xd4, +/* 0x00d930 */ 0x7e,0x3e,0x85,0xbf,0x2a,0x6f,0xfb,0xb3,0xc7,0x97,0xe1,0xad,0xd1,0x47,0x07,0xd1, +/* 0x00d940 */ 0x22,0x9f,0x1c,0x15,0xbe,0xbd,0xe3,0x04,0x1d,0x4d,0x33,0x47,0x85,0x43,0xe8,0x03, +/* 0x00d950 */ 0xc0,0x84,0x96,0x55,0xd9,0xfe,0x36,0x11,0xf4,0x1b,0x0a,0xbb,0x9e,0x34,0xf0,0x57, +/* 0x00d960 */ 0x42,0xdb,0xc5,0xbc,0x35,0xba,0xf6,0x43,0x96,0x8a,0xe2,0xf0,0xb9,0x42,0x8e,0x8b, +/* 0x00d970 */ 0x62,0xa7,0xc9,0xc1,0x5a,0xd8,0x21,0xa2,0x23,0xe6,0xa2,0x7d,0x12,0x59,0x8b,0x86, +/* 0x00d980 */ 0xfe,0x2b,0x94,0xa9,0x8b,0xd4,0x03,0xab,0x31,0xd7,0xc5,0x50,0x00,0xfc,0x94,0x8e, +/* 0x00d990 */ 0x0b,0x7a,0x57,0xfd,0x22,0xab,0xaa,0x66,0x96,0x21,0x2b,0xaf,0x96,0x9e,0xa1,0x9d, +/* 0x00d9a0 */ 0xc0,0x5f,0x62,0xae,0xfc,0x43,0xc6,0x8d,0xae,0xec,0x81,0xad,0x2a,0xdd,0xa5,0x34, +/* 0x00d9b0 */ 0x23,0xc2,0x5a,0x44,0x9d,0xf7,0x14,0x99,0xa3,0xaf,0x29,0x8d,0xff,0x32,0xf4,0x5f, +/* 0x00d9c0 */ 0x76,0xee,0x7f,0x98,0xca,0x0e,0x3d,0x92,0x46,0x2a,0xd9,0x02,0xc2,0x71,0xb8,0x30, +/* 0x00d9d0 */ 0x36,0x23,0x28,0xc4,0xa1,0x86,0x3c,0xf4,0x53,0x55,0xac,0x88,0xb9,0xc7,0xc8,0xd4, +/* 0x00d9e0 */ 0xd5,0xf1,0x4e,0x3c,0x8f,0xff,0xe1,0xea,0xa4,0xb1,0xc3,0x95,0xc0,0x61,0xd6,0x72, +/* 0x00d9f0 */ 0xde,0xf2,0x8d,0xed,0x5b,0x7c,0x49,0xe5,0xe8,0x98,0x5d,0x5a,0x74,0xa4,0x22,0xed, +/* 0x00da00 */ 0xe1,0xe6,0xc2,0x5f,0xec,0x0c,0x64,0x66,0xe2,0xef,0xa1,0xff,0x69,0x8c,0xcb,0x88, +/* 0x00da10 */ 0xe4,0xe0,0x3b,0x71,0x30,0x0a,0xd9,0x8b,0x54,0xef,0x46,0x37,0xf4,0xb2,0x71,0xc9, +/* 0x00da20 */ 0xf7,0xe7,0xc3,0xbc,0xfe,0x87,0x8e,0x13,0x90,0xdd,0x1f,0xd4,0xf0,0xc3,0x8b,0xe4, +/* 0x00da30 */ 0x2a,0x71,0x0f,0xbb,0xf6,0xc1,0x13,0x68,0x3f,0xbd,0x2d,0x6e,0x7a,0x9f,0xe9,0x14, +/* 0x00da40 */ 0x17,0xc9,0xc5,0x7f,0x4d,0xd0,0x7f,0x75,0x71,0xb6,0x8b,0x1d,0xa7,0x3f,0xc0,0x41, +/* 0x00da50 */ 0xf1,0xfa,0x16,0xb3,0x31,0x52,0x0c,0x1f,0x06,0xdd,0x20,0x74,0x02,0xff,0x95,0x53, +/* 0x00da60 */ 0xff,0xf5,0x0b,0xa6,0xed,0x7a,0xca,0x7a,0x16,0xbf,0x4e,0xe6,0xc5,0x57,0x3e,0x05, +/* 0x00da70 */ 0x3f,0xc2,0xbf,0x0f,0xef,0x8c,0x95,0x3d,0xc5,0x18,0xb1,0xb0,0x3d,0xa3,0xf3,0xb8, +/* 0x00da80 */ 0x81,0xbf,0xa6,0xae,0x4a,0xe1,0x2f,0xc6,0x6d,0x31,0xb6,0x0b,0xbf,0xc3,0xee,0x4f, +/* 0x00da90 */ 0x9d,0x10,0x45,0xfd,0x14,0x76,0xdd,0xb3,0x20,0x70,0x02,0x5c,0x57,0x94,0x41,0xb9, +/* 0x00daa0 */ 0x8e,0xfb,0x6f,0xd4,0xa5,0xc0,0x5a,0x69,0x9a,0xfe,0x6b,0xe2,0xbc,0x7a,0x22,0x71, +/* 0x00dab0 */ 0x18,0xc2,0x16,0x29,0x5d,0xb7,0x25,0xde,0x50,0x1a,0xb5,0x8a,0x3a,0x3a,0x55,0x5e, +/* 0x00dac0 */ 0xcd,0xe6,0x19,0x0d,0xfd,0x97,0x98,0x6b,0x7e,0xbe,0xca,0xe7,0x5e,0x33,0x83,0xed, +/* 0x00dad0 */ 0x75,0xd8,0x8d,0x84,0xcd,0x56,0x86,0xb6,0xba,0x1f,0x90,0x64,0xe6,0x48,0x1f,0x93, +/* 0x00dae0 */ 0x1f,0x90,0x12,0xa7,0x34,0x55,0x06,0xfe,0xc2,0x19,0xf9,0xf3,0x30,0xb9,0xee,0xf0, +/* 0x00daf0 */ 0x35,0x65,0x06,0x78,0x17,0xb0,0xb2,0x95,0x74,0xa1,0xdf,0x04,0xe7,0xeb,0x2d,0xdd, +/* 0x00db00 */ 0xce,0x7b,0xb5,0xe7,0xda,0x52,0x79,0x17,0x86,0xfe,0x0b,0xe4,0xf5,0xdf,0x90,0x46, +/* 0x00db10 */ 0xe1,0xe3,0xe0,0x75,0x56,0xf0,0xba,0xb9,0xe4,0x10,0xd8,0xa4,0xcd,0x8a,0x51,0x78, +/* 0x00db20 */ 0xfb,0xb8,0xa9,0x3b,0x5c,0xc5,0x18,0xb1,0x7b,0x92,0xfe,0x1b,0x46,0xfe,0x61,0xae, +/* 0x00db30 */ 0x71,0xca,0xb2,0x35,0x8e,0x48,0x75,0x0f,0xfd,0x80,0x04,0x40,0x24,0xee,0x6a,0x1c, +/* 0x00db40 */ 0x90,0x41,0x40,0xe5,0xd5,0x0f,0xd7,0xd3,0x57,0xc2,0x75,0xc4,0x5c,0x67,0x4e,0xce, +/* 0x00db50 */ 0xa2,0x05,0xf4,0x5f,0x75,0x2c,0x68,0x97,0xff,0x6c,0xaa,0xef,0x90,0x63,0xc2,0x76, +/* 0x00db60 */ 0xba,0xbe,0x37,0xe8,0xa9,0x89,0x03,0xc0,0x43,0x66,0xa4,0x59,0x23,0x16,0xa1,0xff, +/* 0x00db70 */ 0xaa,0x32,0x2e,0x75,0xd8,0x92,0x97,0x22,0x28,0x2f,0xff,0x95,0x63,0x9f,0x69,0x62, +/* 0x00db80 */ 0x7c,0x0a,0x05,0xc5,0xd5,0x80,0x99,0x72,0xcb,0x3b,0xe8,0x25,0x23,0xdb,0x30,0xce, +/* 0x00db90 */ 0x4b,0x33,0xa7,0x75,0x4e,0xfc,0x2e,0x2d,0x0f,0xff,0xe5,0xc0,0x7b,0x14,0xb3,0x53, +/* 0x00dba0 */ 0xeb,0x05,0x11,0xc6,0x76,0x7d,0xfe,0x50,0xa2,0x10,0x33,0x38,0x03,0x77,0xa5,0x3a, +/* 0x00dbb0 */ 0xaf,0x4c,0xe9,0xbf,0xb2,0x7d,0x18,0x8c,0xa0,0x9a,0xbb,0x2e,0x20,0xe6,0x4c,0x8e, +/* 0x00dbc0 */ 0x32,0xea,0x40,0x75,0x9a,0x72,0xd6,0xff,0x72,0xe5,0xf4,0x3f,0x3c,0x40,0xb7,0x2b, +/* 0x00dbd0 */ 0xa8,0x07,0x8a,0x3c,0x6d,0xa3,0x8c,0x25,0xc8,0x75,0x28,0xec,0x92,0x35,0x0e,0xb6, +/* 0x00dbe0 */ 0x18,0xba,0xa4,0xac,0xfa,0xcb,0xa3,0x39,0xfd,0x0f,0xf7,0x83,0x06,0x20,0x13,0x1b, +/* 0x00dbf0 */ 0x85,0x5d,0xc0,0x03,0x10,0xb1,0x0d,0xa3,0x28,0x36,0x2e,0x45,0x5d,0x77,0x83,0xee, +/* 0x00dc00 */ 0x54,0x67,0x5b,0x61,0xfe,0xab,0x65,0xd9,0x87,0xe0,0x1b,0x3d,0x93,0x70,0x04,0xfc, +/* 0x00dc10 */ 0xc5,0xd9,0xb4,0xb4,0x34,0xbc,0xd4,0xa0,0xb4,0x12,0xcc,0xe3,0xe4,0xfa,0xaf,0x11, +/* 0x00dc20 */ 0xf0,0x29,0xb8,0x1f,0xcb,0x74,0x77,0x81,0x8e,0x82,0xf9,0xb8,0xbc,0x45,0x18,0x31, +/* 0x00dc30 */ 0xbd,0x87,0x17,0xf1,0x16,0x70,0x52,0xad,0x67,0xdf,0xec,0xcc,0xce,0x3f,0xcc,0xa5, +/* 0x00dc40 */ 0xff,0x82,0x21,0xba,0xb0,0x23,0x8a,0x2b,0xc1,0x1e,0xb6,0x61,0xd0,0x5b,0x1c,0xc0, +/* 0x00dc50 */ 0xc5,0x5a,0x42,0xf8,0x4d,0xd6,0x47,0x4d,0x74,0x9e,0x54,0xff,0x45,0x61,0x17,0xae, +/* 0x00dc60 */ 0x09,0x73,0xbb,0xf8,0xf3,0xd8,0xa5,0x70,0x27,0x0d,0x17,0x66,0xb6,0x1b,0x70,0x8b, +/* 0x00dc70 */ 0xc2,0x6c,0xe7,0xcd,0x49,0x0b,0xca,0x53,0x79,0xfc,0x37,0xf4,0xb4,0x43,0xfa,0xfe, +/* 0x00dc80 */ 0x94,0xe9,0x2a,0x3f,0x07,0xd7,0x4d,0x98,0x8c,0x16,0x27,0x7d,0x01,0xaa,0x75,0x01, +/* 0x00dc90 */ 0xa0,0xf1,0xa9,0x8f,0x26,0xf3,0x3f,0x64,0x2f,0x6d,0xb9,0x22,0xfc,0x04,0x1c,0x81, +/* 0x00dca0 */ 0x1e,0x3c,0x83,0xde,0x04,0x74,0x44,0x59,0xc8,0xf8,0x41,0x27,0x38,0xa3,0xbf,0xcf, +/* 0x00dcb0 */ 0xc9,0xfc,0xc3,0xd1,0x3c,0xfe,0x1b,0x3c,0x60,0x45,0x96,0x2b,0xc2,0xcb,0x7e,0x89, +/* 0x00dcc0 */ 0x0d,0x47,0x8e,0x0b,0xe0,0x0b,0xc2,0x03,0x7a,0xc9,0xc4,0x89,0xcb,0xe4,0xa7,0xce, +/* 0x00dcd0 */ 0x12,0x7d,0x3e,0xcc,0x89,0xbf,0x4e,0x03,0x4f,0xa2,0xc5,0x23,0xca,0x44,0xf0,0x4d, +/* 0x00dce0 */ 0x3d,0x0d,0x93,0x7d,0x3c,0x80,0xd7,0xef,0x2e,0x8c,0xbf,0xa2,0xc0,0x0f,0x22,0x44, +/* 0x00dcf0 */ 0xfa,0x6a,0xeb,0x19,0x7c,0x08,0xec,0xec,0x09,0xc5,0xbd,0xd3,0x1d,0x2f,0x00,0x37, +/* 0x00dd00 */ 0x99,0xae,0xd2,0x4b,0x7d,0x60,0x17,0x71,0xa9,0x66,0x17,0x38,0x6b,0x74,0x56,0xf5, +/* 0x00dd10 */ 0x71,0x91,0xb6,0xaf,0x13,0xfb,0x8d,0x24,0x0d,0xf1,0x45,0xc8,0xf7,0xd8,0x27,0x41, +/* 0x00dd20 */ 0xbf,0xe2,0x1c,0x40,0x1e,0xf8,0x03,0x35,0x4d,0x66,0x6e,0x2c,0x64,0x99,0xf8,0x0b, +/* 0x00dd30 */ 0x28,0x33,0x26,0x98,0x1c,0x8e,0xeb,0x7b,0x7e,0x96,0x5f,0xf7,0x5b,0x30,0x9b,0xa0, +/* 0x00dd40 */ 0x51,0x6b,0xa3,0x21,0xcb,0xb5,0xb2,0x33,0x34,0x7b,0x2c,0xd4,0x46,0x7f,0xa5,0x4e, +/* 0x00dd50 */ 0xf4,0x58,0x0d,0xfc,0x05,0x72,0xe8,0xbf,0x6e,0x89,0x1f,0x33,0xdb,0x79,0x6e,0x32, +/* 0x00dd60 */ 0xdf,0x71,0x5f,0xcc,0xdd,0xbe,0xec,0x71,0xf0,0x6e,0x64,0xf1,0x39,0xc6,0x91,0xc9, +/* 0x00dd70 */ 0xd7,0xe8,0x25,0xb9,0xdd,0xd4,0x04,0xde,0xcd,0xe4,0xbf,0x92,0xbe,0xcd,0xa6,0x8c, +/* 0x00dd80 */ 0x75,0x87,0x06,0xc4,0xc6,0x9e,0xe0,0x42,0x42,0x1f,0xca,0xff,0xb5,0xf7,0x2d,0xd0, +/* 0x00dd90 */ 0x51,0x55,0x69,0xba,0xff,0x3e,0xb5,0x4f,0x72,0x2a,0x9c,0xc0,0xa9,0xa4,0x0a,0x0a, +/* 0x00dda0 */ 0x0d,0xf6,0xa9,0xa2,0x08,0x91,0x1b,0xe9,0x4a,0x00,0xa1,0x5b,0x1b,0x4e,0x3d,0x12, +/* 0x00ddb0 */ 0x0a,0x0d,0x52,0x90,0x10,0xd2,0x8a,0xdd,0x07,0x8c,0xca,0xdc,0xe5,0xed,0x49,0x50, +/* 0x00ddc0 */ 0xaf,0xf6,0x5d,0x3d,0xe3,0xae,0xa2,0x82,0xc5,0xa3,0xa7,0x0b,0x44,0x07,0x67,0x31, +/* 0x00ddd0 */ 0x76,0x61,0x3b,0x8e,0xdd,0xe3,0xdc,0xc6,0xc7,0xb4,0x3d,0x33,0xde,0xf1,0x24,0x06, +/* 0x00dde0 */ 0x0c,0xca,0x28,0xa3,0xe8,0xe0,0x5c,0xa7,0x05,0x17,0xf4,0xd8,0x8e,0xb6,0xf4,0x6d, +/* 0x00ddf0 */ 0xef,0x55,0x7c,0x71,0xff,0xbd,0xcf,0xa3,0x42,0x78,0x8c,0xda,0xce,0xbd,0x6b,0xcd, +/* 0x00de00 */ 0xca,0x5e,0xb0,0xf8,0xf8,0xff,0x7f,0xef,0x3a,0xe7,0xec,0xc7,0xff,0x7f,0x7b,0xef, +/* 0x00de10 */ 0xb3,0xcf,0x01,0xe5,0x5d,0x4f,0x45,0xec,0x0d,0x21,0x4e,0xdc,0x52,0xef,0xf0,0x2f, +/* 0x00de20 */ 0x83,0xfe,0x9d,0x81,0x91,0xde,0xb1,0xaf,0x9c,0x4c,0x79,0x21,0xdf,0x7d,0xd2,0x3f, +/* 0x00de30 */ 0xb2,0x47,0x8e,0x34,0x7f,0xe0,0xbb,0xc0,0xf8,0x69,0xe1,0xb1,0x23,0x93,0xde,0x94, +/* 0x00de40 */ 0xfe,0xc6,0x78,0x61,0x27,0xb2,0xad,0xdb,0x91,0x88,0x89,0xf3,0x01,0x6e,0xbf,0x50, +/* 0x00de50 */ 0x9c,0x3f,0xcf,0x77,0x24,0x9e,0x28,0x8b,0xf6,0xf3,0x13,0xc5,0xf6,0x5f,0x93,0xfa, +/* 0x00de60 */ 0xa2,0xee,0xb1,0xbd,0x51,0x7e,0x38,0x7c,0x64,0x58,0x59,0x93,0x0c,0xc3,0xcb,0x7a, +/* 0x00de70 */ 0xc4,0x98,0xd4,0xe7,0xeb,0x39,0xf2,0x53,0x69,0xde,0xf0,0x44,0x9b,0x2e,0x5d,0x32, +/* 0x00de80 */ 0x32,0x61,0x94,0xff,0xfa,0xd0,0xe3,0x5f,0x0a,0x4a,0x06,0xb7,0x54,0xca,0x91,0x76, +/* 0x00de90 */ 0x89,0xe7,0xac,0x9c,0x90,0x7a,0x74,0x7c,0xaa,0x6c,0xc2,0x9a,0xfc,0x1e,0xe5,0xce, +/* 0x00dea0 */ 0xaa,0x88,0xbd,0xec,0x75,0x27,0xcc,0xe0,0x95,0x22,0xca,0xe1,0x73,0x95,0x87,0x6c, +/* 0x00deb0 */ 0xfe,0x65,0x3a,0xfe,0x6b,0xd4,0x79,0x7a,0x75,0xaa,0xb2,0x41,0x6c,0x63,0xbb,0x22, +/* 0x00dec0 */ 0xa5,0x60,0x87,0x85,0x9a,0xf0,0x50,0x12,0x7e,0x64,0x94,0x2d,0x29,0x9e,0xec,0xa8, +/* 0x00ded0 */ 0xc2,0xea,0x1e,0x9c,0x60,0x07,0x30,0xa2,0xde,0x9d,0xf3,0x0f,0x1f,0xe6,0xcf,0x99, +/* 0x00dee0 */ 0x9e,0x7e,0xc8,0xe1,0x56,0x0c,0x3c,0x74,0x1e,0x1e,0x5c,0xaf,0xfc,0x2d,0x8d,0x27, +/* 0x00def0 */ 0x7d,0x0d,0xbe,0x07,0xe9,0x33,0x59,0xc9,0x5e,0xf6,0x7a,0x0e,0x23,0x87,0x1f,0xee, +/* 0x00df00 */ 0xa9,0x1c,0x7d,0xfc,0xa1,0xcb,0xbf,0x46,0xaf,0x57,0x52,0xb1,0xa4,0xe5,0x2c,0x84, +/* 0x00df10 */ 0x95,0x52,0x7f,0xc9,0x3e,0xc2,0x0a,0x9e,0xf4,0x40,0xfd,0x03,0xe2,0xb7,0x26,0xee, +/* 0x00df20 */ 0xf1,0xb9,0xc6,0x29,0x6f,0xfd,0xeb,0xb8,0xfb,0xfe,0xd7,0x93,0xa7,0x9f,0xcb,0x27, +/* 0x00df30 */ 0x02,0x4e,0xfe,0x19,0xa9,0x89,0x6f,0xfb,0xe2,0x0c,0x25,0x59,0xf5,0xc5,0xe9,0x7d, +/* 0x00df40 */ 0x99,0x17,0xec,0xaf,0x2d,0x7f,0xac,0xbc,0x0f,0xf3,0xed,0x37,0xc2,0x9e,0xb2,0xd7, +/* 0x00df50 */ 0x65,0x0e,0xc6,0x44,0x39,0x47,0x79,0x7c,0x28,0xdb,0xf1,0xa1,0xb7,0x81,0x50,0xe2, +/* 0x00df60 */ 0x9f,0x6d,0x7a,0x48,0x99,0xbe,0x16,0xfe,0x56,0x9b,0x1d,0xa9,0xdd,0x2a,0x49,0x74, +/* 0x00df70 */ 0x0b,0xbd,0xd4,0x09,0x0b,0x31,0x90,0x6e,0x1a,0xb5,0xc7,0xec,0xac,0xef,0x7f,0x11, +/* 0x00df80 */ 0x87,0xc7,0x6d,0x81,0x46,0x4b,0x29,0xd5,0xcd,0xe0,0x83,0x95,0xa5,0x30,0x83,0x9f, +/* 0x00df90 */ 0x4c,0x1e,0xb5,0xb6,0xec,0xa9,0xe3,0x47,0xe4,0xdd,0xcf,0x0f,0xe2,0x78,0xdb,0xef, +/* 0x00dfa0 */ 0xe4,0xaa,0xec,0x3f,0x1c,0xfd,0x9d,0x74,0x67,0xe2,0x57,0xd4,0x17,0xb4,0xab,0xca, +/* 0x00dfb0 */ 0x23,0xa0,0x1a,0xfe,0xb2,0xb4,0x15,0xb6,0x90,0xd8,0xe8,0x7e,0x5a,0x37,0x76,0xfd, +/* 0x00dfc0 */ 0xcb,0x98,0x66,0xf3,0x2f,0xe7,0x88,0x06,0x27,0xb0,0xdf,0xc2,0x8f,0xdd,0x28,0xd5, +/* 0x00dfd0 */ 0xe8,0xf4,0x24,0x59,0x98,0x13,0xbb,0x35,0x9e,0xc3,0xb0,0xb9,0xda,0x9d,0x97,0x18, +/* 0x00dfe0 */ 0xfd,0x46,0xd8,0x11,0x8f,0x7f,0x69,0x67,0x5f,0xff,0xaa,0x35,0x52,0x27,0xe0,0x7f, +/* 0x00dff0 */ 0xd3,0xaf,0xc0,0x32,0xe3,0xba,0xac,0xa3,0xaa,0x1f,0x63,0xbc,0xec,0x44,0xfd,0xe1, +/* 0x00e000 */ 0x8d,0x67,0x5d,0xff,0x3a,0x2a,0x00,0xef,0xd4,0x13,0x2d,0x8c,0xf9,0xf7,0xb2,0x45, +/* 0x00e010 */ 0x86,0x6a,0x21,0xc9,0xfa,0x94,0x61,0x7d,0x89,0xa3,0xe9,0xc9,0x9c,0xc8,0xa4,0xc3, +/* 0x00e020 */ 0xe7,0xd9,0x7f,0x08,0x63,0xbe,0xb6,0xac,0xf0,0xc3,0x44,0x36,0xb1,0xd9,0xba,0x02, +/* 0x00e030 */ 0x20,0x22,0x10,0x54,0x45,0x0f,0x68,0x7f,0x01,0xb3,0x74,0x74,0x13,0x1e,0xff,0x3a, +/* 0x00e040 */ 0xf7,0xfa,0xd7,0x8a,0x03,0x58,0x29,0xd1,0x5c,0x8d,0x16,0xb5,0x8c,0x1c,0x6d,0x26, +/* 0x00e050 */ 0xba,0x5e,0x65,0x91,0x47,0x06,0xca,0xd8,0x1d,0x92,0x07,0xa0,0x88,0x3d,0xe5,0x4a, +/* 0x00e060 */ 0x2d,0x29,0x5e,0xc1,0x1b,0xdc,0x72,0x96,0xf5,0xaf,0xba,0xb7,0x47,0x13,0x8d,0xff, +/* 0x00e070 */ 0xce,0x32,0x3b,0xeb,0x8e,0xdc,0xb8,0x09,0xbe,0xe3,0xcf,0x94,0xa5,0x5f,0x93,0x47, +/* 0x00e080 */ 0xed,0x7d,0xa7,0x6f,0xc3,0x8f,0xeb,0xc4,0xf5,0x78,0x07,0x69,0x9e,0xf7,0xfc,0xf9, +/* 0x00e090 */ 0xdf,0xb2,0xd6,0xe4,0x1f,0x15,0x7d,0x6f,0xc0,0xfe,0xc2,0x42,0xab,0x63,0xe7,0x86, +/* 0x00e0a0 */ 0x5f,0x72,0x9a,0xcc,0xa9,0xd9,0x01,0x65,0xff,0x91,0xf5,0x4d,0xcb,0x4a,0x29,0x6f, +/* 0x00e0b0 */ 0x36,0xc3,0x3a,0x1b,0xff,0xa2,0x2e,0xb0,0x2e,0x33,0x26,0x95,0xa3,0x1f,0xc2,0x27, +/* 0x00e0c0 */ 0xf7,0x2d,0xd2,0x27,0xfd,0x53,0xfd,0x7b,0xe2,0x33,0xd9,0x62,0xa9,0xe5,0x8e,0xfc, +/* 0x00e0d0 */ 0xef,0x27,0x27,0xbc,0xea,0xf5,0x8b,0xb3,0xf1,0x2f,0x6d,0xd4,0x85,0x5d,0x5a,0x6c, +/* 0x00e0e0 */ 0x2e,0x91,0x00,0x3a,0x56,0x6c,0x89,0x8f,0xa4,0x7a,0xe1,0x59,0x87,0x76,0xb1,0x03, +/* 0x00e0f0 */ 0xe6,0xa3,0x44,0x2d,0x79,0xf1,0xfc,0xbf,0x75,0xfe,0xbc,0x9e,0xc3,0x70,0x2e,0x02, +/* 0x00e100 */ 0x9b,0x8e,0x60,0x98,0x31,0x20,0xc5,0xe8,0x26,0x36,0x9d,0x33,0xd6,0xb7,0x21,0x57, +/* 0x00e110 */ 0x8c,0xde,0x0e,0x25,0xa9,0x79,0x2c,0xff,0x3a,0x6d,0xfe,0x90,0x7a,0xf3,0x12,0xb1, +/* 0x00e120 */ 0x13,0x8a,0x2e,0xd1,0xc2,0x5d,0x56,0x33,0x14,0x15,0x09,0x94,0x6d,0xa6,0xf0,0x68, +/* 0x00e130 */ 0x2f,0x40,0xce,0xd0,0xe3,0x8a,0x56,0x19,0xc7,0xce,0x78,0xff,0x2b,0x39,0x8a,0x17, +/* 0x00e140 */ 0x3c,0x9e,0xc7,0x71,0x75,0x5d,0xcd,0x05,0xd6,0x0f,0x59,0x73,0x93,0x92,0xa9,0xf9, +/* 0x00e150 */ 0xaf,0x70,0x11,0x32,0x85,0x0b,0x51,0x65,0x6c,0x28,0xfd,0xa8,0xac,0xf4,0x38,0x47, +/* 0x00e160 */ 0xa6,0x6f,0xf1,0xd6,0xbf,0xd6,0x29,0xaa,0x76,0xc6,0xfe,0x43,0xe3,0xb7,0xc6,0xdc, +/* 0x00e170 */ 0x7d,0x6a,0xa4,0x9e,0xde,0xff,0x0f,0xd3,0x2f,0x07,0x15,0x7c,0x06,0xbc,0xa8,0xc4, +/* 0x00e180 */ 0x47,0xb8,0x4a,0xb7,0x48,0xdc,0x6a,0xd6,0x7c,0xea,0xd8,0xf5,0xaf,0xa5,0x67,0xac, +/* 0x00e190 */ 0x7f,0xd5,0x7b,0x1d,0xed,0x3d,0xf6,0x0e,0xcc,0x51,0x26,0x0d,0x4f,0x7f,0x5c,0x3a, +/* 0x00e1a0 */ 0xee,0xd8,0xd4,0x7d,0x02,0xff,0x63,0x78,0x52,0x76,0xca,0xf9,0xf6,0x1f,0x3a,0x1b, +/* 0x00e1b0 */ 0x8f,0xb1,0xbe,0x4e,0xb0,0xf5,0x26,0x7f,0x71,0x06,0x9e,0x23,0x97,0x27,0xd4,0x1d, +/* 0x00e1c0 */ 0x18,0x16,0x7e,0x68,0x3a,0x07,0xda,0x8f,0xe8,0xad,0xb0,0xab,0x52,0x5f,0xa9,0xb3, +/* 0x00e1d0 */ 0xac,0x7f,0x29,0xde,0xb1,0x1b,0x8f,0xc3,0x6e,0x43,0x31,0xa5,0xc3,0xc6,0x9f,0xf3, +/* 0x00e1e0 */ 0xfd,0x87,0x59,0x5f,0x17,0xfc,0x95,0xf2,0xb5,0x11,0x41,0xcd,0x1e,0x54,0x22,0x7c, +/* 0x00e1f0 */ 0x47,0xa2,0xe7,0xbf,0xce,0xfd,0xfe,0x17,0x86,0x8e,0x4f,0xe5,0x04,0xc9,0x7a,0x05, +/* 0x00e200 */ 0x06,0x72,0x5f,0x35,0xc3,0x3d,0xd2,0x64,0xfd,0xaf,0x06,0x2f,0x79,0x9b,0x3f,0x67, +/* 0x00e210 */ 0x28,0xb0,0x88,0xa9,0xf4,0x24,0x2f,0xd2,0x4e,0xdf,0x7f,0xf8,0x66,0x70,0x54,0x75, +/* 0x00e220 */ 0x3f,0x66,0xfb,0x26,0xee,0xd1,0xf4,0x23,0x38,0x78,0x3e,0x93,0xd8,0x0d,0xcd,0xbd, +/* 0x00e230 */ 0xe1,0xa9,0x52,0x7b,0xe1,0x51,0xc3,0x39,0x7f,0x63,0xb7,0xa5,0xaf,0x53,0x46,0xf9, +/* 0x00e240 */ 0xaf,0xf3,0xaf,0x7f,0xc1,0x9c,0xb2,0x7a,0xcc,0xf7,0xaf,0xd8,0x8c,0x17,0x95,0x6e, +/* 0x00e250 */ 0x2a,0xa7,0x16,0xd0,0x0f,0xbb,0x16,0xe6,0x84,0xea,0xd9,0x72,0xcb,0x9e,0x87,0x1f, +/* 0x00e260 */ 0xda,0xe0,0xf1,0xaf,0x73,0xaf,0x7f,0xa5,0xca,0xce,0x0b,0x26,0x96,0xa5,0x7f,0x00, +/* 0x00e270 */ 0x97,0xeb,0x93,0xa4,0x4a,0xc8,0x77,0x54,0x3a,0xa1,0xfc,0x5d,0x70,0x52,0xe1,0x0c, +/* 0x00e280 */ 0xfe,0x55,0x73,0xbe,0xf3,0xe7,0x67,0xa7,0xf7,0xc3,0xa3,0xbd,0x38,0x1a,0x53,0x3e, +/* 0x00e290 */ 0xe3,0x91,0x10,0xaa,0xe7,0x34,0x41,0xcd,0xbc,0x78,0xde,0x59,0xff,0xca,0x9f,0x6b, +/* 0x00e2a0 */ 0xff,0x61,0xd7,0x84,0x52,0x74,0x06,0x56,0x43,0xd4,0xfe,0x22,0x98,0xc3,0xbf,0x8e, +/* 0x00e2b0 */ 0xe7,0x4f,0xb2,0x85,0x3d,0xe2,0xd5,0xb0,0xcf,0xf0,0xfd,0x65,0x7e,0x32,0x43,0x16, +/* 0x00e2c0 */ 0xfb,0x60,0x4c,0xdf,0x64,0x44,0x2d,0x65,0x57,0x4d,0x4c,0xd9,0x14,0x16,0xaa,0x61, +/* 0x00e2d0 */ 0xb6,0x09,0x1e,0xb4,0x03,0xf2,0xcf,0x7a,0xfe,0xfc,0x95,0x75,0x9b,0x69,0x19,0xe3, +/* 0x00e2e0 */ 0x8d,0x67,0x9b,0xea,0xf2,0x1c,0xdc,0x74,0xc5,0x85,0xf6,0x41,0x88,0x0f,0x23,0x65, +/* 0x00e2f0 */ 0xa8,0xa1,0x63,0xf8,0xd7,0x79,0xce,0x9f,0xcf,0xfb,0x20,0x3f,0x02,0xad,0x8a,0x22, +/* 0x00e300 */ 0x49,0xfc,0xfd,0xaf,0x85,0xfc,0xd8,0x43,0x4b,0x1a,0xd2,0x2f,0x85,0x5a,0xf8,0x8c, +/* 0x00e310 */ 0xe7,0xcf,0x7f,0x02,0xd3,0xf8,0xdb,0x5e,0xc7,0xee,0xe7,0x5f,0xfb,0xe2,0x27,0x19, +/* 0x00e320 */ 0xde,0xff,0xd1,0xc5,0x17,0x09,0x55,0xf9,0x64,0xd3,0x37,0x0c,0xfe,0x46,0xd8,0x98, +/* 0x00e330 */ 0xfd,0x87,0x67,0x3f,0x7f,0x5e,0xd0,0xb7,0x6d,0xbe,0x63,0x0c,0x23,0xe8,0x8c,0xa8, +/* 0x00e340 */ 0x9d,0x4f,0x34,0xfe,0xc9,0x2a,0xdf,0x31,0x63,0xbf,0x82,0xfc,0xeb,0x1f,0x2a,0xf5, +/* 0x00e350 */ 0x75,0x96,0xf5,0x2f,0xed,0xf4,0xd3,0x36,0x76,0x4b,0x56,0x19,0xf9,0x57,0xb0,0x76, +/* 0x00e360 */ 0xc6,0x73,0xa6,0xfe,0x73,0xc2,0x55,0xad,0x16,0x3b,0x98,0xb9,0x14,0x26,0x48,0x15, +/* 0x00e370 */ 0xfe,0x75,0xc6,0xfa,0x57,0xd5,0x59,0x16,0xc2,0x06,0x37,0x81,0x6e,0x66,0xea,0x1a, +/* 0x00e380 */ 0xf9,0xf1,0x26,0xcd,0x69,0x2e,0x61,0x39,0xf1,0xd9,0xaf,0x1a,0xfa,0x99,0xf6,0x1f, +/* 0x00e390 */ 0xfe,0x35,0x9b,0xdd,0x37,0x61,0xbb,0xf4,0x7c,0xec,0xc7,0x7a,0x34,0xbd,0x44,0xab, +/* 0x00e3a0 */ 0xe2,0x6d,0xec,0x3b,0xa2,0xde,0x61,0x9b,0xd1,0xc8,0xb3,0x57,0xea,0xfd,0x6c,0xeb, +/* 0x00e3b0 */ 0x5f,0xee,0xa4,0xc1,0x49,0x65,0xa1,0x39,0x69,0x47,0xfd,0x71,0x69,0x10,0x5a,0x97, +/* 0x00e3c0 */ 0xab,0x7f,0xca,0x27,0x16,0x98,0xdd,0x9e,0x29,0x52,0xb3,0xb5,0xcb,0x4a,0xf5,0x31, +/* 0x00e3d0 */ 0xf7,0x14,0x1a,0x67,0xfd,0x6b,0xd6,0xb9,0xd6,0xbf,0xc4,0x32,0x8a,0x2e,0x16,0xd4, +/* 0x00e3e0 */ 0xf6,0xf8,0x7e,0x69,0x9c,0xb4,0x6c,0x09,0x7c,0x54,0x5a,0xb8,0xee,0x2c,0xfb,0x0f, +/* 0x00e3f0 */ 0xc7,0xbe,0xff,0xe5,0x00,0xa3,0x55,0x9b,0x54,0x98,0x10,0x41,0x92,0x15,0x57,0xd4, +/* 0x00e400 */ 0x42,0xbd,0xee,0xae,0x5c,0x23,0x7f,0x8f,0xb6,0x86,0x27,0xb1,0x2d,0x5e,0xfb,0x71, +/* 0x00e410 */ 0xf8,0x97,0x3e,0x60,0xf3,0xaf,0x2b,0x4f,0x5f,0xff,0x32,0xe6,0x3f,0x8e,0xa0,0x09, +/* 0x00e420 */ 0xfe,0x68,0x68,0x3a,0xdb,0x5c,0xf6,0x35,0x21,0x7b,0x10,0xaa,0xb7,0xe0,0x27,0xe6, +/* 0x00e430 */ 0x7f,0xfa,0xf9,0x84,0x37,0x25,0x8f,0xb5,0x9d,0xff,0xfc,0x8d,0x4c,0x8c,0xbf,0xc7, +/* 0x00e440 */ 0xba,0x24,0xb1,0x5d,0xd3,0xb3,0xca,0x02,0x1c,0xb5,0x5a,0x2d,0x31,0xc4,0x0d,0xc1, +/* 0x00e450 */ 0x86,0x9c,0x7e,0x64,0x74,0x1c,0xee,0xf0,0xaf,0xc8,0x59,0xd7,0xbf,0x9e,0x62,0x33, +/* 0x00e460 */ 0x02,0x13,0x16,0x48,0x3d,0xca,0x3d,0x10,0x31,0x6a,0x6e,0x91,0x1a,0xd8,0x13,0x8a, +/* 0x00e470 */ 0x78,0x9b,0xe9,0x60,0xf4,0xcf,0xc4,0x91,0xe9,0x79,0x2f,0x97,0xc3,0xbf,0x9a,0x3c, +/* 0x00e480 */ 0xfe,0x85,0x63,0xef,0xfb,0x79,0x8f,0x88,0xcd,0x38,0xba,0xec,0xbf,0xf9,0xbe,0x95, +/* 0x00e490 */ 0x7c,0x25,0x17,0x37,0xd5,0xdb,0xb7,0x7c,0x05,0xfe,0x8f,0xb0,0xa9,0xff,0x05,0xd2, +/* 0x00e4a0 */ 0xae,0x96,0xf2,0x32,0x67,0x6b,0xe2,0xf9,0xd7,0xbf,0xea,0x79,0x4c,0x32,0x1b,0x50, +/* 0x00e4b0 */ 0xf2,0x30,0x7b,0x03,0x1f,0xd5,0xb2,0x07,0x52,0x1f,0xd3,0x0f,0x89,0x1d,0x55,0x3e, +/* 0x00e4c0 */ 0x70,0xd2,0xf8,0x99,0x25,0xbe,0x27,0xc5,0x77,0x5e,0x2d,0x3b,0xdb,0xfb,0x5f,0x95, +/* 0x00e4d0 */ 0x83,0x38,0x90,0x91,0xb5,0x98,0xea,0x07,0x4f,0xff,0x0d,0x3c,0x5f,0x58,0xa4,0x77, +/* 0x00e4e0 */ 0xa0,0xca,0xd8,0x57,0x12,0xef,0x7f,0x7d,0xa8,0x1e,0xb0,0x2e,0x3b,0xf2,0x83,0x11, +/* 0x00e4f0 */ 0xdf,0x42,0xb4,0xb9,0xec,0xd8,0xa4,0x93,0x6e,0xfc,0x73,0x8e,0xfd,0x87,0xfa,0xc5, +/* 0x00e500 */ 0x14,0x9d,0x54,0x98,0x3d,0xc3,0x4f,0x32,0x5c,0x81,0xfc,0x74,0xa3,0x16,0xb1,0xae, +/* 0x00e510 */ 0xe4,0xe7,0x16,0x16,0xf4,0x8b,0x0f,0x4e,0x48,0x56,0xfc,0xd7,0x5b,0x76,0xfb,0xd9, +/* 0x00e520 */ 0x79,0xb6,0xf5,0x2f,0xfa,0x14,0x5c,0xc7,0x9d,0xdd,0xae,0xc8,0x3d,0xd0,0x9c,0x55, +/* 0x00e530 */ 0xfa,0xea,0x76,0xc1,0x46,0x7f,0xc4,0xba,0x90,0x9f,0xec,0x31,0x00,0x6b,0x86,0x26, +/* 0x00e540 */ 0x58,0x52,0x03,0xe1,0x67,0xd4,0x5f,0xd9,0x57,0x65,0xd9,0x2c,0x6e,0xf4,0xfa,0xd7, +/* 0x00e550 */ 0xe8,0xc0,0xfe,0x4d,0xc8,0xc4,0xef,0x9f,0x48,0xf2,0xb4,0x39,0xa1,0xc8,0xd2,0x6c, +/* 0x00e560 */ 0x23,0x6f,0x99,0xd6,0x35,0xf1,0x3a,0x0b,0xd8,0xe0,0x9b,0x07,0xaf,0xf4,0x4b,0xaa, +/* 0x00e570 */ 0x6c,0x1b,0x4f,0x1e,0xb1,0xfd,0xc5,0x5b,0x67,0x3d,0x7f,0xe3,0x43,0x78,0x94,0xa9, +/* 0x00e580 */ 0x1f,0xfa,0x36,0xa6,0xf9,0x21,0xbd,0xcd,0x25,0xdf,0x93,0xc6,0xb3,0x4f,0x8b,0xd5, +/* 0x00e590 */ 0xae,0x37,0xa5,0x67,0x5f,0xfd,0xfa,0x89,0x1f,0x30,0xe1,0xdf,0xbf,0x6e,0xef,0x6f, +/* 0x00e5a0 */ 0x11,0xf7,0x55,0x82,0x51,0xd3,0xfb,0x95,0x72,0x90,0x76,0x7d,0x75,0x8f,0xef,0x38, +/* 0x00e5b0 */ 0x7f,0x33,0x7a,0xc7,0x0f,0xb6,0xa3,0xc4,0x79,0x6b,0xec,0x04,0xbc,0x67,0x2c,0x1c, +/* 0x00e5c0 */ 0x72,0xdf,0x35,0x1b,0xb5,0xfe,0x95,0xd0,0x9c,0xe3,0xb5,0x31,0x26,0x71,0x3f,0x1d, +/* 0x00e5d0 */ 0xfb,0x31,0x45,0x7f,0x7a,0x42,0x8d,0x63,0x98,0xf1,0x7c,0x79,0x8e,0xa1,0x7c,0x50, +/* 0x00e5e0 */ 0x7f,0x39,0x3c,0xaf,0x7c,0x83,0xd3,0xae,0x4f,0xe1,0x00,0x9b,0xc3,0xd4,0x43,0xfc, +/* 0x00e5f0 */ 0xd5,0x30,0x67,0xfd,0xcb,0xb0,0xdf,0x23,0x63,0x37,0x09,0xba,0x74,0xe5,0x9e,0xea, +/* 0x00e600 */ 0x87,0xbd,0xb3,0x35,0xe8,0xa3,0x30,0x17,0x96,0xf2,0x63,0x1c,0xf2,0xe6,0x2c,0x73, +/* 0x00e610 */ 0xe4,0x21,0xa4,0x93,0x9b,0x19,0x12,0xa8,0x3d,0xad,0x6f,0x49,0x45,0xab,0xa9,0xa4, +/* 0x00e620 */ 0xec,0x12,0x0b,0x19,0x22,0xea,0x3e,0x92,0x16,0xfe,0x0b,0x3c,0xfe,0xb5,0xc2,0xe6, +/* 0x00e630 */ 0x71,0x17,0xda,0x71,0x66,0x94,0x29,0x7b,0x6a,0x66,0x43,0x91,0x46,0xef,0x9f,0x55, +/* 0x00e640 */ 0x97,0x6c,0x86,0x3f,0xc9,0xcf,0xe6,0xe7,0x28,0x8e,0xe4,0x37,0x37,0x45,0x47,0x14, +/* 0x00e650 */ 0x5a,0x89,0x33,0xcf,0xbd,0xfe,0x35,0x19,0x01,0x6b,0xd4,0xfd,0x71,0xec,0xd4,0x79, +/* 0x00e660 */ 0x68,0x62,0xb3,0x34,0xe9,0x40,0xdd,0x76,0xc1,0xa9,0x79,0x7d,0xc1,0x4f,0x0c,0x05, +/* 0x00e670 */ 0x6a,0x54,0x77,0xe3,0xa8,0xe3,0xbf,0x2c,0x67,0xfd,0x6b,0xd9,0x9e,0x2a,0x6f,0xdb, +/* 0x00e680 */ 0x21,0x6f,0xf3,0x51,0x68,0xde,0x83,0x41,0x20,0xfa,0x2f,0x63,0x62,0x1c,0xd9,0x31, +/* 0x00e690 */ 0x56,0x9c,0x35,0x1b,0xe3,0x79,0xd5,0x82,0x56,0xd6,0xc4,0x04,0x5f,0xfe,0x43,0x11, +/* 0x00e6a0 */ 0xcf,0x13,0x71,0x5f,0xfa,0x34,0x71,0xe4,0x35,0x0f,0x0b,0x9f,0x74,0xb6,0x6e,0x62, +/* 0x00e6b0 */ 0x7c,0xf8,0xbe,0xb4,0x88,0xf0,0xf8,0x50,0xfa,0x54,0x5a,0x64,0x7c,0xdf,0xf2,0x7d, +/* 0x00e6c0 */ 0x8f,0xbe,0x8d,0xa1,0xbe,0x7c,0xc2,0x77,0x42,0x71,0x96,0xc6,0xbc,0x7d,0x9e,0x6f, +/* 0x00e6d0 */ 0x4e,0x11,0xcf,0x19,0xf6,0x82,0xaf,0xcf,0x58,0xad,0xcd,0xa7,0x53,0x2d,0x0e,0xb2, +/* 0x00e6e0 */ 0xf3,0xb3,0xd3,0x06,0x10,0xbc,0x6a,0xcc,0xa7,0xb5,0x96,0xaf,0x9f,0xfc,0xb3,0x36, +/* 0x00e6f0 */ 0x45,0x9b,0xb6,0xd7,0xd7,0x8f,0xaa,0xdb,0x28,0xd9,0x07,0x71,0x63,0x97,0x36,0x3f, +/* 0x00e700 */ 0x88,0xaa,0x9b,0x8d,0xd7,0xb4,0xf9,0x5a,0xad,0xd5,0x62,0x37,0xe8,0x44,0x5a,0xee, +/* 0x00e710 */ 0x27,0x0d,0xc6,0x2a,0x2d,0x34,0x1c,0xea,0x27,0xaa,0x99,0xd2,0xc2,0xc3,0xd0,0x42, +/* 0x00e720 */ 0x3a,0x8c,0x14,0x4a,0x50,0xa5,0x1a,0x53,0x34,0xcd,0x82,0x16,0x79,0x35,0x4a,0x64, +/* 0x00e730 */ 0xae,0x5a,0x6d,0xac,0x0a,0x66,0x6d,0x15,0xe6,0xb2,0x5a,0xec,0x79,0xa4,0x42,0x0d, +/* 0x00e740 */ 0xd1,0x59,0x87,0x5e,0xa7,0xd0,0x3c,0x82,0xd5,0xe6,0x14,0x85,0x6e,0x24,0x7d,0x2c, +/* 0x00e750 */ 0xa3,0x4f,0xb6,0x25,0x8a,0xbe,0x22,0x0c,0x79,0xd2,0x8f,0x92,0x29,0xb6,0x24,0x13, +/* 0x00e760 */ 0xa9,0x53,0xe4,0x21,0x32,0x9d,0xad,0xd6,0xeb,0x9a,0xa8,0xfd,0x7a,0x25,0x12,0x42, +/* 0x00e770 */ 0x85,0x98,0xfe,0x1e,0x98,0x0c,0x32,0xe3,0x40,0x9a,0xac,0x0d,0x58,0x11,0x93,0xf6, +/* 0x00e780 */ 0x24,0xa7,0x70,0xc9,0x9a,0x4d,0xab,0x51,0x35,0x30,0x14,0x31,0x49,0x38,0x89,0x36, +/* 0x00e790 */ 0x05,0xbd,0x0f,0xd0,0x58,0x1b,0x40,0xe3,0x22,0x82,0xb8,0xec,0x96,0xd3,0x96,0x69, +/* 0x00e7a0 */ 0x5b,0x4f,0x56,0xb3,0x4e,0x5d,0x1e,0x69,0x6b,0x45,0xb0,0xaa,0x85,0x8e,0x50,0x94, +/* 0x00e7b0 */ 0x3c,0xd0,0xa9,0x07,0x47,0xda,0xe6,0x68,0x0d,0x6c,0x55,0x44,0x1e,0x91,0xd7,0x93, +/* 0x00e7c0 */ 0x0c,0x9b,0xa2,0x87,0x6c,0x9b,0xce,0xa6,0x90,0x6b,0xec,0xdd,0xd7,0x5e,0x03,0x3b, +/* 0x00e7d0 */ 0x5a,0x98,0x4a,0x40,0x98,0xa1,0x43,0x18,0xaa,0x12,0xd8,0x44,0x4c,0x98,0x4a,0x25, +/* 0x00e7e0 */ 0x02,0x28,0x21,0x08,0x20,0x80,0x12,0x4d,0x89,0xb4,0x43,0x42,0xd8,0x70,0xe3,0x82, +/* 0x00e7f0 */ 0x6d,0xac,0x10,0xe6,0x3c,0xe7,0xbd,0x4b,0xa9,0x4e,0x14,0xd6,0xae,0x03,0xa3,0x26, +/* 0x00e800 */ 0x82,0xe4,0x82,0xc4,0x66,0x1a,0x15,0x92,0x40,0x91,0xae,0xe5,0x20,0xac,0x15,0x29, +/* 0x00e810 */ 0xf2,0x28,0x96,0xd4,0x35,0xc6,0x25,0x07,0xdb,0x41,0x2b,0x08,0x55,0x32,0xae,0xb9, +/* 0x00e820 */ 0xe5,0xb4,0x25,0x65,0x83,0x2d,0x2f,0xaf,0x6c,0x92,0x2f,0x92,0x97,0xb3,0x6c,0xb9, +/* 0x00e830 */ 0x6b,0x9d,0x7c,0x85,0x9c,0xcc,0x2d,0x3f,0xb2,0x72,0x5d,0xe8,0x5b,0x72,0x27,0xaa, +/* 0x00e840 */ 0xba,0x9a,0x42,0x35,0x72,0x9a,0x19,0x1c,0x5c,0x24,0xaf,0xc8,0x2d,0x7f,0x64,0x65, +/* 0x00e850 */ 0x53,0xe8,0x02,0x39,0x9b,0xcb,0x96,0xd3,0x4a,0x08,0x9c,0xfb,0x62,0xd3,0x48,0x27, +/* 0x00e860 */ 0xac,0xb4,0x42,0xf1,0xd0,0xb7,0x11,0xac,0xb6,0x42,0xb7,0xc8,0x07,0xc8,0x2a,0x58, +/* 0x00e870 */ 0x79,0x62,0x4a,0x9f,0x7c,0x2d,0xe9,0x34,0x50,0x15,0x94,0x3b,0x50,0xd2,0x65,0x85, +/* 0x00e880 */ 0xfa,0xe4,0x6f,0x73,0x95,0x15,0x88,0x73,0x15,0xcf,0x35,0x57,0x36,0xdc,0xfa,0xa2, +/* 0x00e890 */ 0x5a,0x12,0x43,0x4e,0x0a,0x84,0x42,0x92,0x21,0xc8,0x62,0x87,0x31,0x20,0x60,0xa0, +/* 0x00e8a0 */ 0xa4,0x0a,0x12,0x10,0xc0,0x98,0x84,0xf0,0xef,0x7f,0x38,0x36,0x06,0x68,0x09,0xe2, +/* 0x00e8b0 */ 0x00,0xa0,0x1a,0x21,0x4e,0x39,0x7b,0x4d,0x49,0xc1,0xee,0x88,0x0d,0xa5,0x89,0x03, +/* 0x00e8c0 */ 0x49,0xb7,0x8a,0x7a,0xa3,0x02,0x1b,0x24,0xde,0x74,0x24,0x45,0xd9,0x80,0x31,0x09, +/* 0x00e8d0 */ 0x97,0x28,0xa8,0x62,0xd0,0xa4,0xa3,0x0d,0x8d,0x94,0x8b,0x68,0xac,0xf0,0x5c,0x45, +/* 0x00e8e0 */ 0xe2,0xd6,0x57,0x56,0x36,0xe1,0x55,0xe8,0x86,0x50,0x49,0x36,0xc9,0x61,0xe8,0x36, +/* 0x00e8f0 */ 0x66,0x30,0xb9,0x17,0xbe,0x89,0x20,0x54,0xf2,0x9b,0xe4,0x9b,0xb0,0x02,0x56,0xb2, +/* 0x00e900 */ 0x50,0x4c,0xe6,0xaa,0x69,0xa5,0xea,0x5e,0x94,0x38,0xc6,0x02,0x78,0xf5,0x65,0xf8, +/* 0x00e910 */ 0xd6,0x02,0x6f,0x6c,0xb5,0x8c,0x70,0x30,0x1f,0x28,0xf3,0xf5,0xc1,0x61,0x72,0x29, +/* 0x00e920 */ 0x4c,0xe3,0x0d,0x60,0x04,0xba,0xf9,0x8c,0xef,0x7a,0xac,0xe5,0xf9,0x20,0x3e,0xf1, +/* 0x00e930 */ 0x7a,0x18,0x30,0x62,0xb5,0x10,0xbc,0xc6,0x41,0xa5,0x9c,0x58,0x3c,0x17,0xd6,0x7d, +/* 0x00e940 */ 0xa0,0x8d,0xe8,0x1c,0x54,0x01,0xcb,0x07,0xcd,0x01,0x55,0x4a,0x2a,0x9a,0x85,0x94, +/* 0x00e950 */ 0x56,0xd1,0xa7,0x43,0x29,0x4f,0xcd,0x92,0xaa,0x57,0x29,0x60,0xc5,0xf4,0x9c,0x2a, +/* 0x00e960 */ 0xa5,0x94,0x00,0x13,0xb9,0x52,0x50,0x72,0xdb,0x21,0x03,0x1c,0xa8,0x15,0xea,0xc3, +/* 0x00e970 */ 0xa1,0x08,0x47,0x5a,0x05,0x78,0xf3,0x43,0x4a,0xa5,0x52,0x1f,0xb1,0x25,0x5c,0x85, +/* 0x00e980 */ 0x12,0x4d,0xc5,0x67,0x2d,0x24,0xaa,0x90,0x08,0x63,0x9e,0xcb,0xad,0x2f,0x89,0xc4, +/* 0x00e990 */ 0x07,0x3b,0xf4,0xfa,0x0c,0x1d,0xb2,0x01,0x76,0xc6,0x40,0xdc,0xee,0xb9,0x28,0xc1, +/* 0x00e9a0 */ 0xee,0xc9,0x25,0x24,0x9e,0x13,0xaa,0x67,0x45,0xa7,0x16,0x20,0x6e,0x03,0xb7,0x1c, +/* 0x00e9b0 */ 0x6c,0x87,0xe6,0x60,0x8f,0xde,0xad,0x84,0xf2,0xa3,0x40,0x8e,0x03,0x62,0x83,0x2a, +/* 0x00e9c0 */ 0x2e,0xd1,0xf1,0x2e,0xb8,0x8a,0xda,0xaa,0x80,0x6b,0x83,0xcf,0xd9,0xa9,0xaf,0x24, +/* 0x00e9d0 */ 0xd6,0x9e,0xaa,0x4b,0x19,0x51,0xf9,0xaa,0xee,0xb6,0x02,0x04,0x86,0x0b,0x3c,0xd5, +/* 0x00e9e0 */ 0xe9,0x12,0x01,0xbc,0x7e,0xb1,0x02,0x7f,0x42,0xd5,0xdb,0x95,0xc0,0x76,0xda,0xcb, +/* 0x00e9f0 */ 0x41,0x26,0xc0,0x7f,0x74,0x2a,0x4a,0x08,0x97,0xe0,0x93,0xe7,0x12,0x7d,0xd0,0xb1, +/* 0x00ea00 */ 0xb1,0x55,0x02,0x84,0xb9,0xb1,0x57,0x8e,0x29,0xf7,0x40,0x3b,0x6f,0x22,0x7d,0x36, +/* 0x00ea10 */ 0xb0,0x42,0x66,0xa8,0x87,0x74,0xa3,0x84,0xf4,0xc9,0xab,0x11,0x84,0xac,0x80,0x67, +/* 0x00ea20 */ 0x63,0x06,0x7b,0xc8,0x14,0x01,0x64,0xdb,0x26,0x64,0x38,0xf7,0x05,0x55,0x24,0xc1, +/* 0x00ea30 */ 0xb2,0x66,0x28,0x2c,0x4f,0x26,0xd8,0x4f,0xd1,0x50,0x6e,0x77,0x24,0xa1,0x6e,0xb2, +/* 0x00ea40 */ 0x92,0x83,0x1e,0x99,0xdb,0x68,0x66,0x30,0x8c,0x60,0x39,0x5b,0x6e,0x4e,0xb1,0x41, +/* 0x00ea50 */ 0x96,0x4b,0xc0,0x79,0xce,0x85,0x3a,0x31,0xce,0x18,0x19,0x5a,0x47,0x29,0x02,0x2d, +/* 0x00ea60 */ 0x23,0x46,0x9e,0x84,0xae,0x29,0x50,0x07,0xd4,0x12,0x2a,0x94,0x20,0x13,0xd3,0x14, +/* 0x00ea70 */ 0x5a,0x17,0x80,0x42,0x22,0xc2,0x01,0xaf,0x7a,0x6e,0xec,0x96,0x33,0xd8,0xed,0xcb, +/* 0x00ea80 */ 0x96,0x0e,0x99,0x6b,0xc2,0xb5,0xdd,0x55,0x5a,0xe9,0x90,0x7e,0x6b,0x26,0x9c,0xf4, +/* 0x00ea90 */ 0x2d,0x67,0x7b,0xf5,0x48,0x58,0xe9,0xae,0x0a,0xe6,0x0e,0x99,0x24,0x53,0x9b,0xf4, +/* 0x00eaa0 */ 0x65,0x73,0x05,0x1d,0xaf,0x79,0x85,0x44,0xd8,0xcb,0xa6,0xae,0xd4,0x76,0x4b,0x1a, +/* 0x00eab0 */ 0x3b,0x64,0xce,0xcb,0xd4,0xba,0xf7,0xd5,0x56,0x25,0xf7,0xe7,0x5e,0x33,0x57,0x85, +/* 0x00eac0 */ 0xef,0xde,0x27,0xf7,0x33,0x0e,0xa6,0x6d,0x24,0xfd,0xb9,0x1e,0xb3,0x3b,0x1c,0xda, +/* 0x00ead0 */ 0x37,0xa5,0x3f,0xb7,0x1a,0x25,0x81,0x7d,0x21,0x1b,0x84,0xd0,0x66,0x0c,0x70,0xfd, +/* 0x00eae0 */ 0x4e,0x5b,0x3b,0xf4,0xa3,0x9b,0x98,0x1f,0xae,0x7d,0xc5,0xc7,0xc1,0x94,0x9e,0xda, +/* 0x00eaf0 */ 0x7d,0xbe,0xfe,0xdc,0x61,0x94,0xc8,0xaf,0xf8,0x6e,0xcd,0xed,0x32,0x6f,0xeb,0x99, +/* 0x00eb00 */ 0x86,0x12,0xfc,0x89,0xdb,0xc2,0xb5,0xfb,0xaa,0xfb,0xd9,0x3f,0xaf,0xb9,0x2d,0xbc, +/* 0x00eb10 */ 0x94,0x83,0xd7,0xf0,0x41,0xd5,0x5a,0x01,0xa7,0x9c,0x2a,0xfc,0x75,0xd5,0xfd,0x09, +/* 0x00eb20 */ 0x15,0x55,0x1c,0x0c,0x74,0x98,0x9d,0x61,0xba,0x4f,0x8e,0xe0,0x8f,0xae,0x08,0xcb, +/* 0x00eb30 */ 0xfc,0x52,0x6d,0x1b,0xda,0x3f,0x30,0xea,0x7a,0xd0,0xd8,0x0a,0xd8,0xf1,0x06,0x4d, +/* 0x00eb40 */ 0x72,0xb7,0xe5,0xf9,0x2f,0x7d,0x85,0xe3,0xa4,0x44,0x63,0x13,0xc0,0x53,0xd5,0xb9, +/* 0x00eb50 */ 0xaa,0xd1,0x80,0x39,0xeb,0x20,0x58,0xef,0x6b,0xf0,0x69,0x4c,0x0e,0xcb,0x1b,0x3d, +/* 0x00eb60 */ 0x10,0x58,0xc3,0x5c,0x89,0x00,0xa1,0x8a,0x8a,0x44,0x4e,0x57,0xa1,0x8f,0x73,0xee, +/* 0x00eb70 */ 0xcb,0x90,0xfb,0xc8,0x6a,0x58,0x85,0xcd,0xcd,0x06,0x12,0x07,0xe0,0x4a,0xa0,0x41, +/* 0x00eb80 */ 0x41,0x87,0x88,0x41,0x32,0xaa,0xa6,0x40,0xd0,0x22,0x36,0x08,0xd9,0x80,0xdb,0x04, +/* 0x00eb90 */ 0x9c,0xfa,0x4a,0x82,0xc9,0xb0,0xf1,0x63,0x2f,0xb0,0xc1,0x15,0x24,0xcf,0x41,0x93, +/* 0x00eba0 */ 0x90,0xf4,0x72,0x90,0x21,0xbc,0x37,0x61,0x2f,0x50,0x71,0x4c,0x35,0xd9,0x54,0x6e, +/* 0x00ebb0 */ 0x9c,0x77,0x73,0x31,0xf7,0x39,0x27,0xb9,0x6f,0xd2,0x71,0xd4,0xc2,0x4e,0x94,0xf3, +/* 0x00ebc0 */ 0xeb,0xc9,0x1a,0x0e,0x70,0xb4,0xb6,0x25,0xbc,0x33,0x66,0xf8,0xec,0x85,0xb0,0xe1, +/* 0x00ebd0 */ 0x1d,0x2d,0xc7,0xbb,0xa7,0x96,0x07,0x91,0x2b,0xa3,0x55,0xca,0x41,0xff,0x95,0xd5, +/* 0x00ebe0 */ 0xbb,0x94,0x90,0xe4,0x80,0x00,0x82,0xdc,0x28,0x49,0x10,0x03,0x68,0xd7,0x06,0x8d, +/* 0x00ebf0 */ 0x73,0x1a,0x4a,0x42,0x12,0x71,0x6c,0xc0,0xb9,0x2f,0xe6,0x23,0x9a,0xd5,0x15,0x0f, +/* 0x00ec00 */ 0xa9,0x72,0x0a,0x07,0x40,0x0e,0x70,0x24,0xcc,0x5a,0x5d,0xad,0x01,0x21,0x19,0x4c, +/* 0x00ec10 */ 0xc7,0x57,0xaa,0x34,0xc5,0x25,0xb6,0x8d,0x6e,0x75,0xe9,0x2b,0x11,0xc8,0x8e,0xb1, +/* 0x00ec20 */ 0x53,0x5b,0x40,0x79,0x37,0x42,0x7f,0x8b,0xce,0x99,0x3b,0x29,0x04,0x38,0x5e,0xa2, +/* 0x00ec30 */ 0x47,0xc3,0xfe,0x14,0xe0,0x12,0xca,0x25,0x19,0x5b,0x05,0x9e,0x8d,0x03,0xd2,0xba, +/* 0x00ec40 */ 0x5b,0xeb,0x90,0xc0,0x3c,0x0c,0xc7,0x5f,0xa5,0x88,0x9a,0x12,0x8f,0x42,0x14,0x49, +/* 0x00ec50 */ 0x02,0x2e,0x41,0x0f,0x81,0xa0,0x00,0xba,0x1f,0x92,0x12,0xfe,0x57,0xd7,0x9b,0x78, +/* 0x00ec60 */ 0x6e,0x61,0x6c,0x03,0x1d,0xfc,0x8a,0xe1,0xd6,0x17,0x54,0x9b,0x53,0xd1,0x37,0x61, +/* 0x00ec70 */ 0xb4,0x33,0xa0,0x93,0x57,0x69,0xb7,0xc4,0x03,0x21,0x0c,0x72,0xb8,0x6f,0x22,0x7a, +/* 0x00ec80 */ 0x04,0x83,0x9c,0x04,0x82,0x18,0xe1,0x31,0x52,0x88,0xa1,0xdb,0x0a,0x0b,0x95,0xac, +/* 0x00ec90 */ 0xa3,0x04,0x7d,0x9c,0xfb,0x9c,0xd1,0x7f,0x99,0xda,0x6a,0x68,0x84,0x97,0xd9,0x06, +/* 0x00eca0 */ 0x93,0xac,0xa6,0x97,0xda,0xe5,0x1c,0x16,0xb9,0xa8,0xa9,0x1f,0xc6,0x86,0x1a,0xe0, +/* 0x00ecb0 */ 0x6e,0xab,0x01,0x6d,0xd0,0xc7,0x99,0x74,0x04,0x5d,0x9b,0xcc,0xaa,0x1d,0x47,0xc6, +/* 0x00ecc0 */ 0xc0,0x4d,0x34,0xee,0x0f,0x43,0x8a,0x6f,0x0d,0x88,0xfb,0xa7,0x42,0x2a,0x09,0x07, +/* 0x00ecd0 */ 0x21,0x2e,0xd7,0x12,0x1f,0x64,0xac,0x64,0x30,0xa2,0x82,0x8f,0x4b,0xe6,0x02,0xaa, +/* 0x00ece0 */ 0x40,0xe3,0x2a,0x35,0x9c,0x32,0x0c,0x8b,0xce,0x25,0x2a,0xa4,0x0c,0x0c,0x1d,0xbd, +/* 0x00ecf0 */ 0x34,0x17,0x94,0x8c,0xcf,0xd0,0x86,0xcd,0xb9,0xe0,0x07,0xdf,0x72,0x38,0x48,0xe3, +/* 0x00ed00 */ 0x50,0x9b,0xf1,0xd5,0xc1,0x3e,0x3a,0x17,0xd4,0xb4,0xcf,0xc0,0x72,0xe6,0xe1,0x53, +/* 0x00ed10 */ 0x42,0x6f,0x75,0x08,0x87,0x63,0x6e,0x0c,0xfb,0xc0,0x51,0x79,0xe5,0xc8,0xa4,0x25, +/* 0x00ed20 */ 0xd1,0x91,0xad,0x0f,0x06,0x9f,0x21,0x2d,0xc6,0xd2,0x15,0xf5,0x41,0xba,0x97,0xb4, +/* 0x00ed30 */ 0xa4,0x3b,0x7a,0xea,0x1b,0x38,0x30,0x3a,0x6e,0xf7,0x75,0x21,0x98,0x37,0xc8,0x6d, +/* 0x00ed40 */ 0x28,0xda,0x58,0x02,0xec,0x95,0x51,0xd5,0x57,0xdf,0x45,0xbd,0x72,0xa6,0xcb,0xeb, +/* 0x00ed50 */ 0x72,0x57,0xf7,0x75,0x6f,0x95,0x7f,0x24,0xaf,0x63,0xd7,0xe8,0xdd,0xc5,0xe0,0xfd, +/* 0x00ed60 */ 0xf2,0xba,0xc1,0xab,0xf5,0x15,0xbb,0xe4,0x99,0x64,0x5d,0xee,0x5b,0xb7,0xa7,0x47, +/* 0x00ed70 */ 0xe4,0x37,0xe4,0x9b,0x50,0xd2,0xbd,0x35,0xf4,0xa0,0xdc,0x34,0x88,0xc6,0xc5,0xd0, +/* 0x00ed80 */ 0x9f,0xa3,0xea,0xea,0x78,0xf7,0x81,0x50,0xe5,0xf9,0x70,0x2f,0x0c,0x92,0x01,0x58, +/* 0x00ed90 */ 0xc3,0x7c,0xc6,0x2a,0x8b,0x9c,0x4c,0x03,0xbf,0x21,0xf1,0xd8,0x28,0xc6,0x2b,0xdf, +/* 0x00eda0 */ 0x20,0x25,0x98,0xc7,0x6f,0x59,0x47,0x55,0x84,0xfb,0x6e,0xbc,0x1d,0x54,0xa9,0x06, +/* 0x00edb0 */ 0x02,0xaf,0x1c,0x85,0xde,0x10,0x50,0x0b,0xed,0x11,0x52,0x4c,0xdf,0xa0,0xa9,0x85, +/* 0x00edc0 */ 0x54,0x44,0x2b,0xa6,0x5b,0x49,0x78,0x38,0xc9,0x25,0x6b,0x71,0x5c,0x6f,0x8f,0x00, +/* 0x00edd0 */ 0x4a,0x02,0xe1,0x42,0x8a,0x04,0x8a,0xe9,0x28,0x09,0xa3,0x44,0x1b,0x41,0x95,0xca, +/* 0x00ede0 */ 0xda,0x23,0x81,0xca,0xf5,0xb4,0x65,0xb5,0x74,0x7a,0x25,0x91,0x8d,0xb6,0x6c,0x24, +/* 0x00edf0 */ 0x4d,0x97,0xcb,0x41,0x68,0xd3,0x02,0x41,0xba,0x1c,0x25,0x6b,0xb2,0x81,0x34,0x5d, +/* 0x00ee00 */ 0x49,0xa8,0x91,0xd6,0xb4,0x2e,0x75,0x39,0x09,0x19,0x7b,0x51,0x95,0x5e,0xe9,0x0b, +/* 0x00ee10 */ 0xba,0xaa,0x90,0xe1,0x5d,0x4f,0xa4,0x5d,0xc9,0xe6,0x83,0xba,0x2c,0xc0,0xc6,0x60, +/* 0x00ee20 */ 0x64,0x40,0xd9,0x9d,0xe4,0x40,0x1f,0x50,0x22,0xc9,0x30,0xaa,0x22,0x77,0x73,0xd0, +/* 0x00ee30 */ 0x85,0x36,0x03,0x99,0x48,0x52,0x18,0x73,0x95,0x9d,0xcb,0xbb,0x9c,0x1a,0x22,0x8d, +/* 0x00ee40 */ 0x18,0x65,0xad,0x89,0x22,0xb0,0x38,0x08,0x22,0xc0,0xe8,0x34,0x8b,0x20,0x67,0x03, +/* 0x00ee50 */ 0x5a,0x13,0x91,0x72,0xb6,0x4d,0x82,0x4b,0x34,0xa1,0x2a,0x0a,0x89,0x57,0x8e,0xea, +/* 0x00ee60 */ 0xeb,0x84,0x43,0xd6,0xbc,0xb8,0xdc,0xb1,0x41,0x80,0xd6,0x69,0x1d,0x84,0x83,0x5b, +/* 0x00ee70 */ 0x51,0xb2,0x9b,0x83,0x50,0x5c,0x48,0x82,0x56,0x4b,0x5c,0x51,0x6f,0x74,0x8d,0x7f, +/* 0x00ee80 */ 0x64,0x83,0xda,0xca,0x7d,0xcd,0x58,0x9f,0x78,0xad,0xb4,0x2a,0x1a,0xda,0x3f,0xb0, +/* 0x00ee90 */ 0xde,0x78,0x8d,0x4d,0x89,0xdd,0x8d,0x2c,0x00,0x56,0xef,0x58,0x1c,0x0b,0xed,0x97, +/* 0x00eea0 */ 0xd7,0x47,0x1a,0x50,0x35,0x55,0x30,0x85,0xdc,0x64,0x3d,0xb4,0xbf,0x1a,0xc1,0x8e, +/* 0x00eeb0 */ 0x55,0x3a,0x57,0x71,0x5e,0x10,0x09,0x79,0xed,0xc7,0x17,0x4b,0xef,0x0f,0xb4,0xa6, +/* 0x00eec0 */ 0x3b,0x72,0xf5,0xb1,0xf4,0x20,0x07,0xdb,0xea,0x63,0xc6,0x7e,0x07,0xa4,0x4f,0x03, +/* 0x00eed0 */ 0xea,0xe9,0x2a,0x8d,0xe7,0xf2,0xee,0x6b,0xd1,0xa9,0x65,0xa7,0x5e,0x3a,0xf5,0xde, +/* 0x00eee0 */ 0xa9,0x4f,0xbe,0x18,0x80,0xd1,0x09,0x1b,0x01,0x71,0xc1,0x17,0x4d,0x8b,0x3e,0x9a, +/* 0x00eef0 */ 0x30,0xff,0xa5,0x77,0xf6,0x3c,0xf1,0x09,0x82,0x3b,0x5e,0xfc,0x7b,0xfc,0x89,0xe6, +/* 0x00ef00 */ 0xd7,0x97,0xfd,0xec,0xe9,0x53,0xef,0x7d,0x74,0x13,0x97,0x08,0x15,0x4a,0x9e,0x40, +/* 0x00ef10 */ 0xd5,0x63,0x37,0xe1,0x65,0xa0,0x6a,0xcf,0x63,0x7f,0xe0,0xe5,0xaa,0x94,0xf3,0x71, +/* 0x00ef20 */ 0xc7,0x0b,0x2f,0xfd,0x76,0xf8,0x85,0x4f,0x10,0x9c,0x7a,0x69,0x0e,0x96,0x33,0x67, +/* 0x00ef30 */ 0xd1,0xb2,0x17,0xea,0x4f,0xbd,0xf7,0xf1,0x6f,0x84,0x84,0xab,0xb8,0x04,0x55,0x07, +/* 0x00ef40 */ 0x7e,0x83,0xe5,0xa0,0x6a,0xf8,0xc0,0x27,0x22,0xd7,0x5d,0xa8,0xf2,0xca,0xb9,0xec, +/* 0x00ef50 */ 0xbe,0xab,0x7e,0x51,0x77,0xdb,0xb1,0x77,0x4e,0xce,0x44,0x50,0xff,0xc4,0x8e,0xfb, +/* 0x00ef60 */ 0xae,0xbf,0xec,0xbb,0x57,0xbd,0xbe,0xfd,0xbb,0x3b,0xfe,0x94,0x4b,0x7e,0xb9,0xe2, +/* 0x00ef70 */ 0xb6,0x63,0xbf,0x46,0xc9,0x92,0x5f,0x74,0x3e,0xb1,0xe3,0xfb,0x27,0x67,0xde,0xcb, +/* 0x00ef80 */ 0x55,0xc7,0xde,0x39,0xce,0x8d,0x3b,0xff,0xf8,0xd8,0xaf,0xff,0xa0,0x72,0x63,0x52, +/* 0x00ef90 */ 0x3f,0x52,0xe0,0x99,0x41,0xbf,0x25,0xf5,0xe7,0x76,0x65,0x67,0x6a,0xfe,0xbd,0x52, +/* 0x00efa0 */ 0x9f,0xb1,0xcb,0x58,0x45,0xb9,0x04,0x1a,0xb4,0x1b,0xb5,0xc0,0x80,0xc4,0xf9,0xf2, +/* 0x00efb0 */ 0x62,0xea,0xdf,0x87,0x54,0x7a,0x17,0x54,0x6b,0x5c,0x85,0x7c,0x79,0xa6,0x36,0xcd, +/* 0x00efc0 */ 0xab,0x77,0xea,0x30,0x5f,0xcd,0xa6,0xc0,0x29,0x4d,0xdb,0x47,0x91,0x14,0x5b,0x49, +/* 0x00efd0 */ 0x6d,0x25,0x4a,0xa0,0x68,0xdc,0xa6,0x49,0xc3,0xb4,0x05,0x76,0x59,0x9c,0x41,0xd3, +/* 0x00efe0 */ 0x7e,0xe4,0xcb,0x53,0x6c,0x63,0xce,0xb2,0x2b,0xe3,0xa1,0xe4,0xc4,0x12,0x48,0x81, +/* 0x00eff0 */ 0xd1,0xe5,0xe8,0x53,0x00,0xc3,0x8c,0xf5,0x6e,0x50,0x11,0x11,0xa0,0x8a,0x91,0x9b, +/* 0x00f000 */ 0x73,0x1d,0x4c,0x50,0x69,0x3b,0xcc,0x10,0xa1,0x08,0xc6,0xea,0x18,0x27,0x54,0x6e, +/* 0x00f010 */ 0x6c,0x8d,0x82,0x4c,0x53,0xcb,0x21,0x2b,0xf1,0x37,0x24,0xab,0x20,0x37,0xac,0x23, +/* 0x00f020 */ 0x63,0x5d,0x9b,0x44,0xc6,0x0a,0xbd,0xca,0x6a,0xa8,0xea,0x61,0xdb,0x75,0x53,0x09, +/* 0x00f030 */ 0x4b,0xe8,0xbf,0x18,0xf2,0xe5,0x30,0xa9,0x0a,0xe7,0x2c,0x58,0x53,0xc4,0x5c,0x90, +/* 0x00f040 */ 0xf3,0xae,0x47,0x49,0xaf,0x27,0x0d,0x2c,0xd5,0x14,0xd8,0x9f,0x6e,0x45,0x76,0xbc, +/* 0x00f050 */ 0xf8,0x12,0x6d,0x04,0xa3,0x0b,0xb5,0x20,0xe9,0x38,0xc8,0xac,0x0f,0x74,0xb0,0x54, +/* 0x00f060 */ 0x84,0x70,0x89,0xa2,0x57,0x73,0x49,0x2b,0xe1,0x63,0x54,0x80,0x03,0xcc,0x35,0x83, +/* 0x00f070 */ 0x58,0x95,0xeb,0x39,0x9d,0x2f,0x73,0x9e,0x82,0xec,0xb8,0x20,0x08,0x4b,0x2f,0x57, +/* 0x00f080 */ 0x19,0x81,0x12,0x97,0x08,0x95,0xc1,0xa3,0x56,0xd7,0x58,0x00,0xef,0x7a,0x68,0x23, +/* 0x00f090 */ 0x72,0xe1,0x76,0x13,0x49,0xf1,0xf5,0xe0,0x2f,0x27,0xfb,0x02,0x3b,0x91,0x2f,0x4f, +/* 0x00f0a0 */ 0x35,0x24,0xce,0x97,0x39,0x4d,0x6e,0xd7,0x82,0x45,0x1a,0xcb,0xf9,0x01,0x25,0x61, +/* 0x00f0b0 */ 0xa4,0xc9,0x61,0xab,0xbd,0x4f,0xdb,0x4a,0x6f,0xe0,0x54,0xfa,0xf6,0x4a,0x0f,0x98, +/* 0x00f0c0 */ 0x4d,0xaf,0xc8,0xd5,0x95,0xdb,0x1e,0x0a,0xcc,0xa6,0x57,0xb3,0xba,0x72,0xfa,0xa1, +/* 0x00f0d0 */ 0xc0,0x7f,0xa6,0x99,0xdc,0xe4,0x38,0xe5,0x60,0x89,0x35,0xb9,0x2c,0x6f,0x0d,0xcc, +/* 0x00f0e0 */ 0xa2,0x19,0x4b,0xd2,0x51,0xf2,0x1d,0x7a,0x75,0x6e,0x32,0x37,0x9e,0x85,0x40,0xe4, +/* 0x00f0f0 */ 0x02,0x7b,0x3d,0x45,0xb1,0x6a,0xe1,0x1a,0x1c,0x5b,0xe4,0x3d,0xe4,0xef,0xe1,0x1a, +/* 0x00f100 */ 0x63,0xb2,0x55,0xfd,0x38,0xb9,0x09,0x3a,0x61,0xf2,0x41,0x5f,0x9c,0x2c,0x85,0x6b, +/* 0x00f110 */ 0x2c,0x6a,0xc9,0x4f,0xc2,0xdb,0x70,0x35,0xab,0x32,0x16,0xc7,0xc9,0x7f,0x41,0x55, +/* 0x00f120 */ 0xf0,0x84,0xfc,0x24,0x79,0xc1,0xce,0xf5,0x38,0xb1,0xb7,0x75,0x63,0x39,0xed,0xba, +/* 0x00f130 */ 0xe1,0x70,0x61,0x3d,0x51,0xe4,0x14,0x78,0x90,0xf3,0x65,0x6d,0x6d,0x02,0xc9,0x32, +/* 0x00f140 */ 0xfe,0xa1,0x28,0xc1,0xe0,0x04,0x41,0x8e,0x33,0x68,0x6e,0x9c,0x44,0x9a,0x4c,0xed, +/* 0x00f150 */ 0x5c,0x18,0x96,0xc4,0x9d,0x72,0x0c,0x89,0x2a,0x18,0x42,0x18,0x18,0x6f,0x54,0x29, +/* 0x00f160 */ 0x39,0x09,0x81,0x16,0x05,0xc8,0x49,0xc2,0xc1,0xd0,0x8b,0x0b,0x44,0xc7,0x18,0x2a, +/* 0x00f170 */ 0x4a,0xc3,0x72,0x1e,0x9b,0x17,0x57,0xe1,0x13,0xe1,0xc6,0x6e,0x2e,0xaf,0x9c,0x02, +/* 0x00f180 */ 0x0f,0x21,0xda,0x21,0xc0,0x98,0x19,0x41,0x20,0xf1,0xd9,0x0c,0x08,0x2b,0xed,0x62, +/* 0x00f190 */ 0x5a,0x83,0xec,0x44,0xd5,0x54,0x3e,0x1d,0x11,0x86,0x1b,0x50,0x52,0xe0,0xaa,0x1b, +/* 0x00f1a0 */ 0xa4,0x6d,0xcc,0xce,0x85,0x34,0xc1,0x2e,0x47,0x23,0x86,0xd4,0x1b,0xde,0x05,0x8d, +/* 0x00f1b0 */ 0x89,0x4d,0x16,0x82,0x4d,0x55,0x33,0x13,0xc5,0xd2,0xda,0x3e,0xb8,0xb7,0x4a,0x02, +/* 0x00f1c0 */ 0x3f,0x7f,0xfb,0xb4,0x08,0x8d,0x06,0x94,0xa4,0x5b,0xc2,0xd3,0xaa,0xaa,0xc1,0x5f, +/* 0x00f1d0 */ 0x5a,0xab,0x63,0xc9,0x8d,0x89,0x22,0x13,0xb9,0x6e,0x48,0xb0,0xbc,0x1d,0x49,0x19, +/* 0x00f1e0 */ 0xe9,0x64,0x6c,0x6e,0x2e,0x1c,0x4f,0x21,0x59,0x8b,0x5d,0xba,0xc9,0xaf,0xb7,0x77, +/* 0x00f1f0 */ 0x94,0x38,0x47,0xab,0x8d,0x5e,0xa7,0x68,0x43,0x30,0xb7,0xa8,0xe8,0xa9,0xcc,0xce, +/* 0x00f200 */ 0xed,0xc1,0x1b,0x36,0xdd,0x8b,0xf4,0x4d,0x7b,0x11,0xf9,0xf2,0xd6,0x68,0x8a,0xbf, +/* 0x00f210 */ 0xca,0xc5,0x73,0x5d,0x97,0x61,0xcc,0x8e,0xa3,0x78,0x61,0x2e,0x29,0xae,0xf0,0xe5, +/* 0x00f220 */ 0xa8,0xa6,0x52,0xce,0x8e,0xd3,0xad,0x5c,0x85,0x0f,0x88,0xef,0x83,0x27,0x12,0x67, +/* 0x00f230 */ 0xd0,0x48,0x9c,0x3d,0x63,0x01,0xec,0xfa,0x32,0x30,0x40,0x8b,0x33,0xb5,0xd5,0xa7, +/* 0x00f240 */ 0xc0,0x90,0x1e,0xc7,0x28,0xd7,0xa7,0xe2,0xa5,0xc6,0x8b,0x6a,0xb4,0x5e,0xe1,0x7b, +/* 0x00f250 */ 0x3a,0x2d,0x94,0x34,0x23,0x1b,0x45,0x9b,0x78,0x4a,0x61,0x43,0xba,0x8e,0x2a,0x34, +/* 0x00f260 */ 0xce,0xeb,0x4e,0x2e,0xb7,0x9c,0x36,0x43,0x90,0x50,0xce,0x34,0x69,0x2f,0x41,0xee, +/* 0x00f270 */ 0x69,0x70,0xee,0x39,0x38,0x55,0x5b,0xac,0x70,0x89,0xd1,0xa0,0x2f,0x4e,0x07,0x5e, +/* 0x00f280 */ 0xa4,0xbd,0x89,0x6b,0xe3,0x48,0x4b,0x4b,0x18,0x87,0xe3,0xe3,0x35,0xb8,0x8a,0x53, +/* 0x00f290 */ 0x57,0x04,0xce,0x7d,0x91,0xe4,0x19,0x14,0xd8,0x06,0x55,0x02,0xa0,0xb1,0xa4,0x88, +/* 0x00f2a0 */ 0x78,0x1e,0x74,0x9f,0x2d,0xb1,0x27,0x54,0x84,0x4d,0x52,0x71,0xfb,0x45,0x96,0x24, +/* 0x00f2b0 */ 0x39,0xf3,0x6d,0xc2,0xdf,0xca,0x17,0x04,0x05,0xae,0xe1,0x7c,0xf9,0x68,0x78,0x81, +/* 0x00f2c0 */ 0x88,0xde,0x4d,0x0c,0xda,0xdb,0x79,0x60,0x6f,0x22,0x5f,0x4e,0xd5,0x70,0x9b,0xdd, +/* 0x00f2d0 */ 0x15,0x63,0x0e,0x9c,0x72,0x30,0xc8,0xa0,0x59,0x82,0x21,0x06,0xc6,0xe5,0xb4,0x8b, +/* 0x00f2e0 */ 0x03,0x23,0x60,0xa0,0x24,0x84,0x8e,0x88,0x4b,0x02,0x14,0x96,0x1b,0x80,0x12,0xde, +/* 0x00f2f0 */ 0xe2,0xb9,0x24,0x0b,0x21,0x6e,0x63,0xe7,0x92,0x8d,0x40,0xd2,0xbe,0xaf,0x0c,0x8e, +/* 0x00f300 */ 0x45,0x9c,0x0b,0xcb,0x38,0x3a,0xc1,0x72,0x04,0x34,0x4c,0xf6,0xa1,0x24,0xb8,0x06, +/* 0x00f310 */ 0xc7,0x2b,0x3e,0xb1,0xd6,0x85,0x2a,0x99,0x03,0xb0,0x55,0xfd,0x2c,0x58,0x31,0x96, +/* 0x00f320 */ 0xc3,0x0e,0x6b,0xe2,0x91,0xba,0x18,0x55,0xb0,0x12,0x25,0x67,0x78,0x01,0x9f,0x98, +/* 0x00f330 */ 0x2a,0xc9,0xf2,0x71,0xd5,0x96,0x04,0x7d,0x2e,0x5f,0x96,0xbc,0x21,0xc8,0xc9,0x15, +/* 0x00f340 */ 0x04,0xf7,0xbe,0xba,0x91,0x1d,0x1f,0xc2,0x1e,0x81,0x14,0x78,0x25,0xa7,0xc0,0x3d, +/* 0x00f350 */ 0x4a,0x3b,0x4a,0x06,0x4c,0x3d,0xec,0x7f,0x85,0xac,0xdc,0xb6,0xc3,0x9c,0xf1,0x4d, +/* 0x00f360 */ 0x7f,0x7b,0x8a,0xf7,0x88,0x79,0x61,0x65,0x32,0x76,0x84,0xbb,0xcd,0x19,0x3d,0x68, +/* 0x00f370 */ 0x2c,0x72,0xf5,0xc8,0x6e,0x3c,0x4f,0xba,0xd1,0x05,0x34,0x98,0x8b,0xb5,0xc0,0x2b, +/* 0x00f380 */ 0xf2,0xad,0xe8,0x02,0x16,0x67,0x09,0x3a,0x85,0xdc,0x34,0x63,0x31,0x67,0xa3,0xb7, +/* 0x00f390 */ 0xfa,0x1b,0xcc,0x55,0xd9,0xdc,0xb0,0x7c,0xbd,0xbf,0xc1,0xb8,0x31,0x1c,0x38,0x84, +/* 0x00f3a0 */ 0x64,0xf6,0x5a,0x94,0xa0,0xb1,0xc8,0x95,0x6d,0x71,0xc6,0x55,0x43,0xae,0x92,0xfa, +/* 0x00f3b0 */ 0xd9,0x2e,0x73,0x66,0xd8,0xbf,0xef,0xac,0xe0,0x35,0x04,0x01,0x04,0xb9,0x06,0xb3, +/* 0x00f3c0 */ 0x3a,0xbc,0xe4,0x4c,0x1b,0xa7,0x9c,0x6c,0xdb,0x64,0x97,0xf9,0xe2,0xf5,0x70,0x4a, +/* 0x00f3d0 */ 0xde,0x13,0xda,0x27,0x7e,0xf4,0x3a,0xbc,0x9e,0x95,0xc8,0xbb,0x7b,0x57,0xf5,0x68, +/* 0x00f3e0 */ 0xfb,0xe4,0x5b,0xb7,0xa9,0x66,0x8a,0xdb,0x88,0xeb,0xe9,0x11,0x40,0x18,0x0f,0xb9, +/* 0x00f3f0 */ 0xfd,0x4b,0x1a,0x43,0x81,0x55,0x8f,0x2f,0xd3,0xed,0xce,0xec,0x2e,0xd8,0x13,0xbf, +/* 0x00f400 */ 0x53,0xce,0xe4,0xcb,0x2a,0x75,0x78,0xae,0x81,0xec,0x63,0x0d,0x0b,0x9b,0x55,0x61, +/* 0x00f410 */ 0xf2,0x20,0xfc,0x1e,0x07,0x3b,0xc9,0x46,0x94,0x5c,0xe0,0x4a,0x14,0x94,0x00,0x97, +/* 0x00f420 */ 0x28,0x66,0x3b,0x97,0x08,0xd5,0x4e,0x01,0x84,0xb1,0x3b,0xce,0xb7,0x99,0xf4,0x76, +/* 0x00f430 */ 0x72,0x91,0xb4,0x98,0x05,0x8e,0x70,0x00,0x8b,0xf3,0x2e,0x60,0xa1,0x23,0x05,0x04, +/* 0x00f440 */ 0x4a,0x4a,0xa8,0xc0,0x55,0x45,0x2e,0x52,0xb8,0x71,0xc1,0xb6,0x09,0x58,0x6e,0xff, +/* 0x00f450 */ 0x5a,0xe1,0xb1,0x63,0xd6,0xcb,0x29,0xf0,0x55,0x9c,0x0b,0x97,0xa7,0xa2,0x04,0xb6, +/* 0x00f460 */ 0x33,0xc3,0x26,0xc5,0xf9,0xd1,0x9c,0x1a,0xf9,0x72,0x87,0x4b,0xae,0x33,0xee,0xf5, +/* 0x00f470 */ 0x60,0x3f,0xe5,0x4e,0xca,0x61,0xc7,0x1e,0x71,0xde,0x6d,0xb3,0xe3,0x42,0xcc,0x26, +/* 0x00f480 */ 0xc5,0x79,0x1a,0x63,0x3c,0x62,0x3e,0xcd,0xc6,0x06,0x5e,0xff,0x4a,0x52,0xa4,0xc0, +/* 0x00f490 */ 0x90,0x56,0x02,0x10,0xe3,0x5c,0x38,0x4d,0x03,0x12,0x35,0x88,0x26,0x51,0x1a,0x00, +/* 0x00f4a0 */ 0x6a,0x30,0x4d,0x5b,0x89,0x0c,0x3a,0x88,0xde,0x41,0xa7,0xc0,0x25,0x04,0x8d,0x55, +/* 0x00f4b0 */ 0x0e,0x9c,0x5c,0x6e,0x7d,0xf9,0x20,0x6e,0x05,0x91,0x9d,0x91,0x14,0xdf,0xe4,0x87, +/* 0x00f4c0 */ 0x00,0x25,0xd9,0x91,0xa0,0x2e,0xa9,0xb9,0x14,0x04,0x19,0x8d,0x07,0x32,0xf0,0x34, +/* 0x00f4d0 */ 0x74,0x6f,0xb2,0x6d,0x74,0x6e,0x2c,0x21,0x83,0x43,0xe3,0x60,0x2b,0x1a,0x1b,0xce, +/* 0x00f4e0 */ 0xf5,0x80,0xe0,0xcb,0x05,0x4e,0x81,0x0d,0xc1,0x8e,0xb9,0xbf,0x49,0x6a,0x5a,0x01, +/* 0x00f4f0 */ 0x08,0x09,0x67,0xeb,0x40,0xa6,0x14,0xb4,0x0c,0xb4,0x07,0x90,0x26,0x47,0xb8,0x0d, +/* 0x00f500 */ 0x57,0x21,0x83,0x46,0x63,0x9e,0x0b,0x0c,0xcd,0x70,0xee,0x2b,0xaa,0x95,0x91,0xf9, +/* 0x00f510 */ 0x2a,0x8a,0x14,0x85,0x62,0xa1,0x49,0xaf,0x29,0x72,0xc6,0xc4,0x66,0x21,0x3b,0x96, +/* 0x00f520 */ 0xa2,0x5a,0x71,0xeb,0xee,0x88,0x52,0x44,0xbe,0x5c,0x64,0x4d,0xba,0xb0,0x61,0x2c, +/* 0x00f530 */ 0x8a,0xe4,0x3a,0xc9,0x81,0x8e,0xc6,0x86,0x5b,0x5f,0xe8,0xbf,0x02,0x38,0x54,0x92, +/* 0x00f540 */ 0x6d,0x48,0xcb,0x5b,0xc2,0xb4,0x1d,0x59,0x6d,0x0c,0x9d,0x14,0x72,0x78,0x52,0x2a, +/* 0x00f550 */ 0x98,0xc8,0x58,0xdb,0x61,0x1b,0x8b,0xf5,0xfa,0x6d,0xff,0x15,0xd3,0x09,0x57,0x71, +/* 0x00f560 */ 0x63,0xbf,0xed,0xf5,0x1c,0xbf,0x43,0x8c,0xbc,0xc9,0x37,0x23,0x13,0x7f,0xe9,0x7e, +/* 0x00f570 */ 0x73,0xc1,0x4e,0xda,0x68,0xf8,0xd1,0x37,0x91,0x7b,0x41,0x42,0xc0,0x4c,0xbc,0xc9, +/* 0x00f580 */ 0x46,0x1c,0x42,0xeb,0x10,0x90,0x6a,0xb1,0x97,0x99,0x4c,0x45,0x89,0xbf,0x54,0x25, +/* 0x00f590 */ 0x72,0x71,0x1f,0xe7,0xd4,0x97,0x59,0x58,0xe0,0x9f,0x08,0x29,0x56,0x3a,0x42,0x11, +/* 0x00f5a0 */ 0x48,0x1c,0xc4,0x16,0x90,0x89,0x35,0x6b,0x99,0x76,0x84,0x2d,0xb8,0x78,0x33,0xaa, +/* 0x00f5b0 */ 0x76,0x96,0x63,0x0b,0xfc,0x9b,0xa5,0x76,0x94,0xc4,0x16,0xc0,0x44,0x85,0xdb,0xd8, +/* 0x00f5c0 */ 0xb9,0xf2,0x25,0xa7,0x1d,0x66,0x71,0xb4,0x8c,0x1b,0x13,0xb3,0x3e,0x0a,0xc7,0x81, +/* 0x00f5d0 */ 0x7f,0x32,0xd3,0xb7,0x8b,0x0d,0xc2,0xd7,0x0e,0x4e,0xbc,0x45,0x2a,0xc0,0x5e,0x94, +/* 0x00f5e0 */ 0xd4,0xf4,0xf9,0x28,0xcb,0xc1,0x82,0x75,0x8a,0x26,0xdd,0x0d,0xff,0x52,0xfe,0x5a, +/* 0x00f5f0 */ 0x62,0x62,0x0f,0x4a,0xfe,0x85,0xe7,0xba,0x1d,0x73,0xb9,0xe3,0x06,0xc8,0xd0,0x62, +/* 0x00f600 */ 0xa8,0x59,0x5f,0x10,0x73,0xb5,0x64,0x5c,0x90,0x40,0xee,0xd9,0x05,0xcf,0x60,0x83, +/* 0x00f610 */ 0x41,0x89,0x06,0x03,0xc8,0x4f,0xd5,0x6c,0xaa,0x01,0xf6,0x32,0xf1,0x79,0x33,0xb4, +/* 0x00f620 */ 0x29,0x38,0xb9,0x86,0xdc,0xfb,0x4a,0x71,0x6f,0xd5,0x87,0x23,0xff,0x1f,0x23,0x68, +/* 0x00f630 */ 0x40,0x47,0x86,0x6d,0xb5,0xd7,0x98,0x6a,0xb6,0xab,0x81,0x6d,0xd8,0xd8,0xa6,0x72, +/* 0x00f640 */ 0xb7,0x35,0x24,0x66,0x53,0xbb,0x57,0x07,0xb6,0xcb,0xd7,0x5b,0xc2,0xf8,0x25,0x66, +/* 0x00f650 */ 0xda,0x2a,0xaf,0x7f,0x19,0x36,0x5f,0x46,0x2f,0x2c,0xa6,0x46,0xf0,0xd7,0x19,0x08, +/* 0x00f660 */ 0x07,0xad,0x8b,0x09,0xed,0x06,0x0c,0xc4,0x08,0x97,0xf0,0xf6,0x89,0x4e,0x83,0x3f, +/* 0x00f670 */ 0x79,0xbe,0x9e,0xc2,0x73,0x19,0x95,0xf8,0xd0,0x20,0x99,0xf4,0xda,0xe5,0xb5,0x1b, +/* 0x00f680 */ 0x91,0x02,0x1f,0xee,0x5d,0xbb,0x5c,0x29,0xa4,0xd6,0x20,0x5f,0xbe,0x54,0x9b,0x5a, +/* 0x00f690 */ 0x48,0x12,0x0c,0x14,0xd7,0x06,0xfc,0x55,0xed,0x9c,0x41,0xc7,0x39,0xa7,0x5e,0x13, +/* 0x00f6a0 */ 0x08,0xa7,0x1b,0xc3,0x53,0x39,0x5f,0xde,0x69,0xac,0x0d,0xd4,0x72,0xe0,0x96,0x23, +/* 0x00f6b0 */ 0x1b,0xe9,0x6c,0x40,0x0e,0xb6,0x11,0xad,0x2b,0x9d,0x6d,0xa1,0x34,0x91,0x28,0x41, +/* 0x00f6c0 */ 0x3a,0xa8,0x85,0x28,0x24,0x02,0xa8,0xd2,0xda,0x68,0x1b,0xc1,0xa8,0x24,0xa8,0x51, +/* 0x00f6d0 */ 0x4a,0x12,0xcb,0xb3,0xc3,0x34,0x18,0xa2,0x6d,0x3e,0x2d,0x6b,0x62,0x2e,0x54,0x69, +/* 0x00f6e0 */ 0x6e,0x3b,0x84,0xd3,0xbb,0xef,0x46,0x1a,0xf5,0x3a,0xf4,0x00,0x82,0x06,0x0d,0x49, +/* 0x00f6f0 */ 0x71,0x4e,0x29,0x27,0xc3,0xa8,0x12,0x36,0x7e,0xd7,0xb8,0x49,0x00,0x70,0x13,0xb2, +/* 0x00f700 */ 0x63,0xc1,0x7c,0x0b,0x36,0x4d,0xd6,0x04,0x3b,0x66,0xc6,0xfd,0x36,0x83,0x46,0x09, +/* 0x00f710 */ 0x34,0xed,0x40,0x90,0x73,0x39,0x75,0xc1,0x78,0x48,0xbb,0x98,0x83,0x12,0x4a,0x66, +/* 0x00f720 */ 0x15,0x9c,0x78,0xd5,0x68,0x5b,0xea,0xeb,0x34,0x5e,0x3e,0x38,0x6f,0x6e,0xed,0xb5, +/* 0x00f730 */ 0xbe,0xce,0xcc,0xa1,0x83,0xf3,0x6e,0xa9,0x5d,0xea,0x5b,0x65,0xbc,0xfc,0xe2,0xbc, +/* 0x00f740 */ 0x5b,0xd4,0xda,0xea,0xce,0xcc,0xcb,0x07,0x5b,0xe6,0x72,0x89,0x29,0x54,0xd7,0x6e, +/* 0x00f750 */ 0x58,0x65,0xac,0xfc,0x27,0x6e,0x3c,0xbd,0x33,0x8b,0xb9,0x2e,0xad,0xf5,0xfa,0x57, +/* 0x00f760 */ 0xa6,0x80,0xbc,0xa0,0xb4,0x58,0x8f,0xec,0x8f,0x71,0x82,0xb0,0x38,0xb6,0x0d,0xd9, +/* 0x00f770 */ 0x71,0xa2,0x81,0xdd,0x18,0x0b,0x8c,0x54,0xad,0x27,0xbb,0x50,0x95,0x43,0x89,0xbf, +/* 0x00f780 */ 0x81,0xcd,0x8c,0x05,0xf6,0x17,0x50,0x55,0x5a,0x1c,0x09,0xec,0xa7,0x22,0x57,0xa4, +/* 0x00f790 */ 0xc2,0x0b,0xea,0x69,0x7a,0x44,0x30,0x5f,0x1f,0x4d,0x5b,0x81,0x56,0xaa,0x92,0x7a, +/* 0x00f7a0 */ 0xdd,0xd8,0xaf,0xc5,0xa9,0xba,0x8d,0x4b,0xb8,0x8a,0x4b,0x84,0x6a,0x9b,0x0f,0xb8, +/* 0x00f7b0 */ 0x0a,0x25,0x3e,0x27,0x17,0xf1,0x9e,0xcf,0x97,0xc9,0x97,0xcf,0x91,0x14,0x10,0x73, +/* 0x00f7c0 */ 0x79,0x7c,0x92,0xcf,0x3e,0x75,0xfa,0x7c,0xe9,0x12,0x9b,0xf9,0x0a,0x0a,0x7c,0x1a, +/* 0x00f7d0 */ 0x5f,0x7e,0xec,0xa6,0x85,0xff,0xd3,0xe6,0xcb,0xa7,0x50,0x72,0x0a,0x55,0x1f,0xb9, +/* 0x00f7e0 */ 0x7c,0x59,0x90,0xeb,0x31,0x7c,0xb9,0xf5,0x7b,0x1d,0x2f,0x6c,0xb8,0x6b,0xf8,0xc0, +/* 0x00f7f0 */ 0x07,0x0b,0xbe,0xd7,0xf1,0xc3,0x0d,0x73,0x8e,0x1c,0xfd,0x60,0xce,0xc2,0x89,0xcb, +/* 0x00f800 */ 0xea,0xef,0x3c,0x72,0xe0,0x37,0x5f,0xbb,0x1c,0x25,0x77,0x0d,0xef,0xff,0x10,0x25, +/* 0x00f810 */ 0x5f,0x41,0xd5,0xb1,0xdf,0x2c,0xf8,0x43,0xae,0x1a,0xde,0xcf,0x8d,0x79,0xae,0xfd, +/* 0x00f820 */ 0x1f,0x78,0xe5,0x7c,0x1d,0x99,0x6f,0x72,0xd5,0xb1,0x77,0x8e,0xc5,0xee,0xbb,0xea, +/* 0x00f830 */ 0xc1,0xd4,0x13,0xa5,0xed,0xbd,0x97,0x7d,0xd7,0xff,0xed,0xed,0x4b,0x4a,0xdf,0x3f, +/* 0x00f840 */ 0xf9,0x8d,0x8b,0xae,0x7a,0x10,0x55,0x6f,0xdd,0x70,0xd9,0x77,0x95,0x46,0x54,0xdd, +/* 0x00f850 */ 0x7d,0x32,0x76,0x2f,0x57,0x1d,0x7b,0xab,0x37,0x66,0xe7,0x7a,0xab,0xd7,0x2b,0x07, +/* 0x00f860 */ 0xc7,0x99,0xdd,0xd0,0x64,0xd4,0x68,0x2e,0xc0,0x41,0x41,0xd5,0xd3,0x6a,0x44,0xd2, +/* 0x00f870 */ 0xf2,0x7b,0x61,0x37,0x9b,0xd5,0x52,0xd3,0x30,0x74,0x77,0xec,0xe8,0x50,0x73,0xb6, +/* 0x00f880 */ 0x46,0x63,0x28,0xd9,0xa4,0xae,0xa8,0x09,0xe6,0xdd,0x5c,0x5e,0x31,0x22,0xf0,0x03, +/* 0x00f890 */ 0x87,0xf3,0x70,0x10,0x96,0xaa,0x21,0x97,0xe0,0x33,0xd7,0x46,0x1b,0x25,0x7b,0x01, +/* 0x00f8a0 */ 0x19,0xa9,0x51,0x0d,0x01,0x03,0x41,0x03,0x52,0x9d,0xc0,0x30,0xf4,0x21,0xa1,0xf5, +/* 0x00f8b0 */ 0x72,0x79,0xa9,0xc0,0xe7,0xce,0xd0,0x9f,0x38,0x00,0xc7,0xa6,0x67,0xf4,0xc8,0xb3, +/* 0x00f8c0 */ 0xcd,0x75,0x35,0x0d,0xec,0x19,0x25,0x90,0x51,0xd6,0xfb,0x76,0xb0,0x3b,0x9b,0x66, +/* 0x00f8d0 */ 0xe0,0xf8,0x25,0x35,0xb0,0xbd,0xb1,0x48,0x46,0x5d,0x21,0x05,0x19,0x37,0x2e,0x1a, +/* 0x00f8e0 */ 0x95,0x6a,0xc4,0x58,0xef,0xf4,0xeb,0xd1,0x83,0xb0,0x38,0x9a,0x5b,0xc2,0x3a,0x9b, +/* 0x00f8f0 */ 0x1a,0x94,0xc9,0x55,0x64,0x3f,0x5b,0xaf,0x37,0x64,0xaa,0x67,0x91,0x1c,0x9f,0x8a, +/* 0x00f900 */ 0xde,0x9c,0x8e,0x92,0xe7,0xca,0x6b,0x75,0x24,0xa1,0x4e,0xa8,0x58,0xb9,0x2f,0x1c, +/* 0x00f910 */ 0xad,0x0e,0x60,0x0b,0x51,0x2d,0xc1,0x22,0xb8,0xc8,0xa2,0x7a,0xa1,0xb9,0x1e,0x35, +/* 0x00f920 */ 0x38,0xb4,0xe5,0x95,0x28,0x86,0xdd,0x65,0xd0,0x6b,0x54,0x4d,0x82,0xa1,0xa1,0xb9, +/* 0x00f930 */ 0xda,0x52,0x55,0x97,0xc4,0x12,0x9d,0x18,0xd1,0xbc,0xa6,0x36,0x5a,0xc6,0x81,0x1f, +/* 0x00f940 */ 0x0b,0xc2,0x6b,0xa3,0x9a,0x5f,0x4d,0x26,0xf8,0x14,0x73,0x8b,0x92,0xce,0xd7,0x69, +/* 0x00f950 */ 0xa5,0xb4,0x1e,0x57,0x54,0xe0,0x17,0xc1,0x87,0xcb,0xe4,0x98,0x92,0x14,0x10,0x87, +/* 0x00f960 */ 0x8a,0x17,0xed,0xf7,0x7d,0x38,0x98,0x0e,0xca,0x60,0xa3,0x99,0x79,0x58,0x9b,0x45, +/* 0x00f970 */ 0x8b,0x43,0x8d,0xda,0xa6,0x62,0xeb,0x74,0xc8,0x24,0x66,0xeb,0x9b,0xb7,0xb6,0x46, +/* 0x00f980 */ 0xd5,0xe2,0xd3,0x51,0x24,0x4e,0xf1,0x28,0x2d,0xba,0xb9,0x60,0xf4,0x15,0x1d,0xc0, +/* 0x00f990 */ 0xb2,0xd5,0x11,0xf7,0x8a,0x6a,0x8c,0x46,0x86,0xb1,0x39,0x7a,0x5f,0xad,0x51,0xdb, +/* 0x00f9a0 */ 0xc2,0xea,0x74,0x85,0x7b,0x73,0x86,0x39,0x95,0x67,0x13,0x51,0x58,0x8a,0x37,0x09, +/* 0x00f9b0 */ 0x45,0xd7,0xd8,0xbd,0x1e,0x6a,0x37,0x9b,0x9b,0xbd,0xf6,0x33,0x21,0x0c,0x77,0x4a, +/* 0x00f9c0 */ 0x11,0x43,0x49,0x48,0xc1,0xa7,0xff,0x51,0xff,0xb1,0xd1,0x94,0x9a,0x00,0xf9,0x8d, +/* 0x00f9d0 */ 0xe1,0xdd,0xcf,0x37,0x49,0xb3,0x1a,0x58,0xd5,0xac,0x48,0x5a,0xc9,0x62,0xd3,0xe2, +/* 0x00f9e0 */ 0xc6,0x0f,0xf1,0x56,0xe7,0xdd,0xd7,0xd8,0x20,0x3d,0xa8,0x2c,0x96,0xc8,0x60,0x79, +/* 0x00f9f0 */ 0xbd,0x1e,0x1e,0x69,0x8b,0xca,0x09,0xd6,0x17,0xa1,0x4b,0xe4,0x56,0xac,0xaf,0x56, +/* 0x00fa00 */ 0xbd,0x61,0x64,0xf1,0x45,0x39,0xeb,0x81,0x3e,0xbd,0xc1,0xcb,0xe5,0x95,0x63,0x37, +/* 0x00fa10 */ 0x1b,0x10,0xed,0xa7,0x85,0x37,0xa4,0xb0,0x74,0x27,0xdd,0x3d,0xa4,0xf4,0x63,0x23, +/* 0x00fa20 */ 0xb1,0x94,0x88,0x55,0x93,0x25,0x2a,0x1b,0x88,0x47,0x0c,0xb5,0x4e,0x0a,0x0e,0x3d, +/* 0x00fa30 */ 0xa3,0x93,0xfd,0x4a,0x1f,0x36,0x2d,0xaf,0xd5,0xb9,0xed,0x87,0x37,0x9b,0x03,0xa2, +/* 0x00fa40 */ 0xfd,0x54,0xc7,0x11,0xdc,0x4c,0x83,0x27,0xaa,0x20,0xd7,0x11,0xeb,0x34,0x34,0xab, +/* 0x00fa50 */ 0x0a,0x30,0x34,0xec,0x94,0xc3,0xa5,0xea,0x30,0xd6,0xd4,0x7a,0x08,0xe7,0xe5,0x66, +/* 0x00fa60 */ 0xa4,0xf1,0x66,0x22,0x68,0x89,0x5c,0x37,0x43,0xc3,0x10,0x75,0xaf,0xe7,0xce,0xf8, +/* 0x00fa70 */ 0xe8,0xf6,0x9c,0x44,0x47,0x58,0xd0,0xf1,0x69,0xdc,0x5c,0xd3,0x60,0xed,0x5b,0x30, +/* 0x00fa80 */ 0x43,0x55,0xae,0xf3,0x69,0xec,0xcf,0x9a,0x22,0x43,0x4a,0x36,0x1f,0x2e,0xef,0xd5, +/* 0x00fa90 */ 0x23,0xf9,0x26,0xb7,0x3d,0xf3,0x5c,0x5e,0x0b,0x92,0x68,0xa5,0x25,0xa0,0x97,0xc4, +/* 0x00faa0 */ 0x41,0x4b,0x4f,0xa8,0x64,0x18,0x23,0x88,0x06,0xa9,0x5d,0xcb,0x25,0xf5,0xfe,0x25, +/* 0x00fab0 */ 0x90,0x94,0x34,0x7c,0x16,0x7a,0x06,0xc3,0x08,0x0d,0x86,0x69,0x80,0xaf,0x70,0x80, +/* 0x00fac0 */ 0xdb,0x6c,0x2b,0xfd,0xcb,0x6b,0x85,0x71,0xb1,0x78,0x51,0x97,0x8f,0x05,0xae,0x6c, +/* 0x00fad0 */ 0xea,0xdb,0xdc,0x10,0xdf,0xdb,0x7c,0xf1,0x12,0x65,0x7d,0x0a,0xf6,0x2c,0xd7,0xf5, +/* 0x00fae0 */ 0x21,0x6c,0xcf,0x2a,0x7b,0x5a,0xd7,0xae,0x50,0x5a,0x9f,0xa5,0x6c,0x4c,0x7b,0x86, +/* 0x00faf0 */ 0xd1,0x13,0xfe,0x5e,0x57,0xd1,0x4b,0x5b,0xe9,0x9c,0x8c,0xaa,0x63,0x7f,0x2b,0x4a, +/* 0x00fb00 */ 0x12,0x46,0x00,0x09,0x5d,0x04,0x28,0x2a,0x93,0x62,0x25,0x0b,0x5a,0x73,0x94,0x79, +/* 0x00fb10 */ 0xd6,0xf6,0x3e,0xbd,0xb8,0xb7,0xb0,0x52,0x49,0x9a,0xee,0x80,0x92,0x5b,0x1b,0xa5, +/* 0x00fb20 */ 0xb8,0x0b,0x5c,0x5e,0xcb,0xe0,0xf4,0xb4,0xe8,0xe3,0x33,0x8a,0xc1,0x4b,0xc4,0xab, +/* 0x00fb30 */ 0xc6,0xfa,0xd3,0x4e,0x30,0x4b,0x80,0xf8,0x1e,0x66,0x4b,0xe2,0x25,0x57,0xe5,0xdd, +/* 0x00fb40 */ 0xc5,0xa4,0x49,0xf6,0xbf,0xd5,0x63,0xef,0x6b,0x2a,0x9b,0x1c,0x3b,0xfe,0x13,0xcb, +/* 0x00fb50 */ 0xdf,0x9d,0xad,0xf9,0xd9,0x81,0x3f,0x99,0xc9,0x2e,0xbe,0xe3,0x57,0x7d,0x2d,0xff, +/* 0x00fb60 */ 0x6b,0xe0,0x6d,0x16,0xbe,0x38,0xf8,0xfa,0x91,0xc1,0xed,0x0b,0x8d,0xf8,0x9c,0x07, +/* 0x00fb70 */ 0x3b,0xcf,0x7c,0x1a,0x67,0xa6,0xba,0x52,0x9d,0x06,0xdf,0x78,0x78,0x6b,0x2c,0x18, +/* 0x00fb80 */ 0xa4,0xdb,0x01,0xee,0xc8,0xff,0x1e,0x2d,0xd4,0x6d,0x64,0x4a,0x63,0x63,0x36,0x58, +/* 0x00fb90 */ 0xba,0xa7,0x0a,0xe8,0x65,0x72,0xe9,0x33,0x14,0x23,0x92,0x52,0x24,0x6b,0xba,0x0c, +/* 0x00fba0 */ 0x0e,0x1e,0x51,0x16,0x08,0xa7,0xa9,0x3c,0xb4,0xad,0xab,0x45,0x48,0x7e,0x9e,0x6e, +/* 0x00fbb0 */ 0x6d,0x35,0xce,0xc8,0xb1,0xe8,0xd4,0xa9,0x53,0xd6,0xe9,0xe0,0xa9,0x33,0x24,0x15, +/* 0x00fbc0 */ 0xf0,0xd3,0x31,0x92,0xf3,0x95,0x73,0x06,0xf8,0xea,0xa9,0x3b,0x1c,0xc9,0x1d,0x63, +/* 0x00fbd0 */ 0x55,0xe7,0x29,0xe7,0xb2,0x4f,0xcf,0x53,0xf2,0xbb,0x4f,0x7d,0xe6,0x72,0xbe,0xfa, +/* 0x00fbe0 */ 0xae,0x2b,0xb9,0xe3,0xf5,0x1f,0xda,0xe0,0xf7,0x4f,0xbd,0xfb,0xf9,0xaf,0xc7,0x03, +/* 0x00fbf0 */ 0x53,0xbc,0x07,0xf5,0xee,0xfb,0xb7,0xd9,0xe0,0x8c,0x4b,0x3d,0x7f,0x39,0x77,0x08, +/* 0x00fc00 */ 0xb0,0xf0,0xd4,0xa9,0xf7,0x6d,0xc9,0xeb,0xef,0xbe,0x7e,0x8e,0xdf,0xf2,0xd2,0x19, +/* 0x00fc10 */ 0x7e,0xf9,0xf3,0x81,0x4a,0x41,0x63,0xfd,0xf2,0xe7,0x04,0x5e,0xaa,0xf8,0x65,0xfe, +/* 0x00fc20 */ 0x79,0x0b,0x23,0xca,0xe7,0x7a,0x3f,0x1b,0x18,0x3d,0xae,0xc2,0x58,0xbf,0xfc,0x85, +/* 0x00fc30 */ 0xaf,0xe7,0x34,0x6f,0xfa,0xf9,0x81,0x73,0x35,0x5f,0xbc,0x80,0xb1,0x25,0x8d,0xf1, +/* 0x00fc40 */ 0xcb,0x9f,0x13,0x7c,0x59,0xc9,0xf3,0x83,0x35,0x05,0x89,0x7b,0xd8,0x59,0xda,0xbf, +/* 0x00fc50 */ 0x09,0x6e,0x3e,0x9b,0xea,0xdc,0x7e,0xf9,0xf3,0x81,0x8a,0xc7,0x18,0x13,0xd7,0x7d, +/* 0x00fc60 */ 0x5e,0xe0,0x24,0xc7,0x2f,0xdf,0xec,0xfa,0x65,0xa3,0x02,0x1a,0x2c,0xdb,0x53,0x23, +/* 0x00fc70 */ 0x10,0xad,0xe5,0x66,0x57,0x62,0x8c,0x02,0x15,0xbf,0xfc,0xbb,0x5d,0x8f,0x34,0xea, +/* 0x00fc80 */ 0x81,0xff,0x2e,0xed,0xe7,0x4b,0x6e,0xcf,0xe0,0x12,0xde,0x2f,0x9c,0x6c,0xbf,0xfc, +/* 0x00fc90 */ 0x65,0xa5,0xcb,0x2f,0xff,0x1d,0x0b,0x70,0xfd,0xf2,0x7f,0xd8,0xf4,0x59,0xfc,0xe9, +/* 0x00fca0 */ 0x79,0xc0,0x78,0x39,0xff,0x8f,0xcb,0xf9,0x72,0x52,0x1c,0x23,0x78,0x49,0xfc,0x9b, +/* 0x00fcb0 */ 0xde,0xfe,0xef,0x50,0xfc,0x78,0x1a,0x4f,0xe3,0x69,0x3c,0x8d,0xa7,0xf1,0x34,0x9e, +/* 0x00fcc0 */ 0xc6,0xd3,0x78,0x1a,0x4f,0xe3,0x69,0x3c,0x8d,0xa7,0xf1,0x34,0x9e,0xc6,0xd3,0x78, +/* 0x00fcd0 */ 0xfa,0x0f,0x98,0xc4,0x9c,0x92,0x24,0xe6,0x94,0xd8,0xff,0xef,0x6b,0x19,0x4f,0xe3, +/* 0x00fce0 */ 0x69,0x3c,0x8d,0xa7,0xf1,0x34,0x9e,0xc6,0xd3,0x78,0x1a,0x4f,0xe3,0x69,0x3c,0x8d, +/* 0x00fcf0 */ 0xa7,0xf1,0x34,0x9e,0xc6,0xd3,0x78,0x1a,0x4f,0xff,0xbe,0x29,0x2e,0x4e,0x08,0xf9, +/* 0x00fd00 */ 0xeb,0x81,0x38,0x88,0x17,0x70,0x7d,0x71,0x30,0xea,0xbe,0xbc,0xb2,0x45,0x99,0x72, +/* 0x00fd10 */ 0x1c,0xca,0xa4,0xf2,0x5b,0x0b,0x3e,0x3d,0xc3,0x6e,0xdb,0x71,0x12,0x4f,0xbd,0x11, +/* 0x00fd20 */ 0x8e,0xe7,0x8e,0xc7,0xe3,0x17,0x1e,0x6f,0x86,0xbb,0x8e,0x37,0x00,0x7b,0xe3,0xb9, +/* 0x00fd30 */ 0x2e,0xfa,0xaf,0xd5,0x50,0x3e,0x8a,0x16,0x6f,0xad,0x6e,0xbb,0xd0,0x3a,0xf1,0xd3, +/* 0x00fd40 */ 0x0b,0x7f,0x55,0x6b,0x95,0x8f,0x9e,0x78,0xfd,0x92,0x5f,0xd1,0x3d,0x1d,0x6f,0x80, +/* 0x00fd50 */ 0x59,0x3e,0x4a,0x0f,0x2e,0x7d,0x23,0x08,0xf7,0x1c,0x27,0xa5,0xf2,0xd1,0xe6,0xf8, +/* 0x00fd60 */ 0x84,0xe3,0x52,0x99,0xdb,0x77,0xe2,0xdf,0xb2,0xef,0x45,0x80,0x1a,0x1a,0xbf,0xe7, +/* 0x00fd70 */ 0xb8,0x0f,0xbe,0x79,0x74,0x1e,0xc0,0x05,0x8a,0xc0,0x57,0x1f,0xf5,0x21,0xfe,0xbf, +/* 0x00fd80 */ 0xa8,0xe2,0x06,0x89,0x00,0x8d,0x02,0x00, diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_plx.c b/packages/hal/arm/xscale/uE250/current/src/uE250_plx.c new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_plx.c @@ -0,0 +1,192 @@ +//========================================================================== +// +// uE250_plx.c +// +// HAL support code for NMI uEngine uE250 PCI Local Bus (PLX) +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): David Mazur +// Contributors: gthomas +// Date: 2003-02-21 +// Purpose: uPCI local bus (PLX/9080) support +// Description: +// +//####DESCRIPTIONEND#### +// +//========================================================================*/ + +#include +#include +#include CYGBLD_HAL_PLATFORM_H +#include CYGHWR_MEMORY_LAYOUT_H + +#include // base types +#include // tracing macros +#include // assertion macros +#include + +#include // IO macros +#include // calling interface API +#include // Register state info +#include // Interrupt names +#include +#include +#include + +#ifdef CYGPKG_IO_PCI + +externC void initialize_vga(void); + +#define _DEFINE_VARS +#include + +/** + * Initial values for the configuration registers of the PLX 9080 + */ +static struct plx_init { + cyg_uint32 address, value; +} plx_init_values[] = { + { 0x0, 0xffe00000 }, + { 0x4, 0x80000001 }, + { 0x8, 0x0 }, + { 0xc, 0x0 }, + { 0x10,0xffe00000 }, + { 0x14,0x80000000 }, + { 0x18,0x40030141 }, + { 0x1c,0x0 }, + { 0x20,0x0 }, + { 0x24,0x0 }, + { 0x28,0x0 }, + { 0x2c,0x0 }, + { 0x78,0x0 }, + { 0x7c,0x0 }, + { 0xf0,0xffff8000 }, + { 0xf4,0x40008001 }, + { 0xf8,0x00000243 }, + { 0xFFFFFFFF,0}, // End marker +}; + +#ifdef CYGSEM_HAL_LOAD_VGA_FPGA +static unsigned char uE250_plx_bitstream[] = { +#include "uE250_plx_bitstream.h" +}; +externC void load_vga(cyg_uint8 *base, int len); +#endif + +#if 0 +static void +_show_pci_device(cyg_pci_device_id devid) +{ + int i, bus, devfn; + cyg_pci_device dev_info; + + bus = CYG_PCI_DEV_GET_BUS(devid); + devfn = CYG_PCI_DEV_GET_DEVFN(devid); + cyg_pci_get_device_info(devid, &dev_info); + diag_printf("\n"); + diag_printf("Bus: %d\n", CYG_PCI_DEV_GET_BUS(devid)); + diag_printf("PCI Device: %d\n", CYG_PCI_DEV_GET_DEV(devid)); + diag_printf("PCI Func : %d\n", CYG_PCI_DEV_GET_FN(devfn)); + diag_printf("Vendor Id : 0x%08X\n", dev_info.vendor); + diag_printf("Device Id : 0x%08X\n", dev_info.device); + diag_printf("Command: %02x\n", dev_info.command); + for (i = 0; i < CYG_PCI_MAX_BAR; i++) { + diag_printf(" BAR[%d] 0x%08x /", i, dev_info.base_address[i]); + diag_printf(" probed size 0x%08x / CPU addr 0x%08x\n", + dev_info.base_size[i], dev_info.base_map[i]); + } +} +#endif + +/** + * Sets up the Base Address Registers of the PLX 9080 + */ +void +initialize_plx_bridge(void) +{ + cyg_pci_device_id plx_dev = CYG_PCI_NULL_DEVID; + struct plx_init *init = plx_init_values; + int bus, devfn; + cyg_pci_device dev_info; + +// diag_printf("Initializing PLX-9080 localbus controller\n"); + + if (cyg_pci_find_device((cyg_uint16)0x10B5, (cyg_uint16)0x9080, &plx_dev)) { + cyg_pci_get_device_info(plx_dev, &dev_info); + bus = CYG_PCI_DEV_GET_BUS(plx_dev); + devfn = CYG_PCI_DEV_GET_DEVFN(plx_dev); + + // Run PLX/9080 initialization sequence + _plx_config_addr = dev_info.base_map[0] + LOCALBUS_CONFIG_OFFSET; + while (init->address != (cyg_uint32)0xFFFFFFFF) { + plx_config_writel(init->value, init->address); + init++; + } + + // Turn device off so it can be re-configured + cyg_hal_plf_pci_cfg_write_byte(bus, devfn, CYG_PCI_CFG_COMMAND, 0); + // This lets the library probe the device so it can be setup. + cyg_pci_get_device_info(plx_dev, &dev_info); + // Now, assign new resources to the device + cyg_pci_configure_device(&dev_info); + + // Re-enable device now that is's been configured + cyg_hal_plf_pci_cfg_write_byte(bus, devfn, CYG_PCI_CFG_COMMAND, + CYG_PCI_CFG_COMMAND_IO | CYG_PCI_CFG_COMMAND_MEMORY); + + // See what was assigned - for later use + cyg_pci_get_device_info(plx_dev, &dev_info); + _plx_config_addr = dev_info.base_map[0] + LOCALBUS_CONFIG_OFFSET; + _plx_localbus_addr = dev_info.base_map[3] + LOCALBUS_OFFSET; + + // A little commercial plug :-) + localbus_writeb('M', ASCII_DISPLAY_BASE+8); + localbus_writeb('I', ASCII_DISPLAY_BASE+12); + localbus_writeb('N', ASCII_DISPLAY_BASE+16); + localbus_writeb('D', ASCII_DISPLAY_BASE+20); + +#ifdef CYGSEM_HAL_LOAD_VGA_FPGA + load_vga(uE250_plx_bitstream, sizeof(uE250_plx_bitstream)); +#endif + } else { + diag_printf("Can't find PLX controller!\n"); + } +} + +#endif // CYGPKG_IO_PCI diff --git a/packages/hal/arm/xscale/uE250/current/src/uE250_plx_bitstream.h b/packages/hal/arm/xscale/uE250/current/src/uE250_plx_bitstream.h new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/uE250_plx_bitstream.h @@ -0,0 +1,1359 @@ +// Copyright (c) 2003 Intrinsyc Europe Ltd. All rights reserved. +/* 0x000000 */ 0x1f,0x8b,0x08,0x08,0x4e,0x5b,0x4d,0x3e,0x00,0x03,0x78,0x78,0x32,0x00,0xa4,0x9b, +/* 0x000010 */ 0x7f,0x70,0x14,0x65,0x9a,0xc7,0x9f,0xe9,0xee,0x24,0x9d,0xe9,0x49,0xa6,0x09,0xe1, +/* 0x000020 */ 0x2a,0x2a,0x42,0x13,0x22,0x3b,0x7a,0x43,0x18,0x03,0x62,0x0e,0x61,0xd2,0xc4,0xdc, +/* 0x000030 */ 0x5e,0x6e,0xf1,0xca,0x9c,0xeb,0x55,0x59,0x57,0xd6,0xdd,0xac,0x66,0xb7,0xd8,0x2b, +/* 0x000040 */ 0xf6,0x2a,0xee,0x1f,0x7b,0xdc,0xdd,0xd6,0xed,0x4b,0x12,0x17,0x24,0xdc,0x92,0x45, +/* 0x000050 */ 0xca,0xe5,0xf6,0x3c,0x6b,0x54,0xae,0x64,0x5d,0xaf,0x6a,0x00,0xd1,0x80,0xca,0x36, +/* 0x000060 */ 0x31,0x87,0x01,0x22,0x64,0xa3,0xb7,0xc7,0x72,0x94,0x8e,0x6c,0xd6,0x1b,0x31,0x62, +/* 0x000070 */ 0x44,0x4a,0x03,0x84,0x70,0xef,0x8f,0x7e,0xdf,0xfe,0x31,0x3d,0x33,0xc1,0xc3,0x3f, +/* 0x000080 */ 0xfc,0xf2,0xf6,0x9b,0xa6,0xdf,0x27,0x6f,0xbf,0xcf,0xe7,0xfd,0xbe,0x4f,0x43,0x65, +/* 0x000090 */ 0x74,0x92,0xfd,0x07,0x10,0xfa,0x16,0x54,0x75,0x3d,0xfa,0xdd,0x47,0x1e,0xf9,0xc1, +/* 0x0000a0 */ 0x77,0x3b,0x1b,0xff,0xf6,0xd1,0x4e,0x78,0x04,0x2a,0x7f,0x70,0x57,0xa2,0xeb,0xb1, +/* 0x0000b0 */ 0xa6,0x15,0x09,0x78,0x14,0xb4,0xa6,0x44,0x22,0xb1,0x2c,0xd1,0xbc,0x6c,0x79,0x02, +/* 0x0000c0 */ 0x3a,0xa1,0xf2,0xce,0xc4,0xaa,0xc4,0x8a,0x55,0x4d,0xcb,0xe1,0xdb,0x10,0x9a,0x13, +/* 0x0000d0 */ 0xb9,0x8e,0xff,0xbc,0xf8,0x2f,0x7f,0xf1,0x9d,0x04,0xa0,0x10,0x00,0x54,0x24,0x42, +/* 0x0000e0 */ 0x29,0xf2,0x7f,0x2d,0x11,0x32,0x42,0x80,0xfe,0x3a,0x96,0x00,0x0b,0xff,0x3d,0x74, +/* 0x0000f0 */ 0xd4,0xbe,0x5e,0x99,0x00,0x83,0xfc,0x1f,0xec,0xbf,0x87,0x12,0x60,0x42,0x07,0x24, +/* 0x000100 */ 0x15,0xa8,0x81,0xd9,0xfc,0x51,0x90,0x2d,0xa4,0x1b,0xec,0x0f,0xd2,0xac,0xfa,0xc3, +/* 0x000110 */ 0x57,0xee,0x7f,0xa3,0xcf,0x73,0xa3,0xe3,0xd5,0x67,0xd7,0x9f,0x8b,0x6b,0xa4,0xbf, +/* 0x000120 */ 0x0a,0x92,0x11,0xda,0x02,0xf5,0xf8,0x31,0x25,0x03,0x72,0xb0,0x0a,0xaa,0x51,0xc8, +/* 0x000130 */ 0x52,0xd6,0xc3,0xcd,0x50,0x4e,0x6f,0xdc,0x32,0xc4,0xfb,0xa3,0xb2,0xd7,0xe1,0x3a, +/* 0x000140 */ 0xb4,0x58,0xd1,0x49,0x79,0x35,0x16,0xf7,0x10,0x31,0x4d,0x5a,0x06,0x23,0x93,0xf2, +/* 0x000150 */ 0x25,0x7e,0x69,0x12,0xba,0x78,0x7f,0x98,0x80,0xd7,0xa0,0xd1,0xd2,0x32,0x52,0x9c, +/* 0x000160 */ 0x0b,0xdc,0x22,0x35,0x8e,0xaa,0x19,0x69,0x5c,0xe9,0x63,0x2d,0x59,0x25,0x61,0xf7, +/* 0x000170 */ 0xdf,0x52,0x3b,0x02,0xcf,0x43,0xdc,0xd2,0x12,0x52,0x84,0x8b,0x6d,0xb0,0x1f,0x0b, +/* 0x000180 */ 0x35,0x81,0x7f,0xd0,0x6e,0x79,0x2e,0xc4,0xef,0x6f,0xcd,0x7b,0x29,0xe8,0xfe,0x58, +/* 0x000190 */ 0xe0,0xfb,0x7f,0x02,0xbf,0x54,0x48,0x0b,0x4c,0x2a,0x29,0x3e,0x80,0x79,0x13,0x70, +/* 0x0001a0 */ 0x15,0x92,0x56,0x34,0x23,0xc7,0xb1,0x58,0x45,0x04,0x6b,0x89,0x67,0xe4,0xd3,0xca, +/* 0x0001b0 */ 0x55,0x89,0x5e,0xb2,0x14,0x7e,0xff,0x67,0x43,0x62,0xbc,0xd3,0x6e,0xb1,0x86,0x89, +/* 0x0001c0 */ 0x85,0xac,0x25,0x67,0xf2,0xfb,0x9b,0xfa,0x4b,0xec,0xfe,0x03,0xf4,0xfe,0x49,0xe7, +/* 0x0001d0 */ 0xfe,0x58,0x7c,0xc4,0xc5,0xa8,0x62,0xd8,0xfd,0xdb,0xcb,0xe2,0x81,0xcf,0xbf,0x8c, +/* 0x0001e0 */ 0x89,0x7b,0x58,0xcb,0x18,0x9e,0xfd,0xec,0x8f,0x51,0x76,0x1f,0x8d,0x06,0x6e,0x8c, +/* 0x0001f0 */ 0x30,0x91,0x90,0x46,0xb8,0x68,0x83,0xe5,0x4c,0x0c,0xe3,0x77,0xc5,0xee,0x1f,0x5a, +/* 0x000200 */ 0x00,0xaf,0xa2,0xa5,0x59,0x6d,0xa3,0x24,0xc4,0x7b,0x5c,0xfc,0x86,0x8b,0x61,0x71, +/* 0x000210 */ 0x7f,0x15,0x22,0xf0,0x39,0xac,0x26,0x0f,0x69,0x8b,0x84,0x3c,0x22,0x44,0x9d,0x2d, +/* 0x000220 */ 0xc6,0xc4,0xac,0x37,0xe7,0xd9,0xf1,0xf9,0xcc,0x15,0x9f,0x10,0x15,0x78,0xe0,0xe6, +/* 0x000230 */ 0x55,0xd6,0x62,0x95,0xf3,0xf8,0xec,0x29,0x9b,0xc8,0x0b,0x0b,0x15,0x43,0x58,0x5c, +/* 0x000240 */ 0x80,0xff,0x61,0x2d,0xe7,0xc5,0xfc,0x69,0x9f,0xf3,0x34,0xbc,0x0a,0x4b,0x2d,0xad, +/* 0x000250 */ 0x4b,0x3a,0x9b,0x27,0x46,0x60,0x33,0x13,0x83,0xe2,0xf7,0x7b,0x04,0x9e,0xf1,0x0e, +/* 0x000260 */ 0x33,0x6c,0x8b,0x1c,0x69,0x31,0x36,0xb3,0x4b,0x19,0x53,0xc4,0xbf,0x76,0x24,0x2f, +/* 0x000270 */ 0x8c,0x42,0x9c,0x42,0x3d,0x54,0x94,0x8f,0x89,0xf9,0x99,0x9b,0xb7,0x07,0xae,0x40, +/* 0x000280 */ 0x12,0x45,0xd3,0x52,0xce,0x16,0xb2,0x10,0x57,0xa5,0x33,0x4c,0x9c,0x69,0xe0,0xcf, +/* 0x000290 */ 0xd3,0x0e,0x59,0x98,0x82,0x24,0x44,0x91,0x5c,0x44,0x8c,0x01,0xbf,0xbf,0xaa,0x8f, +/* 0x0002a0 */ 0xc3,0x65,0x48,0x9a,0xd1,0xfe,0xc5,0x5c,0xc8,0x44,0xac,0x36,0xe3,0x4c,0xd0,0x96, +/* 0x0002b0 */ 0x41,0xf1,0x3c,0x48,0xe9,0x84,0x83,0xd0,0x68,0x6a,0xfd,0xd2,0xb8,0x57,0xa8,0xfd, +/* 0x0002c0 */ 0xf5,0xa2,0xc5,0x02,0xbe,0x2c,0xd4,0x95,0x35,0xd0,0xc6,0xca,0x5d,0x76,0xb7,0xb0, +/* 0x0002d0 */ 0xd3,0xdf,0xb9,0xc3,0x51,0x67,0x3e,0x28,0x0a,0xec,0x85,0xb8,0xa9,0xd5,0x4a,0x43, +/* 0x0002e0 */ 0x4c,0xe8,0x44,0x28,0x1b,0xbe,0xa1,0x62,0x91,0xb6,0x5b,0x06,0x43,0x7c,0x3e,0x0c, +/* 0x0002f0 */ 0x54,0xa5,0xbc,0xa3,0xab,0xb6,0x85,0x1a,0xc1,0x02,0xd9,0x97,0x4e,0xca,0x7c,0x7e, +/* 0x000300 */ 0xd6,0x55,0xb1,0x41,0xdd,0xef,0x1a,0x1d,0x17,0x73,0x2f,0xf1,0x96,0x0f,0xcb,0xbb, +/* 0x000310 */ 0xc4,0xf3,0xdb,0x57,0x47,0xf3,0xfb,0xcb,0x1f,0x72,0x71,0x54,0xcc,0x9f,0x3f,0xd2, +/* 0x000320 */ 0xb3,0x30,0x00,0x8d,0xa0,0x6d,0x95,0x6c,0x81,0xa4,0xac,0x6e,0x8b,0x0f,0x78,0xcb, +/* 0x000330 */ 0xc9,0x36,0x11,0xff,0x32,0x3e,0xcc,0x6e,0xf7,0x78,0x99,0xf8,0x4f,0x2e,0x2c,0xb1, +/* 0x000340 */ 0xfe,0xd4,0xcd,0xdb,0x5d,0x20,0xfe,0x44,0x20,0x1e,0x4f,0x31,0x3f,0xd3,0xb5,0xbb, +/* 0x000350 */ 0xf3,0x1e,0x1b,0x0b,0x89,0x88,0x7b,0xc5,0xf3,0xe7,0xc4,0xfa,0x13,0x83,0xc0,0xfe, +/* 0x000360 */ 0x54,0x48,0xa2,0xe5,0x38,0xf0,0xfb,0xc7,0xf4,0xf4,0x2c,0xe6,0xdb,0x71,0xb1,0xfe, +/* 0x000370 */ 0xc4,0x94,0x18,0x1c,0x82,0x46,0xa4,0x91,0xf9,0x5c,0x50,0x1c,0x17,0xf3,0x21,0xc6, +/* 0x000380 */ 0xd7,0x9f,0xa0,0xf7,0x45,0x88,0xe3,0xce,0xfa,0x33,0x67,0x3e,0x7b,0x5b,0x3b,0x5c, +/* 0x000390 */ 0xef,0xaf,0x4e,0xc4,0x3a,0xd7,0x8b,0x9c,0x73,0xee,0xaf,0x2e,0x80,0x2f,0xd1,0x9a, +/* 0x0003a0 */ 0x6c,0x74,0xa3,0xfc,0x5e,0x61,0x71,0x5e,0xac,0x3f,0xea,0xbc,0x97,0x82,0xd7,0x13, +/* 0x0003b0 */ 0x8f,0x18,0x14,0xeb,0x8f,0x59,0x36,0x03,0xd7,0x51,0x4b,0x36,0x3a,0x25,0xbb,0x45, +/* 0x0003c0 */ 0xf7,0x3d,0x58,0xcc,0x9d,0x51,0xed,0x16,0x27,0x7f,0xed,0x09,0x3d,0x9d,0xff,0xfc, +/* 0x0003d0 */ 0xa6,0x7f,0x21,0x3a,0xef,0xe4,0x17,0x3d,0x68,0xbd,0x7a,0xc1,0xd7,0x72,0x14,0x78, +/* 0x0003e0 */ 0xfc,0x53,0xc5,0xd6,0x9f,0x11,0xc3,0x16,0xa7,0xc5,0xfb,0x1e,0x73,0x8f,0xf7,0x35, +/* 0x0003f0 */ 0x5b,0x84,0xec,0x44,0xf6,0x09,0xbf,0x34,0x23,0x9e,0x87,0xe4,0x5f,0xda,0xd8,0x1f, +/* 0x000400 */ 0x10,0x96,0x11,0x2e,0xb2,0x62,0xfd,0x09,0xe9,0x62,0x19,0x7f,0xdd,0x9b,0xef,0x22, +/* 0x000410 */ 0x44,0x7c,0xca,0x5a,0x9c,0x7c,0xbd,0x49,0xd9,0xe0,0x4d,0xbb,0x54,0x5c,0xc5,0x22, +/* 0x000420 */ 0x4c,0x44,0x9f,0xc4,0xf2,0xbb,0xc9,0xd7,0x1f,0x54,0x16,0xd4,0xdf,0xce,0xd7,0x13, +/* 0x000430 */ 0xf0,0x4b,0xd6,0x62,0xb9,0xd6,0x1f,0x3b,0xcd,0xe9,0xfe,0xf8,0x84,0x89,0x60,0xeb, +/* 0x000440 */ 0xb3,0x6b,0xfd,0x01,0x60,0x69,0x57,0xcb,0xc8,0xbe,0x89,0x11,0x21,0xe2,0x63,0x2c, +/* 0x000450 */ 0xee,0xcf,0xcc,0xb5,0xc4,0xfa,0x93,0x9e,0x37,0x1d,0x90,0xdf,0x3f,0xf5,0xb5,0x0c, +/* 0x000460 */ 0x8b,0xf5,0x07,0x95,0x4d,0xc1,0x34,0xfe,0xf7,0x23,0x16,0x9e,0x24,0xa7,0xd8,0xd5, +/* 0x000470 */ 0x1f,0xc2,0xfb,0x70,0x37,0xef,0xff,0x23,0x1a,0x1f,0x87,0x7f,0xf4,0x1c,0x64,0x30, +/* 0x000480 */ 0x59,0xe1,0xd5,0x32,0x0b,0x7d,0x3c,0xd1,0xf7,0x41,0xbd,0x27,0x02,0x2e,0xfe,0x29, +/* 0x000490 */ 0x1b,0x66,0xfd,0x01,0x27,0x65,0x7b,0x74,0xf7,0xc1,0x93,0xd0,0xe0,0x99,0x18,0xe7, +/* 0x0004a0 */ 0x5c,0xfc,0xb3,0x07,0x32,0x6a,0xbd,0x81,0x57,0xef,0x9c,0xb8,0xbf,0xca,0xee,0x5f, +/* 0x0004b0 */ 0x23,0xee,0xef,0xf0,0x8f,0x39,0x67,0x02,0xa6,0xcc,0x84,0x19,0xd9,0x22,0x7f,0x00, +/* 0x0004c0 */ 0x27,0x58,0x7c,0x36,0xe0,0xb4,0xbb,0x92,0x07,0xaa,0x91,0xf1,0x09,0xbf,0x7f,0x1a, +/* 0x0004d0 */ 0xf3,0xcf,0xb4,0xde,0x62,0x46,0x7f,0x2b,0x8f,0x4a,0x76,0x34,0x46,0xe0,0x4b,0x5f, +/* 0x0004e0 */ 0x7c,0x72,0x62,0xfd,0x21,0xfc,0x93,0xb3,0x9a,0x52,0x78,0xb5,0xbf,0x5d,0x3a,0xc1, +/* 0x0004f0 */ 0xe3,0xcf,0xc4,0xda,0x09,0xe5,0x6a,0x28,0x80,0x7f,0x06,0x50,0xbd,0xa9,0xee,0x90, +/* 0x000500 */ 0xd7,0xf3,0xe7,0x9f,0x86,0xed,0xbe,0x19,0xe2,0xe6,0x9f,0x76,0x0c,0x81,0x06,0x52, +/* 0x000510 */ 0x63,0x98,0x76,0x48,0x7c,0xf0,0x34,0x13,0xd3,0x40,0xc4,0xc7,0xcd,0x3f,0x37,0x87, +/* 0x000520 */ 0x5e,0x45,0x8b,0xd3,0xea,0x46,0xe9,0xeb,0x60,0x67,0xff,0xf7,0xcc,0xcd,0xe8,0x7b, +/* 0x000530 */ 0xd9,0x75,0x2e,0x10,0x72,0xf1,0x8f,0xaa,0xc2,0xef,0x20,0x81,0x22,0x86,0xfc,0x67, +/* 0x000540 */ 0xf0,0x26,0xe7,0x9f,0x37,0x7d,0x20,0x34,0xe8,0xf0,0x4f,0xd5,0x00,0x5c,0xd7,0xdf, +/* 0x000550 */ 0x40,0x1e,0xfe,0xa9,0x11,0x13,0x89,0xce,0xc0,0x49,0x79,0xd4,0xc5,0x3f,0x27,0xe1, +/* 0x000560 */ 0x63,0xd4,0x94,0x8d,0xa4,0xe5,0x06,0x67,0x7e,0x9e,0x40,0xfb,0x3c,0x2f,0xa6,0x8b, +/* 0x000570 */ 0x7f,0xf0,0xfa,0xb3,0x1d,0x16,0x59,0x6a,0x97,0x54,0xcb,0x57,0x8f,0xf7,0x61,0x7b, +/* 0x000580 */ 0x7a,0x91,0x67,0x3d,0x19,0x13,0xbf,0x5f,0x4b,0x3f,0x0c,0x2f,0xa0,0x45,0xd9,0xca, +/* 0x000590 */ 0x98,0xc3,0x7b,0x27,0xe1,0x67,0xfd,0x8b,0x3c,0xe0,0x37,0x29,0xd6,0x9f,0xf6,0xda, +/* 0x0005a0 */ 0xb7,0x71,0xf4,0x0c,0xab,0x52,0xf0,0x24,0x8e,0xa7,0xf4,0x24,0x6e,0x71,0xc7,0xd3, +/* 0x0005b0 */ 0xc3,0x3f,0xe6,0x79,0xd8,0x87,0xaa,0xd2,0x5a,0xcc,0xe1,0x9f,0x33,0xd0,0x84,0x45, +/* 0x0005c0 */ 0x85,0x00,0xa1,0x2b,0xe2,0x79,0x28,0xff,0x28,0x49,0xa3,0xd1,0x93,0x86,0x72,0x25, +/* 0x0005d0 */ 0xf9,0x67,0xe1,0xcf,0x43,0x22,0xf1,0x29,0x70,0xcc,0x97,0x01,0x7d,0xfc,0x63,0x36, +/* 0x0005e0 */ 0x9a,0xb7,0xec,0x92,0x1a,0x78,0xda,0x6d,0x80,0xdf,0xfa,0x12,0x71,0xd6,0xc3,0x3f, +/* 0x0005f0 */ 0x6f,0xc0,0xb2,0x94,0x36,0x2a,0xbd,0x8c,0xaf,0xde,0x41,0xfb,0x97,0x3d,0xa1,0x78, +/* 0x000600 */ 0xfb,0x7b,0xf9,0xe7,0x80,0xb5,0xd4,0xd4,0x1e,0x94,0x76,0x72,0x10,0x52,0xe0,0xa7, +/* 0x000610 */ 0x3e,0x30,0x70,0xf1,0x8f,0x42,0xf9,0x07,0x69,0x48,0xce,0xf0,0xd1,0x19,0x30,0xdc, +/* 0x000620 */ 0xe1,0x1d,0xef,0x05,0x87,0x7f,0xe6,0xed,0xa6,0x74,0x17,0xdd,0x29,0x7f,0xdb,0x1e, +/* 0x000630 */ 0x9d,0xf6,0x7b,0xb8,0x6c,0x52,0x1e,0x10,0xe3,0x3d,0xea,0xe1,0x9f,0x6b,0xf8,0x7d, +/* 0x000640 */ 0xac,0x3e,0xed,0xd0,0x4e,0x27,0x1c,0x33,0xbd,0xf1,0x71,0xf8,0xa7,0x99,0xf0,0x4f, +/* 0x000650 */ 0x1a,0x43,0x8e,0xda,0x9d,0x35,0x6d,0xda,0x31,0xa4,0x2d,0x69,0x2a,0x52,0x98,0x7f, +/* 0x000660 */ 0x92,0x94,0x7f,0x14,0x0f,0xff,0x18,0x78,0x50,0x77,0x3a,0xa3,0x6b,0x83,0x4d,0x86, +/* 0x000670 */ 0x7f,0xbc,0xc5,0xf8,0xa7,0x01,0x9e,0xa0,0xa2,0xd5,0x89,0xa7,0xc3,0x3f,0xf3,0xf2, +/* 0x000680 */ 0x69,0xad,0x93,0xfe,0x7e,0x35,0xd7,0xf3,0xbb,0xf8,0xc7,0x99,0x06,0xe3,0xc8,0x16, +/* 0x000690 */ 0x43,0xce,0x0f,0x5e,0x86,0x55,0x01,0xfc,0xa3,0x26,0x8d,0x85,0x5b,0x34,0x1c,0x76, +/* 0x0006a0 */ 0x16,0xed,0x94,0x3a,0x5c,0x98,0x7f,0x42,0x31,0x38,0x6c,0x2d,0xdb,0x15,0x1d,0x97, +/* 0x0006b0 */ 0x62,0xb0,0x95,0xd1,0x4e,0x0c,0xcf,0xe7,0xa2,0xfc,0x33,0x1a,0xcf,0xd2,0xfd,0x69, +/* 0x0006c0 */ 0x0f,0x7b,0x5f,0xee,0xa3,0xe2,0x96,0x40,0xfe,0x49,0x87,0xe6,0xc3,0x01,0xfc,0x92, +/* 0x0006d0 */ 0x86,0xc9,0xfe,0x8b,0xee,0x56,0xbe,0x8f,0x7f,0xf0,0x67,0x86,0x97,0x07,0x1c,0xfe, +/* 0x0006e0 */ 0xd9,0x83,0xf9,0xe7,0x0b,0x0c,0x39,0xda,0x46,0xb9,0x5a,0x7a,0x8b,0xd0,0xce,0x94, +/* 0x0006f0 */ 0xfc,0x57,0xf0,0x56,0xba,0x20,0xff,0xdc,0xfa,0x12,0x19,0x94,0x6b,0xf5,0x18,0xc0, +/* 0x000700 */ 0xe2,0x1f,0xdd,0x2d,0x55,0x6e,0xfe,0x01,0xce,0x3f,0x1b,0xe5,0x24,0x9c,0xa2,0xb4, +/* 0x000710 */ 0xd3,0x33,0x03,0x9f,0x6e,0xf1,0x12,0x91,0xe5,0xf0,0x8f,0xd8,0x7f,0xc9,0x0f,0xf3, +/* 0x000720 */ 0xdd,0xd6,0x59,0x69,0x73,0x61,0xfe,0x01,0xbb,0xff,0x25,0x69,0xbe,0xe8,0x9f,0xc7, +/* 0x000730 */ 0x3f,0x96,0x58,0x7f,0x0c,0xcc,0x3f,0xaf,0xf1,0xfd,0xbe,0x1d,0xcf,0x80,0xf5,0x3c, +/* 0x000740 */ 0x9f,0x7f,0x0c,0x29,0xce,0xf2,0xcb,0x24,0x1e,0xe6,0xa7,0x2c,0xe3,0x8b,0xfc,0x75, +/* 0x000750 */ 0xdc,0xc3,0x3f,0x78,0xb6,0x8c,0x46,0x77,0x17,0xe3,0x43,0x2f,0xff,0xcc,0xc0,0xf2, +/* 0x000760 */ 0x5c,0x34,0xa7,0xc5,0xf9,0x7a,0x1e,0xe1,0x89,0x5e,0xac,0xf0,0x56,0x9b,0x9b,0x7f, +/* 0x000770 */ 0x06,0xa0,0xfe,0xa1,0x75,0xdb,0xba,0xb9,0x11,0x51,0x13,0xcf,0xcb,0x5f,0x6e,0xfe, +/* 0x000780 */ 0x21,0xdb,0xfc,0xe7,0x2c,0x6d,0xaf,0xb3,0xdf,0x8f,0xeb,0x7d,0xfe,0xfe,0x3e,0xfe, +/* 0x000790 */ 0x31,0x58,0x7c,0xf6,0x7b,0x02,0xe5,0xc4,0xa7,0xc6,0xc5,0x3f,0x55,0x1b,0xf0,0xa0, +/* 0x0007a0 */ 0x9a,0xd0,0xfd,0x19,0x4d,0xf8,0x0f,0x71,0x27,0x11,0xdb,0x2d,0x2e,0xfe,0xb9,0x95, +/* 0x0007b0 */ 0x0e,0x0a,0xb9,0x46,0xa7,0x79,0x88,0x88,0xf2,0x4c,0xce,0xc5,0x3f,0x41,0xbc,0x64, +/* 0x0007c0 */ 0xfb,0x21,0x53,0xe6,0xfb,0x79,0xfe,0x8f,0x3e,0x11,0xc4,0x7b,0xa1,0xc6,0x3b,0x30, +/* 0x0007d0 */ 0xb1,0x5c,0x40,0xf6,0xc0,0x27,0xc1,0xe1,0x9f,0x60,0x1e,0xbe,0xc3,0xaa,0x74,0xb5, +/* 0x0007e0 */ 0x5c,0x0c,0xf2,0x7f,0xfc,0x3c,0xd9,0x4f,0xf8,0xd3,0xcf,0x3f,0xa1,0x42,0xfe,0x83, +/* 0x0007f0 */ 0x75,0xeb,0x28,0x7e,0x6c,0xd6,0x12,0xb2,0xda,0x84,0xff,0x33,0x27,0xd8,0xff,0x69, +/* 0x000800 */ 0x81,0xaa,0x4b,0x78,0x21,0xb2,0x5b,0xa6,0xf2,0xfd,0x1f,0x4e,0x9b,0xce,0x6b,0xd8, +/* 0x000810 */ 0x2f,0x40,0x28,0xd8,0xff,0xf1,0x3c,0x7f,0x9c,0xf1,0xb0,0x3d,0x91,0x2e,0x8a,0xf9, +/* 0x000820 */ 0x00,0x8a,0xcb,0xf6,0x79,0xde,0x1d,0xa8,0x4a,0x5d,0x1a,0x96,0xec,0x89,0x31,0xe5, +/* 0x000830 */ 0xf0,0x8f,0x9e,0x6f,0xfb,0x10,0xb1,0xcc,0x50,0x1f,0xc2,0xc2,0x26,0xa2,0x9c,0x8b, +/* 0x000840 */ 0x7f,0x5c,0xb6,0xcf,0xef,0xdc,0xd8,0x53,0xa5,0xcb,0x23,0xc8,0x06,0xa1,0x31,0x31, +/* 0x000850 */ 0xdd,0xcc,0xda,0xe0,0xf8,0xd8,0x3b,0x8e,0xeb,0x7e,0xff,0x47,0x2d,0x14,0xff,0x2c, +/* 0x000860 */ 0x5e,0xa6,0x70,0xfc,0x75,0x3f,0xff,0x6c,0x0a,0xf6,0x7f,0x96,0x01,0x26,0xa2,0x77, +/* 0x000870 */ 0xe1,0xd5,0x34,0x6d,0x39,0x27,0xfc,0x96,0x45,0x7e,0xff,0x47,0x88,0x4a,0x2a,0xd2, +/* 0x000880 */ 0xb4,0x25,0x2b,0xfc,0x9f,0xf5,0x05,0xf7,0x5f,0x6a,0x73,0x20,0xff,0x28,0x7b,0xf2, +/* 0x000890 */ 0x6c,0x1f,0x22,0x5a,0x50,0xd5,0x8b,0xf2,0x15,0x64,0xb7,0x9c,0x71,0xf8,0xa7,0xc8, +/* 0x0008a0 */ 0x7e,0x1c,0x02,0xf9,0xa7,0xe0,0x7e,0x5f,0x97,0x15,0xfd,0xa3,0x7c,0xfe,0x69,0x28, +/* 0x0008b0 */ 0xec,0x3f,0xf0,0x44,0x1c,0xe0,0xff,0x14,0xe8,0xff,0x8b,0x82,0xfe,0x8f,0x2e,0xf9, +/* 0x0008c0 */ 0xfc,0x90,0xca,0x9a,0x6e,0x25,0xbd,0x29,0xe6,0xe7,0x9f,0x5b,0x53,0xc1,0xe3,0xad, +/* 0x0008d0 */ 0x8d,0x76,0x6b,0x06,0xca,0x19,0x3e,0xff,0xa7,0xf9,0xdf,0xf2,0x6d,0x1c,0x22,0x5a, +/* 0x0008e0 */ 0x88,0xc3,0x73,0x29,0xcd,0x51,0x61,0x89,0xe0,0x99,0xb2,0xe0,0xfe,0x58,0xfc,0x5c, +/* 0x0008f0 */ 0x5b,0xc2,0x41,0xd1,0xe1,0x9f,0x9b,0xb8,0xff,0x43,0x1e,0x83,0xfb,0x3f,0x4c,0xf4, +/* 0x000900 */ 0x4a,0x8b,0xa4,0x2d,0x7e,0xff,0xa7,0x1d,0x7a,0x0b,0x8c,0x77,0x5d,0xad,0x54,0x06, +/* 0x000910 */ 0x9b,0x58,0xcb,0x98,0xc3,0x3f,0xb5,0x82,0x7f,0xbc,0x20,0xd4,0xa6,0xf5,0x97,0x8b, +/* 0x000920 */ 0xf8,0xbb,0xf8,0x47,0xd9,0x9d,0xe7,0xde,0x50,0xd1,0x8e,0xc5,0xd7,0xfa,0x8f,0xf9, +/* 0x000930 */ 0xf9,0x67,0x7d,0xf0,0x7c,0x50,0xe8,0x7c,0x10,0x44,0x74,0xe6,0x2b,0xfb,0x3f,0x6a, +/* 0x000940 */ 0xb0,0xff,0x23,0x15,0xe2,0x1f,0xb5,0x98,0xff,0x33,0x11,0xe0,0xff,0x84,0xe6,0x17, +/* 0x000950 */ 0xf6,0x6f,0x85,0x91,0xf2,0xff,0xf0,0x7f,0x6e,0x2d,0xe0,0xff,0x0c,0x79,0xfc,0x1f, +/* 0x000960 */ 0x89,0xc7,0x27,0xa5,0x1c,0x0e,0xf2,0x7f,0x98,0x78,0x06,0x13,0xd1,0x72,0x22,0x46, +/* 0x000970 */ 0x1d,0xfe,0x81,0xc0,0xf5,0x47,0x59,0x3a,0x88,0xc5,0x7c,0x0c,0x42,0x8b,0xac,0xea, +/* 0x000980 */ 0x40,0xfe,0xc9,0x1b,0x6f,0xb8,0xab,0xfb,0x75,0x20,0xfd,0x71,0xcb,0x90,0xe0,0x1f, +/* 0x000990 */ 0xb3,0x76,0x5b,0x70,0x3c,0x27,0xb5,0x66,0x9a,0xe8,0x0d,0x62,0x74,0x9c,0x71,0xf8, +/* 0x0009a0 */ 0xa7,0x2c,0x78,0xbc,0x2d,0x56,0xf5,0x80,0xfc,0x06,0xce,0x2f,0x74,0x23,0xe9,0x3c, +/* 0x0009b0 */ 0x4f,0x5a,0x2f,0x82,0x3d,0x42,0x8c,0x07,0xf9,0x3f,0x5e,0x31,0x88,0x97,0xfd,0x87, +/* 0x0009c0 */ 0x8d,0x13,0xb4,0x65,0x6e,0x29,0xff,0xc7,0x16,0x2f,0xd1,0xfc,0x5b,0x99,0x71,0xed, +/* 0x0009d0 */ 0xbf,0x0a,0xfb,0x3f,0x58,0x6c,0xe0,0xf9,0x3a,0xc0,0xff,0xf1,0xc6,0x47,0x89,0x13, +/* 0x0009e0 */ 0x1e,0x88,0xd0,0x7c,0x77,0x93,0xc7,0xff,0xa9,0xcb,0x3f,0x76,0x11,0x62,0x03,0xcf, +/* 0x0009f0 */ 0xbf,0x79,0xfc,0x93,0x3f,0x5e,0x47,0x6c,0xf7,0xfa,0x3f,0x41,0xdd,0x28,0xf6,0x98, +/* 0x000a00 */ 0xf4,0x44,0x8c,0xb6,0x8c,0x06,0x9d,0x7f,0x11,0x1e,0xe0,0xe3,0x35,0xb0,0x40,0x92, +/* 0x000a10 */ 0x40,0x97,0x6c,0xb9,0xe0,0x1f,0x3d,0x70,0x3e,0xa8,0xd4,0x01,0x8b,0x84,0x78,0x3e, +/* 0x000a20 */ 0x0a,0xf1,0xdf,0xaf,0x35,0x8f,0xde,0x7f,0x48,0x73,0xb9,0x67,0xec,0x5f,0x5c,0xd7, +/* 0x000a30 */ 0x0f,0xe2,0xfe,0x8e,0x5f,0x6d,0xf3,0x0f,0xb2,0xc3,0xf2,0x4f,0xae,0xf8,0x8c,0x3a, +/* 0x000a40 */ 0x27,0x56,0x59,0x3f,0xff,0xa4,0xd9,0x78,0x43,0x64,0x74,0xf7,0xb2,0x81,0x97,0x9d, +/* 0x000a50 */ 0x11,0x11,0xa8,0x38,0x1d,0xcc,0x3f,0xf6,0x69,0xce,0x05,0xe3,0x2a,0xac,0xfc,0xa0, +/* 0x000a60 */ 0x42,0x7f,0x5e,0x5c,0x2a,0xce,0x3f,0x9f,0xc0,0x6b,0xa3,0xf5,0x16,0xde,0x0f,0x8a, +/* 0x000a70 */ 0xa9,0xf2,0x85,0x9f,0x7f,0x4c,0x77,0x7c,0xde,0x66,0xfe,0x58,0x55,0x98,0x85,0x0e, +/* 0x000a80 */ 0x4f,0x8c,0xef,0x8b,0xf9,0x66,0x00,0xe6,0x9f,0xee,0xef,0x65,0x6f,0x71,0xf3,0x40, +/* 0x000a90 */ 0xe8,0x55,0x74,0xdb,0x64,0xdf,0xb0,0x24,0x50,0x61,0xa4,0x96,0xf7,0xb7,0xcf,0xbf, +/* 0x000aa0 */ 0x4c,0x1b,0x7b,0xe2,0x94,0x7f,0xcc,0x77,0xd4,0x15,0x58,0x48,0xdb,0x40,0x9c,0x7f, +/* 0x000ab0 */ 0xf1,0xfe,0x41,0xfc,0x33,0x01,0x7f,0xc7,0xfc,0xd8,0x0d,0x14,0x84,0x16,0x4e,0x56, +/* 0x000ac0 */ 0x64,0xc5,0xfb,0x68,0xf3,0x0f,0x54,0x7b,0xe6,0xe7,0xc7,0xb0,0xc0,0xe3,0xd0,0x0e, +/* 0x000ad0 */ 0xfa,0xf9,0x07,0x05,0xac,0x9f,0x8e,0x23,0xdd,0x3a,0xb8,0x84,0xdf,0xdf,0xe6,0x9f, +/* 0x000ae0 */ 0x54,0xd8,0xc3,0x3f,0x2f,0xf8,0x88,0x68,0x78,0x16,0xfc,0xa3,0xad,0xe8,0x16,0x2d, +/* 0x000af0 */ 0x67,0xc0,0xcb,0x3f,0x2d,0xa8,0xda,0x73,0xfe,0x75,0x9e,0x88,0x71,0xc7,0xff,0x39, +/* 0x000b00 */ 0x2e,0xf2,0x97,0xcd,0x3f,0xaa,0x3b,0xfb,0x7c,0xa0,0x8a,0x7c,0xb4,0x91,0x89,0x41, +/* 0x000b10 */ 0x91,0xbf,0x18,0xff,0x2c,0xf0,0xe6,0x3b,0x13,0x8b,0x54,0xb4,0x5f,0x6b,0x70,0xfc, +/* 0x000b20 */ 0x1f,0xfe,0xfc,0x41,0xfc,0xf3,0xbf,0x44,0x74,0xe2,0xf7,0x45,0x5c,0xb2,0xcc,0x02, +/* 0x000b30 */ 0xfc,0x43,0xfd,0x9f,0xf1,0xd0,0x41,0xc5,0xe6,0x1f,0xfb,0xd2,0x49,0xd7,0x79,0x68, +/* 0x000b40 */ 0x20,0x0f,0x98,0x58,0xec,0xe8,0x16,0x68,0x34,0x5c,0xc6,0xa7,0xe7,0xc0,0xfc,0x7c, +/* 0x000b50 */ 0xfe,0xa1,0x61,0x81,0x68,0xb7,0x6c,0x40,0xde,0xf9,0x17,0xe3,0x9f,0x96,0x8e,0x00, +/* 0x000b60 */ 0x9e,0x71,0x9d,0x70,0x7d,0xd8,0xe0,0xe3,0x9f,0xf5,0xee,0xfe,0x97,0xe0,0x1a,0x2c, +/* 0x000b70 */ 0x37,0xa3,0x7f,0xd9,0x13,0xe0,0xff,0xdc,0x04,0x3e,0xec,0xa9,0x64,0xa2,0x9e,0xf0, +/* 0x000b80 */ 0x8f,0xb8,0xf4,0xde,0xd7,0x7d,0xfc,0xd3,0xe5,0xe7,0x9f,0xb4,0x27,0x02,0x63,0x22, +/* 0x000b90 */ 0x7f,0xb9,0xf8,0xc7,0xc3,0x93,0xf5,0x26,0x7e,0x6d,0x5d,0x7e,0x1a,0xef,0x4f,0xf8, +/* 0x000ba0 */ 0xe7,0x20,0x24,0xd7,0x6e,0xf7,0x8d,0x77,0x9f,0x19,0xdd,0xd9,0x43,0xfa,0x97,0xe2, +/* 0x000bb0 */ 0x9f,0x2a,0xf1,0x83,0x3b,0x9d,0x3b,0x8c,0x15,0xe5,0x9f,0x73,0x4c,0x6c,0xea,0x11, +/* 0x000bc0 */ 0xf1,0x1f,0x2b,0xca,0x3f,0x97,0xe1,0x30,0x2c,0xeb,0xd7,0xb2,0xd2,0x1e,0xbb,0xa5, +/* 0x000bd0 */ 0x66,0x38,0x80,0x7f,0xea,0x5d,0x6e,0xf3,0x21,0x3d,0x7e,0xd4,0xbd,0x43,0x2f,0xca, +/* 0x000be0 */ 0x3f,0xad,0x67,0x8d,0x03,0xb0,0x34,0x84,0x5f,0x43,0x81,0x0a,0x59,0x85,0xdf,0x3f, +/* 0x000bf0 */ 0x56,0x97,0xcf,0x3f,0x67,0xb8,0x10,0x97,0xce,0x05,0xf0,0x4f,0xc8,0x71,0x33,0x54, +/* 0x000c00 */ 0x1c,0x16,0x74,0xbf,0x9b,0x7f,0xc4,0xfa,0xc3,0xf9,0x27,0xe2,0xe6,0x1f,0x75,0xa6, +/* 0x000c10 */ 0x7f,0xcd,0x78,0x64,0xbd,0x9c,0xe4,0x2d,0x19,0xf1,0xfb,0xe2,0xfc,0xa3,0x8a,0xe7, +/* 0x000c20 */ 0x7f,0x8c,0x89,0xb6,0xf0,0x03,0xce,0xf3,0x9f,0x2f,0xe7,0xfd,0x19,0xff,0xc4,0x5d, +/* 0x000c30 */ 0xfd,0x6d,0x61,0xd6,0xa5,0x24,0x11,0x8a,0xa3,0x79,0xfc,0xa3,0xfa,0xd7,0x1f,0x33, +/* 0x000c40 */ 0xac,0x4b,0x22,0x15,0x9e,0x16,0xfd,0x39,0xff,0x44,0xd8,0x31,0x93,0xfb,0x7c,0xa7, +/* 0x000c50 */ 0x5f,0xe4,0xaf,0x8a,0x43,0x7e,0xfe,0xc9,0x7a,0x78,0x40,0xbf,0x4c,0xa6,0x41,0x5a, +/* 0x000c60 */ 0xb4,0x54,0xf8,0xf9,0xc7,0x3e,0xed,0xe2,0x0b,0x3b,0x3a,0x05,0x77,0x5b,0x91,0xd3, +/* 0x000c70 */ 0x4e,0x7e,0xcf,0xe5,0xf1,0x0f,0xdd,0xad,0xff,0x2b,0x2c,0xc1,0xd9,0xaa,0xf5,0x64, +/* 0x000c80 */ 0xe2,0x59,0xc5,0xe8,0x0e,0xc7,0x1d,0x87,0x27,0x97,0x77,0xfe,0xa5,0x7a,0xf8,0xa7, +/* 0x000c90 */ 0x4f,0x5d,0x82,0xd4,0xee,0x56,0xd1,0x3f,0x9f,0x7f,0xbc,0xf1,0x79,0x1e,0xc7,0x23, +/* 0x000ca0 */ 0x8c,0xc2,0x11,0x9c,0xf8,0xe8,0x54,0x1c,0x14,0xeb,0x0f,0xe7,0x9f,0x88,0x27,0xbf, +/* 0x000cb0 */ 0x9c,0x80,0x95,0x10,0x41,0x4e,0x7e,0xb7,0x16,0x07,0xf2,0x8f,0xeb,0x18,0xab,0x05, +/* 0x000cc0 */ 0xa2,0x96,0x88,0xc0,0xdc,0x61,0xc5,0xcd,0x3f,0xfe,0xd3,0xb1,0x69,0xbc,0xfe,0xec, +/* 0x000cd0 */ 0x77,0x9f,0x18,0x2e,0x1e,0x2d,0xe1,0xff,0xe0,0xf5,0xe1,0x88,0xbb,0xe2,0xc5,0x7d, +/* 0x000ce0 */ 0xfe,0xe5,0xb3,0x35,0xa8,0x38,0xc8,0x1c,0x30,0x31,0x1f,0xc6,0x4a,0xf8,0x3f,0x07, +/* 0x000cf0 */ 0x95,0x7a,0x4f,0x45,0x8d,0xe5,0xf1,0x7f,0x98,0x2d,0xe3,0x9e,0x3f,0x9f,0x43,0x13, +/* 0x000d00 */ 0x16,0x8b,0xd9,0xd4,0xaa,0xc0,0xf1,0x29,0xed,0xff,0x08,0x71,0x04,0xc7,0xa7,0x00, +/* 0x000d10 */ 0xff,0x08,0x71,0x99,0xf3,0xa7,0xdd,0xf2,0xeb,0x12,0xfe,0xcf,0x41,0x5f,0x45,0xd0, +/* 0x000d20 */ 0x64,0xb0,0xff,0x23,0xc4,0x5e,0x6e,0x44,0xef,0x9f,0x9d,0xff,0x73,0x80,0xf9,0x21, +/* 0x000d30 */ 0xec,0x12,0x46,0xa3,0x91,0x60,0xff,0x47,0x88,0xcf,0x74,0x5a,0x11,0x74,0x1f,0xe4, +/* 0x000d40 */ 0xd7,0xff,0x04,0xf2,0xcf,0x35,0x56,0xff,0x63,0x1b,0x41,0xb3,0xf3,0x7f,0xdc,0x44, +/* 0x000d50 */ 0x34,0x0b,0xff,0xc7,0xbd,0xc2,0xc0,0x60,0x09,0xff,0xe7,0x80,0xb5,0x8c,0x16,0x02, +/* 0x000d60 */ 0xd5,0xd9,0x2d,0xa5,0xfc,0x9f,0xbd,0x88,0xfa,0x6f,0xb3,0xf7,0x7f,0x50,0x12,0x13, +/* 0x000d70 */ 0x91,0xec,0xe2,0x1f,0xfe,0x3c,0xc5,0xfc,0x1f,0x47,0x0c,0xce,0xc6,0xff,0x61,0xe7, +/* 0x000d80 */ 0x1d,0x37,0xe6,0xff,0x14,0xac,0xff,0x09,0xec,0xdf,0x09,0x81,0xe7,0x5f,0xc1,0x7e, +/* 0x000d90 */ 0x88,0x36,0x47,0x52,0x02,0xce,0xbf,0x0a,0xf9,0x3f,0x10,0xed,0x95,0x53,0x85,0xf8, +/* 0x000da0 */ 0xc7,0x3f,0xde,0x6b,0x44,0xec,0x90,0xc7,0xf5,0x1b,0xf1,0x7f,0x88,0xf8,0xa8,0x24, +/* 0x000db0 */ 0xff,0x38,0xa2,0x1b,0x8b,0x1b,0xf0,0x7f,0xb4,0x9a,0xee,0x71,0x78,0xb6,0x88,0xff, +/* 0x000dc0 */ 0x13,0x50,0xff,0x63,0xfb,0x3f,0x10,0xe4,0xff,0x78,0x9e,0x1f,0x79,0x9f,0xbf,0xa4, +/* 0x000dd0 */ 0xff,0x63,0x78,0x5b,0x66,0xe9,0xff,0xa4,0x66,0xed,0xff,0xf0,0x83,0xb0,0x43,0xb0, +/* 0x000de0 */ 0xea,0x06,0xfc,0x9f,0x0d,0x37,0xe4,0xff,0x6c,0xa4,0x3c,0x70,0xbb,0xcf,0xff,0xc9, +/* 0x000df0 */ 0xe7,0x1f,0xc9,0x16,0xe4,0x20,0x2c,0xdf,0xff,0xa9,0xba,0xb1,0xfa,0x9f,0xa2,0xfe, +/* 0x000e00 */ 0x8f,0x10,0x2e,0xff,0x27,0xb0,0x9e,0xc7,0xef,0x5f,0xcd,0xc6,0xff,0x71,0x8b,0x92, +/* 0x000e10 */ 0xfe,0x8f,0xe2,0x6d,0x39,0x5d,0xd2,0xff,0xb1,0x0f,0xc2,0xec,0x96,0xdc,0x0d,0xfa, +/* 0x000e20 */ 0x3f,0x1f,0x94,0xf6,0x7f,0x3c,0x62,0x96,0xfe,0x8f,0xeb,0x3c,0x6b,0x56,0xfe,0xcf, +/* 0x000e30 */ 0x44,0x00,0xff,0x40,0x7e,0xbe,0xcb,0x9f,0x81,0x2e,0xff,0x47,0xdd,0x30,0x8b,0xf1, +/* 0x000e40 */ 0xde,0x90,0xff,0x13,0xcd,0xf7,0x7f,0xd6,0xa0,0xea,0x2e,0x76,0x75,0xa8,0x6a,0x52, +/* 0x000e50 */ 0x3e,0x0b,0x6f,0x87,0x5a,0xac,0xed,0x96,0xbc,0xba,0xf7,0x94,0x11,0xec,0xff,0x20, +/* 0x000e60 */ 0xce,0x7b,0x39,0x35,0xd3,0x3a,0x41,0x96,0x05,0x0b,0xaf,0x0f,0x71,0xb3,0x4f,0xb7, +/* 0x000e70 */ 0xe3,0xe3,0x3d,0xff,0x6a,0x44,0xe1,0x44,0xcd,0x88,0x8e,0x47,0x37,0x5c,0x49,0x6c, +/* 0x000e80 */ 0x55,0x14,0x8a,0x1f,0x21,0xfc,0xa3,0xf4,0xe4,0xfb,0x3f,0x94,0x7f,0x76,0x09,0x9e, +/* 0x000e90 */ 0x24,0x62,0x6b,0xdf,0xa2,0x46,0x6b,0xdd,0x5e,0xdb,0x7f,0x23,0xf1,0x2c,0xf3,0xfa, +/* 0x000ea0 */ 0x3f,0x2d,0x19,0x91,0x6d,0xab,0x32,0xf2,0x29,0x38,0xa6,0xe2,0xb0,0x80,0xfc,0xef, +/* 0x000eb0 */ 0x89,0x63,0xed,0x6c,0x07,0x61,0xfa,0xf8,0xc7,0x3e,0x1f,0x94,0x08,0xed,0xc8,0xd3, +/* 0x000ec0 */ 0xfa,0xf5,0xcd,0x78,0x98,0xa3,0x8b,0x1f,0xe6,0xbc,0x77,0xba,0x8d,0x3f,0x0f,0xe6, +/* 0x000ed0 */ 0x1f,0x1d,0xdf,0xb6,0xb7,0x5a,0xd4,0x5f,0xed,0xed,0xf9,0x0f,0x38,0xf6,0x6c,0x72, +/* 0x000ee0 */ 0x28,0x3a,0xf0,0xb5,0x71,0xe2,0xcf,0xfb,0xfc,0x9f,0x3f,0xc6,0x90,0xa3,0xc4,0x7b, +/* 0x000ef0 */ 0xd5,0x01,0x46,0x3b,0x53,0xda,0xcb,0xa4,0x3e,0xca,0xa2,0x07,0xa9,0x13,0xa8,0xcf, +/* 0x000f00 */ 0x08,0xf6,0x7f,0xac,0xf0,0x9d,0x94,0x06,0x1b,0x87,0xb5,0xd5,0x78,0xff,0xb5,0xc9, +/* 0x000f10 */ 0x8c,0x67,0x35,0x03,0x8b,0x1d,0x2c,0x3e,0x93,0x62,0x3a,0x50,0xff,0x07,0x2d,0x35, +/* 0x000f20 */ 0x54,0x57,0xfd,0xf3,0x3f,0xb4,0xb2,0x63,0xaf,0x07,0x8e,0xc3,0x53,0xbc,0x42,0x46, +/* 0x000f30 */ 0x4c,0x9f,0x3a,0xc6,0x3f,0xd5,0x09,0x79,0x1b,0x2f,0x84,0x1e,0x81,0x23,0x14,0x7b, +/* 0x000f40 */ 0xf0,0x7c,0x7b,0x07,0x56,0x0f,0x45,0xef,0x94,0xc7,0xca,0x79,0x7f,0x73,0xbe,0x13, +/* 0x000f50 */ 0x1f,0x93,0x17,0xce,0xe9,0xd7,0x43,0xf6,0x7c,0xfb,0x94,0xf2,0xe1,0xbd,0x59,0xb1, +/* 0x000f60 */ 0x3f,0x0a,0xe0,0x9f,0x90,0x1d,0x96,0xb4,0x7c,0x4e,0x19,0xa6,0x20,0x2a,0x77,0x17, +/* 0x000f70 */ 0xf5,0x7f,0xde,0xe5,0x07,0xeb,0xa7,0xe1,0xc7,0xd4,0x4f,0x96,0x07,0x0d,0x1e,0x7f, +/* 0x000f80 */ 0x9b,0x7f,0xce,0x69,0x1b,0xcb,0x05,0xff,0xcc,0x48,0x8f,0x5b,0x54,0x1c,0x85,0x9f, +/* 0x000f90 */ 0xa2,0x45,0x81,0xfe,0x4f,0xda,0xb3,0xfe,0x98,0x3d,0x29,0x22,0x5a,0x4f,0x4a,0x4f, +/* 0x000fa0 */ 0xa2,0x34,0xf5,0x7f,0x1c,0xfe,0x29,0x63,0xfe,0xcf,0x42,0x77,0xd9,0x73,0xe4,0x24, +/* 0x000fb0 */ 0x11,0x59,0xf9,0x0a,0xbc,0x87,0x48,0x21,0x90,0xbc,0xd5,0xa9,0x2f,0x9a,0xc3,0xb3, +/* 0x000fc0 */ 0x4f,0x85,0xb3,0x1f,0x8f,0xf0,0xc4,0x64,0xe6,0x74,0x7a,0xa9,0xdb,0xc9,0x47,0x2c, +/* 0x000fd0 */ 0xdf,0x75,0x7a,0xf2,0x9d,0x74,0x0c,0x56,0x9a,0x11,0xd2,0xf2,0x19,0x31,0x0a,0xbc, +/* 0x000fe0 */ 0xfe,0x0f,0x86,0x16,0xa5,0xb1,0x43,0xdb,0xc9,0xd3,0xee,0x4e,0xbc,0xba,0x6e,0x02, +/* 0x000ff0 */ 0xa3,0x33,0xdc,0x2f,0xfd,0x1e,0x0e,0x9a,0xf5,0x38,0xff,0x96,0x5b,0xe2,0xf7,0x2b, +/* 0x001000 */ 0xf8,0x67,0x97,0xd3,0x1f,0xbf,0x8f,0xe6,0x92,0x0e,0x52,0xff,0x6c,0x1c,0x54,0x49, +/* 0x001010 */ 0xff,0x9a,0x1f,0x23,0x3e,0xdf,0x5c,0xfc,0x43,0xab,0x7f,0x3b,0xb0,0x20,0x69,0xdd, +/* 0x001020 */ 0x30,0xc3,0x75,0xa4,0xfe,0x39,0x66,0xb0,0x7a,0x60,0x7e,0x7f,0x9b,0x7f,0x48,0x10, +/* 0x001030 */ 0xec,0xf1,0x3e,0x8e,0xc5,0x30,0xdb,0x7f,0x65,0xd1,0x94,0xd1,0x44,0xf9,0xa7,0xa2, +/* 0x001040 */ 0x98,0xff,0x73,0x96,0xf1,0xcf,0x28,0x35,0x76,0x68,0x29,0xf8,0x05,0x17,0xff,0xd0, +/* 0x001050 */ 0xf8,0xfc,0x8d,0x4d,0x0b,0x2d,0x66,0xf4,0x41,0x69,0x48,0x7a,0x1b,0xee,0xc1,0xf1, +/* 0x001060 */ 0xd1,0x1a,0xf0,0x44,0x6a,0x22,0x77,0xf8,0x09,0x72,0xf8,0x87,0x14,0xf9,0x34,0xea, +/* 0x001070 */ 0x14,0x7b,0x30,0xed,0x18,0xb4,0x10,0x9a,0x7c,0xeb,0x11,0x23,0xdf,0x7a,0x6c,0x23, +/* 0x001080 */ 0x46,0x10,0x92,0x7e,0x63,0x0a,0xfe,0x51,0x5c,0xfc,0x83,0x69,0xe7,0x1b,0x5a,0x0d, +/* 0x001090 */ 0x1d,0x6f,0xcc,0x6c,0xef,0x90,0xfe,0x00,0x1e,0x47,0x74,0xbc,0xa3,0x7e,0xff,0xa7, +/* 0x0010a0 */ 0x4d,0x23,0xd5,0xe6,0x4f,0xf0,0xb2,0xe7,0x27,0x52,0xf5,0xa6,0xfa,0x94,0xb4,0x42, +/* 0x0010b0 */ 0xf9,0x67,0x62,0x04,0x91,0xf3,0x2f,0xde,0x9f,0xf1,0xcf,0x82,0x94,0x9b,0x76,0x86, +/* 0x0010c0 */ 0xf0,0xfb,0xb5,0x8a,0xfc,0x7e,0x6f,0x93,0x8e,0x99,0xf4,0xf7,0x9b,0x13,0xf7,0xb7, +/* 0x0010d0 */ 0xf9,0x87,0x1d,0x52,0x5c,0x86,0x1f,0xdd,0x4b,0x68,0x50,0xa2,0x15,0x62,0xbb,0x5c, +/* 0x0010e0 */ 0xfc,0xe3,0xd4,0xf3,0xb8,0xf9,0xe7,0x34,0x24,0x43,0x58,0x7c,0x0b,0x86,0xd5,0xa4, +/* 0x0010f0 */ 0x11,0xe9,0x95,0x2d,0x98,0x84,0x57,0xc8,0xa5,0x33,0x7e,0xfe,0x79,0x45,0xdb,0xd3, +/* 0x001100 */ 0x9d,0x83,0xad,0xcc,0xf6,0x89,0x29,0x3f,0x31,0x97,0xee,0x88,0x19,0x14,0x84,0xea, +/* 0x001110 */ 0x09,0xff,0x9c,0x13,0xf3,0xc7,0xe6,0x9f,0x51,0x2d,0x89,0xa7,0xcd,0x93,0x10,0xcb, +/* 0x001120 */ 0x90,0xf7,0x45,0xee,0xe9,0x88,0xaf,0xb5,0x77,0xe8,0x74,0xa3,0x3a,0xe8,0xe7,0x1f, +/* 0x001130 */ 0x20,0x6e,0x2d,0xc2,0xaf,0x6d,0xbf,0xb6,0xbe,0xfb,0xf5,0x10,0x16,0x26,0x74,0xe0, +/* 0x001140 */ 0x17,0xf9,0x00,0x7d,0x7f,0xcd,0x61,0x3f,0xff,0x8c,0x47,0x37,0xf6,0x5c,0x87,0xff, +/* 0x001150 */ 0xde,0xb4,0x26,0x4d,0x41,0xe8,0xad,0xde,0x35,0xa9,0xc8,0x7a,0x8c,0x79,0x17,0xd1, +/* 0x001160 */ 0x5d,0x98,0x7f,0x42,0xc7,0xc5,0xfa,0x63,0xfb,0x3f,0x28,0xba,0x53,0xbe,0x40,0x04, +/* 0x001170 */ 0x31,0xea,0x37,0x84,0xaf,0xc2,0x6a,0x73,0xbb,0x0d,0x7e,0x24,0x74,0x63,0x79,0xfc, +/* 0x001180 */ 0x23,0xfc,0x1f,0x2a,0x46,0xfa,0xef,0x34,0x22,0x97,0xa9,0xff,0x73,0x37,0xe1,0x9f, +/* 0x001190 */ 0x29,0xbf,0xff,0xb3,0x96,0xef,0xb6,0x90,0x9a,0xc2,0xd8,0xd3,0xab,0xdf,0xae,0xab, +/* 0x0011a0 */ 0x7f,0x2e,0x3f,0x88,0x9f,0xff,0x59,0xca,0x3f,0xa2,0xbf,0xcd,0x3f,0xc6,0xed,0xed, +/* 0x0011b0 */ 0xf6,0x36,0x2d,0xd6,0x25,0x4d,0xc3,0x4e,0x58,0x84,0xd4,0x6c,0x6b,0x1d,0xec,0x23, +/* 0x0011c0 */ 0xe3,0x7d,0x4c,0x1a,0x12,0xeb,0x8f,0xcd,0x3f,0x35,0x95,0x20,0x4d,0x90,0xd3,0x0d, +/* 0x0011d0 */ 0x92,0x28,0x47,0x42,0xfd,0x66,0x2c,0xa4,0x82,0x64,0x42,0x86,0xc6,0xb3,0xd5,0xf1, +/* 0x0011e0 */ 0xeb,0x18,0xff,0xac,0x1e,0xab,0x4a,0xb3,0xea,0x4a,0x84,0xa7,0x0d,0x5e,0x96,0xdb, +/* 0x0011f0 */ 0x9b,0xcc,0xf9,0x2b,0xfe,0xa4,0x51,0xbf,0x8a,0xc8,0xfa,0xf9,0xcd,0x29,0xc1,0xc3, +/* 0x001200 */ 0x36,0xff,0x90,0xcf,0x10,0xe8,0x79,0x47,0x3f,0xb1,0x7d,0xa4,0x8f,0xcc,0x64,0xc7, +/* 0x001210 */ 0xc2,0x1d,0xf2,0x87,0xf0,0xf7,0x68,0x15,0xe3,0x25,0x2f,0xff,0x24,0xad,0xc8,0xe4, +/* 0x001220 */ 0x5c,0x7a,0xac,0xd3,0x3f,0xf2,0xeb,0xb9,0xab,0xe1,0x94,0xba,0xbc,0x3f,0x9a,0x5d, +/* 0x001230 */ 0xdc,0x0c,0x5f,0x30,0xa3,0x23,0xdb,0xe6,0xe3,0x1f,0x84,0x57,0x1b,0x72,0x7a,0x15, +/* 0x001240 */ 0x4f,0x87,0x27,0x71,0xfe,0xda,0x32,0xfa,0x5c,0xe2,0x16,0xd4,0x6a,0x10,0xa3,0x35, +/* 0x001250 */ 0xb8,0xfe,0xb9,0x6e,0x77,0x0d,0xa9,0x4e,0xb9,0x43,0x57,0x33,0xe5,0x71,0x75,0x0f, +/* 0x001260 */ 0x59,0xa6,0x32,0xf5,0x24,0x03,0xd6,0x33,0xfe,0xe1,0xf3,0x87,0xf1,0x4f,0xa3,0x79, +/* 0x001270 */ 0xb3,0x21,0x8d,0x90,0xd3,0x2e,0x14,0x36,0xaa,0xe3,0x12,0xc2,0xeb,0x0f,0x7e,0xad, +/* 0x001280 */ 0xc8,0xd2,0x64,0xf8,0xf8,0xa7,0x8e,0xf2,0x0f,0x59,0x6d,0x88,0xed,0xb3,0x1a,0x22, +/* 0x001290 */ 0xe4,0x43,0x27,0x9c,0x56,0xd0,0x3a,0x56,0xb1,0x49,0xf3,0x8b,0xb5,0xc4,0xc7,0x3f, +/* 0x0012a0 */ 0x80,0xe9,0xe5,0x87,0x3c,0x91,0x9d,0x85,0x4b,0xa4,0xc5,0x94,0x27,0x61,0x9a,0x66, +/* 0x0012b0 */ 0xb4,0x6f,0x0e,0x57,0x14,0x3f,0xff,0x9a,0x71,0x7d,0x08,0x66,0x45,0x2d,0x59,0x2f, +/* 0x0012c0 */ 0xee,0xff,0xa8,0x87,0x54,0x77,0xfd,0x33,0x1e,0x93,0xe2,0xe5,0x1f,0x3f,0x0f,0xef, +/* 0x0012d0 */ 0x33,0x62,0xae,0x16,0x24,0xd5,0x94,0xf0,0x7f,0x0e,0x21,0xf7,0xfd,0xd3,0x12,0x94, +/* 0x0012e0 */ 0xa8,0xff,0xb9,0x82,0x5c,0x1f,0x82,0x45,0xd5,0x1e,0x28,0xe1,0xff,0x5c,0xf1,0xb4, +/* 0x0012f0 */ 0x1c,0x91,0x4b,0xf9,0x3f,0x57,0x59,0xd8,0xed,0x13,0xb1,0x9d,0xf2,0x7f,0x15,0xf7, +/* 0x001300 */ 0x7f,0xd4,0xd7,0x3a,0xbc,0xf5,0xe1,0x05,0xea,0x7f,0x84,0x18,0x30,0xed,0x7a,0xdd, +/* 0x001310 */ 0xb9,0xac,0x1e,0xcc,0xe5,0xff,0x40,0x90,0xff,0xf3,0xca,0x2e,0x6f,0x3d,0x70,0x29, +/* 0x001320 */ 0xff,0x67,0x12,0x12,0x4c,0xbc,0x43,0x5a,0x74,0xb7,0xff,0x33,0x3f,0x28,0x3e,0x33, +/* 0x001330 */ 0xca,0xaf,0xbc,0xf5,0x72,0x25,0xfc,0x9f,0x29,0xfc,0xda,0xde,0x9f,0x59,0x6c,0xb7, +/* 0x001340 */ 0xa4,0x4b,0xfa,0x3f,0xaf,0xd0,0x65,0xb3,0x95,0xb6,0x1c,0xd1,0x52,0x52,0x11,0xff, +/* 0x001350 */ 0x87,0x1e,0x84,0xed,0x45,0xee,0xf1,0x3e,0x54,0xba,0xfe,0xc7,0x4c,0xf3,0x16,0x1c, +/* 0x001360 */ 0xff,0xa6,0x62,0xfe,0x0f,0xb5,0x7d,0x66,0xcc,0x26,0x97,0x23,0x34,0x2e,0x95,0xf4, +/* 0x001370 */ 0x7f,0x52,0x5f,0xc9,0xff,0x61,0x22,0x32,0x0b,0xff,0xc7,0xf4,0x7c,0x08,0x56,0xda, +/* 0x001380 */ 0xff,0xf1,0xf5,0x2f,0xe9,0xff,0xc4,0x44,0x0b,0xee,0x3f,0x0b,0xff,0xc7,0x70,0xb5, +/* 0x001390 */ 0x44,0x66,0xe1,0xff,0xc4,0x5c,0x2d,0xcb,0x46,0x4b,0xfa,0x3f,0xd7,0x30,0xf6,0x90, +/* 0x0013a0 */ 0x83,0x21,0xee,0x17,0x15,0xf4,0x7f,0x96,0x71,0xb1,0x92,0xd7,0x3f,0xcf,0xd2,0xff, +/* 0x0013b0 */ 0xf1,0x9d,0x7f,0x95,0xf4,0x7f,0x96,0xb8,0xfc,0xb4,0x9d,0x81,0xf5,0x3f,0x5e,0x3f, +/* 0x0013c0 */ 0xa7,0xc9,0xd5,0xb2,0xab,0x94,0xff,0xa3,0x7e,0xe6,0x69,0xd9,0x51,0xda,0xff,0x31, +/* 0x0013d0 */ 0x57,0x12,0x91,0x9e,0xad,0xff,0x73,0x18,0xbd,0x88,0x05,0x88,0x96,0xf6,0x52,0xfe, +/* 0x0013e0 */ 0x4f,0xba,0xc1,0xea,0xc3,0xfb,0x53,0x5a,0x9f,0x70,0x4b,0x69,0xff,0xe7,0x75,0xf5, +/* 0x0013f0 */ 0x17,0x9e,0x96,0xa2,0xfe,0x0f,0x15,0x04,0x7b,0xe4,0x67,0x66,0x5b,0xff,0x93,0xf1, +/* 0x001400 */ 0x55,0x20,0xb4,0x16,0xf6,0x7f,0xaa,0x99,0x58,0x9e,0x95,0x2f,0xdb,0xc2,0xfb,0xfd, +/* 0x001410 */ 0x97,0xdf,0xff,0xa1,0x20,0x74,0x98,0x6d,0xbb,0xce,0xc2,0xaf,0xa8,0xe8,0x2e,0xe8, +/* 0x001420 */ 0xff,0x34,0x66,0xc3,0x4c,0x10,0x4c,0xaa,0xe7,0xfd,0x8b,0xf9,0x3f,0x04,0x23,0x43, +/* 0x001430 */ 0xfb,0x9d,0xf3,0x0e,0xbc,0x10,0x35,0x17,0xab,0xff,0x61,0x1b,0x79,0x8a,0x3d,0x92, +/* 0x001440 */ 0x9d,0x68,0x9a,0x5d,0xdf,0x7f,0x05,0xfb,0x3f,0x57,0xf4,0x62,0xf5,0xcf,0xa5,0xfd, +/* 0x001450 */ 0x10,0xa3,0x84,0xff,0x73,0x08,0x79,0x5b,0x8c,0x52,0xfe,0x8f,0xaf,0x3f,0x38,0xf3, +/* 0x001460 */ 0x4d,0x8f,0xf0,0xa2,0x8e,0xfb,0xb8,0xc0,0x3c,0x80,0xdc,0x33,0x30,0x23,0x49,0x25, +/* 0x001470 */ 0xfc,0x9f,0x2b,0xbe,0x16,0x28,0xfe,0xfd,0x97,0x3a,0xe3,0x6d,0xd1,0xbc,0xfe,0xcf, +/* 0x001480 */ 0x34,0xdc,0x0d,0xd1,0x21,0xad,0x0b,0x46,0x4c,0xfa,0x21,0xd8,0x0a,0xdc,0x6d,0x0e, +/* 0x001490 */ 0xe0,0x6d,0xfe,0x0a,0x5e,0x28,0xee,0x3d,0xff,0xa2,0xa7,0xed,0xe4,0x33,0x10,0x64, +/* 0x0014a0 */ 0xd4,0x87,0xc3,0x64,0xdb,0x45,0x5b,0x9e,0x0a,0xc7,0x79,0xc5,0x8e,0xc7,0xff,0xc1, +/* 0x0014b0 */ 0xb1,0x6d,0x80,0x75,0x52,0x0d,0xe8,0xc8,0x30,0x54,0x8c,0xc1,0x0a,0xec,0x0b,0x19, +/* 0x0014c0 */ 0xa0,0xad,0xd8,0x2a,0x0a,0xbf,0xbd,0xe7,0x5f,0x07,0xe9,0xfd,0xeb,0x0d,0xd8,0xa2, +/* 0x0014d0 */ 0x1a,0xe5,0xe4,0xfe,0xea,0x80,0x54,0xff,0x38,0xbe,0x6d,0x23,0xbd,0x7f,0x9f,0xff, +/* 0x0014e0 */ 0xfc,0xeb,0xe2,0xe8,0xdd,0xa9,0x8a,0x21,0x79,0x25,0xde,0xe8,0x2f,0x4f,0x44,0x46, +/* 0x0014f0 */ 0xe4,0x66,0xcc,0x6f,0xfb,0x6a,0xa2,0x89,0xc5,0x49,0x5e,0x1f,0xe5,0xf5,0x7f,0x70, +/* 0x001500 */ 0x34,0x3a,0xa3,0x6b,0xe5,0x2f,0xcc,0x4b,0x7a,0xd2,0x88,0xfe,0xa9,0x36,0x0d,0xd7, +/* 0x001510 */ 0x54,0x0c,0x8a,0xa3,0x78,0xfe,0xdb,0x11,0x73,0xfb,0x3f,0x71,0xbc,0xda,0xe0,0xdd, +/* 0x001520 */ 0x5c,0x6f,0x54,0x51,0x86,0xcd,0x7d,0x7a,0xbc,0x17,0x63,0xe7,0xe7,0x52,0x93,0x1e, +/* 0x001530 */ 0xc9,0x2c,0xe6,0xe7,0x8f,0x73,0xdf,0xf5,0xf0,0xcf,0xc1,0x0e,0xbc,0x5b,0x44,0xdf, +/* 0x001540 */ 0x69,0xa0,0xdb,0x52,0x15,0x49,0x71,0xf5,0xa0,0xb5,0xf2,0xe9,0xf0,0x01,0xe7,0xfc, +/* 0x001550 */ 0xcb,0xcb,0x3f,0x7b,0xfb,0x63,0x28,0x9c,0x90,0x54,0x89,0x54,0xc7,0xa9,0xe4,0xb3, +/* 0x001560 */ 0xf7,0xfd,0x7a,0x83,0xae,0x26,0xea,0xf1,0x54,0x91,0x02,0xfc,0x9f,0x37,0x90,0x91, +/* 0x001570 */ 0x0e,0x37,0x4b,0x61,0xd8,0x8c,0x31,0xa0,0xae,0x59,0x7a,0x40,0x7d,0x19,0xdd,0x96, +/* 0x001580 */ 0x0d,0x3f,0x24,0x2d,0x30,0xc4,0x17,0x52,0x62,0xfa,0x60,0xfe,0xb9,0x08,0xcd,0x5b, +/* 0x001590 */ 0x1a,0xef,0x92,0x54,0x78,0x13,0x63,0x4f,0x64,0x85,0xdc,0x66,0x5e,0xd4,0x57,0x98, +/* 0x0015a0 */ 0x11,0xfb,0x8b,0xf8,0x7c,0xff,0xe7,0x4b,0xd4,0x82,0xaa,0x48,0x11,0xf8,0x75,0xbd, +/* 0x0015b0 */ 0x65,0x28,0xfa,0x99,0x9c,0x81,0x4b,0x68,0x21,0x1e,0xa6,0xc6,0x0a,0xf3,0xf2,0xfd, +/* 0x0015c0 */ 0x9f,0xf6,0x64,0x36,0x42,0xbe,0x76,0x3f,0x81,0xdf,0xd6,0xc8,0x80,0x8c,0xb1,0x3c, +/* 0x0015d0 */ 0x94,0x4c,0x91,0x6d,0x48,0xc1,0xfa,0x1f,0xb6,0xec,0xd0,0xf1,0x76,0x49,0xec,0x8b, +/* 0x0015e0 */ 0x12,0xf7,0x17,0xa9,0x5e,0xff,0xe7,0x15,0x2b,0x4e,0x4e,0xf7,0x4e,0xd2,0xf1,0xaa, +/* 0x0015f0 */ 0xcd,0xd2,0xcd,0x04,0x7b,0x4c,0x79,0xa3,0xf4,0x7e,0xc1,0xfa,0x9f,0x51,0xfa,0x5a, +/* 0x001600 */ 0xf5,0xd1,0x78,0x42,0x14,0xdf,0x3f,0x9e,0x23,0x85,0x55,0x06,0xaf,0xff,0xf1,0xf2, +/* 0x001610 */ 0x0f,0x4a,0xa2,0xa5,0x69,0xf9,0x23,0xbc,0xcc,0xe3,0x17,0x31,0xad,0xfd,0x21,0x9a, +/* 0x001620 */ 0x31,0xf1,0x46,0x35,0x2d,0x5f,0x16,0xe7,0x5f,0x8e,0xff,0x43,0xf2,0x91,0x99,0x94, +/* 0x001630 */ 0xc8,0x67,0xe0,0xc6,0x94,0x42,0xb3,0xcf,0x24,0x9a,0x56,0x93,0xb5,0xd1,0x5e,0x17, +/* 0x001640 */ 0xff,0x78,0xfc,0x9f,0xab,0xb4,0xda,0x99,0x56,0xfb,0x24,0x08,0xed,0x0c,0x11,0x7f, +/* 0x001650 */ 0xac,0x33,0xa2,0xcb,0x4b,0xcc,0xe0,0xfa,0x1f,0xa3,0x71,0xad,0x7d,0xda,0xb5,0x92, +/* 0x001660 */ 0x7e,0xc6,0xae,0x3e,0x81,0x08,0xc6,0x84,0xff,0x8f,0xb3,0xeb,0x0f,0x8e,0xa2,0xca, +/* 0x001670 */ 0xf3,0x6f,0x5e,0xcf,0x42,0x33,0x33,0xc9,0x34,0x43,0xd8,0x0d,0x26,0x42,0x67,0x12, +/* 0x001680 */ 0x71,0x16,0x27,0x93,0x10,0x30,0x46,0x84,0xa4,0x93,0x70,0x1e,0x25,0xd6,0x91,0xf3, +/* 0x001690 */ 0xf6,0x0f,0xee,0xea,0xca,0x9a,0x55,0x6e,0x8b,0xab,0xf2,0xac,0xb8,0xb5,0xb5,0xc5, +/* 0x0016a0 */ 0x59,0x96,0xf7,0x32,0x13,0x60,0x42,0x04,0x46,0x70,0x6b,0xdd,0x5d,0xeb,0x6a,0x44, +/* 0x0016b0 */ 0xd6,0xcd,0x7a,0x58,0x3b,0x81,0x2c,0x46,0x50,0xec,0x20,0xae,0x01,0x03,0xa4,0x2c, +/* 0x0016c0 */ 0xcb,0xcb,0x1e,0xd4,0xed,0xe0,0x65,0x95,0xd5,0x00,0x11,0x3d,0x4c,0x02,0xc2,0xbd, +/* 0x0016d0 */ 0xef,0x7b,0xfd,0x6b,0xba,0x3b,0x33,0xd4,0xf9,0xd7,0xab,0x37,0x6d,0x98,0x7e,0xd3, +/* 0x0016e0 */ 0xfd,0xde,0xe7,0x7d,0xbe,0x9f,0xcf,0xe7,0x2d,0x35,0xeb,0x5f,0xfa,0x7f,0x80,0x7f, +/* 0x0016f0 */ 0x8e,0x42,0xe7,0x28,0x5e,0x89,0xde,0x46,0xd5,0x8a,0x38,0x8a,0xbf,0x46,0x3d,0x72, +/* 0x001700 */ 0xac,0x83,0x5e,0x1f,0x75,0xad,0x7f,0x49,0xfd,0xa8,0xf6,0xa1,0x8a,0x47,0x12,0x65, +/* 0x001710 */ 0x99,0xdf,0x47,0xee,0x7a,0x28,0xf2,0x48,0xe2,0xa3,0xcc,0x56,0x8a,0x7f,0x44,0xd0, +/* 0x001720 */ 0x3f,0x1b,0x7e,0x70,0xfd,0xfb,0x68,0xf8,0x47,0xdc,0x90,0x68,0x97,0x81,0xed,0x11, +/* 0x001730 */ 0x03,0x09,0x21,0x97,0x18,0xa9,0xa1,0xb0,0x67,0x9f,0x20,0x6b,0xfe,0xf7,0x15,0x67, +/* 0x001740 */ 0xee,0x36,0xf0,0x4f,0x8f,0xbe,0x88,0x83,0x7a,0x27,0xd2,0xfc,0x90,0x86,0x67,0x5a, +/* 0x001750 */ 0x94,0xe0,0x87,0x49,0xc3,0xff,0x6e,0xe1,0x7f,0xb8,0x7f,0x2a,0x4e,0x41,0xc2,0xa7, +/* 0x001760 */ 0xe4,0x64,0xa6,0x61,0x73,0xf0,0x97,0xb4,0x71,0xba,0x6b,0xb9,0x12,0x1c,0x0d,0x5f, +/* 0x001770 */ 0xd3,0xae,0x5f,0x71,0xc6,0x0d,0xff,0x5c,0x90,0x52,0x4a,0x58,0xf2,0x77,0xe3,0x0b, +/* 0x001780 */ 0x22,0x6d,0x20,0x81,0xf6,0xe8,0x8e,0x30,0x0b,0xff,0x83,0xbc,0x9c,0xe6,0x2a,0xc3, +/* 0x001790 */ 0xef,0xa1,0x2e,0x45,0xa6,0x8d,0x10,0x6b,0xc0,0x6d,0x9e,0xd1,0xf1,0x8f,0x85,0xff, +/* 0x0017a0 */ 0x61,0x7a,0x9e,0x58,0xeb,0x5e,0x5e,0xed,0x0a,0x6b,0x65,0x2f,0x31,0x0c,0x8e,0x3c, +/* 0x0017b0 */ 0xd3,0xff,0x5e,0xa3,0x5f,0xcf,0xf0,0xcf,0x18,0xe8,0xbb,0xda,0x81,0xd6,0x03,0xb6, +/* 0x0017c0 */ 0x27,0x34,0x8e,0x87,0x5a,0x1b,0x1e,0xf6,0x5b,0x1c,0x61,0x16,0xfe,0x07,0xd5,0xf0, +/* 0x0017d0 */ 0xe7,0x01,0x1e,0x03,0x1d,0xf6,0x88,0xd3,0xe8,0x58,0x3c,0x98,0xde,0xeb,0xc6,0xff, +/* 0x0017e0 */ 0xa0,0x8c,0x87,0x83,0x4c,0xbf,0xac,0xa3,0x4d,0x82,0x86,0xc5,0x06,0x54,0x42,0x4c, +/* 0x0017f0 */ 0x47,0x98,0x8d,0xff,0x19,0x8b,0x11,0x91,0x57,0xbb,0x62,0x64,0x27,0xe0,0x9f,0x5d, +/* 0x001800 */ 0xca,0x7d,0xdd,0xe2,0xe5,0x90,0x6e,0x04,0x6b,0xb3,0xf0,0x3f,0x0b,0xe9,0x32,0xa4, +/* 0x001810 */ 0x46,0xd5,0x7b,0x74,0xb5,0x4f,0x8a,0x2e,0xd3,0x74,0x22,0x8a,0x9f,0x10,0x99,0x31, +/* 0x001820 */ 0x87,0xcf,0x3f,0x0e,0xfe,0x07,0xdc,0xa6,0xac,0x71,0x71,0x11,0x7d,0x91,0xbd,0xdd, +/* 0x001830 */ 0xe8,0x6e,0xb5,0x7c,0x0b,0x2e,0x45,0x3f,0xe7,0xef,0xef,0xb0,0x89,0xdf,0x28,0xfe, +/* 0x001840 */ 0x39,0x9c,0x5e,0x9d,0x0b,0xde,0xc0,0x14,0x08,0x65,0x5a,0x2e,0x8a,0x5b,0x84,0x5d, +/* 0x001850 */ 0x68,0x88,0x2c,0x57,0x03,0x17,0x85,0xc5,0xe8,0x7d,0x8e,0x7f,0xf2,0xf9,0x1f,0x58, +/* 0x001860 */ 0xdd,0x02,0x03,0xb0,0xba,0x45,0xf4,0xfd,0x14,0x00,0x03,0x53,0xdf,0xb2,0xc0,0x85, +/* 0x001870 */ 0xff,0xb9,0x01,0x6c,0x4f,0xaa,0xe5,0x6a,0x09,0xe0,0x9f,0x9b,0x64,0xf9,0xa6,0xc0, +/* 0x001880 */ 0x98,0xb0,0x58,0x39,0x9b,0x68,0x71,0xf0,0x3f,0xd2,0x00,0x9f,0x7f,0x2a,0x41,0xf6, +/* 0x001890 */ 0xcc,0x27,0xa2,0x01,0xa9,0xea,0x6f,0x7c,0x1f,0xe1,0xc5,0xc0,0x68,0x9d,0x70,0xf2, +/* 0x0018a0 */ 0x3f,0xa4,0x16,0x96,0xe9,0x4a,0x26,0x04,0x8a,0xd0,0xeb,0xe5,0xb7,0xd0,0x6f,0x94, +/* 0x0018b0 */ 0x72,0x05,0x57,0x92,0xed,0x6e,0xf5,0xaf,0xac,0x12,0x1d,0x9a,0xa7,0x8f,0x27,0x1d, +/* 0x0018c0 */ 0xc6,0xb3,0x28,0x3b,0x5c,0x53,0xee,0x43,0xb8,0x44,0xd6,0xd6,0xbb,0xd1,0x3c,0xfe, +/* 0x0018d0 */ 0x07,0xf8,0xc0,0x92,0x49,0xcd,0x9f,0x45,0x27,0xd2,0x2b,0x68,0x3a,0xde,0x98,0x09, +/* 0x0018e0 */ 0xf4,0x09,0x51,0xdc,0xcb,0xe7,0xcf,0x99,0x3c,0xfe,0x67,0x5a,0x6e,0x56,0x63,0x74, +/* 0x0018f0 */ 0x58,0xbc,0x5f,0xc1,0xb0,0xd4,0x0b,0x13,0xf4,0x35,0x5c,0x45,0x36,0xbc,0xc5,0x19, +/* 0x001900 */ 0x33,0xb8,0xfe,0x52,0x1e,0xff,0x73,0x83,0x57,0xd3,0x40,0xed,0xc3,0xd8,0x9e,0x4a, +/* 0x001910 */ 0x74,0x1a,0xb5,0xa4,0x83,0x71,0xda,0xd0,0xd6,0xf7,0xdc,0x26,0x2b,0xfe,0x19,0x34, +/* 0x001920 */ 0xd5,0x1a,0x9a,0xec,0x64,0x8c,0xc4,0x9a,0xfc,0x07,0x68,0xe3,0x9c,0xd3,0xff,0xf5, +/* 0x001930 */ 0x04,0x53,0xff,0x56,0x40,0xb5,0xf4,0xa8,0x27,0xac,0xae,0xcf,0x86,0xa2,0x62,0x2a, +/* 0x001940 */ 0xf4,0x24,0xf2,0x0f,0xd2,0xf5,0xda,0xd0,0x3f,0x1b,0xfc,0x8f,0x37,0x20,0x66,0x91, +/* 0x001950 */ 0x66,0xfb,0x3a,0x84,0xe2,0xf0,0x3f,0x06,0x50,0x1a,0x45,0x11,0xf4,0x90,0xbd,0x5a, +/* 0x001960 */ 0xfd,0xcb,0x18,0x7d,0xb4,0x88,0xe3,0x1f,0xff,0x64,0x35,0x8c,0xcf,0x0a,0xfa,0xf7, +/* 0x001970 */ 0xfd,0x51,0xfe,0xd8,0x67,0x84,0xa8,0xa1,0x7f,0x5e,0xaa,0x7f,0x9f,0x4c,0xc9,0x0d, +/* 0x001980 */ 0x8d,0xe4,0x31,0xf1,0xcf,0x33,0x8c,0xff,0x09,0xe6,0x84,0x3f,0x7b,0x74,0xfd,0x4f, +/* 0x001990 */ 0x61,0xfd,0xb3,0xfc,0x1e,0x5a,0xbe,0x2e,0x30,0x4a,0x47,0x0c,0xc6,0xa7,0xa4,0x53, +/* 0x0019a0 */ 0x50,0x4c,0xfc,0x53,0xee,0xe0,0x7f,0xc2,0x97,0xe8,0xcf,0x14,0xfe,0x07,0x3a,0x51, +/* 0x0019b0 */ 0x47,0x59,0x3e,0x8f,0x48,0xf1,0x61,0x01,0xfe,0xa7,0x21,0x31,0x92,0xe9,0x45,0x99, +/* 0x0019c0 */ 0xb5,0x11,0x89,0x25,0x02,0x31,0x3d,0xf9,0x23,0x26,0xfe,0xf9,0x8e,0x0b,0xff,0x43, +/* 0x0019d0 */ 0x7a,0x45,0xd9,0x2b,0x3e,0xef,0x8b,0x12,0x8a,0x7f,0x20,0x68,0xc8,0xe4,0x7f,0x5a, +/* 0x0019e0 */ 0x17,0x5a,0x60,0xe1,0x51,0x4d,0x9f,0x4c,0x3e,0x50,0x1a,0x94,0x68,0x99,0x50,0x83, +/* 0x0019f0 */ 0xbe,0x40,0xab,0xcb,0x76,0x3e,0xef,0xe9,0x34,0xf8,0x1f,0xf0,0xbf,0x3b,0xf4,0x2d, +/* 0x001a00 */ 0xf8,0x96,0xdc,0x12,0x0f,0x8e,0xc1,0x7e,0x01,0x06,0x0a,0x80,0x90,0xfe,0xf7,0xdd, +/* 0x001a10 */ 0xf8,0x9f,0x12,0x04,0x7f,0xbf,0xf4,0x85,0x05,0x13,0x60,0xc4,0x43,0xa5,0x69,0x21, +/* 0x001a20 */ 0x5d,0x80,0xff,0x19,0x4c,0x44,0x49,0x52,0x0d,0xc7,0xc5,0xfd,0xf8,0xb2,0x4c,0x9f, +/* 0x001a30 */ 0x07,0xba,0x24,0xe2,0x46,0x0b,0xfe,0x71,0xee,0xbf,0x4a,0xd3,0xc9,0xe1,0x9a,0xb8, +/* 0x001a40 */ 0xaf,0x3c,0x71,0x99,0x3b,0xe2,0x65,0x3c,0x68,0xe1,0x7f,0x1e,0xb5,0xf3,0x3f,0xbe, +/* 0x001a50 */ 0x3b,0xf0,0xee,0x9e,0xbb,0x73,0x9a,0xff,0xab,0x2e,0x27,0x5e,0x6c,0x7b,0xce,0xc2, +/* 0x001a60 */ 0xff,0x3c,0x6c,0xe3,0x7f,0xb2,0x82,0x97,0x02,0xa1,0x95,0xc7,0x4b,0xa5,0xe4,0x04, +/* 0x001a70 */ 0x33,0xc2,0x97,0xca,0x42,0xc2,0xe4,0x7f,0xee,0x74,0xe1,0x7f,0xf0,0x2d,0xa9,0x02, +/* 0x001a80 */ 0xea,0x41,0x9a,0x31,0x30,0x27,0x74,0x14,0xe0,0x7f,0x06,0xf9,0x63,0xa9,0x58,0xf5, +/* 0x001a90 */ 0xcf,0x16,0xfe,0xe7,0x17,0x76,0xfe,0x67,0x12,0x97,0xf3,0xfa,0x57,0x47,0xd8,0xf4, +/* 0x001aa0 */ 0xbf,0x1b,0xfc,0x8f,0xec,0xa2,0xff,0xf9,0x2e,0xde,0x9e,0xaa,0xcd,0xcd,0xdb,0xc8, +/* 0x001ab0 */ 0x7b,0x26,0xfd,0xcf,0x50,0xbc,0xad,0x8f,0xff,0x66,0xaf,0x93,0xff,0x89,0xa2,0xc4, +/* 0x001ac0 */ 0xba,0xd8,0x70,0x45,0x86,0xae,0x77,0xb4,0x27,0x47,0xf7,0x5f,0x56,0xff,0xbb,0x33, +/* 0x001ad0 */ 0xf6,0xa7,0x09,0x9d,0x19,0x6a,0x49,0x97,0x4c,0x08,0x9f,0x93,0x19,0x98,0x28,0xc6, +/* 0x001ae0 */ 0x2d,0xf5,0xf7,0x75,0x1e,0xc7,0x7e,0xfc,0x9e,0x0b,0x68,0xaa,0x95,0x36,0x7a,0x6e, +/* 0x001af0 */ 0x9f,0xff,0x39,0xc9,0x69,0x1f,0xf6,0x51,0x5b,0x30,0x9d,0x2c,0x9c,0xff,0xf3,0x19, +/* 0x001b00 */ 0xea,0x89,0xc7,0x3a,0x22,0x2f,0x86,0x0d,0xfc,0x13,0x37,0xf6,0x5f,0x4d,0x0e,0xfe, +/* 0x001b10 */ 0x67,0x0f,0xfe,0x73,0xa2,0x07,0xc5,0xda,0xc4,0xc1,0xc4,0xab,0xbc,0x27,0x6b,0xc1, +/* 0x001b20 */ 0x3f,0x91,0x32,0x17,0xfe,0x67,0x5f,0x17,0x8a,0x42,0xfe,0x0f,0xff,0xa8,0xb7,0x60, +/* 0x001b30 */ 0xfe,0x0f,0x34,0xba,0x87,0x79,0xfe,0x8f,0x31,0x14,0x16,0xff,0xfb,0xcf,0xec,0x7c, +/* 0x001b40 */ 0xce,0x9e,0xe4,0x47,0x7d,0x14,0xff,0x3c,0x04,0xf8,0x27,0xa3,0x19,0xc1,0x1e,0x34, +/* 0x001b50 */ 0xf0,0x4f,0xb9,0x83,0xff,0x19,0xa5,0xfb,0xaf,0xf7,0xe8,0x65,0x74,0xfe,0xf9,0x09, +/* 0x001b60 */ 0xba,0xe4,0xf0,0xbf,0x97,0x3b,0xf4,0x3f,0x61,0x19,0xa7,0xe8,0x54,0x2b,0xa6,0x70, +/* 0x001b70 */ 0x98,0x68,0xfa,0x9f,0xff,0xf6,0x9a,0xf8,0xc7,0xc1,0xff,0xf8,0xe6,0x80,0xed,0x4b, +/* 0x001b80 */ 0x5d,0x17,0x4a,0x6c,0x92,0x5f,0x71,0xf0,0x3f,0x5e,0x57,0xff,0xbb,0x18,0xed,0x10, +/* 0x001b90 */ 0x5f,0xc4,0x4b,0x5d,0xf4,0x3f,0x0b,0x9d,0xfc,0xd5,0x52,0xef,0x49,0xa5,0xf9,0x07, +/* 0x001ba0 */ 0xd1,0x3d,0xc2,0x26,0xa7,0xfe,0x67,0x9d,0xc7,0xf9,0x3c,0x7c,0x86,0xa6,0x25,0xd0, +/* 0x001bb0 */ 0xc3,0x57,0xbb,0xe8,0x7f,0x44,0x17,0xfe,0x47,0x55,0x86,0xd5,0x06,0xd8,0x88,0x01, +/* 0x001bc0 */ 0x22,0x6a,0xb0,0xf9,0xdf,0xbf,0xe3,0xe4,0x7f,0xae,0xe3,0x5d,0x43,0xd5,0x69,0x31, +/* 0x001bd0 */ 0x97,0xe8,0x23,0x47,0xd0,0xb2,0x62,0xf9,0x3f,0x59,0x7c,0x72,0x5b,0x32,0x2d,0x8f, +/* 0x001be0 */ 0xb1,0x0a,0xbe,0x46,0x5c,0x98,0xfc,0x0f,0x99,0xef,0xe0,0x7f,0xc2,0x23,0x22,0xdd, +/* 0x001bf0 */ 0x98,0xa8,0xe2,0x24,0xae,0xf4,0xbe,0x43,0x6c,0xfa,0x9f,0x94,0xab,0xff,0xeb,0x7d, +/* 0x001c00 */ 0x72,0x28,0x13,0x00,0xfd,0xf3,0x2d,0xb2,0x9c,0xf6,0x3c,0x5e,0x24,0xff,0x47,0x64, +/* 0x001c10 */ 0x15,0x31,0xd9,0x4d,0xff,0x83,0xdc,0xf4,0x3f,0xde,0xb3,0xdd,0x2d,0x71,0x8a,0x7f, +/* 0x001c20 */ 0x8e,0xa1,0xff,0xe5,0xfc,0x8f,0xc5,0xff,0x5e,0x6e,0x9b,0x7f,0x7a,0x81,0xc6,0xd9, +/* 0x001c30 */ 0x2a,0xd7,0x1d,0xa7,0x1b,0x87,0x4a,0x5e,0xbf,0x7b,0xaa,0x88,0xfe,0x67,0x04,0x6d, +/* 0x001c40 */ 0x17,0x6b,0x61,0xa3,0xf1,0x92,0x56,0xef,0xb3,0xfa,0xdf,0xbd,0x76,0xfd,0x4f,0x16, +/* 0x001c50 */ 0x5f,0x41,0x5d,0x99,0xe8,0x64,0xb9,0x97,0xae,0x77,0x50,0xdf,0xa9,0x70,0xf5,0xbf, +/* 0x001c60 */ 0x1b,0xf7,0x0b,0xd3,0xe6,0x07,0xad,0x14,0x01,0x1e,0x63,0x8a,0x0b,0xe6,0xff,0xca, +/* 0x001c70 */ 0xf7,0xbf,0x3b,0xdc,0x5e,0xf1,0xeb,0xca,0xea,0x0f,0x61,0xe1,0x73,0xf2,0x3f,0x55, +/* 0x001c80 */ 0x2e,0xfc,0xcf,0x6a,0x8a,0xc8,0x28,0x62,0x9c,0x4c,0xde,0x74,0xfa,0xdf,0x5f,0xb6, +/* 0x001c90 */ 0xf3,0x3f,0xbd,0x8c,0x76,0x88,0xc7,0x86,0x7d,0x17,0xf1,0x35,0xd6,0x63,0xf3,0x7f, +/* 0x001ca0 */ 0xd9,0xd7,0xbb,0x3d,0x38,0x86,0x7b,0x3d,0xb1,0x13,0xf4,0x7d,0x99,0x50,0x34,0x22, +/* 0x001cb0 */ 0xc8,0xe2,0x7f,0x2f,0xb3,0xd4,0x3b,0xb4,0x18,0x9c,0x52,0xdc,0x65,0x55,0x44,0xcf, +/* 0x001cc0 */ 0xcb,0xab,0x7f,0x95,0x38,0xf8,0x1f,0x8a,0x7f,0x4e,0x21,0x96,0xef,0xe7,0xa6,0xff, +/* 0x001cd0 */ 0x71,0xe3,0x7f,0x30,0xd3,0xaf,0xe6,0xcc,0x1e,0xbb,0xff,0xfd,0x5e,0x98,0x76,0x6e, +/* 0x001ce0 */ 0x9c,0xa0,0xfb,0x7d,0x75,0xc3,0x64,0xb5,0xa6,0x97,0x1e,0xf7,0xab,0xde,0x11,0x69, +/* 0x001cf0 */ 0x05,0xec,0xf7,0xed,0xfe,0x77,0xd8,0x16,0x25,0x6e,0xa8,0x9a,0x9a,0x85,0x2b,0x82, +/* 0x001d00 */ 0x40,0x5f,0x27,0xa5,0xaa,0x1e,0x73,0xea,0x9f,0x0f,0xa1,0x9a,0x56,0x7f,0x08,0x8f, +/* 0x001d10 */ 0x90,0xbd,0xb2,0xf1,0x60,0x44,0x54,0x7f,0x18,0x2b,0x28,0x21,0xb3,0xf7,0xcb,0x92, +/* 0x001d20 */ 0xff,0x33,0xff,0x00,0x83,0x9d,0x82,0xc3,0xff,0xe5,0xcf,0xf8,0x22,0x73,0x12,0xf3, +/* 0x001d30 */ 0xc2,0xf9,0xfe,0x77,0x65,0x21,0xa8,0x9d,0x1b,0xe3,0xc1,0xd1,0xc7,0x27,0xc4,0x73, +/* 0x001d40 */ 0x96,0x81,0x52,0x82,0xfb,0x85,0xb5,0x68,0x58,0xd9,0xc7,0xc6,0x27,0x2f,0xff,0xe7, +/* 0x001d50 */ 0x96,0xd8,0xd2,0x11,0x1c,0xa5,0xb7,0xf9,0x27,0xaf,0x75,0xa0,0x72,0x14,0x28,0xde, +/* 0x001d60 */ 0x70,0xe6,0x1f,0x32,0x92,0x47,0x29,0x65,0x8f,0x65,0xde,0x0f,0x71,0xc0,0xbf,0x1f, +/* 0x001d70 */ 0x9f,0x52,0x5f,0x03,0x7d,0xb5,0xd3,0xff,0x25,0x42,0xec,0xcf,0x39,0xcb,0xf7,0x9f, +/* 0x001d80 */ 0xf4,0xf7,0xa1,0x3a,0x65,0xc7,0x28,0xbb,0x35,0x5b,0xfe,0xa1,0xfa,0x84,0xea,0x93, +/* 0x001d90 */ 0xe8,0x65,0x82,0xe5,0xc5,0x91,0xfd,0x59,0xb1,0x4b,0xe9,0x52,0xa0,0x50,0xa8,0xd8, +/* 0x001da0 */ 0xf2,0x0f,0x53,0x75,0x71,0xdf,0x46,0x88,0xc1,0xb1,0x00,0x83,0x83,0xb4,0x71,0x07, +/* 0x001db0 */ 0xd9,0xca,0x83,0x71,0x86,0x1d,0xf5,0xaf,0x52,0xa9,0xdd,0x1a,0xfb,0x33,0x9f,0x36, +/* 0x001dc0 */ 0x0e,0x0b,0x89,0xae,0x0f,0xa4,0x41,0x15,0xf8,0x9f,0x7c,0xfc,0x83,0x97,0xa8,0x3b, +/* 0x001dd0 */ 0x27,0x85,0x6f,0x2d,0x0f,0x92,0x87,0xd9,0x06,0xa7,0xd0,0xf5,0x32,0xd8,0x4a,0xb4, +/* 0x001de0 */ 0xbb,0xe4,0x1f,0xbe,0x28,0xfc,0x8b,0x62,0x7d,0x50,0x95,0x25,0x5c,0xe1,0xd0,0x68, +/* 0x001df0 */ 0xc3,0x3f,0xf3,0x5f,0x42,0xf7,0xa1,0x5a,0x85,0xa2,0x1d,0x3e,0x91,0xce,0x63,0x13, +/* 0x001e00 */ 0x0b,0xae,0x1d,0xaa,0x80,0xc6,0xdb,0xe8,0xb7,0xd0,0x63,0xfa,0x3b,0x54,0x0d,0xff, +/* 0x001e10 */ 0xac,0xdf,0x38,0xe7,0x51,0xe2,0x96,0xf7,0xf8,0x6b,0x96,0xff,0xe3,0xc8,0x3f,0xac, +/* 0x001e20 */ 0xd0,0xf7,0x5f,0xf3,0x38,0xff,0x1c,0x1d,0xa6,0x40,0xfd,0x74,0x37,0x7b,0xf0,0xf2, +/* 0x001e30 */ 0xf3,0x7f,0x8c,0xd8,0x9f,0xcd,0xe2,0x11,0x1d,0x08,0x1d,0x81,0xc2,0x71,0x86,0xee, +/* 0x001e40 */ 0xe7,0x67,0xd0,0x61,0x9b,0xff,0x1d,0x4c,0xee,0x8a,0x65,0x3d,0x2a,0x31,0x17,0xa6, +/* 0x001e50 */ 0xf6,0x9c,0x57,0xeb,0xb1,0xe7,0xff,0xd8,0xfc,0x5f,0xac,0x51,0x0a,0xf8,0xe7,0x24, +/* 0x001e60 */ 0x5a,0x65,0xd7,0x3f,0x6f,0x02,0xfe,0x47,0xf9,0x20,0x1d,0xca,0xab,0xbf,0x44,0x7f, +/* 0x001e70 */ 0xe8,0x4b,0x87,0x6a,0xd0,0x3c,0xa6,0xff,0xb9,0x1d,0xfd,0xf3,0x63,0x74,0x3f,0x32, +/* 0x001e80 */ 0x20,0x6f,0xe5,0x8e,0x30,0xf7,0xfa,0x57,0x26,0x0f,0x18,0xd0,0x27,0x70,0x25,0xd6, +/* 0x001e90 */ 0xf4,0x30,0x4e,0xfc,0xb3,0x01,0x2d,0xc8,0x75,0xe5,0x2d,0xc4,0x0c,0xff,0x8c,0xa0, +/* 0x001ea0 */ 0x55,0x8c,0xff,0x31,0xf1,0xcf,0x9d,0x9a,0xdb,0xfd,0xe3,0xe4,0x78,0x66,0xda,0x2c, +/* 0x001eb0 */ 0x7b,0xdd,0xa7,0x9c,0xdd,0x93,0x18,0xf7,0x6a,0x3d,0x2e,0xf9,0x87,0xbf,0x4c,0xe6, +/* 0x001ec0 */ 0x01,0x03,0x06,0x93,0x7e,0x80,0x4e,0x7b,0x1a,0x95,0xdd,0x14,0xff,0x18,0xef,0x6f, +/* 0x001ed0 */ 0x13,0xc5,0x03,0xdc,0xed,0x2e,0xc4,0x51,0xd6,0x00,0x42,0x73,0x62,0x68,0x3d,0xe8, +/* 0x001ee0 */ 0x13,0x08,0x0a,0xa3,0x8a,0xbc,0xfc,0x43,0xaf,0x01,0xf3,0x9c,0x40,0x68,0xd3,0xbc, +/* 0x001ef0 */ 0x2e,0x54,0xa3,0xd8,0xf3,0x0f,0x3d,0x7c,0x18,0x43,0xf9,0x40,0xf4,0xb8,0x1f,0xc6, +/* 0x001f00 */ 0xbf,0x4b,0x86,0xf1,0x0f,0xdb,0xf0,0x8f,0x87,0xf1,0x57,0xf0,0xfd,0x9f,0x55,0xe6, +/* 0x001f10 */ 0x6a,0xbf,0x6f,0xa7,0x3f,0x3d,0x77,0x2d,0x13,0x7a,0xf9,0xad,0xfc,0x0f,0xe4,0xff, +/* 0x001f20 */ 0xd0,0xb7,0xa3,0x73,0xf7,0x22,0xdb,0xf3,0x00,0x7e,0xf9,0x71,0x69,0x9a,0x1c,0x53, +/* 0x001f30 */ 0x58,0xfe,0x8f,0x71,0x3d,0xe0,0x1f,0x5e,0x6d,0x94,0xe9,0xd3,0x75,0xd8,0x78,0xde, +/* 0x001f40 */ 0xc4,0x20,0x69,0xfd,0x84,0xbe,0xe8,0x1c,0xff,0x58,0xfc,0x44,0x14,0xff,0xa4,0x62, +/* 0x001f50 */ 0xa4,0x97,0xf3,0x3f,0x61,0x1d,0x08,0xd5,0xed,0xf1,0x67,0x8e,0x4f,0x93,0x5d,0xbc, +/* 0x001f60 */ 0xe7,0xf3,0x34,0x32,0xae,0xe7,0xfc,0x8f,0xf6,0xbe,0xc8,0xc6,0xfb,0x92,0xa3,0x13, +/* 0x001f70 */ 0xd7,0x19,0xba,0x42,0x65,0xf2,0xf1,0x4f,0x46,0xaf,0x7f,0x3d,0x85,0x2b,0xc9,0x1b, +/* 0x001f80 */ 0x69,0x23,0xb6,0xab,0x84,0xf8,0x3b,0xda,0xce,0xa3,0x9f,0x71,0x3c,0x60,0xce,0x3f, +/* 0x001f90 */ 0x7a,0xfe,0x4f,0x70,0xa6,0x77,0x09,0xfa,0x26,0x7b,0x6f,0xae,0x44,0x03,0x42,0x71, +/* 0x001fa0 */ 0x66,0x04,0xfb,0x98,0xe1,0x1f,0xe1,0xd4,0x2c,0xfa,0x67,0xc5,0x9c,0x4f,0x10,0xa3, +/* 0x001fb0 */ 0xd1,0xfe,0x62,0xd7,0xff,0xb0,0xfc,0x1f,0x55,0xc3,0x3f,0x67,0x6d,0x40,0xe8,0x59, +/* 0x001fc0 */ 0x97,0xfa,0x17,0x9d,0x7f,0x06,0x78,0x6c,0x51,0x7e,0x8c,0xcf,0xb6,0xf5,0x5f,0x02, +/* 0x001fd0 */ 0x9e,0x91,0xaa,0x9c,0xfa,0xe7,0xc3,0x04,0x2e,0xdb,0x76,0x1e,0x59,0x63,0x82,0x14, +/* 0x001fe0 */ 0x7f,0xa7,0x6f,0x23,0xfd,0x3d,0xee,0x62,0xfc,0x8f,0x31,0xff,0xc8,0x65,0x23,0x5e, +/* 0x001ff0 */ 0xc6,0x6f,0x40,0xda,0xc6,0x3d,0x88,0xc9,0x5c,0xf5,0xf9,0x1c,0xa7,0x94,0x7e,0xe4, +/* 0x002000 */ 0xa5,0xe3,0xb9,0xf4,0xbf,0xec,0xf8,0xe7,0x38,0xfd,0x92,0x37,0xd0,0x59,0x73,0xfe, +/* 0x002010 */ 0x5c,0x3d,0x44,0x1b,0x4f,0xa2,0xeb,0xf8,0x53,0xc6,0xff,0x74,0xeb,0xdf,0xc7,0x0d, +/* 0x002020 */ 0xff,0x68,0x0e,0xe8,0x74,0x3b,0x34,0x56,0xa9,0x0e,0xff,0xfb,0x4d,0xdd,0xc6,0x02, +/* 0x002030 */ 0xfc,0x89,0xbe,0xde,0x75,0x04,0x26,0xe7,0x1e,0x41,0x67,0xa4,0xa3,0xae,0xfa,0x1f, +/* 0x002040 */ 0x3d,0xd6,0xa6,0xd1,0x58,0xbf,0x64,0x3a,0xff,0xf4,0xd6,0xfc,0x07,0x6a,0x70,0xcb, +/* 0x002050 */ 0xff,0x89,0xa9,0x15,0xfc,0x32,0x8b,0xcc,0x63,0x51,0xd6,0x77,0x40,0x49,0xa2,0x65, +/* 0x002060 */ 0xd0,0x43,0x3c,0xfa,0xf3,0x00,0xfe,0xaf,0xac,0xb9,0xcc,0x99,0x31,0x80,0xc8,0x57, +/* 0x002070 */ 0x8f,0x51,0x28,0xc9,0x7b,0x2c,0xfc,0x0f,0xc5,0x3f,0x33,0xba,0x1a,0xfc,0x16,0xfd, +/* 0x002080 */ 0xd7,0x77,0x6b,0x46,0x27,0x14,0xc8,0xe2,0xdf,0xa2,0xe3,0xe8,0x69,0xb8,0x5f,0x22, +/* 0x002090 */ 0x18,0xfc,0xcf,0x22,0xe0,0x7f,0x96,0x80,0x88,0xd7,0x02,0x84,0xde,0x01,0x3c,0x33, +/* 0x0020a0 */ 0x29,0x5c,0x7d,0x95,0x27,0x3c,0x17,0xe4,0x7f,0xae,0x0a,0xab,0xc9,0x08,0xbd,0x3e, +/* 0x0020b0 */ 0xa0,0x0a,0xf5,0x74,0x7e,0x63,0x23,0x26,0xb9,0xf9,0xdf,0xb5,0x81,0x1a,0xf0,0xd5, +/* 0x0020c0 */ 0x7a,0xe9,0xb6,0x8b,0xa4,0xd2,0x58,0x86,0x8a,0x0f,0xab,0x0f,0x16,0xe0,0x7f,0x96, +/* 0x0020d0 */ 0xe3,0x00,0x1d,0x96,0xa8,0x22,0xca,0xf4,0x8d,0x23,0x7c,0x7f,0x61,0xea,0x7f,0x72, +/* 0x0020e0 */ 0x0e,0xfd,0x0f,0xd3,0x0f,0x73,0x44,0x01,0xd7,0xc3,0xdf,0xf7,0x99,0xfc,0x4f,0x95, +/* 0x0020f0 */ 0x8b,0xfe,0x24,0xc0,0xf8,0xb1,0x00,0x54,0xe8,0x4e,0xc9,0x0d,0xb0,0xe2,0xcb,0x6e, +/* 0x002100 */ 0xfa,0x9f,0x67,0x78,0x23,0xeb,0xff,0x0b,0xc0,0x1e,0xa8,0x7f,0x4d,0x62,0xf6,0xa8, +/* 0x002110 */ 0x64,0xf7,0x16,0xd2,0xff,0x48,0x42,0x0d,0x00,0xa1,0x38,0x5d,0x16,0x2f,0xa3,0x53, +/* 0x002120 */ 0xac,0x50,0x2b,0x48,0x79,0xf8,0xe7,0x57,0x36,0xfe,0x6a,0x29,0xea,0xe5,0xfa,0xff, +/* 0x002130 */ 0x2b,0xd2,0x0e,0x10,0x32,0x1d,0x16,0x7e,0x3a,0xab,0xfe,0x67,0x1c,0xf0,0x30,0xbd, +/* 0x002140 */ 0xcd,0xa8,0xc7,0x8f,0xda,0xd4,0xae,0x2e,0x18,0x9f,0x95,0x78,0x55,0x9e,0xfe,0xe7, +/* 0x002150 */ 0xe7,0x36,0xfe,0x67,0x89,0xdc,0x4d,0x6a,0x33,0xfe,0x8d,0x74,0x1b,0xbb,0x15,0x84, +/* 0x002160 */ 0x31,0x53,0xf8,0x61,0x4b,0xfd,0xdd,0xae,0xff,0x91,0xe9,0xf8,0xbc,0x4b,0xc7,0x9f, +/* 0x002170 */ 0xed,0xa7,0x4e,0x72,0x21,0x50,0x28,0x4f,0xff,0xf3,0x27,0x67,0x99,0x58,0x32,0x8c, +/* 0x002180 */ 0x81,0x36,0xfd,0x4f,0xc4,0x55,0xff,0x43,0xc7,0x5f,0x66,0x41,0xc1,0xb7,0xe5,0xff, +/* 0x002190 */ 0x1a,0x46,0xdd,0xb8,0x8e,0xa4,0x3a,0x42,0xa3,0x5c,0xff,0x63,0xf5,0x7f,0x79,0x1c, +/* 0x0021a0 */ 0xfc,0xcf,0x3a,0x4e,0x73,0xc5,0x7d,0x9b,0x4d,0x20,0x94,0x73,0xe0,0x1f,0xf3,0x79, +/* 0x0021b0 */ 0x83,0x89,0x08,0x68,0x34,0xa6,0xa8,0x3f,0x44,0x8a,0xfa,0xbf,0x36,0x27,0xa7,0x60, +/* 0x0021c0 */ 0x7f,0xa1,0xf9,0xbf,0x32,0xec,0xa3,0xe1,0x82,0xfa,0x9f,0x4f,0xf0,0x14,0xce,0x37, +/* 0x0021d0 */ 0x46,0x15,0xe0,0x7f,0x02,0x3c,0xff,0xf0,0x20,0xc8,0x42,0x7e,0x44,0xfe,0x08,0xfa, +/* 0x0021e0 */ 0xde,0xb1,0xd9,0xf5,0x3f,0xf4,0x35,0x49,0xef,0xa1,0xcb,0x2e,0xec,0x38,0x5e,0xc4, +/* 0x0021f0 */ 0x77,0xa1,0x1e,0x8a,0x7f,0xd6,0x3f,0x7f,0xbc,0x00,0xfe,0x11,0xd3,0x77,0xd4,0xa0, +/* 0x002200 */ 0x1e,0x5c,0xdd,0xea,0xff,0x10,0xff,0x84,0xae,0x47,0xcb,0x94,0x8a,0x82,0xfa,0x1f, +/* 0x002210 */ 0x56,0xf6,0xda,0x89,0xaa,0x20,0x41,0xb1,0x11,0x6d,0x25,0x11,0xfa,0xd1,0x9c,0x02, +/* 0x002220 */ 0xfa,0x9f,0x40,0x42,0x90,0x53,0xc3,0xde,0x06,0xee,0x3f,0x3a,0x4f,0x97,0xd6,0x20, +/* 0x002230 */ 0xa9,0x2e,0xa0,0xff,0xa9,0x9b,0x14,0xbe,0x2e,0xd5,0x7b,0x28,0x22,0x6a,0x2c,0xee, +/* 0x002240 */ 0xff,0x8a,0x32,0xd9,0x73,0x60,0xb4,0xfd,0x6b,0x74,0x1a,0xc6,0x67,0xb4,0x88,0xff, +/* 0x002250 */ 0x0b,0xa6,0x9d,0x6a,0x94,0x22,0x6d,0x17,0x61,0xfe,0xf1,0x00,0xff,0x33,0x9b,0xfe, +/* 0x002260 */ 0x07,0x80,0x37,0x2e,0x43,0x5b,0x51,0xd5,0x0f,0xe9,0x7e,0x93,0x09,0xcb,0x8b,0xe9, +/* 0x002270 */ 0x7f,0x46,0xf1,0xbd,0x68,0xb7,0xf2,0x8a,0x42,0xf7,0xb3,0xe3,0x81,0x1e,0x6e,0x84, +/* 0x002280 */ 0x2f,0xac,0xff,0x59,0x8a,0x87,0x20,0x91,0x35,0xdd,0xfe,0x19,0xc5,0x3f,0xfb,0x8a, +/* 0x002290 */ 0xf9,0xbf,0x2a,0xfd,0x9f,0xa1,0x69,0xb5,0x59,0xf9,0x9d,0x25,0x11,0xb1,0x90,0xfe, +/* 0x0022a0 */ 0xa7,0x7b,0x81,0x8c,0x87,0x15,0x36,0xfe,0x55,0xf4,0xd5,0x69,0xf6,0xb4,0x93,0x76, +/* 0x0022b0 */ 0x5f,0x01,0xfd,0x4f,0x5f,0x9b,0x88,0x76,0x70,0xd8,0xd3,0x84,0x76,0x41,0x4f,0x0e, +/* 0x0022c0 */ 0x8b,0x05,0xf4,0x3f,0xf7,0xe3,0x40,0x28,0x29,0xc1,0xb4,0xbc,0x0c,0x26,0x5e,0xf6, +/* 0x0022d0 */ 0x91,0x6f,0x56,0xfd,0x0f,0xc0,0x00,0x09,0x62,0x70,0x94,0xf5,0x5b,0xd8,0xc0,0x82, +/* 0x0022e0 */ 0x11,0xcc,0x17,0x29,0xa0,0xff,0x89,0x08,0xa5,0xe8,0x7d,0xd2,0x9f,0x09,0x6e,0x14, +/* 0x0022f0 */ 0x56,0xa1,0x3f,0xf0,0x8f,0x96,0xcd,0xaa,0xff,0x51,0x40,0x78,0x3f,0xe7,0x2b,0xb8, +/* 0x002300 */ 0x71,0x89,0x17,0xc2,0x86,0x82,0xa8,0x7d,0x56,0xff,0xd7,0x9a,0x5c,0x60,0x4c,0x68, +/* 0x002310 */ 0x46,0xef,0xbd,0xb0,0x82,0x37,0xb4,0x8f,0xea,0x5d,0xf2,0x7f,0x04,0xfe,0xfd,0x23, +/* 0x002320 */ 0x7f,0xbb,0x43,0x52,0xb6,0xd6,0x57,0xfd,0x95,0x08,0x0f,0xc6,0xef,0xf9,0xad,0xbd, +/* 0x002330 */ 0x36,0x3b,0xff,0x23,0x7a,0x71,0x25,0xda,0x89,0xaa,0x89,0x38,0x8a,0xcb,0x29,0xfe, +/* 0x002340 */ 0x61,0x0c,0xb6,0xd7,0x4d,0xff,0xc3,0x1a,0x8a,0x88,0x30,0xf2,0x76,0x51,0xdc,0x28, +/* 0x002350 */ 0x4a,0x09,0x6d,0xe9,0x47,0xf8,0x45,0x17,0xfd,0x0f,0x5f,0xd6,0x49,0x60,0x40,0x88, +/* 0x002360 */ 0x8a,0xa7,0x40,0xa8,0x50,0xaf,0xfb,0xbb,0x89,0xd0,0x3c,0xab,0xfe,0x47,0x02,0xb6, +/* 0x002370 */ 0x67,0xe9,0x8c,0xc2,0xf4,0x06,0xe3,0x92,0x76,0xfd,0xec,0xfa,0x1f,0x12,0x8c,0xd3, +/* 0x002380 */ 0xf9,0xff,0x0c,0x6d,0x04,0x46,0x85,0x26,0x74,0x56,0x62,0xc6,0xde,0xd9,0xfd,0x5f, +/* 0x002390 */ 0xe5,0xf4,0xb1,0x91,0xd1,0x0e,0x25,0xe6,0x11,0xd3,0x21,0xbe,0x10,0xfb,0x53,0x6d, +/* 0x0023a0 */ 0xe3,0xb3,0xea,0x7f,0x08,0xd8,0xa0,0xa4,0x14,0xcf,0xeb,0x0b,0xa0,0x5e,0x91,0x7e, +/* 0x0023b0 */ 0x94,0x28,0xe0,0xff,0x42,0xf4,0xed,0x03,0x54,0xc1,0x64,0x8a,0x5e,0xae,0x87,0x41, +/* 0x0023c0 */ 0x4e,0xfd,0xb3,0x05,0xe6,0x11,0x21,0x8a,0x87,0xbd,0x4c,0x28,0x1e,0xc1,0x45,0xf3, +/* 0x0023d0 */ 0x7f,0x50,0x90,0xfe,0x3e,0x74,0x7d,0x5f,0x83,0x82,0x1d,0xb4,0xe7,0xdf,0xb8,0x9e, +/* 0x0023e0 */ 0xd9,0x45,0xff,0x63,0xa1,0x41,0xa6,0xf0,0x59,0xb4,0xc2,0x1b,0xb8,0xea,0x5f,0x2d, +/* 0x0023f0 */ 0xdd,0xc2,0x2e,0xfe,0x2f,0xb6,0xad,0x30,0x62,0x7f,0x32,0xf4,0x25,0xdc,0x8d,0xc2, +/* 0x002400 */ 0x7d,0xeb,0xfa,0x97,0x45,0x25,0xc3,0x1f,0x67,0xe0,0x9f,0x85,0x23,0x74,0x9a,0xa2, +/* 0x002410 */ 0x9b,0x2c,0xb8,0xdf,0x57,0x20,0xf6,0x47,0xc6,0x29,0x04,0x30,0x8f,0x3e,0x18,0x81, +/* 0x002420 */ 0xf2,0x57,0xb0,0x8b,0xfe,0xe7,0x08,0xb6,0xc0,0xc8,0x0a,0xba,0x5b,0x81,0x7c,0xe9, +/* 0x002430 */ 0x51,0x31,0xe3,0xab,0x55,0x8e,0x2a,0xac,0xe2,0x66,0xea,0x7f,0xe0,0xfc,0x8b,0x19, +/* 0x002440 */ 0xb1,0xb1,0xcc,0x5c,0x7f,0xbb,0x85,0x19,0x8a,0x4f,0x0e,0x4b,0x4c,0x28,0x7e,0x3d, +/* 0x002450 */ 0x6d,0xd7,0xff,0x78,0x98,0xfe,0x87,0x58,0xd5,0xdd,0x63,0xf2,0x75,0xda,0xb3,0xbb, +/* 0x002460 */ 0xb3,0xda,0xe0,0x03,0xf3,0xfc,0x5f,0xf0,0x67,0x3b,0x4c,0x37,0xf7,0x7e,0x3f,0xd4, +/* 0x002470 */ 0x77,0x0e,0x8e,0x06,0xf7,0x08,0xaf,0x13,0x6d,0x87,0x92,0xaf,0xff,0x01,0x91,0xad, +/* 0x002480 */ 0xf8,0x76,0x42,0xa7,0xad,0x12,0x90,0x9f,0xc9,0xee,0x28,0xe6,0xd4,0xff,0x00,0xff, +/* 0x002490 */ 0xd3,0x0f,0x32,0x78,0x63,0xfe,0x89,0xf8,0x3c,0x70,0xbf,0x0a,0x5d,0xb8,0x4b,0xbc, +/* 0x0024a0 */ 0x87,0x1c,0xfe,0x2f,0x76,0xfe,0x45,0x1d,0xe4,0x3f,0x1b,0xab,0x7f,0x08,0x6d,0x07, +/* 0x0024b0 */ 0xda,0xa7,0xc9,0xb7,0x58,0x75,0xea,0x7f,0xe8,0xf3,0xf6,0xa5,0xb4,0x3a,0x5d,0x6a, +/* 0x0024c0 */ 0xe0,0x9f,0xfd,0x82,0x88,0xdf,0x95,0x28,0xec,0x41,0xc9,0x5d,0xf2,0x57,0x60,0x84, +/* 0x0024d0 */ 0xcf,0xd3,0xff,0xc0,0xf9,0x17,0x64,0x4d,0xc6,0x8a,0x7f,0x2e,0xa2,0x5b,0x65,0x4c, +/* 0x0024e0 */ 0xc6,0x3c,0xa1,0xfb,0xdf,0x4d,0xfd,0x0f,0xf0,0x3f,0x33,0x72,0xf3,0x58,0xd0,0x90, +/* 0x0024f0 */ 0xed,0x11,0x0a,0x23,0x3f,0x90,0x43,0x0a,0xed,0x29,0x7d,0xf0,0x1c,0xb6,0xeb,0x7f, +/* 0x002500 */ 0xe8,0xfe,0xeb,0xb0,0x08,0x69,0x63,0x6c,0xfe,0xf9,0x3e,0xc8,0x7e,0x46,0xd1,0xf6, +/* 0x002510 */ 0x8e,0x2a,0x75,0x7d,0xbd,0xaf,0x92,0x6c,0x6f,0xb5,0xe9,0x7f,0xd8,0xf9,0x17,0xaa, +/* 0x002520 */ 0x81,0x7f,0xaa,0x72,0x14,0xf6,0xfc,0x01,0x25,0x33,0x55,0x20,0x7b,0x6e,0xd6,0xce, +/* 0x002530 */ 0xbf,0x78,0x30,0x95,0x8f,0x7f,0x54,0x2b,0xcd,0x58,0x8f,0xcf,0x28,0x49,0x06,0xb3, +/* 0x002540 */ 0x13,0xa5,0x52,0xd2,0xa1,0xff,0x81,0xfa,0x97,0xda,0x9c,0xd6,0xd2,0x9e,0x1b,0x48, +/* 0x002550 */ 0x30,0xf7,0x2e,0xe0,0x9f,0x43,0x24,0x38,0x2e,0x3c,0x80,0x3e,0x1e,0xb6,0xeb,0x7f, +/* 0x002560 */ 0x10,0xdb,0x8f,0x8b,0x56,0xf5,0x29,0xcb,0x63,0xf1,0x80,0xfe,0x47,0x9e,0x12,0x1d, +/* 0x002570 */ 0xfa,0x9f,0x71,0x9d,0xd6,0x36,0xd4,0xb0,0x5e,0x7a,0x57,0x74,0x59,0xbf,0xc3,0xbf, +/* 0x002580 */ 0x8f,0x4c,0x71,0x7f,0x93,0xcd,0xff,0xc5,0xd6,0xdf,0x84,0xb6,0xfe,0x96,0xe3,0xfd, +/* 0x002590 */ 0x20,0x44,0x69,0xf5,0xa7,0x7d,0x55,0x64,0x90,0x2b,0x52,0x54,0xfd,0xf1,0x31,0xcf, +/* 0x0025a0 */ 0xbf,0xb0,0xd4,0xbf,0x6a,0x74,0xe1,0x4a,0x46,0xd2,0xae,0x2f,0x80,0x7f,0x7a,0xd3, +/* 0x0025b0 */ 0x78,0x5b,0xa2,0x4b,0xa6,0x30,0xa0,0x21,0xe1,0x25,0x6f,0xca,0x19,0x9b,0xff,0xcb, +/* 0x0025c0 */ 0x5a,0xff,0x9a,0xe4,0xfe,0xaf,0x2a,0x65,0x58,0x39,0x58,0x16,0xdc,0x2e,0xbc,0xac, +/* 0x0025d0 */ 0x68,0xf5,0x17,0xd3,0xff,0xc5,0xf9,0x1f,0x3d,0xfd,0x38,0xc2,0x6d,0x5f,0xca,0x74, +/* 0x0025e0 */ 0x39,0xf0,0x39,0xfe,0x89,0x8e,0x69,0xc9,0xa6,0xff,0xd1,0xf8,0x9f,0x56,0x48,0xff, +/* 0x0025f0 */ 0xd3,0xeb,0x5f,0xd7,0x30,0xe4,0x3f,0xd3,0xf9,0xed,0x47,0x64,0x7a,0x1f,0xbb,0x7e, +/* 0x002600 */ 0x57,0xab,0x7e,0xbd,0x76,0xfe,0x05,0x31,0xf1,0x4f,0x0a,0xff,0x4f,0x0e,0xf2,0x9f, +/* 0x002610 */ 0x23,0x29,0x5f,0x75,0x66,0x50,0xb1,0xe9,0x7f,0x44,0xe4,0xb0,0xbd,0x7f,0x48,0x61, +/* 0x002620 */ 0x8f,0x0c,0x32,0xef,0xc4,0x5a,0xa5,0x5f,0x85,0x8f,0xbe,0x3b,0x6a,0xf8,0x4f,0xdd, +/* 0x002630 */ 0xf2,0x9f,0xdf,0x47,0xac,0x9e,0xf8,0x2a,0x8e,0x9b,0xf9,0xcf,0xfa,0xef,0xc5,0xce, +/* 0x002640 */ 0xbf,0x78,0xb8,0xd9,0xe2,0x77,0x7b,0x1e,0x7f,0x4a,0xf1,0xdb,0xea,0xce,0xc0,0x73, +/* 0x002650 */ 0xc2,0xe3,0xba,0x11,0xbe,0xcf,0xe4,0x67,0xf4,0xf3,0x2f,0xb2,0x36,0xfe,0x67,0xed, +/* 0x002660 */ 0x86,0x54,0x6f,0xa6,0x73,0x7a,0xbe,0xd3,0xff,0x25,0x6a,0x7c,0x23,0x7f,0xde,0x76, +/* 0x002670 */ 0x77,0xf9,0xe5,0xf0,0x30,0x3a,0x88,0x96,0x20,0xff,0xcb,0x48,0x03,0xde,0x96,0xeb, +/* 0x002680 */ 0xd7,0x6a,0xf8,0xe7,0x35,0x4d,0xff,0xe3,0xef,0xc3,0x6f,0x92,0x1d,0x5e,0x3a,0x63, +/* 0x002690 */ 0x8f,0x37,0x34,0xe9,0xd0,0xc8,0xd4,0xff,0xe8,0xf5,0xaf,0x0a,0x4b,0x1a,0x49,0x10, +/* 0x0026a0 */ 0xb3,0x6d,0x78,0x13,0xde,0xad,0x1c,0x9a,0x45,0xff,0xa3,0xf6,0x6e,0xd1,0xd3,0x6f, +/* 0x0026b0 */ 0xa6,0xe8,0xff,0xb8,0x9d,0x54,0xbd,0x47,0x9f,0x9f,0x4a,0x62,0xec,0x68,0xf4,0xe7, +/* 0x0026c0 */ 0xcd,0xc8,0x3f,0xfc,0x67,0x50,0x3b,0xf7,0xd1,0xc6,0x46,0x61,0x31,0x7a,0x97,0x2c, +/* 0x0026d0 */ 0xcf,0xf9,0x9f,0x15,0xfe,0xbd,0xfb,0x9b,0x6e,0x17,0xfd,0xcf,0x75,0x00,0x39,0x87, +/* 0x0026e0 */ 0x75,0xfe,0xa7,0xde,0x90,0x11,0x2e,0x98,0xd0,0x19,0x66,0x93,0xff,0xc9,0x3f,0xff, +/* 0x0026f0 */ 0x22,0xc5,0xf4,0xcf,0xd7,0x14,0x00,0x42,0xd1,0x69,0xa1,0x59,0xd1,0x18,0x21,0x8b, +/* 0x002700 */ 0xfe,0x47,0xcf,0x7f,0x06,0xb5,0xe1,0x37,0xfc,0xdb,0x7e,0xcc,0x81,0xcd,0xd3,0x6d, +/* 0x002710 */ 0xcf,0x75,0x6c,0x97,0xb8,0xff,0xdd,0xee,0xff,0x52,0xfd,0x9b,0x2d,0x7e,0xd5,0xcc, +/* 0x002720 */ 0x1b,0xa8,0xee,0x84,0xf8,0x14,0xae,0xdc,0xac,0xe9,0x9d,0x4e,0x10,0xfd,0x7a,0xed, +/* 0x002730 */ 0xfc,0x8b,0x1c,0x3b,0xdf,0x81,0x05,0x41,0x0f,0xd0,0xb7,0x8f,0xf6,0x5c,0xa0,0x78, +/* 0x002740 */ 0x7b,0x27,0xd9,0x9b,0xd2,0xf6,0x5f,0xc6,0xef,0x05,0xfc,0x8f,0xac,0xe5,0xf9,0xc0, +/* 0x002750 */ 0xec,0x5a,0xda,0x4f,0xb7,0xd5,0x74,0xe2,0xcd,0x55,0x0e,0x0a,0x31,0x7c,0x4e,0xb6, +/* 0x002760 */ 0xe9,0x7f,0x34,0xfe,0xe7,0x04,0xcb,0x7f,0xd6,0xf2,0x78,0xa7,0xe8,0xdf,0x6f,0x3e, +/* 0x002770 */ 0xb1,0xfb,0x5e,0xe1,0x12,0xfa,0xc2,0xcb,0xa1,0x42,0x9e,0xfe,0xe7,0x8a,0x59,0xfd, +/* 0x002780 */ 0x59,0xa1,0x06,0x67,0x84,0x63,0xdd,0xd0,0x58,0xf2,0xe5,0x3d,0xc7,0x88,0xb6,0xbe, +/* 0x002790 */ 0xbb,0xf0,0x3f,0xfb,0xd9,0xfa,0xdb,0x08,0xbf,0xef,0x03,0x9c,0xd8,0x19,0x58,0x16, +/* 0x0027a0 */ 0x23,0x7c,0xfd,0x5a,0xe0,0xc2,0xff,0x0c,0xb0,0x7a,0x0d,0xe4,0x05,0xe1,0xd7,0x3d, +/* 0x0027b0 */ 0x9c,0x08,0xf2,0x99,0x79,0x7d,0x36,0xff,0x17,0x03,0x39,0x06,0xff,0x13,0x20,0xac, +/* 0x0027c0 */ 0xcc,0xda,0x60,0xe4,0x4d,0xb5,0x59,0xf0,0x4f,0xe0,0x09,0x7e,0x9b,0x19,0x8d,0xff, +/* 0x0027d0 */ 0xa1,0x77,0x77,0x80,0x5c,0x87,0xc4,0xe9,0x23,0xc9,0xd7,0xf5,0xe7,0x41,0x9d,0x63, +/* 0x0027e0 */ 0xe0,0x9f,0x45,0xc6,0xb2,0x6e,0xa4,0xfd,0x4c,0x28,0x00,0x7b,0x36,0xd4,0x0b,0xe7, +/* 0x0027f0 */ 0x53,0x9a,0xbf,0x3b,0xf5,0xd7,0x05,0xf5,0x3f,0x08,0x68,0xa2,0xc0,0xa4,0x96,0x8f, +/* 0x002800 */ 0x14,0x00,0x74,0xe5,0xc2,0xff,0xe4,0x35,0x56,0x0e,0x89,0x7a,0xbe,0x0d,0x05,0x72, +/* 0x002810 */ 0xf9,0xfc,0x8f,0x71,0xec,0x97,0xa5,0x11,0x51,0x45,0x51,0xd3,0xff,0x88,0xa4,0x20, +/* 0x002820 */ 0xff,0xc3,0x1b,0x4b,0xe3,0x20,0x24,0x66,0x3d,0x91,0xb4,0xaf,0x98,0xff,0xeb,0x0b, +/* 0x002830 */ 0xf4,0xc0,0xc5,0x68,0xd6,0x1f,0x65,0x78,0x38,0xd0,0x93,0x8c,0xdf,0x46,0xfe,0x4f, +/* 0x002840 */ 0x9d,0x15,0x11,0x15,0xf3,0x7f,0xd1,0x69,0x3c,0x50,0x25,0x1c,0xe0,0x7e,0x84,0xfd, +/* 0x002850 */ 0xc5,0xf3,0x9f,0x15,0x3a,0xdf,0xf6,0xe9,0xf9,0x87,0xb2,0x8b,0xff,0x3d,0xdf,0x7f, +/* 0x002860 */ 0x71,0x94,0xc2,0x66,0xb1,0x09,0x07,0xa4,0xbd,0xfc,0xfa,0x99,0xc2,0xfe,0x2f,0x09, +/* 0x002870 */ 0x64,0x30,0x14,0x11,0x19,0xd2,0x20,0x8b,0xff,0x2b,0x9f,0xff,0x89,0x1a,0x44,0x10, +/* 0x002880 */ 0x09,0x48,0xc2,0x73,0xdc,0xff,0x25,0x17,0xf5,0x7f,0xb1,0x8d,0x43,0x87,0xe9,0x88, +/* 0x002890 */ 0x2f,0xc6,0xff,0xb0,0x61,0x07,0x21,0xd0,0x39,0xbe,0xf4,0x17,0xcf,0xff,0xa9,0x55, +/* 0x0028a0 */ 0x23,0x9d,0x3e,0xe3,0x68,0xa1,0x02,0xfc,0x8f,0x1e,0x84,0x98,0x11,0x29,0xde,0xd3, +/* 0x0028b0 */ 0x83,0x10,0x33,0xc5,0xf3,0x0f,0xbb,0x45,0x23,0xcf,0xad,0xa0,0xff,0x4b,0xcf,0x7f, +/* 0x0028c0 */ 0xce,0x04,0x72,0x02,0xe8,0x45,0xc1,0xff,0x95,0x2c,0xcc,0xff,0xfc,0x3f,0xf2,0x7f, +/* 0x0028d0 */ 0xe8,0xb2,0x18,0xf8,0x85,0xe1,0x6f,0xf2,0x14,0xf5,0x7f,0xa5,0x63,0x8c,0x7f,0x28, +/* 0x0028e0 */ 0x70,0xfe,0x97,0xad,0xfe,0x15,0x8d,0x17,0x39,0xff,0xcb,0x9e,0x87,0xf3,0x50,0x24, +/* 0x0028f0 */ 0x94,0xd0,0x7b,0x42,0xc5,0xfc,0x5f,0x33,0x68,0x35,0x13,0x42,0xdf,0x6e,0xfe,0xcf, +/* 0x002900 */ 0x74,0x84,0xe9,0x7f,0x0c,0x84,0x53,0xdc,0xff,0xf5,0xbd,0xcd,0x74,0xfc,0x8d,0xfc, +/* 0x002910 */ 0xc0,0xa2,0xf9,0x3f,0x99,0xa8,0x24,0x46,0x98,0x11,0x83,0xeb,0x7f,0x0a,0xfb,0xbf, +/* 0x002920 */ 0xbc,0xfd,0x91,0x68,0x27,0x1d,0x1f,0xe3,0xa3,0xe2,0xfe,0xaf,0x27,0xd6,0x89,0xcf, +/* 0x002930 */ 0x5b,0xf2,0x94,0x8a,0xf9,0xbf,0x20,0xdf,0xe0,0x25,0xad,0x67,0xee,0x6d,0xe4,0xff, +/* 0x002940 */ 0x88,0xcd,0x6d,0xbf,0x4b,0x71,0x3d,0x58,0xeb,0x92,0xe2,0xfe,0xaf,0x31,0xda,0x18, +/* 0x002950 */ 0xe9,0x5e,0x90,0x91,0x6e,0xc7,0xff,0x15,0xba,0x88,0x76,0xa1,0xba,0xac,0x98,0x10, +/* 0x002960 */ 0x36,0xeb,0x1f,0xb9,0xe5,0x1f,0x5a,0xdf,0x17,0x88,0xdd,0x88,0x0c,0x9a,0x88,0xa8, +/* 0x002970 */ 0xb0,0xff,0xeb,0xa6,0x67,0xbb,0xa7,0x36,0x21,0x76,0xe2,0x7f,0xd4,0xf3,0xbb,0x66, +/* 0x002980 */ 0xf5,0x7f,0xd5,0x42,0xe3,0x26,0xfa,0x4f,0xb2,0x26,0x1e,0xd8,0xe2,0xbf,0x6d,0xff, +/* 0x002990 */ 0x17,0xab,0x7f,0x0d,0xf8,0xf5,0x9e,0xb9,0xc5,0xf2,0x7f,0xae,0x80,0x11,0xec,0x99, +/* 0x0029a0 */ 0x64,0xb3,0xe4,0x3c,0xff,0xcb,0xee,0xff,0x9a,0x67,0x31,0x82,0xe9,0xb7,0x86,0x8a, +/* 0x0029b0 */ 0xe5,0xff,0xfc,0x06,0xd5,0x9e,0xf0,0x6d,0x29,0x94,0x7f,0x68,0x8c,0xa7,0x7e,0xcc, +/* 0x0029c0 */ 0x41,0x6e,0x9d,0x31,0xff,0xac,0x2c,0x9a,0xff,0xf3,0x05,0xcb,0x4f,0xd3,0x4f,0x7c, +/* 0x0029d0 */ 0x18,0xb0,0x9c,0xbf,0xe3,0xf0,0x7f,0x95,0xb0,0x46,0x6b,0xf3,0xd6,0x3c,0x45,0x50, +/* 0x0029e0 */ 0x11,0xff,0x17,0x8b,0xa1,0xb8,0xea,0xd7,0xf3,0x0f,0x93,0xae,0xfe,0x2f,0x0b,0xb1, +/* 0x0029f0 */ 0xf3,0x0e,0x89,0xa1,0xf5,0x59,0x7d,0xfd,0xaa,0x2f,0xe6,0xff,0xf2,0x1c,0x55,0x63, +/* 0x002a00 */ 0x5c,0x78,0xc9,0x7b,0x7c,0x4e,0xff,0x97,0x5b,0xec,0x8f,0xef,0xe1,0xa2,0xfe,0xaf, +/* 0x002a10 */ 0x18,0x6f,0xb0,0x04,0x89,0x49,0xf3,0x44,0x0c,0x57,0xff,0xd7,0x33,0xb7,0x95,0xff, +/* 0x002a20 */ 0xa3,0x5d,0x5f,0xaa,0x0a,0x16,0xe0,0xf4,0x11,0x10,0x47,0xd9,0xea,0xf3,0xe8,0x16, +/* 0x002a30 */ 0x57,0xc8,0x58,0xf5,0x3f,0x76,0x7c,0x42,0xf0,0x04,0xc4,0xce,0xab,0x15,0xd9,0x39, +/* 0x002a40 */ 0x13,0x22,0x28,0x90,0xf3,0xf5,0x3f,0xba,0x1e,0x55,0xd2,0x6f,0x13,0x80,0x1f,0x41, +/* 0x002a50 */ 0x51,0x64,0x3d,0xff,0xe2,0x93,0x02,0xfa,0x67,0xfa,0xf7,0x51,0x8a,0xe2,0x81,0xde, +/* 0x002a60 */ 0x83,0xac,0x67,0x99,0x4d,0xff,0xa3,0xaf,0xbf,0x86,0x3b,0x60,0x9b,0x70,0x1e,0xe6, +/* 0x002a70 */ 0x07,0x90,0x69,0x4d,0xa8,0xd7,0xc3,0xa5,0x40,0x2d,0xda,0xf4,0x3f,0xf9,0x6e,0xf7, +/* 0x002a80 */ 0xbf,0xbb,0x21,0x69,0x3d,0xf4,0x0d,0x4a,0x33,0xc4,0x68,0xd1,0xff,0x20,0xfb,0xf3, +/* 0x002a90 */ 0x49,0x84,0x89,0xfa,0x29,0x25,0xcc,0xf6,0x23,0x64,0x3d,0xff,0xa8,0x10,0xfe,0x21, +/* 0x002aa0 */ 0xf8,0x5b,0xfe,0xb5,0xdf,0xc4,0x97,0x75,0x3d,0xbc,0x45,0xff,0xb3,0x50,0xdb,0x7f, +/* 0x002ab0 */ 0x21,0x73,0x7c,0x4e,0x43,0x4c,0x04,0xf2,0x2f,0xc7,0xa7,0x15,0x8d,0xaf,0x70,0x3d, +/* 0x002ac0 */ 0xff,0x54,0xc3,0x3f,0x50,0x06,0x7a,0x8b,0x7c,0x7f,0x7c,0xfd,0xd3,0xe1,0x47,0xbd, +/* 0x002ad0 */ 0xda,0xf9,0x17,0x4e,0xfd,0x0f,0xdd,0x5f,0xeb,0xf5,0xaf,0xfb,0x46,0xd0,0xa4,0xd4, +/* 0x002ae0 */ 0x89,0x82,0x4d,0xc2,0x19,0xf4,0xae,0x64,0xcf,0x3f,0x04,0xfd,0x8f,0x64,0x1d,0x9f, +/* 0x002af0 */ 0xdc,0xf7,0x6e,0xfc,0xd3,0x0d,0x6d,0x04,0x96,0x69,0xcf,0x83,0x8b,0xfe,0xc7,0x18, +/* 0x002b00 */ 0xff,0xbe,0xaa,0xc5,0xd2,0x30,0x7d,0x7f,0x03,0xfd,0xd0,0x33,0xbf,0x79,0xc8,0xa1, +/* 0x002b10 */ 0xff,0xb1,0xeb,0x9f,0x2b,0xc9,0x36,0x96,0x7f,0x18,0x3a,0x4f,0xf8,0x8c,0xd4,0x66, +/* 0x002b20 */ 0xd5,0xff,0xe4,0xdd,0xef,0x5d,0x70,0xbf,0x8b,0x51,0x77,0x77,0x6d,0x2e,0x42,0x7b, +/* 0x002b30 */ 0xd2,0xda,0xf9,0x17,0x4e,0xfd,0x8f,0xdf,0x38,0xed,0xa2,0x69,0x47,0x60,0x4e,0x62, +/* 0x002b40 */ 0x34,0xfa,0x35,0xc5,0x93,0xa7,0xe5,0x15,0xb2,0xbd,0xfe,0xa5,0x9f,0x7f,0xfa,0xb9, +/* 0x002b50 */ 0x9e,0xff,0x9c,0x4b,0x46,0xd0,0x19,0xb4,0x24,0x4d,0xd7,0xf7,0x3f,0x46,0xaf,0x89, +/* 0x002b60 */ 0xf6,0xf3,0x2f,0xdc,0xce,0x3f,0x95,0xa6,0x44,0xc6,0xff,0x5c,0x40,0xee,0xfa,0x1f, +/* 0x002b70 */ 0x6c,0x5b,0xef,0xd6,0xfd,0x2b,0xc8,0x9e,0x09,0x0b,0xd2,0x69,0x70,0xd1,0xff,0x70, +/* 0x002b80 */ 0x91,0xad,0xfd,0xd8,0xcd,0x17,0xf0,0x63,0x6a,0x4a,0xe3,0x7f,0x48,0x51,0xfd,0x0f, +/* 0x002b90 */ 0x10,0x41,0x2c,0x18,0xe7,0x36,0xf0,0x0f,0xe1,0xc4,0x08,0xde,0xc4,0x89,0x20,0x77, +/* 0x002ba0 */ 0xfd,0xf3,0x5c,0x4b,0xfe,0xcf,0x94,0xd2,0x5c,0x16,0xfc,0xb5,0x70,0x61,0x2d,0x10, +/* 0x002bb0 */ 0x11,0xf6,0xf3,0x4f,0xbd,0xf9,0x69,0xcf,0xb4,0xa1,0x7c,0x1b,0x69,0x51,0x82,0x43, +/* 0x002bc0 */ 0x0b,0x36,0x29,0x1a,0xff,0xe3,0xa2,0xff,0x31,0xc6,0x47,0x12,0x7e,0x4a,0x20,0x41, +/* 0x002bd0 */ 0x28,0x50,0x3e,0x77,0xe9,0xba,0xd3,0xe4,0xc7,0x36,0xfd,0xb3,0xe4,0x56,0xff,0x1a, +/* 0x002be0 */ 0xec,0x8b,0x45,0xee,0x4c,0x35,0x1c,0x6c,0x4b,0x29,0x8f,0x41,0x22,0xb4,0xdb,0xf9, +/* 0x002bf0 */ 0xa7,0xfa,0xfd,0xa6,0x97,0x96,0x48,0xfd,0xb0,0xed,0xda,0x93,0xa8,0xf1,0x76,0xb5, +/* 0x002c00 */ 0xca,0x0e,0xfd,0x0f,0x1b,0xbd,0x5e,0x83,0x7f,0xd3,0x63,0x27,0xff,0x9e,0xe0,0x8c, +/* 0x002c10 */ 0xd8,0x83,0xf6,0xcd,0x7a,0xfe,0x97,0xd6,0x98,0x2f,0x6c,0x12,0xa7,0x81,0xcf,0x17, +/* 0x002c20 */ 0xc3,0xd5,0xdd,0x3d,0xb9,0x70,0x7e,0xfd,0xcb,0x7a,0xfe,0x97,0xc6,0x07,0xfa,0xb5, +/* 0x002c30 */ 0x11,0xeb,0x11,0x72,0x6c,0x7c,0x4a,0xd2,0x73,0xdd,0xce,0x3f,0x7d,0xdc,0x78,0xde, +/* 0x002c40 */ 0x1e,0xa3,0x8d,0x46,0x14,0x48,0x09,0x1e,0x32,0xdc,0x6a,0x3f,0xff,0xcb,0xa9,0x7f, +/* 0x002c50 */ 0x0e,0x03,0xed,0x23,0x13,0x31,0x87,0xef,0x47,0x09,0xfe,0x51,0xc1,0xf3,0x4f,0x7d, +/* 0x002c60 */ 0x01,0xb6,0x31,0x8f,0x34,0xb1,0xf3,0x08,0x9e,0x98,0x45,0xff,0x63,0x7d,0x7f,0xe9, +/* 0x002c70 */ 0xfa,0x58,0xa5,0x8a,0x3f,0xde,0xb7,0x46,0xf7,0x43,0xe5,0x9f,0xff,0x95,0x5f,0xff, +/* 0x002c80 */ 0x7a,0xf6,0x6e,0xe8,0xb9,0x2f,0x17,0xd8,0x22,0x04,0xc5,0xf7,0x6f,0x27,0xff,0xf0, +/* 0x002c90 */ 0x00,0xfd,0x3e,0x2d,0x60,0x0c,0x37,0x96,0xc2,0x59,0xce,0xff,0xba,0x45,0x1e,0x18, +/* 0x002ca0 */ 0x0f,0x1e,0x11,0xae,0x01,0xfe,0x19,0x2f,0xb9,0x9e,0xbc,0x49,0xff,0x21,0x17,0xfd, +/* 0x002cb0 */ 0x0f,0xff,0xfe,0x1e,0x1d,0xad,0x85,0x3e,0xa2,0x8d,0xbb,0x72,0x25,0x74,0xdb,0x48, +/* 0x002cc0 */ 0xde,0x10,0xd7,0x40,0x8f,0x0b,0xfe,0x99,0xe4,0xe9,0x8e,0x43,0xda,0x31,0xaf,0x75, +/* 0x002cd0 */ 0xc3,0x30,0x5f,0x49,0x0e,0xff,0xbb,0x6c,0xec,0xbf,0x12,0xfa,0xc0,0x26,0xe8,0x7e, +/* 0x002ce0 */ 0x56,0x8a,0x5e,0xf5,0xd4,0x87,0x46,0xea,0x0f,0xed,0x67,0x43,0xed,0x7a,0xfe,0x29, +/* 0x002cf0 */ 0xac,0xe6,0x4f,0xab,0xc1,0xa7,0x85,0x09,0xcf,0x15,0x28,0x94,0x1f,0x14,0x2e,0xa3, +/* 0x002d00 */ 0xa3,0x27,0x18,0xe3,0x31,0x63,0xd1,0x3f,0x6b,0x83,0xd0,0x6f,0x8e,0xcf,0x45,0xef, +/* 0x002d10 */ 0x75,0xb1,0x71,0x6d,0x30,0xdb,0x7e,0x49,0x71,0xd5,0xff,0xdc,0xa2,0xb3,0x6b,0x70, +/* 0x002d20 */ 0xd2,0x4c,0x7b,0x7e,0x54,0x3c,0x8b,0x1e,0x50,0x40,0x71,0x24,0x6a,0x3d,0xe3,0x4e, +/* 0x002d30 */ 0xfc,0x53,0x6f,0x9e,0xe6,0x00,0xdb,0xd8,0xea,0xb8,0xbf,0x3f,0x7c,0x49,0xe1,0x3d, +/* 0x002d40 */ 0x6d,0x4e,0xfe,0x47,0xf3,0x8b,0x3d,0x09,0x8d,0xcd,0xca,0xaf,0xd0,0x32,0xd0,0x5b, +/* 0x002d50 */ 0x5e,0x2a,0x90,0x7f,0x98,0xd5,0xd1,0xf5,0x41,0xec,0x43,0x7b,0x91,0x3c,0xec,0xbf, +/* 0x002d60 */ 0x7f,0x8e,0x5b,0xfe,0x61,0x40,0xf3,0x7f,0x65,0xf5,0x6a,0xe0,0x41,0x76,0xec,0xc5, +/* 0x002d70 */ 0xaa,0x8b,0xf4,0x87,0x9e,0xe8,0x70,0xea,0x9f,0x1d,0xf9,0x87,0x5f,0x2e,0x00,0x06, +/* 0x002d80 */ 0x6c,0xf5,0x89,0xb9,0x87,0x85,0x9b,0x5d,0xb3,0xe4,0x1f,0xba,0xc1,0xa4,0x80,0x05, +/* 0x002d90 */ 0x41,0xa1,0x62,0xe7,0x7f,0x79,0xf3,0x13,0xb0,0x8b,0xe5,0xff,0x1c,0x42,0x11,0xc5, +/* 0x002da0 */ 0x8a,0x7f,0x8a,0xe5,0xff,0x80,0xc3,0x77,0x9e,0xde,0x23,0x58,0xf5,0x3f,0xca,0xc2, +/* 0x002db0 */ 0x09,0x17,0xfc,0x6c,0x02,0x63,0xc4,0x18,0xd4,0xfa,0x82,0xfe,0x2f,0x6e,0x6b,0x2a, +/* 0x002dc0 */ 0x35,0xf3,0x9f,0x85,0xb1,0x82,0xfe,0xaf,0xff,0xa3,0xee,0xfa,0x83,0x9b,0xb8,0xee, +/* 0x002dd0 */ 0xfc,0xd3,0xee,0x62,0x9e,0xa5,0x95,0xb5,0xc8,0x90,0x61,0x02,0x71,0xd6,0xb2,0x43, +/* 0x002de0 */ 0x05,0x27,0xcb,0xc6,0xf6,0x51,0x87,0x18,0x79,0x6d,0x7c,0x37,0x4a,0x20,0xd8,0xe4, +/* 0x002df0 */ 0x32,0x9d,0xf4,0x2e,0x97,0x2a,0x0c,0x7f,0x70,0x39,0x9a,0x73,0x3a,0x9d,0x39,0x2e, +/* 0x002e00 */ 0x97,0xe1,0xd6,0xb2,0x13,0x64,0x43,0xb1,0xa0,0x34,0xa5,0x33,0x5c,0x4f,0x21,0x74, +/* 0x002e10 */ 0x8e,0xe9,0xd1,0xab,0xc1,0x2e,0x76,0x30,0x07,0x6b,0xe2,0x24,0x22,0x18,0xe2,0xe4, +/* 0x002e20 */ 0xd2,0x26,0xbd,0xfc,0x40,0x76,0x9c,0xd4,0x49,0x05,0x71,0x82,0xd3,0xd8,0xb1,0xb1, +/* 0x002e30 */ 0xef,0xbd,0x95,0x64,0xed,0x4a,0xef,0xad,0xe4,0xd0,0xe9,0xcd,0xfd,0xf7,0x9d,0xa7, +/* 0x002e40 */ 0xc5,0xf6,0x3e,0x56,0xef,0x7d,0xf6,0xf3,0x3e,0xdf,0xcf,0x27,0xb5,0x38,0xd9,0x22, +/* 0x002e50 */ 0x64,0xe2,0x7f,0xf4,0x8a,0x26,0xf3,0x3a,0xdd,0xf9,0x17,0xd5,0x7f,0x75,0x30,0xf1, +/* 0x002e60 */ 0xbe,0xb0,0xde,0x00,0xff,0x90,0x0a,0x3e,0x83,0xff,0x8f,0x26,0x11,0x43,0x3d,0xff, +/* 0x002e70 */ 0x62,0x8c,0xfb,0xbf,0x70,0x21,0x25,0x47,0x9a,0x74,0xf9,0xa7,0x94,0x69,0x89,0x58, +/* 0x002e80 */ 0x35,0x23,0xd9,0xe4,0xbf,0x6b,0x1d,0xe6,0x93,0xfd,0x5f,0x4a,0x9a,0xfe,0x27,0x56, +/* 0x002e90 */ 0xb8,0xe2,0xf9,0x5f,0x71,0xfd,0x8f,0x26,0xff,0x94,0x32,0x8d,0x03,0x5a,0xc7,0x75, +/* 0x002ea0 */ 0x52,0xfe,0xbb,0x9e,0xff,0xf1,0x84,0xac,0xda,0x11,0x63,0xfc,0x63,0xc8,0xff,0x18, +/* 0x002eb0 */ 0xfa,0x1b,0x13,0xfc,0x9f,0x69,0xf9,0xef,0xf4,0xfc,0xd3,0xcc,0xd7,0x67,0xc3,0xff, +/* 0x002ec0 */ 0x50,0xf2,0x4f,0x49,0xfd,0x5f,0x69,0x09,0x20,0xd7,0x53,0xf4,0xcf,0xe9,0xb7,0x59, +/* 0x002ed0 */ 0xa3,0x1b,0x79,0xd9,0xa0,0xff,0x2b,0xa5,0x28,0x50,0xf5,0x3f,0xf3,0xe7,0x53,0x24, +/* 0x002ee0 */ 0xfc,0x93,0x5e,0x24,0xfb,0xbf,0xd2,0xf1,0x0f,0xa9,0x78,0xc3,0x94,0xb8,0xde,0x38, +/* 0x002ef0 */ 0xff,0x9d,0xc0,0xff,0x2c,0x49,0xfc,0xb5,0x29,0xf9,0x5f,0x3e,0xed,0x8d,0x18,0xe1, +/* 0x002f00 */ 0x9f,0xc4,0xf9,0xd7,0x42,0xfd,0x9f,0xef,0x4c,0x14,0x0d,0x72,0x0b,0x09,0xff,0xb0, +/* 0x002f10 */ 0xc7,0xd3,0x1a,0xc1,0xe2,0xc5,0x98,0x1e,0xff,0x98,0x32,0xad,0x3f,0xc6,0xf8,0x27, +/* 0x002f20 */ 0xbd,0x68,0xf4,0x1b,0xe1,0x9f,0x44,0x61,0x49,0x8e,0x6c,0x24,0xf2,0x3f,0xd4,0x85, +/* 0x002f30 */ 0x37,0x48,0xc2,0x3f,0x69,0xb6,0xcf,0xd6,0x44,0x61,0xf9,0x98,0x98,0x7f,0x4a,0x5f, +/* 0x002f40 */ 0x7f,0x6a,0x49,0xf8,0x27,0xed,0xfa,0x79,0xe2,0xc8,0xe2,0x4b,0xc9,0x3f,0x25,0x4f, +/* 0x002f50 */ 0x63,0x72,0xfd,0x01,0x86,0xfd,0x5f,0x69,0xfb,0x17,0x9b,0xa9,0xff,0x0b,0x15,0x9c, +/* 0x002f60 */ 0x76,0xbf,0x0b,0x65,0xe1,0xff,0x53,0x8d,0xf7,0xf7,0xa4,0x9f,0x1b,0x45,0xff,0xac, +/* 0x002f70 */ 0x25,0x82,0xcc,0xf3,0x23,0xbf,0xf0,0x1b,0xf5,0x7f,0x69,0x8d,0x8b,0x63,0x23,0xc1, +/* 0x002f80 */ 0xb4,0xfc,0x53,0xfd,0xfc,0xc4,0x76,0x40,0xa7,0x66,0x7e,0x0c,0xfb,0xbf,0x12,0xe7, +/* 0x002f90 */ 0x0b,0x89,0xe2,0x3b,0xc1,0x0c,0xfe,0xcf,0xa9,0x44,0x90,0x42,0xcf,0x3f,0xdd,0x80, +/* 0x002fa0 */ 0x4f,0xbb,0x7a,0xc1,0xd5,0x50,0x05,0xfe,0x45,0x98,0x18,0x29,0xc5,0x8d,0x3f,0x11, +/* 0x002fb0 */ 0x3a,0xfe,0x81,0x32,0x03,0x41,0xcb,0x56,0x4c,0xcb,0xac,0x8a,0x2e,0x8f,0x09,0xbf, +/* 0x002fc0 */ 0xd3,0xfa,0xbf,0x34,0x7a,0x30,0x6f,0x68,0x4d,0x08,0x26,0xf2,0xb8,0x61,0x3a,0xff, +/* 0x002fd0 */ 0xa3,0xc7,0x3f,0xf8,0xfa,0x3a,0x11,0x60,0x19,0xb9,0xda,0x11,0xd6,0xe7,0x78,0x1c, +/* 0x002fe0 */ 0x13,0x3b,0xe3,0x24,0xfc,0x83,0x1f,0xa4,0x9a,0x08,0x0f,0x5b,0xf0,0xb1,0x54,0x79, +/* 0x002ff0 */ 0xac,0x71,0x7e,0xfa,0x39,0x15,0x3a,0x0e,0x51,0xf9,0x9f,0xd1,0xd2,0x8b,0x09,0x59, +/* 0x003000 */ 0xd4,0xf8,0x5f,0xcd,0x3c,0x84,0xbe,0x2f,0x8a,0x35,0x35,0xff,0x5d,0xa7,0xc7,0xe3, +/* 0x003010 */ 0x8f,0x15,0x9d,0xe0,0x62,0xb1,0x74,0x2d,0xb1,0x5f,0x4d,0xec,0xff,0x8a,0xd1,0x86, +/* 0x003020 */ 0x26,0xb7,0xcf,0x7a,0x94,0xc9,0x03,0x1d,0x58,0xf6,0xdc,0x2b,0x46,0x11,0x7e,0x5e, +/* 0x003030 */ 0x9f,0xc2,0xff,0xa4,0xe0,0x9f,0x01,0x08,0x99,0x76,0xae,0x45,0x2e,0x56,0x56,0xac, +/* 0x003040 */ 0x65,0x06,0x97,0x62,0x3f,0x26,0x63,0xfe,0x27,0xf7,0x5e,0xf3,0xed,0xcb,0xf7,0x04, +/* 0x003050 */ 0xee,0x1a,0xce,0xdd,0x65,0x7f,0x1f,0xf6,0x1c,0x5c,0x9d,0xce,0xff,0x74,0x69,0x60, +/* 0x003060 */ 0x4f,0x98,0x3f,0xc0,0xc8,0xbe,0x17,0x41,0xa5,0x62,0xbb,0x9b,0x1d,0x8c,0xdc,0x30, +/* 0x003070 */ 0x55,0x47,0x1b,0x74,0xf9,0xef,0xa9,0xf8,0x67,0xcf,0xeb,0xec,0x78,0xe3,0x9c,0x70, +/* 0x003080 */ 0x0f,0x82,0x79,0xd2,0x8c,0x34,0x1d,0xf7,0x83,0xa2,0xe3,0x1f,0x5e,0x66,0x9d,0xa8, +/* 0x003090 */ 0x58,0xa7,0xf2,0x63,0xe0,0x46,0x73,0x39,0x9e,0x1f,0x12,0xfe,0x61,0x8f,0xc4,0x62, +/* 0x0030a0 */ 0x2f,0x1a,0xf1,0xfb,0x63,0xcc,0xff,0xf0,0xbd,0xe5,0x3d,0xbe,0xe7,0xf0,0xc2,0xa2, +/* 0x0030b0 */ 0xc9,0x7f,0x4f,0xc5,0x3f,0xb9,0x5e,0x7b,0x01,0xd7,0xe3,0xbf,0x4b,0x1d,0x09,0x9d, +/* 0x0030c0 */ 0x3f,0xbe,0x3a,0x35,0xff,0x5d,0xff,0xbc,0xe1,0x18,0x59,0x7e,0x49,0x1f,0x10,0xfb, +/* 0x0030d0 */ 0x2d,0x65,0xab,0x2e,0x73,0x5d,0xb5,0x3e,0xe5,0x5e,0x03,0xfc,0x53,0x2d,0x97,0x6c, +/* 0x0030e0 */ 0x5f,0x71,0x77,0xa2,0xed,0x6b,0x0a,0xcc,0x4a,0xeb,0x09,0xf9,0xef,0xea,0x36,0x54, +/* 0x0030f0 */ 0xa4,0x16,0x42,0x5e,0x80,0xfd,0x40,0xcd,0xff,0xb2,0xc8,0xec,0xb0,0x38,0x09,0xf3, +/* 0x003100 */ 0xd2,0xf8,0x1f,0x93,0x6e,0xbf,0x73,0x1f,0x66,0x8b,0x73,0x54,0x5b,0xe3,0xc3,0xec, +/* 0x003110 */ 0xb0,0xf0,0xb6,0x31,0xfe,0x31,0xb9,0xbd,0xa5,0x87,0xed,0x8b,0x83,0x58,0xcf,0x73, +/* 0x003120 */ 0xe9,0x88,0x7f,0x44,0xee,0x35,0xc0,0x3f,0xc7,0x38,0x5c,0xac,0x39,0x60,0x77,0x83, +/* 0x003130 */ 0x36,0xd9,0x21,0x59,0x0e,0xc4,0xf0,0x00,0x0d,0xff,0xe4,0xa0,0xdd,0x1f,0xba,0xbc, +/* 0x003140 */ 0x2b,0xb0,0xec,0xb0,0x39,0x26,0xfb,0x19,0x08,0x9c,0x14,0x09,0xf8,0xa7,0x17,0x24, +/* 0x003150 */ 0xf4,0x27,0xa2,0x67,0xe9,0x96,0x45,0x96,0x42,0x29,0xfc,0x50,0x39,0x26,0x82,0x86, +/* 0x003160 */ 0xa5,0xb7,0x33,0xe0,0x9f,0x9a,0xfa,0xd2,0xa1,0xfc,0x09,0x2e,0xa6,0x08,0xb2,0x47, +/* 0x003170 */ 0xa5,0xe9,0x18,0xff,0xf3,0x32,0x85,0xff,0x09,0xd5,0xf8,0xf2,0x5e,0x47,0x2f,0xaa, +/* 0x003180 */ 0xef,0x29,0xeb,0x24,0xdb,0x52,0xd3,0xcb,0xfd,0x17,0x43,0xaa,0x94,0x48,0xcf,0xff, +/* 0x003190 */ 0x8c,0xcd,0xa3,0x1d,0xc9,0xcd,0xc1,0x9f,0xdb,0xd7,0x80,0xc0,0x90,0x03,0x58,0x02, +/* 0x0031a0 */ 0x8e,0x11,0xf0,0x76,0x4c,0xff,0x73,0x85,0x82,0x7f,0x24,0xdc,0xe6,0x56,0xc7,0x89, +/* 0x0031b0 */ 0x07,0x44,0xdc,0xf6,0x75,0xdb,0x87,0x72,0x73,0xad,0x4b,0x5a,0x61,0x98,0xff,0xfe, +/* 0x0031c0 */ 0x98,0x90,0xd0,0x53,0xc9,0x8e,0x31,0xe9,0x27,0x02,0x3d,0xff,0x3d,0x06,0x7b,0xf2, +/* 0x0031d0 */ 0x0e,0x58,0xee,0x02,0xbf,0x05,0xb7,0x49,0x58,0x18,0xc6,0xb5,0x49,0x04,0xfc,0xf3, +/* 0x0031e0 */ 0x71,0xf2,0xfa,0x6a,0xef,0x0f,0x0e,0xe7,0xff,0xce,0x89,0x7f,0x42,0x03,0x16,0x92, +/* 0x0031f0 */ 0x4d,0xf9,0x3d,0xb1,0xfe,0xaf,0xc4,0xcf,0x4f,0xc1,0x3f,0xe5,0xa2,0x4d,0xce,0x17, +/* 0x003200 */ 0x61,0x4c,0x76,0x55,0x28,0x96,0x85,0x53,0xcf,0xbf,0xf4,0xfc,0x0f,0x53,0x14,0x64, +/* 0x003210 */ 0x8f,0x9a,0x6f,0x07,0x67,0xc4,0x75,0xf2,0x96,0x31,0x76,0x39,0x6c,0x67,0xdd,0x72, +/* 0x003220 */ 0x9e,0x01,0xff,0xa3,0xba,0xf3,0x59,0xd1,0x0a,0x86,0xd6,0xe7,0xea,0x67,0xac,0x09, +/* 0x003230 */ 0xfe,0x99,0x82,0x7f,0xba,0x64,0xfc,0xb5,0x35,0xdf,0x81,0x10,0x54,0x89,0x62,0xfe, +/* 0x003240 */ 0x67,0x7f,0xcc,0x0f,0xe7,0x76,0x32,0xff,0x13,0xd7,0xef,0x21,0x7c,0x62,0xe7,0x7a, +/* 0x003250 */ 0x5a,0xd7,0x46,0x6c,0x4f,0xb2,0x05,0x5c,0x3a,0xff,0x93,0x72,0xfe,0x35,0x64,0xeb, +/* 0x003260 */ 0xc6,0x6d,0x14,0x12,0x5e,0x4f,0x2c,0x51,0x38,0xad,0xea,0x09,0x8b,0xe8,0xf8,0x67, +/* 0x003270 */ 0x9c,0x7f,0x8a,0xf5,0x80,0x2f,0x14,0x95,0xf6,0xd9,0xbd,0x7d,0xce,0x5f,0x3a,0x6a, +/* 0x003280 */ 0x9b,0x5c,0x4c,0xcc,0x7f,0x8f,0xaf,0x3f,0x4f,0x38,0x56,0x0a,0x3d,0x82,0xda,0xf6, +/* 0x003290 */ 0x8e,0xfe,0xc2,0xce,0x62,0xb4,0xfe,0xdc,0x46,0xc3,0x3f,0x42,0x89,0x8c,0x60,0x92, +/* 0x0032a0 */ 0x90,0x68,0x7b,0x7f,0x98,0xeb,0x59,0x4b,0xc8,0x7f,0xd7,0xcc,0xa7,0x5b,0x86,0xdd, +/* 0x0032b0 */ 0x8c,0x29,0x36,0x9f,0x65,0x39,0xd1,0xd6,0x2e,0x66,0xbb,0xba,0x9e,0x53,0xf0,0x4f, +/* 0x0032c0 */ 0x8e,0x07,0xb8,0xba,0x2d,0xae,0xfa,0x69,0x0e,0xef,0x2f,0x45,0xff,0xc0,0x4d,0xb7, +/* 0x0032d0 */ 0xaa,0x1f,0x11,0xf1,0x0f,0xfa,0x87,0x26,0x4f,0x50,0x03,0x0c,0x4c,0xe8,0xfb,0xb5, +/* 0x0032e0 */ 0x34,0x07,0x03,0x21,0x3a,0xfe,0x81,0xfc,0x6f,0xf7,0x76,0xc7,0x8c,0x80,0x66,0x70, +/* 0x0032f0 */ 0xc7,0x19,0xac,0xe9,0xb7,0x18,0xe1,0x9f,0x10,0x1c,0x62,0x2a,0x7d,0xff,0x16,0x44, +/* 0x003300 */ 0xfb,0xd7,0x59,0x26,0x2a,0x25,0xfc,0xfd,0x48,0xfc,0x8f,0x7a,0xfd,0x56,0x18,0x5c, +/* 0x003310 */ 0x73,0x2c,0xae,0x17,0x4a,0xe6,0x35,0x18,0xe0,0x1f,0x58,0x56,0xc7,0x73,0x5d,0xb1, +/* 0x003320 */ 0x36,0x9f,0xe8,0xa1,0xe7,0xd3,0xf8,0x1f,0x3d,0xfe,0xa9,0x01,0xfc,0x10,0x5a,0x88, +/* 0x003330 */ 0x6e,0xe2,0xfd,0xb7,0x1b,0xcd,0xc0,0x25,0x59,0x0d,0xc6,0xa5,0xe3,0x1f,0xb9,0x14, +/* 0x003340 */ 0xc7,0xa0,0xe3,0x8e,0x9e,0x4d,0xe3,0xec,0x35,0x30,0x5d,0x5b,0x13,0x26,0xf4,0xbf, +/* 0x003350 */ 0x67,0xf2,0x87,0x4c,0xea,0x9f,0x43,0x14,0xfd,0x4f,0x4a,0x3e,0x48,0x46,0xfe,0x47, +/* 0x003360 */ 0x5f,0xbc,0x91,0x51,0xff,0x93,0x92,0x27,0x92,0x45,0xfe,0xbb,0xee,0x3c,0x74,0x01, +/* 0x003370 */ 0xf9,0x5f,0xaa,0xfe,0x39,0xa3,0xff,0xb3,0xbe,0xc8,0x9c,0xff,0xae,0x2f,0x92,0xfa, +/* 0x003380 */ 0x1f,0x91,0xa8,0xff,0x49,0x2d,0x32,0xf9,0x3f,0x27,0xf3,0xd0,0x53,0xf5,0x3f,0xe9, +/* 0x003390 */ 0xfd,0x5f,0xa4,0x22,0x0b,0xfd,0x8f,0xb6,0xc8,0xcf,0x22,0xff,0x4b,0x57,0x64,0xa3, +/* 0x0033a0 */ 0xff,0xc9,0xd3,0x8c,0x18,0xf5,0x7f,0x91,0x0a,0xa3,0xfe,0xaf,0x44,0x61,0xd6,0x3e, +/* 0x0033b0 */ 0x6f,0x19,0xf5,0x3f,0xfa,0x22,0x1b,0xfd,0x4f,0xde,0xd7,0xf5,0x7f,0xb6,0x65,0x9d, +/* 0x0033c0 */ 0xff,0x65,0xa0,0xff,0xb9,0x65,0xfe,0x47,0xa2,0xf0,0x3f,0xf4,0xfc,0x2f,0x4d,0x91, +/* 0x0033d0 */ 0x39,0xff,0x5d,0x5f,0x64,0x9d,0xff,0x95,0xc9,0xff,0x99,0xc6,0xff,0x64,0x93,0xff, +/* 0x0033e0 */ 0xb5,0x20,0xff,0x67,0x2a,0xff,0x43,0xd1,0xff,0xe8,0x8b,0x8c,0xfa,0x9f,0x94,0xe2, +/* 0x0033f0 */ 0x8f,0x9e,0xff,0x9e,0x52,0x64,0x99,0xff,0x45,0xe0,0x7f,0x44,0xd3,0x4a,0x2e,0x73, +/* 0x003400 */ 0x1e,0x56,0x66,0xff,0xe7,0x05,0xe7,0xbf,0xeb,0x8a,0x5b,0xc8,0xff,0xa2,0xf2,0x39, +/* 0x003410 */ 0xda,0xf5,0x67,0xa1,0xf9,0x5f,0x17,0x8c,0xf2,0xbf,0x40,0xfa,0xfa,0x93,0x55,0xfe, +/* 0x003420 */ 0x97,0x76,0xfd,0xcc,0x22,0xff,0x2b,0x4f,0xbb,0xdf,0xfd,0xbf,0xca,0xff,0x4a,0x2b, +/* 0x003430 */ 0xea,0xe8,0xfd,0x5f,0xe4,0xe2,0x56,0xf3,0xbf,0xe2,0x9f,0xbe,0x06,0x2a,0x4c,0x7c, +/* 0x003440 */ 0xa3,0xa5,0x0a,0x60,0xdb,0x9f,0x3c,0x05,0xbd,0x88,0x5d,0x02,0x1b,0xf0,0xc1,0x07, +/* 0x003450 */ 0x91,0xff,0x99,0x11,0xf6,0x02,0x47,0x2d,0xc2,0x87,0x4e,0x10,0x00,0x47,0x15,0x6f, +/* 0x003460 */ 0x30,0xde,0xa8,0x4e,0xc7,0x3f,0x2d,0x9c,0x28,0xe7,0x0a,0x76,0x08,0x03,0xc5,0xa2, +/* 0x003470 */ 0x62,0x96,0x99,0x7d,0x42,0x8b,0xc9,0x25,0xed,0xa5,0xf2,0x3f,0xe8,0xe7,0x87,0x72, +/* 0x003480 */ 0x0f,0xd6,0x39,0x21,0x6e,0xab,0x87,0x67,0xd7,0x9c,0x60,0xe2,0x8e,0x43,0x44,0xfe, +/* 0x003490 */ 0x67,0x86,0xe9,0x00,0x5d,0xcb,0xef,0x1f,0x2a,0x5a,0x0d,0xc2,0x8d,0x65,0x4a,0xde, +/* 0x0034a0 */ 0x4a,0x76,0x5f,0xe0,0x52,0xa8,0xa0,0xde,0x66,0xc0,0xff,0x6c,0x90,0xf2,0x1e,0x02, +/* 0x0034b0 */ 0x5f,0xc9,0x33,0x01,0x34,0x32,0xb4,0xf1,0x29,0x69,0xae,0x19,0x7d,0x5f,0x28,0xfc, +/* 0x0034c0 */ 0xcf,0x20,0x96,0x3d,0x07,0xf9,0x20,0xbb,0x1a,0x86,0x25,0xcf,0x05,0x3c,0xff,0xb2, +/* 0x0034d0 */ 0xca,0x08,0x51,0xf0,0xcf,0x0c,0x38,0xff,0x26,0xc2,0xff,0xcf,0xa2,0xf9,0x91,0xef, +/* 0x0034e0 */ 0x75,0x7f,0x8e,0xf0,0xf0,0xa7,0xea,0x47,0x56,0x12,0xff,0xa3,0xfa,0x81,0xf7,0xc9, +/* 0x0034f0 */ 0x08,0x0f,0x17,0x30,0x3b,0xb0,0x3e,0x2a,0x62,0x59,0xf9,0xcc,0x3c,0x71,0x4a,0xe5, +/* 0x003500 */ 0x7f,0x5c,0xa3,0xce,0x5d,0xcc,0x6e,0xf0,0xb4,0x5c,0xf2,0xb1,0xe5,0xdb,0xcc,0xfb, +/* 0x003510 */ 0x65,0x3d,0x72,0x29,0x06,0x42,0x04,0xfd,0x4f,0x1c,0xed,0x0c,0xf0,0x02,0xbb,0x49, +/* 0x003520 */ 0x92,0xa5,0xea,0x88,0xad,0xec,0xc5,0x41,0xf9,0x46,0xa8,0x3a,0xca,0x1b,0xf1,0x3f, +/* 0x003530 */ 0x03,0x0d,0xdd,0x96,0x23,0xd2,0xcd,0xc4,0xc8,0x74,0xa5,0x87,0xca,0xff,0x5c,0x93, +/* 0x003540 */ 0xa7,0x83,0xa7,0x30,0x2d,0x29,0xc6,0x62,0x59,0x82,0xf9,0x27,0xc0,0x8d,0x83,0xe5, +/* 0x003550 */ 0xe4,0xf3,0xaf,0xdc,0x26,0xe6,0x3d,0xa9,0x07,0xa8,0xb6,0x69,0xcb,0x01,0x2e,0x2c, +/* 0x003560 */ 0x8d,0xd8,0x51,0x24,0xf6,0x62,0x45,0xe4,0x7f,0x1e,0x91,0xbb,0x42,0x62,0x04,0x4e, +/* 0x003570 */ 0x32,0x76,0x70,0x5a,0x51,0xdb,0xfc,0x7f,0xaa,0x9c,0x8f,0x05,0x61,0xa4,0xf3,0x3f, +/* 0x003580 */ 0x6a,0xcc,0x5c,0x17,0x7e,0x6c,0xca,0x18,0x37,0x7a,0x51,0x0d,0x29,0x7b,0x2b,0xfd, +/* 0x003590 */ 0xfb,0x41,0xd7,0x31,0x4c,0x04,0xd1,0xf9,0x9f,0x0a,0xd9,0xf5,0x73,0xf6,0xee,0xc0, +/* 0x0035a0 */ 0x2c,0x28,0x6f,0xb6,0x45,0xf2,0x7f,0xe2,0x9c,0xf5,0x3a,0x68,0xfc,0xcf,0x7c,0x3f, +/* 0x0035b0 */ 0xf2,0x8a,0x11,0xac,0x87,0x11,0x6c,0xcd,0xcc,0xa3,0x72,0x22,0x8f,0x9b,0x7c,0xfe, +/* 0x0035c0 */ 0x75,0x11,0xcb,0x9e,0x0f,0xc6,0x63,0xad,0xf8,0xc3,0xec,0xb6,0x23,0x61,0x46,0xd5, +/* 0x0035d0 */ 0xc7,0x52,0xf8,0x9f,0x36,0x2c,0x9b,0x7f,0xd6,0x5c,0x0c,0x9a,0x7d,0xce,0xed,0x4e, +/* 0x0035e0 */ 0x41,0x6d,0xf4,0x36,0x38,0xff,0x62,0xda,0x7c,0xb8,0xad,0xe9,0xbe,0x18,0x5f,0x01, +/* 0x0035f0 */ 0x0f,0x1e,0xf4,0xa9,0xd7,0x53,0xfb,0xdf,0xe5,0x66,0xd1,0xe5,0x35,0xdb,0x19,0x8e, +/* 0x003600 */ 0x69,0x63,0x9c,0xb5,0xd8,0xbf,0xd4,0xdf,0x4c,0xe2,0x7f,0xe2,0x37,0x35,0x2c,0x85, +/* 0x003610 */ 0xb7,0x7a,0x96,0xba,0x9e,0xb6,0x14,0xd6,0x87,0x1b,0xcb,0x65,0xfe,0x69,0xf6,0x51, +/* 0x003620 */ 0x29,0x0c,0x76,0xd3,0xf9,0x1f,0x69,0x6a,0x49,0x4d,0xbd,0xf5,0xf5,0x8d,0x13,0xe0, +/* 0x003630 */ 0x0b,0x3c,0xd2,0x58,0x84,0x46,0x84,0x1a,0x2a,0xff,0xf3,0x3b,0xf9,0x66,0xb8,0xfc, +/* 0x003640 */ 0xef,0x6c,0xef,0xb0,0x8b,0xd0,0xfb,0xdd,0x13,0x52,0xc9,0x12,0x76,0xd5,0x9b,0x53, +/* 0x003650 */ 0xfb,0xd5,0xa3,0x25,0xa2,0xfe,0xe7,0x03,0xa5,0x37,0x12,0xaa,0xb6,0x74,0x30,0x6b, +/* 0x003660 */ 0xe4,0x5e,0x70,0x14,0xc0,0x80,0xdd,0x91,0xf8,0x68,0x0b,0xed,0xfc,0x4b,0xac,0xc3, +/* 0x003670 */ 0x31,0x43,0xf2,0x49,0xf4,0xa0,0xe7,0x1e,0xcc,0x59,0x24,0xcc,0xe3,0x3d,0x0a,0xff, +/* 0x003680 */ 0xe3,0x68,0xb4,0x04,0x73,0xf0,0x0c,0xa3,0x07,0x49,0xde,0x12,0x12,0x5f,0xc8,0x75, +/* 0x003690 */ 0x4b,0x6c,0x90,0xf9,0x4b,0x1a,0xff,0x53,0xbe,0x1d,0xfb,0x63,0x08,0x53,0x40,0x94, +/* 0x0036a0 */ 0xac,0x80,0x15,0x57,0x4e,0x49,0x29,0xfa,0x67,0xfd,0xf9,0x97,0x19,0x1f,0x93,0xc5, +/* 0x0036b0 */ 0xf5,0x3f,0x1d,0xfe,0x8d,0xdb,0x5a,0xa7,0x82,0x1e,0xa9,0x21,0xc8,0xde,0x47,0xc6, +/* 0x0036c0 */ 0x3f,0x61,0x6c,0x3b,0x1f,0x6f,0x7b,0x07,0xf7,0xcb,0x45,0xaa,0x23,0xb4,0xc9,0x4a, +/* 0x0036d0 */ 0xe5,0x7f,0xf6,0x07,0x1c,0x32,0xfc,0x04,0xad,0x3f,0xfb,0x41,0xa9,0xec,0x8d,0x80, +/* 0x0036e0 */ 0xf5,0x30,0x0d,0xff,0xe8,0xf8,0x1f,0xd5,0x2f,0xbd,0xca,0xbc,0x99,0x09,0x08,0xae, +/* 0x0036f0 */ 0x0b,0xb9,0xe8,0x59,0x95,0xe3,0x5f,0x25,0x22,0xff,0x73,0x45,0xde,0x03,0x0a,0x23, +/* 0x003700 */ 0xb0,0xc9,0xb1,0x5b,0x7a,0xc6,0x54,0x72,0x01,0xfe,0x23,0xf3,0xb7,0x4a,0x8f,0xa9, +/* 0x003710 */ 0x44,0xf9,0x1b,0x8a,0xfe,0xe7,0x2a,0x33,0x28,0xaf,0x1d,0xe1,0xab,0xd8,0x47,0xfc, +/* 0x003720 */ 0x2f,0xa1,0x11,0xeb,0x93,0x6c,0x41,0xeb,0x97,0xcd,0x1b,0x86,0xad,0x14,0xfc,0x73, +/* 0x003730 */ 0x2d,0x34,0x07,0xce,0xbd,0x5b,0x7a,0x9a,0x3d,0xcb,0xc5,0xf2,0x0e,0x2c,0x27,0xd2, +/* 0x003740 */ 0xf1,0x8f,0x8e,0xff,0x79,0x4d,0xae,0x18,0xe6,0xdf,0x65,0x3d,0x60,0x36,0xb8,0x01, +/* 0x003750 */ 0x37,0x82,0x5d,0xe7,0xe6,0x62,0xfe,0xcf,0x94,0xf3,0xaf,0x0e,0x75,0xfd,0xb1,0xf3, +/* 0x003760 */ 0xe0,0x34,0x70,0xd5,0xc3,0x26,0xff,0xfb,0x4a,0xcf,0x31,0xd7,0x00,0x1d,0xff,0xec, +/* 0x003770 */ 0xc1,0xd7,0x6f,0x35,0xff,0xab,0x3a,0x62,0x56,0x83,0xe3,0x1d,0x46,0xfc,0x4f,0x0b, +/* 0x003780 */ 0x10,0x2f,0x60,0x19,0xb9,0x74,0xa6,0x5e,0x35,0xd6,0x1e,0x14,0xbb,0xf6,0xb9,0xa8, +/* 0x003790 */ 0xfc,0xcf,0x0c,0xfa,0x6f,0xad,0x18,0xe2,0xcf,0xb0,0x3f,0xc5,0xeb,0x89,0x94,0xf7, +/* 0x0037a0 */ 0x5f,0xe8,0xef,0x9f,0x86,0x9e,0x30,0x8d,0xff,0x89,0x02,0x74,0xcf,0xfd,0xb6,0x63, +/* 0x0037b0 */ 0x8c,0xea,0x90,0xd3,0x68,0xeb,0x66,0xe6,0xfb,0xe3,0x28,0xfc,0xcf,0x0c,0xda,0x08, +/* 0x0037c0 */ 0xf6,0x29,0x96,0xb3,0xc2,0x65,0x58,0x21,0xd9,0x66,0xd4,0x83,0xa1,0x3b,0xa9,0xe7, +/* 0x0037d0 */ 0x5f,0x33,0xe0,0xac,0x52,0xaa,0x38,0x5f,0x63,0xaa,0xb1,0x7f,0x42,0x99,0xa5,0x8a, +/* 0x0037e0 */ 0x29,0x0d,0x27,0xf0,0x0f,0x99,0xff,0xe9,0xed,0x5f,0x83,0xbb,0x9f,0x4e,0x98,0xd0, +/* 0x0037f0 */ 0xf5,0xf5,0x68,0xbf,0xdb,0x99,0xb0,0x06,0x8a,0x90,0xf1,0x0f,0x76,0x03,0x80,0xa2, +/* 0x003800 */ 0xd9,0x55,0xeb,0x07,0x62,0xfd,0xa5,0x4e,0x07,0x7a,0xde,0x44,0x34,0xff,0x24,0xfd, +/* 0x003810 */ 0x0f,0xba,0xa9,0x77,0xd1,0xd3,0x5e,0xa3,0x6c,0x56,0x30,0xed,0x83,0xf9,0xf3,0x4e, +/* 0x003820 */ 0xf6,0xf1,0xd6,0xe9,0x01,0x55,0x5f,0x4a,0xc1,0x3f,0xaa,0x9b,0x9f,0x92,0x3f,0x2b, +/* 0x003830 */ 0xcf,0x82,0x1a,0x2f,0x7a,0x6d,0x9f,0x91,0xa6,0x77,0xd4,0x8c,0xe9,0xf8,0x1f,0x25, +/* 0x003840 */ 0x95,0xff,0xb1,0x92,0xf0,0x92,0x42,0x3f,0xff,0xca,0xcd,0xc8,0xff,0x08,0x15,0x29, +/* 0x003850 */ 0xe8,0xce,0x88,0xff,0xa1,0xe9,0x7f,0xf2,0x28,0xfc,0x0f,0xa0,0xea,0x7f,0x74,0xfc, +/* 0x003860 */ 0x4c,0x92,0xff,0x49,0xd5,0xff,0x90,0xee,0x77,0x71,0x66,0xfd,0xcf,0xfa,0x6c,0xf9, +/* 0x003870 */ 0x9f,0xbd,0x19,0xf8,0x1f,0xca,0xfb,0x97,0x53,0x37,0xf2,0xd5,0x02,0xf5,0x3f,0x49, +/* 0x003880 */ 0xfc,0xe3,0xa5,0xe8,0x7f,0xaa,0x74,0x23,0x49,0xfc,0x03,0x68,0xfa,0x1f,0x3d,0x1f, +/* 0x003890 */ 0x98,0x59,0xff,0x43,0xe1,0x7f,0x20,0xf5,0xfc,0x5d,0x5b,0x24,0xf5,0x3f,0xfd,0xd9, +/* 0x0038a0 */ 0xf1,0x3f,0x99,0xf5,0x3f,0xfa,0xe7,0x6d,0xfe,0xf9,0xdc,0x41,0xd3,0xff,0xe8,0x8a, +/* 0x0038b0 */ 0x4f,0xfe,0x64,0xfa,0x1f,0xf0,0x7f,0xa5,0xff,0xa1,0xf0,0x3f,0x55,0x34,0xfd,0x8f, +/* 0x0038c0 */ 0xae,0x48,0xe2,0x9f,0xc3,0x14,0xfd,0x4f,0x0a,0x9f,0x93,0xbd,0xfe,0x27,0x85,0xff, +/* 0x0038d0 */ 0xb9,0x3b,0x2b,0xfd,0x0f,0xed,0xfc,0x2b,0x0b,0xfe,0x67,0xa1,0xfa,0x1f,0x82,0xff, +/* 0x0038e0 */ 0x33,0x2e,0xdc,0x14,0xfe,0x87,0xaa,0xff,0xb9,0x15,0xfe,0x87,0x31,0xf6,0x7f,0x36, +/* 0x0038f0 */ 0xe2,0x7f,0x08,0xfa,0xe7,0x5b,0xd6,0xff,0x18,0xeb,0x9f,0x77,0x15,0xfd,0x31,0xf9, +/* 0x003900 */ 0x1f,0x89,0xaa,0xff,0xd1,0x16,0xd9,0xe8,0x7f,0xb4,0x45,0xf2,0xfb,0x6e,0xca,0x8a, +/* 0x003910 */ 0xff,0x49,0xe2,0x9f,0x44,0xff,0x29,0x9b,0xa0,0x7d,0x58,0xd2,0x7c,0x26,0xf1,0xcf, +/* 0x003920 */ 0xf1,0x65,0x27,0xb8,0x69,0x93,0x47,0xe9,0x48,0xdc,0xdd,0xe2,0xe4,0x6d,0x32,0xf3, +/* 0x003930 */ 0xf7,0x9b,0xc4,0x3f,0x41,0x10,0xe5,0x32,0xcf,0x4f,0x12,0xff,0x34,0x0b,0xf3,0xdd, +/* 0x003940 */ 0x3d,0x06,0xeb,0xb9,0xb1,0xfe,0xc7,0x88,0xff,0x01,0x59,0x9d,0x77,0x18,0xeb,0x7f, +/* 0x003950 */ 0x50,0x61,0xd2,0x8f,0x64,0xa3,0xff,0x21,0xf3,0x3f,0xa2,0x01,0xff,0xb3,0x78,0x26, +/* 0x003960 */ 0x61,0x6d,0xa7,0x39,0xff,0x32,0x69,0x2e,0xbb,0x02,0xbe,0x29,0xf1,0xe3,0x45,0xaa, +/* 0x003970 */ 0x50,0x5c,0xe6,0x9b,0xf0,0xfb,0x3e,0x28,0x50,0x68,0xfc,0x4f,0x54,0x6a,0xc7,0xaf, +/* 0x003980 */ 0x99,0x4d,0x89,0xb6,0x74,0x83,0xf3,0x2f,0x27,0xb6,0x3d,0x1c,0x04,0x7e,0xb0,0x0a, +/* 0x003990 */ 0x78,0xcb,0xec,0x3c,0x56,0xdc,0x85,0x28,0xfd,0x5f,0x71,0xfc,0x83,0xfd,0x24,0x99, +/* 0x0039a0 */ 0x76,0xd1,0x01,0x70,0x5b,0xbd,0x09,0xfb,0x4f,0xb6,0x9d,0x3a,0x18,0x2d,0x53,0x1b, +/* 0x0039b0 */ 0xeb,0x88,0xfc,0x0f,0x5e,0x0d,0x5e,0x15,0x2b,0x8f,0xf3,0xe3,0x58,0x28,0xce,0x54, +/* 0x0039c0 */ 0xcb,0xd6,0xb3,0xec,0xa7,0xf8,0xa3,0x71,0x02,0xff,0x73,0x27,0x16,0x89,0x85,0xc1, +/* 0x0039d0 */ 0xac,0x5c,0x73,0xa0,0x74,0xdc,0x12,0xef,0x80,0x9b,0x64,0x67,0x42,0x73,0xa6,0x9a, +/* 0x0039e0 */ 0x81,0x06,0x22,0xff,0x13,0xc4,0xb6,0x87,0xbe,0x72,0x27,0x5f,0x6e,0x71,0xe1,0xfe, +/* 0x0039f0 */ 0xc4,0x10,0xff,0xab,0xa2,0x92,0xba,0x4b,0x40,0xc5,0xe7,0x44,0xfc,0xe3,0x92,0xdb, +/* 0x003a00 */ 0xc3,0xeb,0x44,0xe7,0xa4,0xd9,0xa5,0xea,0xc3,0xef,0xc3,0xf9,0x5f,0x7b,0xeb,0xdd, +/* 0x003a10 */ 0x11,0x9a,0xfe,0x87,0x07,0xed,0xb2,0xd8,0x08,0xab,0xb7,0xf1,0xe0,0x79,0xd1,0x25, +/* 0x003a20 */ 0xe7,0x56,0xae,0xba,0x1f,0xb6,0x1c,0x76,0xfd,0x9a,0xa6,0xff,0x29,0x60,0xf6,0xcb, +/* 0x003a30 */ 0x77,0x6d,0x87,0xff,0x54,0x5e,0x80,0xfb,0xdf,0x27,0xd0,0xc8,0x6e,0x79,0xcf,0xc1, +/* 0x003a40 */ 0x14,0xfc,0xa3,0xe1,0x7f,0xb0,0xed,0x61,0xb9,0xe4,0x5a,0xdb,0xc2,0x83,0x0f,0x40, +/* 0x003a50 */ 0x75,0xc8,0xba,0x3e,0x7f,0x4b,0xf0,0xc5,0xce,0xea,0x71,0x1b,0x99,0xff,0x41,0xd3, +/* 0x003a60 */ 0xf2,0xa5,0x09,0xbd,0xad,0x7f,0x86,0x1e,0xb3,0x39,0x53,0xf5,0xc0,0xe3,0x9f,0xed, +/* 0x003a70 */ 0xdd,0x27,0xcd,0x15,0x78,0x94,0x06,0x1d,0xfe,0x49,0xcc,0x7f,0x80,0x15,0xb9,0x57, +/* 0x003a80 */ 0xe5,0x72,0x89,0xef,0x42,0xbf,0xe8,0x92,0xc9,0x23,0xbb,0xaa,0x58,0x97,0x70,0xa3, +/* 0x003a90 */ 0xb5,0x3c,0xb2,0xb9,0xd3,0x44,0xd0,0xff,0xf8,0x98,0xe5,0x60,0x1f,0x78,0xbe,0xd6, +/* 0x003aa0 */ 0x39,0xee,0x5f,0x89,0x8d,0x55,0xfb,0xe1,0xf7,0xea,0xee,0x90,0x7b,0xc4,0xc2,0xb0, +/* 0x003ab0 */ 0x99,0xc8,0xff,0x2c,0x67,0x72,0xc4,0x3d,0x72,0xa1,0x0f,0x07,0xdf,0x33,0x7b,0xe4, +/* 0x003ac0 */ 0x92,0x50,0x60,0x92,0x29,0x80,0xe7,0xfd,0x85,0xa3,0x5e,0x1d,0xff,0x93,0xe8,0x37, +/* 0x003ad0 */ 0x5c,0x6b,0xe6,0x99,0x66,0xd9,0xb1,0x33,0x16,0x63,0x04,0x5c,0x93,0x70,0xc3,0xb6, +/* 0x003ae0 */ 0x3c,0xa5,0xab,0x50,0x9c,0x30,0xeb,0xf8,0x9f,0x45,0x71,0xfc,0x33,0x86,0x63,0x2f, +/* 0x003af0 */ 0x22,0x15,0x32,0x1f,0xb2,0x40,0xf0,0x2a,0x28,0xe9,0xe4,0x71,0x3e,0xf2,0x2c,0xc0, +/* 0x003b00 */ 0x23,0x44,0xfe,0xc7,0xa2,0x80,0x49,0xff,0x7c,0x1e,0xa5,0x87,0x6b,0xf0,0xb3,0x11, +/* 0x003b10 */ 0x38,0x69,0xf2,0xc0,0x06,0x1d,0xff,0x03,0x12,0x9b,0x5a,0xcb,0xa8,0x78,0x11,0x78, +/* 0x003b20 */ 0xbc,0xbc,0xc0,0x16,0x33,0x17,0xc1,0xfa,0x46,0x57,0x1b,0x3b,0x02,0x27,0x0f,0xa9, +/* 0x003b30 */ 0xc6,0xb6,0x04,0xfe,0xe7,0x10,0xf3,0x21,0xb6,0x9d,0xf1,0xc1,0x1f,0x99,0x8f,0x71, +/* 0x003b40 */ 0x6d,0x5e,0xb7,0x37,0x20,0xfb,0x87,0xa5,0x5e,0xc5,0xbd,0x44,0x8f,0x7f,0x96,0x25, +/* 0x003b50 */ 0xf0,0x8f,0x7f,0x54,0x6c,0x13,0xdc,0x8d,0xce,0xa0,0xbf,0x58,0xc2,0x31,0x0d,0x4e, +/* 0x003b60 */ 0xb9,0x0e,0xe1,0x01,0xde,0x2d,0x92,0xf1,0x8f,0x1d,0xf3,0x3f,0xa8,0x70,0xda,0x99, +/* 0x003b70 */ 0x56,0x9c,0x07,0x21,0x41,0x3b,0x33,0xd8,0x7c,0x52,0x74,0x79,0xa9,0xfa,0x67,0x2e, +/* 0x003b80 */ 0xdc,0xe8,0x59,0xca,0x3f,0xcd,0x8a,0x20,0x6c,0xf2,0x00,0xfe,0xe9,0xfc,0x61,0x69, +/* 0x003b90 */ 0xf2,0x41,0xcf,0xa1,0x0e,0x22,0xff,0xf3,0x3a,0x3b,0x51,0x87,0x63,0xbf,0x1a,0x0e, +/* 0x003ba0 */ 0xa8,0xdb,0xfa,0x06,0xe9,0x97,0x07,0x4c,0xa3,0xd2,0xb4,0xbd,0xfa,0x2f,0xd2,0xf8, +/* 0x003bb0 */ 0x9f,0x79,0x3d,0xcc,0x65,0xa1,0xab,0x9e,0x7f,0x87,0xad,0x04,0x37,0xd1,0xf5,0x7f, +/* 0x003bc0 */ 0x7d,0xa4,0xe5,0x15,0x30,0x3d,0x5a,0xfe,0x58,0x9a,0xfe,0x27,0x0e,0x72,0xc6,0x41, +/* 0x003bd0 */ 0x7b,0xc8,0xe1,0x84,0x1d,0xf9,0x6a,0xec,0xa9,0x7c,0x7f,0xbb,0x63,0xa4,0xb5,0x57, +/* 0x003be0 */ 0x76,0x38,0x37,0xa5,0xe2,0x9f,0xe7,0xf0,0xfd,0x3e,0xc4,0xfc,0x06,0xbb,0x1d,0x46, +/* 0x003bf0 */ 0xbc,0x42,0x0e,0x8e,0x21,0x58,0x83,0x66,0xa0,0xee,0x25,0xd3,0xc9,0xca,0xd0,0x7d, +/* 0x003c00 */ 0x34,0xfe,0x67,0x02,0xb4,0x31,0x0e,0x29,0x10,0xcc,0xc1,0xff,0x23,0x8f,0xd7,0xe7, +/* 0x003c10 */ 0xca,0xcc,0xd8,0x5d,0xbd,0x80,0x11,0xd2,0xf0,0x8f,0xfa,0xf7,0x1f,0x62,0x3f,0x64, +/* 0x003c20 */ 0xfa,0x41,0xb9,0xcf,0x25,0x14,0x15,0x73,0x53,0xa0,0xaa,0x69,0xd3,0xbe,0x96,0x61, +/* 0x003c30 */ 0x61,0x1c,0x94,0x97,0x19,0xe2,0x9f,0x26,0x5b,0x30,0x3f,0x3e,0x63,0xcd,0x1b,0x47, +/* 0x003c40 */ 0xbe,0x3f,0x19,0xf4,0x70,0x69,0xfa,0x9f,0xb1,0xd8,0xfc,0x03,0x30,0xa9,0x94,0x83, +/* 0x003c50 */ 0x12,0xb9,0x45,0x04,0x93,0xb2,0x87,0xb3,0xb6,0xe6,0x47,0x30,0x11,0xbd,0x8c,0x27, +/* 0x003c60 */ 0xf2,0x3f,0xc7,0x19,0x27,0x38,0x57,0x5b,0xf4,0x34,0x1c,0x63,0x9c,0xc2,0x39,0xa5, +/* 0x003c70 */ 0xb4,0x15,0x46,0xb6,0x4d,0x82,0xfd,0x52,0x69,0x10,0x12,0xf1,0x4f,0x15,0xc3,0x73, +/* 0x003c80 */ 0x5d,0xb2,0x43,0x81,0x95,0x8e,0xcd,0xe0,0xa4,0xe0,0x52,0x72,0x2b,0x0f,0x0e,0x82, +/* 0x003c90 */ 0x1f,0x16,0xef,0x9c,0x84,0x44,0xfc,0xb3,0xab,0x7d,0x29,0x38,0x0f,0x0b,0x81,0xb7, +/* 0x003ca0 */ 0xc9,0xff,0x30,0x54,0x13,0xb5,0xbe,0x6f,0xbf,0x0a,0x7e,0xec,0x2b,0x8d,0x40,0x22, +/* 0x003cb0 */ 0xfe,0x71,0xb2,0xb7,0xa3,0xa2,0x2b,0x62,0xbd,0xdb,0xf2,0x2d,0x30,0x81,0xf9,0x9f, +/* 0x003cc0 */ 0x5d,0xec,0x55,0xf9,0xad,0xd0,0x06,0xdc,0x08,0x46,0xc0,0x3f,0x58,0xc4,0x7b,0x03, +/* 0x003cd0 */ 0xcb,0xe6,0xbb,0xd9,0x63,0x02,0xfa,0x5a,0xc9,0x6e,0xbc,0xdf,0xfd,0xde,0x5e,0x9d, +/* 0x003ce0 */ 0xc2,0xff,0x2c,0x8b,0x83,0x9c,0xb7,0x59,0x8f,0x74,0x45,0xae,0xc0,0xf9,0xef,0x7f, +/* 0x003cf0 */ 0x00,0xd8,0xf6,0xd9,0x35,0xf9,0xe2,0xac,0x84,0x3e,0xfa,0x88,0x8c,0x7f,0xb0,0xdb, +/* 0x003d00 */ 0x61,0x87,0x58,0x24,0xc1,0x27,0x98,0x37,0xc1,0x69,0x20,0x8e,0x1e,0x2f,0x63,0xae, +/* 0x003d10 */ 0xa0,0x15,0xaf,0x64,0x74,0x13,0x91,0xff,0x01,0x0c,0xe4,0x9e,0x01,0x8f,0x2a,0x50, +/* 0x003d20 */ 0x52,0xaf,0xff,0x33,0x55,0x2f,0x2d,0xc5,0x12,0x34,0x74,0xf9,0x17,0xf3,0x22,0x5e, +/* 0x003d30 */ 0x00,0x5a,0x14,0x51,0x0a,0x74,0xd6,0x0d,0x80,0x53,0xe0,0xf8,0x05,0x67,0x25,0x73, +/* 0x003d40 */ 0xd9,0xf4,0x3c,0x74,0x5d,0xd0,0xf3,0x3f,0x89,0xf3,0xaf,0x5e,0x8b,0x9b,0xbb,0x18, +/* 0x003d50 */ 0x38,0x25,0xa1,0xd5,0x66,0x14,0x4e,0x9b,0xaa,0x2e,0xf0,0xa7,0xd9,0xa8,0xd2,0x07, +/* 0x003d60 */ 0xd5,0x83,0x06,0x02,0xff,0x53,0xc5,0x7e,0x94,0x83,0x4f,0x1f,0x6c,0xc7,0xd0,0x83, +/* 0x003d70 */ 0xf4,0x95,0xb4,0x4e,0xe9,0xe8,0x66,0x11,0x34,0x92,0x3c,0x43,0x0d,0x3a,0xfe,0x07, +/* 0x003d80 */ 0xcc,0xdb,0xfa,0x55,0x81,0xb9,0xe3,0x6a,0x51,0x89,0x37,0xbe,0x31,0xd7,0xe7,0x2d, +/* 0x003d90 */ 0xb3,0xf2,0x1c,0xa7,0xf2,0x21,0x04,0xfc,0x83,0x6d,0x0f,0xcf,0x83,0xd2,0x5d,0x9b, +/* 0x003da0 */ 0xc6,0x98,0x62,0x70,0xa6,0xd6,0x2d,0xc1,0x5e,0xfb,0x75,0xae,0x6f,0xbb,0x7b,0x48, +/* 0x003db0 */ 0xcf,0xff,0x2c,0x8b,0xef,0x77,0x38,0x6d,0x10,0x3d,0x78,0x11,0xcb,0x61,0xff,0x2a, +/* 0x003dc0 */ 0x70,0xa6,0xd1,0x7d,0x21,0xd0,0x79,0x30,0xca,0xf5,0x89,0xee,0x0b,0x64,0xfc,0x83, +/* 0x003dd0 */ 0xd3,0x76,0xb0,0x1e,0xd8,0x22,0xde,0xc7,0x09,0xa7,0x80,0x3b,0x0c,0x2b,0x1f,0x18, +/* 0x003de0 */ 0x14,0xbb,0xea,0x5d,0x61,0x32,0xfe,0xc1,0xb2,0x52,0x95,0x06,0x54,0x2c,0xc5,0xb8, +/* 0x003df0 */ 0x98,0x71,0x75,0xb3,0xd7,0x94,0xe9,0x5a,0xcf,0xaf,0xf5,0xfc,0x8f,0x75,0x5e,0xe4, +/* 0x003e00 */ 0x3c,0xce,0xa9,0x6d,0x3b,0x11,0x76,0x02,0xfc,0x01,0x54,0xbf,0x64,0xfb,0x9c,0x8d, +/* 0x003e10 */ 0x06,0xe6,0x44,0xcf,0x87,0x5f,0x43,0xff,0xa3,0xc1,0x3f,0xe9,0xf9,0x5f,0xa8,0x48, +/* 0x003e20 */ 0x75,0x3c,0x4e,0xc1,0x3f,0x26,0x0a,0x0c,0x26,0xe0,0x9f,0x08,0x29,0xff,0x2b,0x5e, +/* 0x003e30 */ 0xd4,0xcd,0x8f,0x24,0xf1,0x4f,0x6d,0x56,0xfc,0x8f,0x51,0xff,0x3b,0x2e,0xae,0xa6, +/* 0x003e40 */ 0x8c,0x8c,0xdd,0x8a,0xfe,0x07,0x66,0xc6,0xc3,0x49,0xfc,0x43,0xca,0xff,0x22,0xbc, +/* 0x003e50 */ 0x2f,0x24,0xf1,0x8f,0x90,0x96,0xff,0x65,0xc8,0xff,0xa4,0xe7,0x7f,0x91,0x0a,0x0d, +/* 0x003e60 */ 0xfe,0x59,0xb6,0x30,0xfe,0x87,0xee,0xff,0x43,0xd1,0xff,0xa4,0xe5,0x7f,0x11,0xf9, +/* 0x003e70 */ 0x1f,0xcd,0xfa,0x93,0x0d,0xff,0x93,0xec,0x7f,0x4f,0xcd,0xff,0xea,0x27,0xcd,0x27, +/* 0x003e80 */ 0x30,0xce,0xff,0x4a,0x2f,0x34,0xf8,0x27,0x3d,0xff,0x8b,0x50,0xbc,0x71,0x0b,0xfa, +/* 0x003e90 */ 0x9f,0x85,0xf1,0x3f,0xe9,0xf9,0x5f,0xc6,0xfc,0x0f,0x31,0xff,0xcb,0x48,0xff,0xb3, +/* 0x003ea0 */ 0x40,0xfe,0x27,0x3d,0xff,0x8b,0xc8,0xe7,0x18,0xf4,0xbf,0x1b,0xf3,0x3f,0x84,0xfc, +/* 0x003eb0 */ 0x2f,0x12,0xff,0xb3,0x40,0xfd,0x8f,0x06,0xff,0x10,0xf2,0xbf,0xbe,0x0e,0xff,0x93, +/* 0x003ec0 */ 0xaa,0xff,0x99,0x5f,0x1f,0xb2,0xe2,0x7f,0x92,0x7e,0x9b,0xa4,0xfc,0x2f,0x23,0xfd, +/* 0x003ed0 */ 0x4f,0xb6,0xfc,0x0f,0x98,0xbf,0x7e,0x61,0xfc,0x4f,0x5a,0xfe,0xd7,0x5e,0xd2,0xf7, +/* 0x003ee0 */ 0x37,0xb9,0xfe,0x90,0xf3,0xbf,0x52,0x0b,0x4d,0xfe,0x05,0xb5,0x1f,0x4a,0x53,0x6c, +/* 0x003ef0 */ 0x34,0xcc,0xff,0x32,0xc5,0xdb,0xbe,0xa6,0xd8,0xdd,0x52,0xba,0xfe,0x27,0x35,0xff, +/* 0x003f00 */ 0x2b,0x03,0xff,0x63,0xa4,0xff,0xb1,0xbf,0x0b,0xd3,0xf8,0x1f,0x5d,0xfe,0x57,0x45, +/* 0x003f10 */ 0xac,0x7b,0x25,0x7d,0x3e,0x89,0xfd,0xef,0x51,0xa0,0x23,0x82,0xb4,0x37,0xae,0xc3, +/* 0x003f20 */ 0x3f,0x71,0xfe,0x27,0x3f,0xf6,0x69,0x83,0x31,0xff,0x43,0xca,0xff,0x4a,0x29,0x74, +/* 0x003f30 */ 0xfa,0xe7,0xb4,0xfc,0x2f,0xed,0xb6,0x9b,0xdc,0xdf,0xa9,0xfa,0x67,0x1a,0xff,0x93, +/* 0x003f40 */ 0x78,0x7e,0xb4,0xf9,0x5f,0x90,0xce,0xff,0x70,0xf3,0xd3,0x9f,0x1d,0xff,0xc3,0x24, +/* 0x003f50 */ 0xfe,0x1e,0x62,0xfe,0x57,0x5a,0x91,0x7c,0x1f,0xd1,0xe3,0x1f,0xa1,0x42,0xb2,0x35, +/* 0x003f60 */ 0x15,0x9d,0xe5,0xae,0xa0,0xff,0x3a,0x84,0xa0,0xd4,0xc4,0x90,0x01,0x98,0x86,0x7f, +/* 0x003f70 */ 0x72,0xd4,0x9b,0x1a,0x03,0x7d,0x31,0x37,0x78,0x17,0x63,0x8e,0x25,0xb6,0x47,0x61, +/* 0x003f80 */ 0x97,0x78,0x6e,0xc0,0x4c,0xd1,0xff,0x0c,0xa0,0x42,0x94,0x70,0x63,0x8e,0xe0,0x67, +/* 0x003f90 */ 0x44,0x6c,0xeb,0x87,0x3e,0xca,0x0d,0xc9,0x01,0x8a,0xff,0xcf,0xa8,0xd4,0x07,0x8e, +/* 0x003fa0 */ 0xd6,0x63,0x1b,0xc9,0x9c,0x76,0xe0,0x50,0x5a,0x42,0x8e,0x68,0xa8,0xef,0x0e,0xb7, +/* 0x003fb0 */ 0x6c,0xa6,0xe0,0x9f,0xeb,0x32,0xfa,0x6b,0x1f,0x40,0xbb,0xf9,0x59,0xf0,0x2a,0xf6, +/* 0x003fc0 */ 0x87,0x0f,0x6e,0xbc,0xc6,0x4d,0x2b,0xa7,0xa4,0x95,0x24,0xfd,0xcf,0x62,0xec,0xf6, +/* 0x003fd0 */ 0xf3,0x25,0xa8,0xf1,0xd9,0xc6,0x5b,0x36,0xe3,0xd8,0x0b,0x60,0x1b,0x62,0xd0,0x0c, +/* 0x003fe0 */ 0xc8,0xa7,0x95,0xef,0x50,0xf4,0x3f,0xa3,0xcc,0x25,0x50,0xee,0xb5,0x61,0x23,0x82, +/* 0x003ff0 */ 0xff,0x91,0x3c,0x0a,0x7f,0xb2,0xe8,0xbb,0x08,0x6f,0x9f,0x92,0x5c,0x14,0xfe,0x67, +/* 0x004000 */ 0x14,0x74,0x60,0xb7,0x90,0xb3,0xa0,0x1a,0xf8,0x65,0xf7,0x8b,0xde,0x5f,0x31,0xa5, +/* 0x004010 */ 0x03,0x7d,0x8d,0xe7,0x46,0x1e,0xa3,0xe0,0x1f,0xd5,0xa6,0x78,0x68,0x53,0xa5,0x99, +/* 0x004020 */ 0x07,0x3f,0x0c,0xba,0x9c,0x66,0x8e,0xd9,0x82,0x7e,0xd4,0x36,0xe5,0xdb,0x54,0xfc, +/* 0x004030 */ 0xb3,0x27,0x58,0xe8,0xc3,0x44,0x10,0xf7,0x63,0xa5,0xa4,0xf8,0x9d,0x4b,0x39,0x8f, +/* 0x004040 */ 0x48,0x3d,0xc1,0x1f,0x8c,0xd2,0xf0,0x4f,0xd4,0x74,0x49,0x4d,0xbb,0xf0,0xf3,0xe0, +/* 0x004050 */ 0xbf,0x1b,0x3d,0x8a,0xdb,0xc9,0x6e,0x19,0xb8,0x21,0x74,0xca,0x25,0xe9,0xf8,0xe7, +/* 0x004060 */ 0x5f,0xe2,0xcf,0x03,0x8c,0x11,0x41,0x8e,0x4f,0xd1,0x0c,0x70,0x3e,0xc7,0x59,0xe7, +/* 0x004070 */ 0x9c,0x70,0x8f,0x9c,0xf7,0x99,0x06,0xff,0x68,0xf4,0xcf,0xd7,0xc1,0x25,0xb9,0x4c, +/* 0x004080 */ 0xd9,0x57,0xc6,0x56,0x0b,0xbf,0xc7,0x36,0x38,0x87,0xb1,0x51,0x83,0xe9,0x7b,0x12, +/* 0x004090 */ 0x47,0xc1,0x3f,0x33,0xe0,0x2d,0xa6,0x10,0xe7,0x29,0xaf,0xf4,0xbf,0x05,0x4a,0x01, +/* 0x0040a0 */ 0x6c,0x64,0x1f,0x66,0x3a,0x1e,0xf5,0x29,0xed,0x5a,0xfc,0xa3,0xcb,0x3f,0x6d,0x91, +/* 0x0040b0 */ 0x0b,0x8f,0x9a,0x71,0xcc,0xf4,0xbf,0xcb,0xdf,0x8d,0x60,0x22,0x48,0xe8,0x79,0xee, +/* 0x0040c0 */ 0x67,0xbe,0x80,0x96,0xff,0xd1,0xe0,0x9f,0xcb,0xd8,0x56,0x22,0x64,0x2e,0x53,0x6d, +/* 0x0040d0 */ 0x24,0x5d,0x8a,0xb3,0xd2,0xbe,0x79,0x7b,0xd7,0x33,0xc5,0xfd,0x7a,0xfe,0x27,0x89, +/* 0x0040e0 */ 0x7f,0x26,0xc1,0xab,0xa6,0x8a,0xce,0xbc,0x10,0x7a,0xd1,0x18,0xc1,0x46,0xf4,0xa1, +/* 0x0040f0 */ 0xa2,0x15,0x60,0xb6,0xed,0x9b,0x3f,0xe3,0x69,0xf8,0x47,0x9c,0x04,0xe7,0xc4,0x45, +/* 0x004100 */ 0xad,0x96,0x78,0x23,0x98,0x9f,0x8d,0x70,0xde,0xda,0x33,0x8b,0x6c,0xf2,0x62,0x03, +/* 0x004110 */ 0xfc,0xe3,0x3a,0x64,0xe1,0xc0,0x45,0x71,0x5d,0xbd,0xf5,0x08,0x3b,0xc2,0x85,0x61, +/* 0x004120 */ 0xa7,0xc4,0x07,0xf3,0xa9,0xf8,0xc7,0x55,0x07,0x0b,0x98,0x62,0xa6,0x0d,0x88,0x75, +/* 0x004130 */ 0x81,0x43,0x60,0x78,0x73,0x40,0xbc,0x0d,0xeb,0x61,0x0c,0xf0,0x0f,0x54,0xf3,0x3a, +/* 0x004140 */ 0xb9,0x6f,0x48,0x4b,0x86,0xb6,0x45,0x80,0x6c,0x62,0xf0,0x08,0x0d,0xff,0x88,0x2e, +/* 0x004150 */ 0x2f,0x8e,0x3d,0x95,0xdb,0x70,0x70,0x7c,0xd3,0xb7,0xa2,0xfe,0x66,0x71,0xbb,0xf7, +/* 0x004160 */ 0xef,0xa9,0xfa,0x9f,0xc9,0x46,0x0f,0xd8,0x8c,0xfd,0x76,0xda,0xc1,0xba,0xa5,0xd6, +/* 0x004170 */ 0x97,0xf2,0x87,0x1b,0xc3,0x0f,0x9c,0x5a,0xda,0x4a,0xc1,0x3f,0x33,0x60,0x4a,0xa8, +/* 0x004180 */ 0x51,0xdb,0xba,0xeb,0x62,0xc6,0x3e,0x4b,0x06,0xa5,0x69,0xa1,0x66,0x40,0x8f,0x7f, +/* 0x004190 */ 0x92,0xf8,0xe1,0x4d,0x70,0x11,0xd4,0xec,0xe0,0x87,0xd8,0x8f,0xc0,0x65,0xd0,0xb5, +/* 0x0041a0 */ 0xf5,0x8e,0x43,0xec,0x47,0xe2,0x4d,0xb9,0x42,0x72,0x51,0xf8,0x9f,0x11,0x10,0x98, +/* 0x0041b0 */ 0x70,0x0b,0x50,0x76,0xa8,0x36,0x47,0xa1,0x92,0x76,0x66,0x04,0xf6,0x4a,0x0e,0x50, +/* 0x0041c0 */ 0xaa,0xe5,0x7f,0xb4,0xf8,0x27,0xd4,0x0c,0x5d,0x38,0x76,0xf9,0xa5,0x9c,0x66,0xb0, +/* 0x0041d0 */ 0xc3,0x0b,0xed,0x75,0x03,0xc7,0x5e,0xa8,0x17,0x25,0xa8,0xc3,0x3f,0x5a,0xfd,0x73, +/* 0x0041e0 */ 0x1b,0x70,0x3f,0x08,0x63,0xc5,0x63,0x52,0x6e,0x33,0xfa,0x45,0x2f,0xc4,0xfd,0x94, +/* 0x0041f0 */ 0x88,0xf8,0x87,0xb9,0x08,0x3c,0x4d,0x9b,0x71,0x8c,0x69,0x3f,0x58,0x2f,0xf1,0x01, +/* 0x004200 */ 0xb4,0x6c,0x4e,0x81,0x53,0x8d,0x3c,0x25,0xff,0xf4,0x23,0x69,0x0a,0xdb,0x50,0xe0, +/* 0x004210 */ 0x20,0xf8,0x29,0xb8,0xae,0x09,0xf7,0x8b,0xf9,0xb0,0xfe,0x47,0xc7,0xff,0x68,0xf1, +/* 0x004220 */ 0x0f,0x96,0xfd,0x54,0xf2,0x81,0x22,0x6c,0x1b,0xe5,0x11,0x5c,0x2a,0xfe,0xd9,0x5a, +/* 0x004230 */ 0x86,0x0b,0x22,0xfe,0xf9,0x04,0xfd,0x37,0x95,0x76,0xc2,0x51,0x66,0x8c,0xd9,0x2f, +/* 0x004240 */ 0xd9,0x02,0x30,0xca,0x3c,0x09,0x4f,0x83,0x75,0x01,0x1b,0xe5,0xfc,0x2b,0x8a,0x69, +/* 0x004250 */ 0x52,0x1f,0x5c,0x5d,0x37,0x08,0x0e,0x0c,0xe4,0x29,0xb0,0xf2,0xd9,0xc1,0x7a,0xb4, +/* 0x004260 */ 0x62,0x47,0x20,0x05,0xff,0x7c,0x01,0xf6,0x80,0x52,0xc9,0xe9,0x43,0xcb,0xf8,0x21, +/* 0x004270 */ 0x58,0xa2,0x3c,0xd4,0xe4,0x7f,0x38,0xd0,0xc3,0x14,0xeb,0xcf,0xbf,0x74,0xf8,0xe7, +/* 0x004280 */ 0x15,0x6c,0x7b,0x88,0xfd,0xca,0x7e,0x24,0xd7,0xf8,0xf8,0x27,0xbf,0x71,0xb5,0x75, +/* 0x004290 */ 0x56,0x7e,0x22,0x85,0xff,0x49,0xe2,0x81,0x09,0xb4,0x1a,0x57,0x4b,0xea,0x36,0x37, +/* 0x0042a0 */ 0xc6,0xa1,0x69,0x39,0x29,0xe0,0xad,0xf0,0x5c,0x0a,0xff,0x93,0xc4,0x3f,0xbf,0x49, +/* 0x0042b0 */ 0xe4,0x7f,0xed,0x66,0x2e,0xe3,0x9f,0x3f,0xc5,0x9e,0x6b,0xbc,0xd9,0xdc,0xe5,0x73, +/* 0x0042c0 */ 0x51,0xf2,0x4f,0xdf,0x8c,0xe5,0x79,0x3d,0x88,0xf0,0x4c,0x2b,0xba,0x91,0x40,0xd5, +/* 0x0042d0 */ 0x6d,0x38,0xff,0xf4,0xcf,0xc3,0x90,0x82,0x7f,0x26,0x18,0x74,0xbd,0x8c,0xdb,0xbe, +/* 0x0042e0 */ 0x70,0xcc,0x87,0x94,0xfb,0x39,0xfa,0x87,0xdd,0xb0,0xb8,0x76,0x35,0x05,0xff,0x7c, +/* 0x0042f0 */ 0x08,0x5a,0x4c,0x2a,0xd1,0x31,0xa8,0xf2,0xab,0x6d,0x9d,0xe5,0x8f,0xa3,0xe7,0xa7, +/* 0x004300 */ 0xb8,0xbf,0x8d,0xa2,0xff,0xb9,0x96,0xc8,0xff,0xda,0x89,0xfd,0xc3,0x15,0x6b,0x67, +/* 0x004310 */ 0xfe,0xf5,0x81,0x3e,0xfb,0xe9,0x88,0x95,0xa2,0xff,0x19,0x15,0xd5,0xd3,0x8d,0x6e, +/* 0x004320 */ 0x10,0x65,0x26,0x25,0x4f,0x7f,0x5e,0x67,0xfe,0x2f,0xe0,0x34,0xf7,0xd4,0x40,0x1e, +/* 0x004330 */ 0x15,0xff,0xbc,0x82,0x76,0x73,0xfe,0x2b,0x76,0x33,0x77,0x39,0x74,0x0f,0x58,0x34, +/* 0x004340 */ 0xc3,0xd6,0xf0,0x57,0x84,0x0a,0xa5,0x9e,0x82,0x7f,0x26,0xc0,0x2f,0x81,0xf8,0x36, +/* 0x004350 */ 0xc4,0x36,0x86,0x81,0xd6,0xd2,0x08,0xec,0x94,0x4f,0x70,0xff,0x01,0xd6,0x60,0xfd, +/* 0x004360 */ 0x2a,0x11,0xff,0x8c,0x62,0xbd,0x2e,0x6e,0x7b,0xdf,0x09,0xda,0x6a,0xdd,0xdb,0x56, +/* 0x004370 */ 0x74,0x4a,0x3b,0x0b,0xf7,0xa2,0x1d,0xd0,0x4c,0xc9,0x3f,0x1d,0x00,0xcf,0xc7,0xf4, +/* 0x004380 */ 0x99,0x3c,0xb6,0xa5,0x92,0xda,0xbb,0x73,0x4e,0xa0,0x91,0x1d,0xca,0x3d,0x94,0xf3, +/* 0x004390 */ 0xaf,0x51,0xb4,0x9b,0x94,0xe3,0xd8,0x53,0xf4,0xf3,0x99,0xf5,0xc0,0x76,0x8e,0x2d, +/* 0x0043a0 */ 0x31,0x5d,0x30,0x95,0x4b,0xff,0x49,0xc9,0x3f,0x45,0xcf,0x0f,0x38,0xaf,0xe0,0x60, +/* 0x0043b0 */ 0x53,0xb4,0xd5,0xd4,0x48,0xd6,0x4a,0x76,0xb6,0x13,0x07,0x59,0xde,0x9f,0x1d,0xff, +/* 0x0043c0 */ 0xb3,0x58,0xe3,0x87,0x43,0x3a,0xff,0xda,0x16,0x5d,0x8e,0x8f,0x75,0x74,0x78,0x0f, +/* 0x0043d0 */ 0x52,0xce,0xbf,0x32,0xbd,0x5f,0x50,0xfb,0xdf,0x33,0xf2,0x3f,0x69,0xfe,0x3f,0x0d, +/* 0x0043e0 */ 0x9d,0x45,0xda,0x11,0x26,0xce,0xcf,0x18,0xf3,0x3f,0xc9,0x22,0xe6,0x07,0xae,0xc7, +/* 0x0043f0 */ 0x3f,0x7d,0x14,0xd8,0x99,0xfc,0x45,0x0b,0xed,0xff,0xa2,0xf7,0xbf,0x67,0xe4,0x7f, +/* 0x004400 */ 0x16,0xa8,0xff,0x81,0x90,0x97,0xfe,0xb7,0xbd,0xb3,0x81,0x8d,0xe3,0xb8,0xee,0xf8, +/* 0x004410 */ 0x9b,0xbd,0xd9,0xe3,0x92,0x3c,0x8a,0xbb,0xe4,0x9d,0xb5,0xac,0xa9,0x78,0xee,0x44, +/* 0x004420 */ 0xc9,0x74,0x4c,0xbb,0x4b,0xc9,0xfa,0x88,0xad,0x4a,0xc3,0x3b,0x1e,0x75,0x96,0xe8, +/* 0x004430 */ 0xf8,0x24,0x51,0x22,0x5d,0xd0,0xc9,0x49,0x60,0x83,0x16,0x48,0x01,0x4a,0x56,0x5a, +/* 0x004440 */ 0x07,0x4d,0xec,0xbd,0xd3,0xc9,0xa1,0xfc,0x01,0x51,0xb6,0x0c,0x2b,0x05,0x9d,0x5c, +/* 0x004450 */ 0x9d,0xaa,0xb6,0x81,0xa0,0x50,0x2d,0xa7,0x4e,0xdc,0x24,0x5d,0xb2,0x94,0xa2,0x04, +/* 0x004460 */ 0x6a,0x6c,0xd7,0x6e,0x1b,0x20,0x6e,0x4d,0x45,0x12,0x2c,0x14,0x72,0x2a,0x21,0x28, +/* 0x004470 */ 0x2a,0x57,0xb6,0xd5,0x37,0xbb,0xf7,0x31,0xc7,0x6f,0x49,0xae,0x6b,0xb4,0x37,0x80, +/* 0x004480 */ 0xc4,0x1f,0xde,0xce,0xcd,0xcd,0xce,0xbe,0x79,0xf3,0xdf,0xbd,0xd9,0x99,0xab,0x7a, +/* 0x004490 */ 0xfe,0x33,0xfd,0xef,0xef,0xca,0xa4,0xe7,0x5d,0xd7,0x3c,0xff,0x67,0xe6,0xf5,0x7f, +/* 0x0044a0 */ 0xa6,0x7f,0xfe,0x33,0xd3,0xfa,0x3f,0xb7,0x4d,0xdc,0x28,0x3f,0xff,0x91,0xe7,0xff, +/* 0x0044b0 */ 0xe8,0x73,0x3e,0xff,0x99,0xcf,0xfa,0x3f,0x33,0x3d,0xff,0x99,0xcf,0xfc,0x9f,0xc6, +/* 0x0044c0 */ 0x19,0xe6,0x3f,0x7f,0x9a,0xd7,0xff,0xf9,0xb8,0x9e,0xff,0xcc,0x6f,0xfe,0xcf,0xb5, +/* 0x0044d0 */ 0x3f,0xff,0xf9,0x1f,0x99,0xff,0x33,0xcb,0xfb,0xef,0x1f,0xd3,0xf3,0x9f,0xab,0x9b, +/* 0x0044e0 */ 0xff,0x33,0xe3,0xfb,0xef,0x1f,0xdb,0xf3,0x1f,0x5e,0xcc,0x7f,0x9d,0xf3,0x7f,0x36, +/* 0x0044f0 */ 0x5e,0xf5,0xfc,0x9f,0xeb,0x7f,0xff,0x2b,0x36,0x9f,0xf5,0x7f,0x5c,0x78,0xe7,0x7a, +/* 0x004500 */ 0xe7,0xff,0xcc,0xf1,0xfe,0xd7,0x33,0x53,0x9e,0xff,0xcc,0x6b,0xfe,0xe1,0x74,0xfa, +/* 0x004510 */ 0xa7,0xc1,0xdd,0xe6,0xbe,0xfc,0x7c,0x0b,0x3b,0x7a,0x4f,0xf7,0xfc,0xa7,0x38,0xde, +/* 0x004520 */ 0xc9,0xed,0xf3,0x27,0xb3,0xcd,0x7f,0x26,0x33,0x0d,0x7c,0xca,0x94,0xdf,0xbf,0x46, +/* 0x004530 */ 0x37,0x4e,0x19,0x76,0x17,0xcc,0xf1,0xfc,0x67,0xb6,0x17,0xc3,0xa7,0xfe,0xfe,0xf5, +/* 0x004540 */ 0x98,0x15,0x39,0x49,0xcb,0x9e,0xff,0xd4,0xa0,0x65,0xb6,0xf9,0x3f,0x55,0xe7,0x67, +/* 0x004550 */ 0x1c,0x88,0xe7,0xf5,0xfe,0x97,0x58,0xdf,0xaf,0x30,0x15,0x6a,0x16,0xfd,0xb3,0x1f, +/* 0x004560 */ 0x81,0x7e,0xd4,0xb6,0x5c,0xab,0x1f,0xdb,0x73,0xbe,0xa0,0x07,0x4a,0xfa,0x27,0xa7, +/* 0x004570 */ 0x4f,0x33,0xad,0x57,0xfb,0x1b,0x1e,0x31,0x6a,0x5f,0x2e,0xe9,0x93,0x49,0xfa,0xc7, +/* 0x004580 */ 0x3f,0xd5,0x0d,0x72,0x54,0x2c,0x04,0x4d,0xa7,0xe8,0x9f,0x69,0xdf,0x7f,0xd7,0xf0, +/* 0x004590 */ 0xb6,0x0b,0x1e,0x1b,0x56,0xa6,0xd1,0x3f,0x10,0x3a,0x1f,0x14,0x8f,0x0d,0xb1,0x53, +/* 0x0045a0 */ 0x48,0xcd,0xf2,0x5f,0x87,0x97,0xdd,0x52,0x9f,0x89,0x9d,0xef,0xbc,0x3c,0x31,0x49, +/* 0x0045b0 */ 0xff,0x14,0xe6,0x3f,0xd7,0x5e,0x88,0x7d,0x90,0x5f,0xdd,0x7a,0x31,0x02,0x5f,0xd7, +/* 0x0045c0 */ 0x52,0x7f,0x21,0x8d,0xc0,0xd6,0x39,0xd3,0xcf,0xff,0x71,0x7f,0x7d,0x86,0xfc,0x6b, +/* 0x0045d0 */ 0x86,0xbf,0x69,0x59,0xab,0xd7,0xd9,0xbe,0xf3,0xd9,0xcb,0xd1,0x19,0xf5,0x8f,0xec, +/* 0x0045e0 */ 0x0f,0x3f,0x98,0xb8,0x1d,0xb4,0x91,0x7f,0xf8,0x35,0x15,0xae,0x35,0x9d,0xfe,0x19, +/* 0x0045f0 */ 0x75,0x7f,0x1f,0xfc,0x4e,0x71,0x62,0xfc,0xde,0x2f,0x8f,0x6a,0x90,0x77,0x8c,0xc7, +/* 0x004600 */ 0x66,0xd5,0x3f,0x1b,0x1f,0x6c,0xf8,0x57,0xfa,0xd7,0x99,0xb6,0x89,0x21,0xbc,0xb1, +/* 0x004610 */ 0xd2,0x5e,0xc9,0xfc,0xe1,0x34,0xf3,0x7f,0xf4,0xaf,0x79,0x6a,0xe7,0xb4,0xd8,0x08, +/* 0x004620 */ 0x1e,0x81,0x5f,0x84,0x35,0xe3,0xb7,0x81,0xef,0xb5,0xc3,0xbf,0xa1,0x53,0xf4,0xcf, +/* 0x004630 */ 0x74,0xfa,0xf0,0x03,0xe5,0xe1,0x71,0x0c,0xb3,0x1f,0xf0,0x2b,0xe2,0xfe,0x5d,0xfe, +/* 0x004640 */ 0xfd,0x6b,0x68,0xb2,0xfe,0x71,0x97,0xe1,0xba,0x04,0xcb,0x48,0x7d,0xb6,0xf1,0xd7, +/* 0x004650 */ 0xf0,0xcb,0x86,0xb9,0xf4,0x8f,0x88,0x9f,0x78,0x5b,0x1a,0x86,0xda,0xed,0x91,0xb7, +/* 0x004660 */ 0x87,0xbf,0x41,0x27,0xe9,0x9f,0x29,0xf3,0x9f,0xdd,0x8d,0xcf,0xfe,0xca,0x5e,0x12, +/* 0x004670 */ 0x16,0x1b,0xa1,0x4e,0xe4,0xd7,0xbb,0x3e,0x22,0xeb,0x1f,0x3a,0x25,0xec,0xe8,0x2f, +/* 0x004680 */ 0xc3,0x61,0xab,0x96,0x2b,0x3f,0x67,0x7b,0xe6,0xd4,0x3f,0x01,0x0f,0x56,0xbe,0x80, +/* 0x004690 */ 0x96,0xcb,0xd5,0xff,0xf4,0xe8,0x3c,0xf5,0xcf,0x9d,0x4a,0x3d,0x88,0xf5,0x9f,0xc3, +/* 0x0046a0 */ 0xb3,0xbd,0xff,0x25,0x60,0x81,0x80,0x8b,0xa0,0xf3,0xc0,0xa1,0x2a,0x66,0x5f,0xc2, +/* 0x0046b0 */ 0xfb,0x97,0xfd,0xf3,0xd0,0x3f,0x3c,0xc2,0x13,0x23,0x4a,0xc4,0xfe,0x3e,0xac,0xe4, +/* 0x0046c0 */ 0x1b,0xe7,0xa1,0x7f,0x5a,0x6f,0xe5,0x89,0x37,0x40,0x4c,0x8c,0x89,0x88,0x1d,0xbe, +/* 0x0046d0 */ 0xe6,0xd2,0x3f,0xdf,0x63,0x2f,0x26,0xb4,0x5d,0x35,0x74,0xe8,0x07,0xac,0xc5,0x5b, +/* 0x0046e0 */ 0x0f,0xa7,0xe0,0x0f,0xd3,0xe8,0x1f,0xfc,0xf6,0x4b,0xc9,0x3b,0xa1,0xed,0x58,0x63, +/* 0x0046f0 */ 0xb8,0xe3,0x92,0x22,0x16,0xa2,0xa9,0x9a,0x4b,0xff,0x5c,0x6e,0x58,0xd9,0x59,0x7f, +/* 0x004700 */ 0xc0,0x77,0x72,0xae,0xf5,0x7f,0x0a,0xf0,0xa1,0x78,0xbf,0x43,0xaf,0xba,0xd9,0x16, +/* 0x004710 */ 0xeb,0xff,0x4c,0x9d,0xff,0x4c,0xcb,0xd4,0x8e,0x2f,0x07,0xdf,0xcf,0x89,0xf5,0x7f, +/* 0x004720 */ 0x32,0x11,0x78,0x61,0x7e,0xfa,0xe7,0xa8,0xe6,0x2e,0xfb,0x7c,0xd8,0x4e,0x1b,0x6d, +/* 0x004730 */ 0x1d,0xf3,0xd1,0x3f,0x62,0xdb,0xf7,0x8c,0xc2,0x02,0x2f,0x32,0xf7,0xfd,0x2f,0x49, +/* 0x004740 */ 0xff,0x04,0x3d,0x3d,0x73,0x6f,0xb9,0x8c,0xe1,0x2f,0xf1,0x7a,0xbb,0x26,0xe2,0xbe, +/* 0x004750 */ 0xf1,0x57,0xae,0x7f,0x0a,0xfb,0x7f,0x49,0xeb,0x25,0xe6,0x2d,0x43,0xe4,0x14,0xc9, +/* 0x004760 */ 0xef,0x17,0x36,0x8b,0xfe,0x71,0x97,0x59,0xb8,0x90,0x58,0x06,0x6d,0x8a,0x8f,0x59, +/* 0x004770 */ 0xf9,0xad,0xc1,0x24,0xfd,0x33,0xf5,0xfd,0xf7,0xe8,0x39,0xf8,0x31,0x8f,0xd8,0xda, +/* 0x004780 */ 0x99,0xe7,0x4c,0xf6,0x2a,0x9d,0x97,0xfe,0x79,0x89,0xb7,0x38,0xda,0x1d,0x4a,0x1d, +/* 0x004790 */ 0x88,0xfd,0xbf,0x7c,0x73,0xed,0x7f,0x21,0xa0,0x65,0xe2,0xee,0x07,0x36,0x17,0xf7, +/* 0x0047a0 */ 0xff,0x92,0xde,0x7f,0x9f,0xac,0x7f,0x16,0x08,0xb8,0x62,0xaf,0x10,0x8f,0x7d,0x3e, +/* 0x0047b0 */ 0x63,0x7b,0x87,0xaa,0xe6,0xd2,0x3f,0x57,0xe8,0x9f,0x62,0xe0,0x5d,0x58,0x7c,0xbf, +/* 0x0047c0 */ 0x29,0x3a,0xe7,0xfc,0xe7,0xbb,0x26,0xf6,0xbf,0x1f,0x5b,0x9b,0x98,0xd7,0xfc,0xe7, +/* 0x0047d0 */ 0x7e,0x6f,0xfd,0xb1,0xaf,0x96,0xf6,0xb3,0x98,0x5b,0xff,0xdc,0x22,0xa0,0xb9,0x75, +/* 0x0047e0 */ 0xca,0xef,0x5f,0x29,0x49,0xff,0xe8,0x47,0xbd,0x6d,0xaf,0xb1,0x85,0x75,0x70,0x6a, +/* 0x0047f0 */ 0x97,0x35,0x04,0xd8,0xd1,0x5c,0x9b,0xb3,0x71,0xe6,0xf5,0x7f,0x4a,0xf0,0x5b,0xce, +/* 0x004800 */ 0x4d,0x3f,0xbe,0xf5,0xb7,0xe1,0x72,0x6a,0xaa,0xfe,0x99,0x72,0x37,0x8a,0xc2,0x29, +/* 0x004810 */ 0xb1,0x46,0xcc,0xff,0x79,0xaf,0x20,0x8d,0x66,0x78,0xff,0xeb,0xdf,0x3d,0xf8,0xa1, +/* 0x004820 */ 0xbb,0x8d,0x75,0xc0,0x12,0x2b,0x42,0x2b,0xf3,0x9a,0xff,0xfc,0xb7,0x13,0xb7,0x3b, +/* 0x004830 */ 0x89,0x1f,0xb2,0xdb,0xe9,0x34,0xfa,0xc7,0xd3,0x4b,0x93,0x64,0x4f,0xf6,0xf6,0x51, +/* 0x004840 */ 0xf3,0x7b,0xbc,0x2d,0x35,0x55,0xff,0xcc,0xf8,0xfe,0x7b,0xc2,0x7a,0x2e,0x30,0x8d, +/* 0x004850 */ 0xfe,0x91,0xf7,0xbf,0xc8,0xef,0x77,0xe6,0xb5,0x58,0xdb,0xab,0xb5,0xb7,0xf1,0x7c, +/* 0x004860 */ 0x53,0xcc,0xa0,0x7f,0xd6,0x95,0x0d,0x64,0x47,0x7c,0xee,0x7c,0xa7,0xd1,0x32,0xfd, +/* 0x004870 */ 0x03,0xc7,0xba,0xc8,0x20,0x7f,0x5b,0x5f,0x15,0x54,0x1d,0x9f,0x07,0x75,0xa3,0xbe, +/* 0x004880 */ 0x41,0x18,0x91,0x2c,0x50,0xe7,0xb4,0x17,0xeb,0x13,0xef,0xac,0x6a,0x27,0xfd,0xbc, +/* 0x004890 */ 0x57,0x37,0xc6,0xd5,0x22,0xec,0x24,0xcd,0x08,0x7a,0xc1,0x12,0x74,0xda,0x0b,0xf5, +/* 0x0048a0 */ 0x01,0xdb,0x4f,0x52,0x76,0x82,0x35,0x68,0x74,0x4c,0x80,0xd5,0x60,0x22,0x30,0xbb, +/* 0x0048b0 */ 0x9b,0x35,0x04,0x20,0x93,0x3f,0xa4,0x16,0xb7,0x8f,0x13,0x17,0x38,0x9c,0x82,0x3e, +/* 0x0048c0 */ 0xb8,0x41,0x7f,0xda,0x26,0x2e,0x68,0x7b,0xf3,0xa0,0x3f,0xed,0x78,0x00,0x72,0xfe, +/* 0x0048d0 */ 0x78,0x77,0x7c,0x17,0xe9,0xb7,0x7b,0x5b,0x43,0x27,0xe2,0xcb,0x48,0xff,0xf8,0x16, +/* 0x0048e0 */ 0x16,0x3a,0xa1,0xee,0x32,0xd0,0x12,0xf6,0x2c,0x76,0xef,0x12,0xb9,0x3e,0xc7,0x38, +/* 0x0048f0 */ 0xc6,0x16,0x93,0xfa,0x81,0xd8,0x9c,0x21,0x28,0x08,0xc2,0x02,0x05,0x0b,0xf8,0x09, +/* 0x004900 */ 0xd8,0xa5,0xf3,0x3d,0xc6,0x69,0x84,0x68,0x76,0x14,0xf4,0x21,0xba,0x03,0xa1,0x8b, +/* 0x004910 */ 0x21,0x44,0x3a,0xd0,0xa2,0xe5,0x2d,0x51,0x66,0xc8,0xf9,0xd7,0x93,0x68,0x3a,0x99, +/* 0x004920 */ 0xeb,0xd1,0xd4,0x05,0xea,0xe6,0x74,0xf2,0xc2,0xd6,0xd6,0x50,0x8d,0x1a,0x1b,0x45, +/* 0x004930 */ 0x8b,0xe9,0x59,0x72,0x3d,0x6b,0x42,0x5c,0x6a,0x9f,0x3a,0xd2,0x08,0x5b,0x9d,0x90, +/* 0x004940 */ 0xa5,0xde,0x4f,0xb6,0xc0,0xd6,0xd7,0x0d,0x4b,0xed,0x26,0x5b,0x78,0xa7,0x13,0x5a, +/* 0x004950 */ 0xa3,0xbe,0x8d,0x96,0x1e,0x27,0xb4,0x9b,0x16,0xa7,0xb7,0x88,0x01,0x92,0xea,0x38, +/* 0x004960 */ 0xfa,0x51,0x46,0x96,0xa2,0x53,0x35,0x70,0x02,0xe8,0x2b,0x1d,0x40,0x81,0x5a,0xae, +/* 0x004970 */ 0x05,0x0f,0x0d,0x43,0x87,0xd4,0x3e,0xa9,0x88,0x09,0x19,0x60,0xf6,0x50,0x58,0xd1, +/* 0x004980 */ 0x10,0xc2,0xf6,0x10,0x43,0x78,0x44,0x58,0x98,0x6b,0x61,0xb6,0xd6,0x21,0xb7,0x8f, +/* 0x004990 */ 0x9a,0x22,0xf7,0xc1,0x36,0x58,0x34,0x9c,0x87,0x90,0x8d,0xd0,0x57,0xb0,0x20,0xf0, +/* 0x0049a0 */ 0x50,0x59,0xfb,0xe0,0x45,0xf9,0x05,0xac,0x64,0xe8,0x2d,0x2e,0xa0,0xb7,0x78,0xc0, +/* 0x0049b0 */ 0xa8,0x5d,0xb0,0xc8,0xf9,0xa3,0x4b,0xad,0x74,0x80,0xc5,0x34,0x63,0x4f,0x0b,0x42, +/* 0x0049c0 */ 0x04,0x21,0x43,0xad,0x7d,0xc2,0x32,0x9c,0x69,0xf1,0x0e,0x0d,0xcb,0xfe,0xa3,0x61, +/* 0x0049d0 */ 0x5f,0x0e,0x50,0x1f,0x12,0x2f,0x80,0xb0,0x40,0xc1,0x02,0x3e,0x02,0x8e,0xd4,0x3e, +/* 0x0049e0 */ 0xb5,0xc4,0x42,0xef,0x6a,0x0c,0x04,0xff,0xce,0x03,0xe1,0x78,0x79,0x4b,0xa6,0x60, +/* 0x0049f0 */ 0x91,0xf2,0xc7,0xa3,0xea,0x60,0xba,0x8f,0x6d,0xd3,0x42,0x19,0x35,0x55,0x06,0x81, +/* 0x004a00 */ 0x92,0xc5,0x96,0xda,0x27,0x0a,0x29,0x5b,0x63,0x18,0xb0,0xc7,0x44,0xcb,0x09,0xc8, +/* 0x004a10 */ 0x14,0x20,0x6f,0xd1,0x64,0xff,0x89,0x6f,0xa1,0x2c,0x6d,0xb2,0xae,0x80,0x8e,0xa2, +/* 0x004a20 */ 0x2e,0xdd,0xc4,0xba,0xc4,0xf9,0x0e,0x08,0x4b,0xc2,0xb5,0x08,0x90,0xfd,0x27,0x9e, +/* 0x004a30 */ 0x22,0x26,0xd9,0x06,0x5b,0x6d,0x9a,0x52,0xfb,0x5c,0x08,0x79,0x10,0x97,0x2c,0xb2, +/* 0x004a40 */ 0xff,0x2c,0x25,0x1d,0x76,0x32,0x15,0x34,0xd5,0xa5,0x64,0x93,0xbd,0x39,0x15,0x32, +/* 0x004a50 */ 0x55,0x3f,0xb9,0x5b,0x58,0x0e,0xb9,0x16,0x17,0x24,0xff,0x81,0x06,0x15,0xdb,0x4d, +/* 0x004a60 */ 0xf4,0xc7,0x06,0xfc,0x70,0x07,0xd3,0x35,0xaa,0x10,0x8a,0x16,0x3d,0x41,0x1b,0xb0, +/* 0x004a70 */ 0x63,0xba,0x20,0x6d,0xff,0x78,0xac,0x2b,0xb6,0xc9,0x7e,0x2b,0xb5,0xa2,0xa9,0xae, +/* 0x004a80 */ 0x4b,0x31,0x10,0x96,0x20,0xf8,0x8a,0x16,0x17,0xcc,0x6a,0xa9,0x3e,0xf1,0xe8,0x92, +/* 0x004a90 */ 0x9d,0xe9,0xfe,0x54,0xaf,0xb9,0x68,0x4c,0x40,0xa4,0xd7,0x0c,0x1d,0x57,0x07,0xf7, +/* 0x004aa0 */ 0xa1,0x45,0x7b,0x76,0xcc,0x3b,0xa4,0x3d,0x2d,0xc7,0x93,0x2e,0xb2,0xd3,0x7e,0x3b, +/* 0x004ab0 */ 0xb5,0xca,0x54,0xc7,0x7c,0x08,0x6c,0x95,0x59,0x77,0xdc,0x27,0x5b,0x52,0xab,0xb4, +/* 0x004ac0 */ 0x3a,0xc7,0x90,0xf2,0xfb,0xdb,0xd3,0xfd,0x03,0xbd,0xa6,0x7e,0x3c,0xbe,0xd3,0x05, +/* 0x004ad0 */ 0x2c,0xdf,0xfb,0x46,0xc3,0xb5,0xa4,0x7a,0x9b,0x82,0x8e,0x51,0xac,0x0f,0x28,0x78, +/* 0x004ae0 */ 0x51,0xdc,0x20,0x23,0xc2,0x8e,0x1b,0x88,0x32,0x05,0x28,0x58,0x54,0xbb,0xd4,0x3c, +/* 0x004af0 */ 0xd8,0xfd,0xc3,0x76,0x5f,0xea,0x06,0x33,0xf4,0x08,0xd9,0xee,0x82,0x5a,0x80,0x92, +/* 0x004b00 */ 0x45,0xca,0x1f,0xe7,0xaa,0xd8,0x4a,0x61,0x0b,0x84,0x1c,0xd5,0x42,0xe8,0x15,0x30, +/* 0x004b10 */ 0x58,0x80,0x82,0xc5,0x90,0xda,0x07,0xfd,0xc7,0x44,0x27,0x21,0xc2,0x6d,0x4c,0xe6, +/* 0x004b20 */ 0x17,0x90,0x2a,0x40,0xde,0x62,0x4b,0xe7,0x1b,0x45,0xff,0xd1,0xd0,0x6d,0xf4,0x0c, +/* 0x004b30 */ 0x7a,0x8b,0xc6,0xa2,0x02,0x58,0x01,0xf2,0x96,0xb2,0xfc,0x84,0xa7,0x93,0xd6,0x56, +/* 0x004b40 */ 0x4d,0x55,0xd4,0x64,0x3a,0xc9,0x7a,0xb4,0x90,0xa2,0x72,0x17,0x4a,0x16,0x90,0xda, +/* 0x004b50 */ 0xc7,0x47,0x74,0xa7,0xc7,0x0a,0x05,0xd4,0x98,0x00,0xa6,0x0b,0x48,0xda,0x9d,0x68, +/* 0x004b60 */ 0xa1,0x31,0xec,0x59,0x78,0x48,0x2b,0xcd,0xc6,0x00,0xa1,0xa0,0x1b,0xbc,0xf8,0x23, +/* 0x004b70 */ 0x9a,0x56,0xb7,0x51,0x11,0x69,0x10,0x85,0x80,0x8d,0x12,0x8c,0xbb,0x96,0xa2,0x16, +/* 0x004b80 */ 0xf3,0xea,0x13,0x53,0x74,0xdb,0xce,0x31,0x4d,0xab,0x51,0xc0,0xb6,0x19,0x82,0x82, +/* 0x004b90 */ 0x90,0x15,0xb0,0xa1,0x60,0x91,0xea,0x13,0xe7,0x85,0x68,0x63,0xab,0x0c,0x61,0xb3, +/* 0x004ba0 */ 0x14,0x7f,0x3c,0xcb,0x36,0x08,0x4a,0xe7,0x8b,0xf1,0x87,0xb9,0x41,0xa6,0x14,0x7f, +/* 0x004bb0 */ 0xec,0x3c,0x48,0x16,0xb9,0x46,0x7e,0x46,0x02,0x10,0x03,0xc3,0xc6,0x88,0x19,0xd0, +/* 0x004bc0 */ 0x63,0xa0,0x3b,0x02,0x8a,0x16,0x10,0x16,0x29,0xbb,0x8e,0x9d,0x21,0xc0,0x7d,0x1c, +/* 0x004bd0 */ 0x1e,0x11,0xd1,0xa6,0x13,0xc1,0xf1,0xe2,0x4f,0xde,0x02,0xbe,0x06,0x90,0xf3,0x53, +/* 0x004be0 */ 0x12,0xe6,0xdd,0x83,0x8d,0x07,0x83,0xc7,0x48,0x3b,0xef,0x4e,0x36,0x1e,0xa4,0x08, +/* 0x004bf0 */ 0x20,0xa0,0x60,0xd1,0xa9,0x9c,0x7f,0xb1,0xfa,0xfb,0xa3,0xbf,0x6b,0x6d,0x1b,0x0a, +/* 0x004c00 */ 0x3d,0x2f,0x60,0x10,0xe1,0x3b,0x05,0xcb,0xbb,0x1e,0x8c,0x84,0xec,0x49,0xf5,0xd1, +/* 0x004c10 */ 0x1c,0x85,0xc3,0x09,0x01,0xa0,0x88,0xfa,0x78,0x40,0x86,0x3c,0x10,0x11,0x52,0xba, +/* 0x004c20 */ 0x5e,0x9d,0x3b,0x0c,0x93,0x76,0x85,0x75,0x47,0x40,0x16,0xe1,0x44,0x01,0x6c,0x0f, +/* 0x004c30 */ 0xda,0x8d,0xb2,0xf6,0xe9,0x48,0x1a,0x3d,0xfe,0xad,0x3e,0xca,0xe3,0x08,0x9d,0x5b, +/* 0x004c40 */ 0x49,0xd0,0x05,0x1a,0xcf,0x5b,0xe8,0x56,0x12,0xe2,0x72,0xf9,0xdb,0xa3,0x5a,0x32, +/* 0x004c50 */ 0x13,0x62,0x7b,0x35,0x1c,0x60,0x92,0x99,0xa0,0x80,0x68,0x01,0xf2,0x16,0xb9,0xf8, +/* 0x004c60 */ 0x1a,0x55,0xb1,0x79,0x0e,0x85,0x7a,0x0d,0x08,0xd0,0x5b,0xb3,0x35,0xc4,0x83,0xa2, +/* 0x004c70 */ 0xa5,0xcc,0xdf,0x02,0xbe,0x2d,0xf0,0x96,0x13,0xb6,0xea,0xba,0x95,0x46,0x84,0x15, +/* 0x004c80 */ 0x08,0xae,0x65,0x85,0x64,0x29,0xab,0x8f,0xa7,0x07,0xd8,0xa2,0x9f,0x2e,0x41,0x38, +/* 0x004c90 */ 0xd8,0xeb,0xea,0x81,0x6a,0x61,0x79,0xf6,0xa7,0xde,0xa1,0xa5,0x21,0xb9,0xfd,0xc3, +/* 0x004ca0 */ 0x90,0xf0,0xe3,0xa8,0x68,0x77,0xf8,0x34,0xcd,0x0f,0x16,0x02,0x33,0xb5,0xa8,0x42, +/* 0x004cb0 */ 0xec,0x2c,0x11,0x16,0x84,0x00,0x93,0xeb,0xb3,0xf8,0x3f,0x13,0xc7,0x8d,0x8b,0xd9, +/* 0x004cc0 */ 0xc7,0xbf,0xbe,0xee,0x1c,0xc2,0x95,0xec,0xe3,0xf7,0x2f,0x36,0x13,0x1f,0x35,0xb4, +/* 0x004cd0 */ 0x67,0xf7,0xff,0x48,0x58,0x10,0x1e,0x3e,0x05,0xd7,0x91,0x6e,0xbb,0x58,0xbb,0xd2, +/* 0x004ce0 */ 0xb9,0xe7,0xc8,0xd1,0xaf,0xaf,0x7d,0x0c,0xe1,0x8b,0x47,0x8e,0x76,0xb6,0xfd,0xb2, +/* 0x004cf0 */ 0xf6,0xa1,0xb1,0xbf,0x3f,0xf2,0xd2,0xef,0x08,0x0b,0xc2,0xc2,0xf3,0x72,0xfe,0xe5, +/* 0x004d00 */ 0xff,0x11,0x78,0xcd,0xd8,0x32,0x7e,0xf2,0xc3,0xb5,0xdf,0xed,0x7e,0xcd,0xf8,0xe2, +/* 0x004d10 */ 0xf8,0xc9,0xb7,0x96,0xaf,0xe9,0xbe,0xd2,0xb8,0x7c,0xfc,0x67,0x3f,0x12,0x16,0x84, +/* 0x004d20 */ 0xde,0x8b,0x72,0xfe,0xbb,0xf4,0x05,0xef,0x0c,0x2f,0x3c,0xf3,0xde,0xa9,0xc8,0x82, +/* 0x004d30 */ 0xcf,0xbf,0x33,0x6c,0x9c,0x79,0xcf,0xb9,0xeb,0xa1,0xcf,0xff,0xe4,0xa9,0x57,0xce, +/* 0x004d40 */ 0x9c,0x0b,0x0b,0x0b,0x02,0xfd,0xaa,0x9c,0x5f,0x55,0x76,0xf2,0x11,0xfd,0xe6,0x60, +/* 0x004d50 */ 0xf5,0xa8,0x32,0xc8,0x47,0x92,0x08,0xc7,0x94,0x9d,0x43,0x8f,0xef,0x58,0x65,0xd4, +/* 0x004d60 */ 0x8d,0x47,0x77,0x42,0x7f,0xea,0xe6,0x60,0x59,0xff,0xa2,0xa8,0x06,0x51,0x04,0x9a, +/* 0x004d70 */ 0xa1,0x71,0x0f,0x74,0x11,0x9f,0x49,0x80,0xc7,0x74,0x73,0x1c,0xda,0xab,0x47,0xa2, +/* 0x004d80 */ 0x3e,0xd4,0x87,0x52,0x7e,0x85,0x30,0xc0,0x20,0x0c,0xa5,0xb0,0x6c,0x63,0x04,0x4e, +/* 0x004d90 */ 0xa4,0x6e,0xd0,0xd4,0x0c,0x63,0x43,0x09,0x1c,0x58,0xa9,0x5c,0xbe,0x9f,0xa5,0x86, +/* 0x004da0 */ 0x84,0x5a,0x4b,0xa3,0x6c,0xd3,0xcc,0xa8,0x00,0x96,0xaa,0xd6,0xfc,0xbd,0x4d,0x7b, +/* 0x004db0 */ 0xc7,0x59,0x58,0xd3,0xba,0x16,0x8a,0x43,0xa5,0x14,0xe8,0xdc,0xb5,0xa9,0x39,0xbb, +/* 0x004dc0 */ 0x3e,0x6c,0x9c,0x88,0x47,0x88,0x07,0x74,0xd0,0xc2,0x51,0x2f,0x6c,0x38,0x3c,0x72, +/* 0x004dd0 */ 0x20,0x48,0x95,0x5b,0x0c,0xb9,0x3e,0x78,0x0f,0xa3,0xa3,0x3e,0x24,0xa8,0x06,0x11, +/* 0x004de0 */ 0x5a,0x5c,0x18,0xd0,0xab,0xfd,0xd8,0xbf,0x0e,0xf2,0x16,0x68,0xf2,0x2b,0x06,0x91, +/* 0x004df0 */ 0xcb,0x37,0xe9,0x52,0xa2,0x39,0xd1,0x14,0xaa,0xc1,0xa5,0xa4,0xfa,0xf5,0xe8,0x6e, +/* 0x004e00 */ 0xfd,0x10,0x6d,0xe1,0xd5,0xba,0xc2,0xf5,0x6f,0xc1,0x12,0x52,0x3d,0xac,0x0c,0xea, +/* 0x004e10 */ 0x72,0xfe,0xb5,0xf4,0xde,0x74,0x43,0xae,0xf3,0x92,0xf1,0x59,0xba,0x41,0xc0,0x0b, +/* 0x004e20 */ 0x08,0x77,0xdb,0x4a,0xca,0x3f,0x42,0x3e,0x4b,0x35,0xa7,0x61,0x82,0xbf,0x50,0x8a, +/* 0x004e30 */ 0x6e,0xd8,0xd3,0x9b,0x71,0x00,0x09,0x3a,0xea,0x83,0xa4,0x1b,0x07,0x99,0xa0,0x18, +/* 0x004e40 */ 0x52,0xba,0xe1,0x3e,0xa8,0xe1,0xe4,0x65,0x38,0x03,0xb7,0x72,0x3f,0x57,0x2c,0xc2, +/* 0x004e50 */ 0x4b,0x1f,0x70,0x28,0xc4,0x41,0x4f,0xd1,0x24,0xc6,0xe7,0x4e,0x30,0x38,0x82,0x0e, +/* 0x004e60 */ 0xeb,0x75,0xe2,0xa0,0x72,0xee,0xe1,0xea,0x5e,0x95,0x03,0x1e,0xb2,0x4a,0xe5,0x27, +/* 0x004e70 */ 0x23,0x54,0xc3,0x28,0xce,0x87,0x30,0x70,0x68,0x69,0x05,0x41,0x8f,0x80,0x26,0x66, +/* 0x004e80 */ 0xb9,0x88,0x5d,0xe5,0xb5,0x2c,0x46,0xeb,0x21,0x39,0x3f,0xa7,0xa8,0x50,0xa0,0x4b, +/* 0x004e90 */ 0x44,0x4b,0x09,0xc4,0x18,0x80,0xc0,0xd0,0x22,0xa0,0x98,0x5f,0x27,0x49,0x65,0x00, +/* 0x004ea0 */ 0x0e,0xc1,0x52,0x5e,0x8d,0xe7,0x28,0x40,0xec,0x4f,0x25,0x64,0xb3,0x08,0x53,0x8a, +/* 0x004eb0 */ 0x88,0x57,0x11,0xa8,0xce,0x14,0xab,0xcf,0xe3,0x51,0x86,0x6a,0x10,0x65,0xe1,0xf0, +/* 0x004ec0 */ 0x98,0xab,0x0f,0x7d,0x08,0x59,0x6b,0xc8,0x8e,0xec,0xd0,0x0e,0xa1,0x3f,0xec,0x1b, +/* 0x004ed0 */ 0x8a,0x28,0xa8,0x0f,0x8b,0xe3,0x85,0x38,0x73,0x4b,0x47,0x59,0x88,0x43,0x15,0x97, +/* 0x004ee0 */ 0x00,0xaf,0x2f,0x43,0x9d,0x83,0x67,0x82,0xf2,0x46,0x8a,0xcf,0x9c,0x2b,0xd8,0xc7, +/* 0x004ef0 */ 0x03,0xcc,0xa7,0xa1,0x5a,0x93,0x40,0x63,0xbe,0x36,0x14,0x72,0x11,0xc7,0xd5,0x6f, +/* 0x004f00 */ 0xa5,0xfd,0xdf,0xb1,0x3e,0x9e,0x48,0x13,0xb2,0xad,0x04,0x76,0x9f,0xe5,0x0f,0x18, +/* 0x004f10 */ 0xa8,0xf7,0x46,0xc5,0x50,0x6e,0x94,0xc6,0x2f,0xde,0x91,0x84,0x16,0xc0,0x42,0xb8, +/* 0x004f20 */ 0x27,0x0b,0xbd,0x68,0x2c,0xc6,0x48,0xf7,0x46,0x43,0xdc,0x5f,0x08,0x7d,0x58,0xac, +/* 0x004f30 */ 0x4f,0x92,0x6c,0x46,0x35,0xd8,0x24,0x44,0x60,0xa6,0xa4,0x0f,0x53,0xe9,0x80,0xa5, +/* 0x004f40 */ 0xe0,0xf8,0x0e,0x62,0xa0,0xc7,0xf2,0x4b,0xf9,0x79,0x5c,0x5c,0xd1,0x20,0x5e,0x63, +/* 0x004f50 */ 0xa3,0x04,0x2d,0xc9,0x52,0x63,0xf4,0xe0,0xff,0x46,0xb4,0x58,0x9f,0x04,0xf6,0x94, +/* 0x004f60 */ 0x0e,0x1b,0xfd,0xc1,0x24,0x65,0x20,0x6e,0x79,0x88,0x9f,0x12,0xb4,0x28,0xa6,0x7b, +/* 0x004f70 */ 0x0f,0x51,0xc8,0x8f,0xcd,0x25,0x44,0xa0,0xdb,0x6e,0x25,0x40,0x07,0xd1,0x82,0x28, +/* 0x004f80 */ 0xa5,0xd2,0xc2,0x27,0x3a,0x41,0xaa,0x4f,0x57,0xc7,0xa6,0x61,0xa1,0x06,0x03,0x7e, +/* 0x004f90 */ 0x1f,0xc2,0x40,0x08,0x65,0x61,0x6c,0xd3,0x30,0x1d,0x08,0x23,0x70,0x03,0x2d,0xbe, +/* 0x004fa0 */ 0xa6,0x3a,0x5e,0x1a,0xdf,0xc9,0xe6,0x96,0xdd,0xfb,0x16,0x45,0xd6,0x27,0xf6,0x1e, +/* 0x004fb0 */ 0x6f,0xd9,0x99,0x46,0xd0,0x0e,0x1c,0xa7,0x83,0xfb,0x46,0x04,0x8c,0xb5,0x0c,0xee, +/* 0x004fc0 */ 0x6b,0x8e,0xac,0x37,0x0f,0x48,0xd7,0x8b,0x74,0x29,0x83,0xf6,0x08,0xbb,0x59,0xab, +/* 0x004fd0 */ 0x1e,0x53,0x76,0xa6,0x47,0x52,0x02,0xfc,0x83,0x76,0x3f,0xf3,0xf4,0x61,0xba,0x9f, +/* 0x004fe0 */ 0xad,0x37,0xab,0x4b,0xf9,0x93,0xf1,0x6d,0xe4,0x2b,0x07,0xee,0x1f,0xe8,0xbd,0x2f, +/* 0x004ff0 */ 0x84,0x6a,0xf0,0xc0,0xbf,0x0c,0x2c,0x14,0xf0,0x95,0x03,0x81,0x81,0x2a,0xb3,0xe9, +/* 0x005000 */ 0x78,0xac,0x3d,0x1d,0x18,0x58,0xdc,0x14,0x1a,0x93,0xfc,0x47,0x21,0x2d,0xf6,0xdd, +/* 0x005010 */ 0xac,0x21,0x41,0x9f,0xf4,0xe2,0x4f,0x02,0x03,0x51,0x8b,0x7d,0x9f,0x6b,0x31,0x06, +/* 0x005020 */ 0x10,0x94,0x04,0x46,0xa4,0x62,0x7d,0xf0,0xf6,0xf3,0xf7,0xec,0xa6,0x94,0xbf,0x8f, +/* 0x005030 */ 0x3c,0x02,0xdb,0x05,0x98,0xe4,0x11,0xfa,0x07,0xe9,0x9a,0x94,0x72,0x08,0xfe,0x82, +/* 0x005040 */ 0xb8,0x60,0x92,0x52,0x7e,0x88,0x0f,0xd2,0xaf,0x91,0x9b,0x60,0xfd,0x98,0x31,0x91, +/* 0x005050 */ 0x7d,0x10,0x10,0x6c,0x63,0x02,0x1e,0x84,0x2f,0xe0,0x50,0x87,0xd0,0x0a,0x9f,0x81, +/* 0x005060 */ 0xa8,0x6d,0x48,0xfe,0x4c,0x36,0xc3,0x40,0xae,0xa9,0xd5,0xbf,0x81,0x3c,0x89,0xb2, +/* 0x005070 */ 0xb0,0x89,0xf9,0x13,0x28,0x0b,0x07,0xec,0x6a,0x01,0x4f,0x42,0x0b,0x7a,0x08,0x24, +/* 0x005080 */ 0xa4,0xf8,0xc3,0x3b,0x5c,0x7d,0xd8,0x1a,0xad,0x11,0xb2,0xd0,0xf6,0x64,0x21,0xb4, +/* 0x005090 */ 0x60,0x7e,0x25,0xa1,0x63,0xfe,0xbd,0xd5,0xae,0x3e,0x94,0xae,0x57,0x94,0xf2,0x7d, +/* 0x0050a0 */ 0x7a,0xa4,0x53,0x33,0x14,0xca,0x6d,0x9d,0x09,0x00,0x8e,0xd7,0xb7,0x47,0x23,0xc2, +/* 0x0050b0 */ 0x57,0xf5,0x49,0xfe,0xcc,0x7d,0x90,0x74,0x82,0x96,0x1a,0x20,0x31,0x09,0xf0,0x8b, +/* 0x0050c0 */ 0x40,0x74,0x79,0x10,0x6a,0x2f,0x40,0x78,0xa9,0x7d,0xa8,0x30,0x0b,0x11,0x48,0x24, +/* 0x0050d0 */ 0x10,0xc7,0x15,0x96,0x14,0xc1,0x1e,0xc7,0x76,0xd6,0x21,0xfb,0x8f,0x28,0x04,0x45, +/* 0x0050e0 */ 0x60,0x8d,0x2b,0x0b,0xf1,0xc6,0x5e,0x2b,0xc1,0x18,0x08,0xa1,0x08,0xb2,0x3e,0xe4, +/* 0x0050f0 */ 0x2a,0x3f,0x93,0x32,0x4c,0xcd,0xef,0xf3,0xe2,0x8f,0xd6,0x25,0xba,0xd5,0x00,0xa9, +/* 0x005100 */ 0xc6,0x2f,0x0b,0x0e,0xe3,0x97,0x35,0xc1,0x0e,0x90,0xfb,0x0b,0xe1,0x63,0x03,0xad, +/* 0x005110 */ 0xdf,0xac,0x59,0x1a,0xc3,0x40,0x3c,0x00,0xdf,0xd4,0x30,0x10,0x89,0x37,0x1a,0xf7, +/* 0x005120 */ 0x61,0xd8,0x21,0x98,0x1f,0xf0,0x83,0x18,0x9a,0xa4,0xfa,0xa4,0xe8,0x1a,0x52,0x0f, +/* 0x005130 */ 0xb1,0x31,0xb8,0x40,0x57,0xab,0x0b,0xb4,0x98,0xad,0x4f,0xd0,0xd5,0x20,0xa4,0x49, +/* 0x005140 */ 0x5f,0x4e,0x59,0x4d,0x1e,0x45,0xd0,0x4b,0xd7,0x2b,0x09,0x84,0xad,0x70,0xea,0x92, +/* 0x005150 */ 0xbe,0x1e,0xf8,0x67,0xb0,0x78,0x40,0xf7,0x05,0xe1,0x18,0x7c,0x8e,0xd7,0x24,0x15, +/* 0x005160 */ 0x0a,0xcf,0x63,0xaf,0xa9,0xe9,0x53,0x82,0x72,0xfc,0x01,0x15,0xda,0x13,0x81,0x41, +/* 0x005170 */ 0x5f,0x3f,0x66,0x5b,0xc1,0xdd,0x0f,0xfe,0x23,0x5d,0x91,0xae,0xe6,0x8a,0x0e,0x07, +/* 0x005180 */ 0x51,0x28,0x56,0xf3,0x68,0x0f,0x46,0xa4,0x52,0x7d,0x62,0x74,0x60,0xb4,0xc9,0xea, +/* 0x005190 */ 0xea,0x37,0x9e,0xa1,0xa9,0x51,0x53,0xc0,0x01,0x18,0xc0,0x08,0x43,0x35,0x63,0x8c, +/* 0x0051a0 */ 0xa4,0xd2,0xcd,0x2c,0xda,0x6c,0xd8,0x92,0xff,0x70,0x54,0x34,0x1a,0xf7,0xc2,0x8e, +/* 0x0051b0 */ 0xa7,0x06,0xd3,0x02,0x92,0x18,0x7f,0xb2,0x78,0xbe,0x66,0xb2,0x4c,0x1f,0x72,0xa2, +/* 0x0051c0 */ 0x75,0x7e,0x89,0x34,0xd9,0x5d,0x29,0xe3,0x10,0xdd,0x41,0x4c,0xbb,0x8b,0x19,0x43, +/* 0x0051d0 */ 0x90,0x32,0xc5,0xf8,0xa8,0xdb,0x03,0xcb,0x0c,0x8d,0x8a,0xe7,0x1b,0x92,0xbf,0xc9, +/* 0x0051e0 */ 0xf1,0xc7,0x40,0xa0,0x06,0xe7,0x49,0x0b,0x16,0xe0,0x35,0xe6,0x1c,0x74,0x4a,0x41, +/* 0x0051f0 */ 0x37,0xb8,0xd4,0xbf,0x5c,0x37,0xc8,0x08,0x37,0x60,0x25,0xc7,0x70,0x9f,0x3b,0x88, +/* 0x005200 */ 0xd8,0xd6,0xaa,0x3f,0x0a,0xac,0xd4,0x5b,0x30,0x95,0xd4,0x20,0x51,0xb2,0x05,0xb0, +/* 0x005210 */ 0x01,0x15,0xe3,0xc1,0x9a,0x16,0x25,0x3d,0x49,0x1f,0xf2,0xf8,0x3d,0xbe,0x2d,0xfc, +/* 0x005220 */ 0xad,0xd7,0x57,0xdc,0xa1,0x16,0xa0,0x4e,0x00,0x7d,0x9d,0xdc,0xf1,0xc4,0x3d,0xac, +/* 0x005230 */ 0x11,0x2d,0xe4,0x0e,0x29,0xfe,0x70,0x92,0xa0,0x7f,0x44,0x16,0xd9,0x55,0x29,0xe3, +/* 0x005240 */ 0x17,0x74,0x17,0x69,0xb6,0xab,0x98,0x71,0x02,0x76,0x85,0x9b,0x33,0xeb,0x11,0x54, +/* 0x005250 */ 0x84,0xa1,0x2f,0xb1,0x32,0x3d,0x10,0x06,0xee,0xe8,0x38,0x52,0xa0,0x1a,0x84,0xac, +/* 0x005260 */ 0x6e,0xd1,0x00,0x51,0x74,0x61,0xa1,0xa8,0x0f,0x21,0xc1,0x5d,0x8b,0x5c,0xff,0xc5, +/* 0x005270 */ 0xef,0xae,0x7f,0xff,0x8d,0x8f,0xb2,0x0f,0x3f,0x7b,0xd3,0xa5,0x7b,0x7f,0xf2,0xe6, +/* 0x005280 */ 0x47,0xbb,0x11,0x16,0x0a,0xcb,0xee,0xfd,0xcf,0xde,0xf4,0x6e,0x42,0xc0,0x95,0x0f, +/* 0x005290 */ 0x61,0x8e,0x84,0xb7,0x4c,0x59,0x6c,0x27,0x4d,0x34,0x18,0x76,0x80,0xb2,0xd4,0x96, +/* 0x0052a0 */ 0x26,0x8c,0x27,0x8e,0x34,0x50,0xf5,0x72,0xfd,0x2b,0x6f,0x9e,0xd3,0x1b,0x28,0x7d, +/* 0x0052b0 */ 0x43,0x58,0xf4,0x97,0x28,0x4d,0xd7,0x0a,0x28,0x2f,0x7f,0xd9,0x61,0xf5,0x96,0x8e, +/* 0x0052c0 */ 0x0d,0xe3,0x9b,0x0f,0x86,0x3e,0xb8,0xf7,0xb5,0x37,0xff,0x2d,0x89,0xb0,0x42,0x58, +/* 0x0052d0 */ 0x92,0x3f,0x3b,0x18,0x3c,0x1c,0x78,0x11,0xa1,0x3c,0xff,0x9d,0xef,0x56,0x7d,0x6e, +/* 0x0052e0 */ 0xf4,0xe7,0x67,0x1e,0x18,0x59,0xf4,0x10,0xaa,0xc1,0xbf,0x1c,0x44,0xf8,0x63,0x22, +/* 0x0052f0 */ 0xea,0x70,0x0e,0xff,0x2d,0x10,0x9e,0xf0,0xde,0xfb,0x65,0x75,0xcd,0xc2,0x9f,0x41, +/* 0x005300 */ 0x2b,0xaf,0xd1,0x3d,0x78,0xa0,0x00,0xc2,0xf2,0x0d,0xcb,0x85,0x66,0xb9,0x3d,0x81, +/* 0x005310 */ 0x8a,0xd1,0xc6,0x7d,0x50,0x35,0x33,0xc8,0x29,0xeb,0x39,0xb4,0x2e,0x81,0x12,0x46, +/* 0x005320 */ 0x71,0x12,0x91,0x2c,0x33,0x97,0xff,0x80,0x5c,0x6c,0x95,0xe5,0x42,0x79,0x7d,0xf6, +/* 0x005330 */ 0x58,0x6e,0x3f,0x09,0x38,0x45,0xc0,0x9e,0x73,0xd2,0xed,0x39,0x45,0x8b,0x7c,0xbe, +/* 0x005340 */ 0x52,0xcf,0x9a,0x09,0xca,0xd2,0x9c,0xb9,0x15,0x98,0x2e,0x15,0xbf,0xd4,0x85,0x93, +/* 0x005350 */ 0xd3,0x1e,0x9a,0xa6,0xfd,0xa7,0x85,0x59,0xda,0xe7,0x9a,0xda,0x7f,0x0a,0x94,0x92, +/* 0x005360 */ 0xdb,0xc8,0x27,0xb1,0xd9,0x9b,0x51,0x89,0xe6,0x61,0xb2,0x45,0x7c,0xd1,0x3c,0xca, +/* 0x005370 */ 0x6f,0x76,0x8a,0x30,0xaf,0xf6,0xd7,0x8b,0x30,0xbf,0xf6,0xd7,0x4b,0x20,0xd5,0xdf, +/* 0x005380 */ 0x9e,0xf6,0x6a,0x94,0xa5,0x80,0x53,0xfe,0x8c,0xe3,0x2a,0xd2,0x9a,0x35,0xf3,0xc9, +/* 0x005390 */ 0x55,0x5f,0x7f,0x8d,0xc5,0x7f,0x02,0x69,0xdd,0x95,0x2b,0x57,0x9c,0x39,0xe0,0xff, +/* 0x0053a0 */ 0x73,0xfe,0xd9,0xe2,0xe1,0x9e,0x99,0xe3,0xe1,0x14,0xc5,0x5d,0x82,0xeb,0xea,0x8f, +/* 0x0053b0 */ 0xb3,0xc6,0xc3,0x3c,0x94,0xd7,0xe7,0x2a,0xe3,0xd5,0x27,0x15,0x0f,0xe7,0x9b,0xca, +/* 0x0053c0 */ 0xda,0xff,0xa4,0x3c,0x0c,0x95,0x60,0x96,0xf6,0xf9,0x84,0xe2,0x21,0x94,0x80,0xbb, +/* 0x0053d0 */ 0x87,0xae,0xb5,0xfc,0x59,0x1a,0xd2,0x8c,0x5e,0x5d,0xfb,0x9b,0x7c,0x9a,0xf6,0x9f, +/* 0x0053e0 */ 0x25,0x1e,0x4a,0x6e,0x53,0x89,0x87,0x9f,0x9a,0xf8,0xf3,0x69,0xcb,0x7f,0x75,0xc9, +/* 0x0053f0 */ 0xc2,0xbb,0x01,0xc5,0xfd,0x1b,0x0b,0x5c,0x5f,0x49,0x95,0x54,0x49,0x95,0x54,0x49, +/* 0x005400 */ 0x95,0x54,0x49,0x95,0x54,0x49,0x95,0x54,0x49,0x95,0xf4,0x7f,0x39,0xb9,0xf7,0x0e, +/* 0x005410 */ 0x8a,0x7b,0xef,0xf0,0xbf,0x5d,0x95,0x4a,0xaa,0xa4,0x4a,0xaa,0xa4,0x4a,0xaa,0xa4, +/* 0x005420 */ 0x4a,0xaa,0xa4,0x4a,0xaa,0xa4,0x4a,0xfa,0x04,0x93,0x25,0x96,0xfe,0x86,0xe7,0x97, +/* 0x005430 */ 0x5b,0xe0,0xce,0xc5,0xf3,0x59,0xc0,0xaf,0xfa,0xf7,0x84,0xfc,0x67,0x55,0x0b,0x72, +/* 0x005440 */ 0x44,0x14,0xe7,0x95,0x19,0xfe,0xc2,0xe4,0x7c,0xdf,0x35,0xbe,0x7d,0x96,0x3a,0x4f, +/* 0x005450 */ 0x9c,0xf5,0x5b,0xb9,0x53,0x6b,0x9c,0x1b,0xcf,0x12,0x96,0x3b,0x5d,0x3f,0x91,0x3b, +/* 0x005460 */ 0x15,0xb8,0x90,0x3b,0x05,0x90,0x3c,0xbd,0x1d,0xe0,0x55,0x13,0x9e,0x3e,0x07,0x68, +/* 0x005470 */ 0x27,0x3a,0xfe,0xb3,0x9e,0x9a,0x50,0xf8,0x9f,0x4f,0x98,0xb0,0xf7,0x1c,0x67,0x37, +/* 0x005480 */ 0x9e,0x5d,0x0d,0x37,0x9e,0xfd,0x32,0x96,0x01,0x4e,0xee,0x34,0x60,0x39,0xca,0xea, +/* 0x005490 */ 0xdc,0x29,0x85,0xed,0x39,0x4d,0xd9,0x13,0x67,0x29,0x7e,0x46,0xc3,0xbf,0xc4,0xca, +/* 0x0054a0 */ 0x9d,0x16,0x65,0x2b,0x2c,0xfa,0x2b,0xb9,0xec,0x0d,0x58,0x36,0xb3,0xf6,0xfd,0xca, +/* 0x0054b0 */ 0x0f,0x4f,0x9d,0x83,0x24,0x96,0xcd,0x73,0xa7,0xa9,0x7e,0x60,0x42,0x65,0xcf,0x4d, +/* 0x0054c0 */ 0xf8,0x61,0xcf,0xb9,0xd6,0x3d,0xcf,0x9c,0x05,0xe8,0x3b,0xed,0x07,0xa8,0x01,0x56, +/* 0x0054d0 */ 0x7f,0xea,0xbf,0x01,0xeb,0x35,0x70,0xd7,0x00,0x12,0x01,0x00, diff --git a/packages/hal/arm/xscale/uE250/current/src/xilinx-load.c b/packages/hal/arm/xscale/uE250/current/src/xilinx-load.c new file mode 100644 --- /dev/null +++ b/packages/hal/arm/xscale/uE250/current/src/xilinx-load.c @@ -0,0 +1,429 @@ +//========================================================================== +// +// xilinx-load.c +// +// FPGA support for NMI uEngine uE250 PCI +// +//========================================================================== +//####ECOSGPLCOPYRIGHTBEGIN#### +// ------------------------------------------- +// This file is part of eCos, the Embedded Configurable Operating System. +// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2003 Gary Thomas +// +// eCos is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 2 or (at your option) any later version. +// +// eCos is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. +// +// You should have received a copy of the GNU General Public License along +// with eCos; if not, write to the Free Software Foundation, Inc., +// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +// +// As a special exception, if other files instantiate templates or use macros +// or inline functions from this file, or you compile this file and link it +// with other works to produce a work based on this file, this file does not +// by itself cause the resulting work to be covered by the GNU General Public +// License. However the source code for this file must still be made available +// in accordance with section (3) of the GNU General Public License. +// +// This exception does not invalidate any other reasons why a work based on +// this file might be covered by the GNU General Public License. +// +// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. +// at http://sources.redhat.com/ecos/ecos-license/ +// ------------------------------------------- +//####ECOSGPLCOPYRIGHTEND#### +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s): David Mazur +// Contributors: gthomas +// Date: 2003-02-20 +// Purpose: FPGA support +// Description: +// +//####DESCRIPTIONEND#### +// +//========================================================================*/ + +#include +#include +#include CYGBLD_HAL_PLATFORM_H +#include CYGHWR_MEMORY_LAYOUT_H + +#include // base types +#include // tracing macros +#include // assertion macros +#include // diagnostic printing + +#include // IO macros +#include // calling interface API +#include // Register state info +#include +#include // Interrupt names +#include +#include +#include + +#include + +#define FPGA_PROG 0x00020000 +#define FPGA_INIT 0x00000002 +#define FPGA_DONE 0x00080000 + +#define _FPGA_PROG_BASE 0x0c000000 +#define FPGA_PROG_BASE (*((volatile cyg_uint32 *)(_FPGA_PROG_BASE))) + +#define FPGA_DONE_DRV 0x8 +#define FPGA_INIT_DRV 0x10 +#define FPGA_WRITE 0x20 + +#define VGA_PROG_CTRL 0x4008 +#define VGA_PROG_DATA 0x400C + +#define VGA_DONE 0x1 +#define VGA_INIT 0x2 +#define VGA_PROG 0x4 +#define VGA_DONE_DRV 0x8 +#define VGA_INIT_DRV 0x10 +#define VGA_WRITE 0x20 + + +#include + +extern char _end; + +static z_stream stream; + +#define FEEDBACK_COUNT 16 +#define ZCHAR_BUF_SIZE 256 +struct _zchar_info { + char buf[ZCHAR_BUF_SIZE]; + char *ptr; + int avail; + int feedback; + int total; +}; + +// Internal allocator for decompression - just use bottom of heap +// which will be reclaimed by eCos once the system is initialized +static void * +_zcalloc(void *opaque, unsigned int items, unsigned int size) +{ + static char *ptr = (char *)&_end; + char *res = ptr; + +// diag_printf("%s(%p,%d,%d) = %p\n", __FUNCTION__, opaque, items, size, res); + ptr += (size*items); + return res; +} + +static void +_zcfree(void *opaque, void *ptr) +{ +// diag_printf("%s(%p,%p)\n", __FUNCTION__, opaque, ptr); +} + +static int +_zchar(void) +{ + int err; + struct _zchar_info *info = (struct _zchar_info *)stream.opaque; + + if (info->avail == 0) { + stream.next_out = info->buf; + stream.avail_out = sizeof(info->buf); + info->ptr = info->buf; + err = inflate(&stream, Z_SYNC_FLUSH); + info->avail = (char *)stream.next_out - info->buf; + if (--info->feedback == 0) { + diag_printf("."); + info->feedback = FEEDBACK_COUNT; + } + } + if (info->avail) { + info->avail--; + info->total++; + return *(info->ptr)++; + } else { + // End of data stream + return -1; + } +} + +/** + * A little bit swapping function, necessary due to the xilinx bit file format. + */ +static const cyg_uint8 _swapped[] = { + 0x00, 0x08, 0x04, 0x0C, 0x02, 0x0A, 0x06, 0x0E, + 0x01, 0x09, 0x05, 0x0D, 0x03, 0x0B, 0x07, 0x0F +}; + +static cyg_uint8 +bitswap(cyg_uint8 byte) +{ + cyg_uint8 _new = (_swapped[byte & 0x0F] << 4) | (_swapped[(byte >> 4) & 0x0F]); + return _new; +} + +typedef int _bitfile_fun(void); +typedef void _download_fun(_bitfile_fun *_bitfile); + +/** + * Gets the tag at given location in the bitfile. + */ +static cyg_uint8 +bitfile_get_tag(_bitfile_fun *_bitfile) +{ + return (*_bitfile)(); +} + +static cyg_uint16 +bitfile_get_len16(_bitfile_fun *_bitfile) +{ + cyg_uint16 length; + + length = (*_bitfile)() << 8; + length |= (*_bitfile)(); + + return length; +} + +static int +bitfile_get_len32(_bitfile_fun *_bitfile) +{ + cyg_uint32 length; + + length = (*_bitfile)() << 24; + length |= (*_bitfile)() << 16; + length |= (*_bitfile)() << 8; + length |= (*_bitfile)(); + + return length; +} + +/** + * Process a string tag. + */ +static void +bitfile_process_string_tag(char *description, _bitfile_fun *_bitfile) +{ + int len,i; + + len = bitfile_get_len16(_bitfile); + diag_printf(description); + diag_printf(": "); + for (i = 0; i < len; i++) { + diag_printf("%c", (*_bitfile)()); + } + diag_printf("\n"); +} + +/** + * Process the 'e' tag in the bit file, which is the actual code that is to + * be programmed on the fpga. + */ +static void +bitfile_process_tag_e(_bitfile_fun *_bitfile) +{ + int len,count,i; + cyg_uint8 byte; + cyg_uint32 word; + + len = bitfile_get_len32(_bitfile); + + *PXA2X0_GPCR0 = FPGA_PROG; + + for (count=0; count<10000; count++) + if ((*PXA2X0_GPLR0 & FPGA_INIT) == 0) + break; + if ((*PXA2X0_GPLR0 & FPGA_INIT) != 0) + diag_printf("INIT did not go low. FPGA programming failed\n"); + + *PXA2X0_GPSR0 = FPGA_PROG; + + for (count=0; count<10000; count++) + if ((*PXA2X0_GPLR0 & FPGA_INIT) != 0) + break; + if ((*PXA2X0_GPLR0 & FPGA_INIT) == 0) + diag_printf("INIT did not go high. FPGA programming failed\n"); + + for( i=0; i 0) { + (*_bitfile)(); // Skip + } + len = bitfile_get_len16(_bitfile); + + tag = 0; + while (tag != 'e') { + + tag = bitfile_get_tag(_bitfile); + switch (tag) { + case 'a': + bitfile_process_string_tag("Design name", _bitfile); + break; + + case 'b': + bitfile_process_string_tag("Part name", _bitfile); + break; + + case 'c': + bitfile_process_string_tag("Date", _bitfile); + break; + + case 'd': + bitfile_process_string_tag("Time", _bitfile); + break; + + case 'e': + (*_download)(_bitfile); + break; + + default: + diag_printf("Unknown tag. aborting...\n"); + return; + } + } +} + + +/** + * Process a bitfile located at the given address. + */ +void +load_fpga(cyg_uint8 *compressed_bitfile, int len) +{ + int err; + struct _zchar_info zchar_data; + + stream.zalloc = _zcalloc; + stream.zfree = _zcfree; + stream.next_in = compressed_bitfile; + stream.avail_in = len; + stream.next_out = 0; + stream.avail_out = 0; + stream.opaque = (void *)&zchar_data; + zchar_data.avail = 0; + zchar_data.feedback = FEEDBACK_COUNT; + zchar_data.total = 0; + err = inflateInit(&stream); + if (err) { + diag_printf("%s: Can't init stream\n", __FUNCTION__); + return; + } + // Set up to download FPGA bitstreap + *PXA2X0_GPSR0 = FPGA_PROG; + download_bitstream("PCI Controller", _zchar, bitfile_process_tag_e); + inflateEnd(&stream); + diag_printf(" %x bytes processed\n", zchar_data.total); +} + +/** + * Process a bitfile located at the given address. + */ +void +load_vga(cyg_uint8 *compressed_bitfile, int len) +{ + int err; + struct _zchar_info zchar_data; + + stream.zalloc = _zcalloc; + stream.zfree = _zcfree; + stream.next_in = compressed_bitfile; + stream.avail_in = len; + stream.next_out = 0; + stream.avail_out = 0; + stream.opaque = (void *)&zchar_data; + zchar_data.avail = 0; + zchar_data.feedback = FEEDBACK_COUNT; + zchar_data.total = 0; + err = inflateInit(&stream); + if (err) { + diag_printf("%s: Can't init stream\n", __FUNCTION__); + return; + } + download_bitstream("VGA Controller", _zchar, vga_bitfile_process_tag_e); + inflateEnd(&stream); + diag_printf(" %x bytes processed\n", zchar_data.total); +} +