Chyby v AVR-GCC kompilaci programu Dárek pro kočku z mcu.cz

Zdravím
na mcu.cz/comment.php?comment.news.2690 je šikovný projekt který jsem si chtěl v AVR Studiu4 s překladačem AVR GCC přeložit bohužel tam mám moc chyb ten program jsem jednoduše z kopíroval s té webovské stránky kde dělám chybu? díky


Build started 13.11.2011 at 18:05:15
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT kocka1.o -MF dep/kocka1.o.d  -c  ../kocka1.c
../kocka1.c:5:10: error: #include expects "FILENAME" or <FILENAME>
../kocka1.c:6:10: error: #include expects "FILENAME" or <FILENAME>
../kocka1.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'unsigned'
../kocka1.c:541: error: 'TIM1_OVF' undeclared here (not in a function)
../kocka1.c:541: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
../kocka1.c:546: warning: return type of 'main' is not 'int'
../kocka1.c: In function 'main':
../kocka1.c:551: error: 'PORTA' undeclared (first use in this function)
../kocka1.c:551: error: (Each undeclared identifier is reported only once
../kocka1.c:551: error: for each function it appears in.)
../kocka1.c:552: error: 'DDRA' undeclared (first use in this function)
../kocka1.c:553: error: 'PORTB' undeclared (first use in this function)
../kocka1.c:554: error: 'DDRB' undeclared (first use in this function)
../kocka1.c:555: error: 'PORTC' undeclared (first use in this function)
../kocka1.c:556: error: 'DDRC' undeclared (first use in this function)
../kocka1.c:557: error: 'PORTD' undeclared (first use in this function)
../kocka1.c:558: error: 'DDRD' undeclared (first use in this function)
../kocka1.c:560: error: 'TCNT1H' undeclared (first use in this function)
../kocka1.c:561: error: 'TCNT1L' undeclared (first use in this function)
../kocka1.c:562: error: 'OCR1AH' undeclared (first use in this function)
../kocka1.c:563: error: 'OCR1AL' undeclared (first use in this function)
../kocka1.c:564: error: 'OCR1BH' undeclared (first use in this function)
../kocka1.c:565: error: 'OCR1BL' undeclared (first use in this function)
../kocka1.c:566: error: 'TCCR1A' undeclared (first use in this function)
../kocka1.c:566: error: 'COM1B1' undeclared (first use in this function)
../kocka1.c:566: error: 'PWM10' undeclared (first use in this function)
../kocka1.c:569:4: error: invalid preprocessing directive #asm
../kocka1.c:574: error: 'TCCR1B' undeclared (first use in this function)
../kocka1.c:574: error: 'CS10' undeclared (first use in this function)
../kocka1.c:575: error: 'TIFR' undeclared (first use in this function)
../kocka1.c:575: error: 'TOV1' undeclared (first use in this function)
../kocka1.c:576: error: 'TIMSK' undeclared (first use in this function)
../kocka1.c:576: error: 'TOIE1' undeclared (first use in this function)
../kocka1.c:580: error: 'OCR1B' undeclared (first use in this function)
../kocka1.c:580: error: 'miau_wave' undeclared (first use in this function)
../kocka1.c:591: warning: implicit declaration of function 'delay_ms'
make: *** [kocka1.o] Error 1
Build failed with 33 errors and 2 warnings...

:arrow_right: administrator: přejmenováno z "Project s mcu.cz"

Ahoj.
Uz te vidim na foru docela dlouho, tak to moc nechapu v cem mas problem.
Pokud pouzijes avrstudio a WINAVR tak prirozene napr. #include ma vypadat takto:
#include <util/delay.h>

Ostatni chyby jsou zpusobeny tim, ze tam neni nainkludovan procesor, to ti reknou zkusenejsi ja programuji avr, takze by to bylo #include <avr/io.h>

Tak zatim

Zdravím
Po úpravě už tam mám jen 7 errorů zase díky za pomoc

[code]// ************************************************** ***
//Chip type : AT90S8515
//AVR Core Clock frequency: 8,000000 MHz
//************************************************** ***//
//#include <avr/90s8515.h>;
#include <avr/io.h>
#include <util/delay.h>
volatile unsigned char wait;

#define MIAU_LEN 6800

__flash unsigned char miau_wave]= {
0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x81,0x80,0x7e,0x7e,0x7f,0x80,0x81,
0x81,0x83,0x83,0x83,0x83,0x83,0x82,0x81,0x7f,0x7d,0x7d,0x7e,0x88,
0x85,0x7e,0x7f,0x83,0x83,0x84,0x85,0x81,0x7f,0x7e,0x7e,0x7d,0x7f,
0x80,0x82,0x82,0x85,0x87,0x86,0x83,0x81,0x80,0x80,0x81,0x81,0x7f,
0x7d,0x7c,0x7d,0x7f,0x82,0x85,0x88,0x87,0x86,0x83,0x81,0x80,0x7e,
0x7e,0x7d,0x7c,0x7b,0x7b,0x7c,0x7e,0x81,0x85,0x87,0x84,0x81,0x7f,
0x7d,0x7e,0x80,0x7f,0x7c,0x7a,0x7b,0x7c,0x7e,0x83,0x86,0x88,0x86,
0x82,0x80,0x7f,0x7f,0x81,0x81,0x80,0x7d,0x7d,0x7c,0x7e,0x83,0x86,
0x89,0x89,0x85,0x83,0x80,0x7e,0x7f,0x81,0x80,0x7c,0x7c,0x7b,0x79,
0x7c,0x82,0x87,0x87,0x86,0x83,0x7e,0x7d,0x80,0x82,0x83,0x80,0x7c,
0x7b,0x7b,0x7c,0x80,0x86,0x87,0x86,0x86,0x82,0x7e,0x7d,0x80,0x85,
0x84,0x7f,0x7b,0x7b,0x7b,0x7e,0x84,0x89,0x89,0x89,0x85,0x80,0x7e,
0x80,0x84,0x86,0x82,0x7d,0x7a,0x7b,0x7e,0x82,0x87,0x89,0x89,0x89,
0x86,0x81,0x7d,0x7f,0x84,0x85,0x81,0x7b,0x79,0x7d,0x7f,0x84,0x8a,
0x8c,0x89,0x86,0x81,0x7c,0x7d,0x82,0x84,0x81,0x7b,0x79,0x7b,0x7d,
0x80,0x88,0x8e,0x8c,0x85,0x7f,0x7c,0x7d,0x80,0x83,0x82,0x7c,0x79,
0x7b,0x7e,0x80,0x88,0x8e,0x8c,0x87,0x7f,0x7a,0x7c,0x7e,0x80,0x80,
0x7c,0x78,0x79,0x7c,0x7d,0x86,0x8f,0x8d,0x85,0x7d,0x7a,0x7d,0x80,
0x80,0x7f,0x7d,0x7a,0x7a,0x7d,0x7f,0x87,0x8f,0x8c,0x84,0x7b,0x79,
0x7c,0x7d,0x7d,0x7c,0x7c,0x7a,0x7b,0x7c,0x7d,0x89,0x92,0x8f,0x84,
0x79,0x79,0x7f,0x7f,0x7e,0x7e,0x7d,0x7a,0x7b,0x7b,0x7e,0x8c,0x91,
0x8b,0x81,0x79,0x79,0x7d,0x7e,0x7c,0x7c,0x7d,0x7b,0x7c,0x79,0x81,
0x92,0x95,0x8c,0x80,0x7b,0x80,0x84,0x81,0x7e,0x7e,0x7f,0x80,0x80,
0x7b,0x84,0x96,0x98,0x8b,0x7c,0x7b,0x82,0x84,0x7f,0x7c,0x7c,0x7b,
0x7c,0x7d,0x7a,0x85,0x96,0x93,0x87,0x7a,0x79,0x83,0x85,0x7e,0x7a,
0x7c,0x7c,0x7d,0x7b,0x7a,0x8a,0x98,0x90,0x83,0x79,0x7c,0x85,0x84,
0x7c,0x7c,0x7f,0x7e,0x7d,0x79,0x7d,0x92,0x9a,0x8e,0x7f,0x76,0x7e,
0x86,0x80,0x78,0x79,0x7d,0x7c,0x7a,0x75,0x7b,0x94,0x99,0x8a,0x7b,
0x75,0x7e,0x87,0x7f,0x75,0x7b,0x7f,0x7c,0x77,0x73,0x7f,0x99,0x99,
0x85,0x7a,0x76,0x7d,0x86,0x7e,0x72,0x79,0x7f,0x7b,0x75,0x70,0x7d,
0x9a,0x98,0x82,0x75,0x74,0x7e,0x85,0x7b,0x72,0x7a,0x7e,0x7a,0x74,
0x6f,0x7e,0x9a,0x98,0x81,0x73,0x73,0x7f,0x84,0x78,0x71,0x7b,0x7f,
0x79,0x74,0x6f,0x7c,0x9b,0x99,0x83,0x76,0x74,0x81,0x88,0x78,0x73,
0x80,0x83,0x7a,0x76,0x71,0x7b,0x9a,0x9a,0x84,0x77,0x74,0x80,0x88,
0x76,0x6f,0x7f,0x84,0x79,0x74,0x70,0x74,0x95,0x9d,0x86,0x76,0x73,
0x7d,0x89,0x79,0x6e,0x7d,0x86,0x7b,0x73,0x72,0x73,0x8d,0xa1,0x8c,
0x77,0x74,0x7a,0x86,0x7e,0x6f,0x79,0x86,0x7d,0x72,0x71,0x71,0x82,
0xa0,0x94,0x77,0x6f,0x74,0x81,0x7f,0x6e,0x70,0x80,0x7c,0x70,0x6d,
0x6f,0x77,0x97,0x9d,0x7b,0x6f,0x73,0x7f,0x84,0x76,0x6d,0x7e,0x82,
0x75,0x6f,0x73,0x76,0x8f,0xa5,0x87,0x74,0x75,0x7d,0x87,0x7e,0x6d,
0x79,0x84,0x7b,0x6f,0x71,0x78,0x80,0xa0,0x92,0x75,0x75,0x78,0x81,
0x83,0x6e,0x71,0x83,0x7f,0x72,0x72,0x7b,0x7c,0x97,0xa0,0x83,0x7b,
0x7b,0x80,0x8a,0x78,0x70,0x83,0x84,0x79,0x75,0x7d,0x7b,0x88,0xa7,
0x93,0x7c,0x7d,0x7c,0x89,0x81,0x6d,0x7c,0x87,0x79,0x76,0x7b,0x75,
0x79,0xa0,0x9d,0x7e,0x7b,0x77,0x84,0x83,0x6d,0x77,0x85,0x7f,0x79,
0x79,0x7a,0x74,0x96,0xac,0x8a,0x7e,0x7c,0x80,0x89,0x76,0x73,0x86,
0x86,0x7b,0x79,0x7b,0x74,0x87,0xad,0x97,0x7e,0x7e,0x7a,0x89,0x7a,
0x71,0x82,0x86,0x7d,0x76,0x78,0x7a,0x7b,0xa0,0xa7,0x7f,0x80,0x7b,
0x82,0x84,0x72,0x7b,0x8a,0x7d,0x79,0x77,0x7e,0x79,0x8d,0xac,0x8b,
0x7b,0x7d,0x7d,0x84,0x75,0x74,0x83,0x81,0x77,0x75,0x7b,0x7a,0x7b,
0xa5,0x99,0x76,0x7e,0x7b,0x7f,0x7c,0x6e,0x7c,0x86,0x77,0x75,0x78,
0x79,0x77,0x98,0xa1,0x7c,0x78,0x7c,0x7b,0x7a,0x6f,0x75,0x88,0x7b,
0x71,0x74,0x7b,0x77,0x8f,0xa8,0x7f,0x7a,0x7c,0x7a,0x7c,0x71,0x76,
0x89,0x7d,0x70,0x73,0x7a,0x7b,0x8f,0xa6,0x82,0x7c,0x77,0x7e,0x78,
0x73,0x77,0x88,0x7b,0x70,0x71,0x7b,0x80,0x8f,0xa7,0x83,0x7d,0x7a,
0x7f,0x7b,0x75,0x7c,0x87,0x7c,0x70,0x71,0x7f,0x7f,0x8e,0xa8,0x81,
0x7a,0x7b,0x80,0x7a,0x75,0x7d,0x85,0x7c,0x6e,0x73,0x7f,0x7f,0x8b,
0xaa,0x83,0x75,0x84,0x7d,0x7c,0x77,0x7f,0x89,0x78,0x71,0x73,0x7f,
0x7b,0x8b,0xaf,0x7e,0x79,0x82,0x82,0x7d,0x73,0x85,0x87,0x78,0x6e,
0x74,0x81,0x76,0x96,0xaa,0x76,0x7d,0x85,0x80,0x77,0x73,0x87,0x83,
0x70,0x71,0x75,0x80,0x79,0xa4,0x98,0x6d,0x8b,0x80,0x7e,0x75,0x79,
0x85,0x80,0x70,0x75,0x75,0x81,0x83,0xab,0x85,0x78,0x86,0x80,0x7a,
0x74,0x79,0x86,0x7c,0x74,0x72,0x78,0x7e,0x90,0xa6,0x7a,0x7f,0x7f,
0x85,0x77,0x6f,0x85,0x87,0x77,0x7a,0x70,0x7b,0x7c,0xa6,0x95,0x75,
0x83,0x80,0x80,0x6c,0x77,0x8e,0x7c,0x75,0x7c,0x75,0x72,0x91,0xac,
0x71,0x81,0x83,0x84,0x72,0x6f,0x8b,0x85,0x73,0x7e,0x7d,0x70,0x81,
0xb2,0x7d,0x76,0x8c,0x82,0x7e,0x68,0x86,0x8a,0x73,0x7f,0x7f,0x73,
0x7d,0xae,0x89,0x71,0x89,0x87,0x7e,0x6b,0x82,0x88,0x73,0x7c,0x81,
0x75,0x78,0xac,0x92,0x6b,0x87,0x86,0x81,0x67,0x7c,0x8b,0x6f,0x76,
0x80,0x77,0x77,0xa5,0x9e,0x66,0x83,0x87,0x83,0x68,0x77,0x8d,0x72,
0x74,0x7b,0x79,0x7a,0xa1,0xa8,0x65,0x81,0x84,0x89,0x6b,0x6e,0x95,
0x73,0x73,0x7f,0x78,0x7c,0xa0,0xac,0x6a,0x7b,0x83,0x8b,0x6b,0x6d,
0x8f,0x7b,0x6f,0x7d,0x7f,0x79,0xa4,0xa7,0x70,0x7f,0x81,0x8c,0x68,
0x6e,0x90,0x77,0x71,0x7f,0x7e,0x7c,0xa6,0xa0,0x6d,0x82,0x84,0x8d,
0x64,0x6f,0x92,0x74,0x6e,0x7f,0x83,0x7d,0xa7,0xa1,0x67,0x82,0x85,
0x8e,0x68,0x6c,0x93,0x74,0x6c,0x7a,0x85,0x7d,0xac,0x9f,0x68,0x7e,
0x83,0x92,0x66,0x6e,0x90,0x74,0x70,0x73,0x86,0x80,0xac,0x9f,0x69,
0x7e,0x84,0x91,0x66,0x73,0x8f,0x78,0x70,0x75,0x85,0x81,0xb0,0x93,
0x6d,0x7e,0x83,0x90,0x5e,0x76,0x8c,0x71,0x6c,0x76,0x81,0x85,0xae,
0x86,0x70,0x79,0x87,0x8b,0x5a,0x7e,0x8b,0x74,0x67,0x7d,0x80,0x8a,
0xb2,0x7c,0x77,0x7d,0x8b,0x88,0x5c,0x87,0x8d,0x76,0x6b,0x85,0x7f,
0x95,0xb0,0x76,0x7e,0x7b,0x96,0x7d,0x5f,0x8d,0x85,0x75,0x6f,0x89,
0x81,0x9d,0xa7,0x73,0x80,0x7b,0x99,0x74,0x67,0x8f,0x80,0x70,0x73,
0x8a,0x7e,0xaa,0x98,0x70,0x82,0x7d,0x9a,0x69,0x71,0x93,0x78,0x70,
0x7a,0x89,0x81,0xb4,0x8b,0x71,0x82,0x82,0x98,0x5e,0x7e,0x93,0x75,
0x70,0x7e,0x89,0x84,0xb9,0x81,0x73,0x84,0x85,0x8f,0x59,0x85,0x8d,
0x73,0x70,0x83,0x84,0x8b,0xb8,0x76,0x78,0x83,0x8e,0x84,0x59,0x8f,
0x86,0x72,0x71,0x88,0x83,0x95,0xb3,0x72,0x7e,0x80,0x95,0x7b,0x5f,
0x95,0x80,0x72,0x70,0x89,0x80,0xa1,0xad,0x6c,0x86,0x7d,0x91,0x71,
0x65,0x96,0x79,0x72,0x73,0x87,0x7b,0xa6,0xa9,0x65,0x86,0x81,0x8e,
0x68,0x6a,0x98,0x72,0x6d,0x76,0x8b,0x79,0xa9,0xa3,0x65,0x81,0x80,
0x90,0x62,0x70,0x96,0x73,0x6d,0x70,0x8d,0x7b,0xad,0x9d,0x65,0x89,
0x7a,0x90,0x62,0x74,0x95,0x70,0x70,0x72,0x86,0x7b,0xb0,0x9c,0x61,
0x8c,0x78,0x8f,0x62,0x74,0x96,0x6d,0x71,0x76,0x86,0x7a,0xb0,0x9c,
0x62,0x8a,0x79,0x8e,0x67,0x70,0x9a,0x6b,0x70,0x76,0x86,0x7f,0xb1,
0x98,0x65,0x89,0x7b,0x89,0x6b,0x6f,0x99,0x6d,0x6b,0x7b,0x7e,0x83,
0xb6,0x94,0x63,0x8a,0x7e,0x8a,0x62,0x75,0x96,0x70,0x65,0x7b,0x81,
0x7c,0xb6,0x9a,0x5c,0x89,0x7b,0x90,0x5b,0x71,0x96,0x6d,0x66,0x72,
0x88,0x76,0xb0,0xa1,0x5c,0x83,0x7b,0x90,0x60,0x67,0x9f,0x68,0x6c,
0x69,0x8b,0x79,0xa4,0xac,0x5d,0x82,0x78,0x8c,0x6d,0x55,0xa5,0x69,
0x6d,0x6d,0x7c,0x87,0x97,0xb7,0x5e,0x7e,0x81,0x83,0x78,0x50,0x9b,
0x7f,0x61,0x78,0x73,0x89,0x91,0xc2,0x6c,0x70,0x8d,0x7f,0x84,0x50,
0x89,0x97,0x5d,0x79,0x75,0x86,0x8b,0xbe,0x90,0x5a,0x97,0x7b,0x88,
0x5f,0x71,0xa2,0x69,0x6f,0x7c,0x7f,0x83,0xad,0xbe,0x50,0x8b,0x8a,
0x7b,0x7b,0x57,0xa8,0x7b,0x62,0x84,0x76,0x85,0x8a,0xd4,0x78,0x59,
0xa3,0x6e,0x8a,0x56,0x8b,0x9d,0x5d,0x7b,0x77,0x80,0x7a,0xbc,0xb7,
0x44,0x92,0x80,0x7e,0x6e,0x64,0xab,0x6b,0x6d,0x7d,0x77,0x7f,0x8d,
0xd8,0x72,0x5a,0x9a,0x71,0x82,0x5d,0x8d,0x8d,0x5e,0x80,0x76,0x79,
0x7c,0xba,0xb8,0x44,0x85,0x81,0x80,0x6e,0x65,0xa5,0x66,0x6e,0x80,
0x70,0x7d,0x88,0xd8,0x76,0x4d,0x93,0x78,0x8d,0x49,0x8f,0x9a,0x53,
0x7f,0x73,0x7b,0x73,0xab,0xce,0x41,0x71,0x89,0x8c,0x6a,0x4d,0xba,
0x71,0x61,0x7c,0x78,0x7a,0x6f,0xe2,0x93,0x38,0x93,0x80,0x91,0x46,
0x7e,0xb7,0x52,0x75,0x79,0x78,0x68,0x99,0xf0,0x49,0x5c,0x9b,0x7d,
0x84,0x41,0xac,0x98,0x4a,0x89,0x70,0x72,0x6c,0xd1,0xc8,0x26,0x89,
0x8e,0x86,0x6a,0x57,0xca,0x6e,0x59,0x8c,0x6c,0x70,0x79,0xf9,0x8c,
0x2b,0x9f,0x82,0x8e,0x4b,0x7d,0xcd,0x4b,0x6b,0x86,0x6e,0x66,0x98,
0xff,0x59,0x43,0xa4,0x86,0x87,0x3d,0xa9,0xbc,0x3d,0x7d,0x82,0x6d,
0x67,0xb8,0xf1,0x3f,0x59,0xa4,0x8c,0x77,0x44,0xc7,0x9f,0x44,0x81,
0x7d,0x71,0x6d,0xd1,0xd8,0x2e,0x70,0x9f,0x8e,0x65,0x54,0xd6,0x83,
0x48,0x80,0x80,0x6f,0x73,0xe8,0xba,0x22,0x82,0x9a,0x90,0x57,0x69,
0xd9,0x68,0x4e,0x89,0x7f,0x67,0x84,0xfc,0x99,0x1e,0x8e,0x9b,0x92,
0x47,0x81,0xd3,0x57,0x58,0x8a,0x7c,0x62,0x98,0xff,0x76,0x26,0x93,
0x99,0x89,0x41,0x9a,0xc7,0x4f,0x63,0x86,0x74,0x63,0xb1,0xfc,0x54,
0x35,0x97,0x94,0x7b,0x44,0xad,0xb1,0x46,0x6b,0x81,0x67,0x69,0xc9,
0xe6,0x35,0x42,0x9a,0x92,0x68,0x4c,0xbb,0x96,0x3f,0x71,0x7e,0x62,
0x6d,0xe4,0xcb,0x18,0x58,0x9b,0x90,0x59,0x5a,0xc5,0x79,0x41,0x79,
0x79,0x5e,0x7f,0xf8,0x9b,0x13,0x6f,0x95,0x8d,0x48,0x72,0xc3,0x5b,
0x48,0x7c,0x72,0x57,0x96,0xfb,0x66,0x15,0x7d,0x97,0x7e,0x39,0x91,
0xb4,0x48,0x52,0x7f,0x6c,0x5a,0xbf,0xeb,0x39,0x33,0x8f,0x9a,0x6a,
0x41,0xb3,0x9d,0x40,0x63,0x83,0x64,0x65,0xe3,0xcc,0x1c,0x50,0x99,
0x9b,0x53,0x53,0xc8,0x81,0x42,0x72,0x82,0x5e,0x7c,0xfa,0xa1,0x18,
0x6c,0x9f,0x96,0x45,0x75,0xcc,0x6a,0x4c,0x7e,0x85,0x59,0x97,0xff,
0x7e,0x1f,0x7b,0xa9,0x8c,0x3b,0x96,0xc2,0x5d,0x58,0x83,0x7f,0x59,
0xb5,0xfb,0x54,0x31,0x92,0xa0,0x78,0x4e,0xac,0xab,0x5a,0x67,0x84,
0x73,0x5d,0xd2,0xe8,0x36,0x45,0x97,0xa3,0x6d,0x47,0xc1,0xa1,0x48,
0x6a,0x85,0x6b,0x5f,0xe1,0xd4,0x23,0x55,0x98,0x9f,0x5e,0x50,0xca,
0x8c,0x49,0x70,0x7f,0x6a,0x6d,0xed,0xba,0x1e,0x68,0x97,0x9c,0x57,
0x62,0xd0,0x7d,0x4f,0x77,0x7d,0x69,0x78,0xf9,0xa6,0x1a,0x79,0x98,
0x97,0x56,0x70,0xce,0x76,0x53,0x7c,0x81,0x64,0x84,0xff,0x95,0x1f,
0x85,0x9c,0x93,0x53,0x7f,0xca,0x6f,0x5b,0x81,0x80,0x63,0x96,0xff,
0x7f,0x27,0x8e,0x9c,0x92,0x4f,0x91,0xcb,0x63,0x63,0x85,0x7e,0x60,
0xa0,0xff,0x6d,0x2b,0x97,0x9a,0x91,0x4d,0x99,0xc7,0x5f,0x64,0x7f,
0x7a,0x61,0xa4,0xff,0x60,0x2f,0x94,0x94,0x8d,0x48,0x97,0xbd,0x5b,
0x62,0x7a,0x73,0x5e,0xa7,0xff,0x4e,0x32,0x96,0x8d,0x89,0x45,0x97,
0xb9,0x54,0x62,0x7c,0x6b,0x61,0xb4,0xf8,0x40,0x3b,0x96,0x90,0x81,
0x46,0xa3,0xac,0x52,0x66,0x7a,0x6c,0x60,0xc5,0xec,0x31,0x4c,0x91,
0x8f,0x7d,0x46,0xae,0xa1,0x4d,0x69,0x75,0x6a,0x5d,0xd4,0xe2,0x1f,
0x58,0x8c,0x89,0x79,0x46,0xb3,0xa1,0x43,0x6b,0x7a,0x5f,0x5a,0xdf,
0xd7,0x18,0x5e,0x8b,0x8c,0x70,0x45,0xba,0x9c,0x3a,0x6d,0x7d,0x5a,
0x5d,0xe9,0xcd,0x15,0x65,0x89,0x92,0x69,0x49,0xc3,0x93,0x3e,0x72,
0x7a,0x5d,0x65,0xef,0xc2,0x11,0x70,0x8a,0x8e,0x6d,0x53,0xbe,0x8e,
0x41,0x6f,0x75,0x5b,0x76,0xf6,0xab,0x18,0x7a,0x86,0x8b,0x6a,0x5b,
0xbf,0x85,0x45,0x72,0x73,0x57,0x7c,0xfd,0x97,0x19,0x7e,0x85,0x8e,
0x61,0x60,0xc8,0x7d,0x45,0x76,0x71,0x5d,0x7e,0xfe,0x92,0x18,0x7f,
0x8c,0x8c,0x60,0x66,0xc2,0x7a,0x43,0x76,0x71,0x5e,0x81,0xff,0x88,
0x1a,0x84,0x8b,0x8b,0x5e,0x6b,0xc2,0x74,0x45,0x77,0x6f,0x60,0x80,
0xff,0x87,0x19,0x8b,0x88,0x8e,0x5c,0x6a,0xc9,0x6f,0x47,0x79,0x6f,
0x6c,0x77,0xfe,0xa0,0x12,0x8a,0x87,0x8d,0x66,0x61,0xcc,0x7d,0x3e,
0x75,0x74,0x6c,0x6d,0xef,0xbe,0x16,0x7f,0x85,0x85,0x77,0x55,0xc1,
0x92,0x3d,0x6f,0x71,0x6d,0x73,0xcb,0xdf,0x31,0x5e,0x8d,0x82,0x85,
0x52,0xa7,0xaa,0x45,0x63,0x73,0x69,0x7a,0xb2,0xf4,0x4e,0x41,0x96,
0x7e,0x8c,0x58,0x8d,0xbd,0x51,0x58,0x78,0x63,0x76,0xa8,0xfa,0x60,
0x2d,0x9f,0x85,0x85,0x66,0x84,0xbf,0x60,0x4b,0x84,0x66,0x5e,0xb7,
0xfb,0x58,0x38,0x98,0x86,0x90,0x5f,0x86,0xc8,0x62,0x49,0x86,0x6e,
0x5c,0xae,0xff,0x6b,0x30,0x90,0x92,0x93,0x5b,0x86,0xc9,0x67,0x4b,
0x7e,0x75,0x6a,0x9a,0xff,0x88,0x21,0x8c,0x97,0x92,0x68,0x74,0xc9,
0x7d,0x3f,0x7d,0x7b,0x65,0x9e,0xfc,0x8f,0x26,0x82,0x99,0x93,0x68,
0x74,0xc7,0x81,0x44,0x7a,0x75,0x64,0xa1,0xff,0x91,0x26,0x7f,0x98,
0x93,0x65,0x6e,0xca,0x86,0x3a,0x79,0x75,0x61,0xa1,0xff,0x96,0x21,
0x7c,0x9d,0x8c,0x62,0x74,0xc1,0x8b,0x3f,0x6f,0x75,0x63,0xa1,0xfa,
0x97,0x27,0x77,0x9b,0x90,0x5a,0x72,0xc5,0x8a,0x41,0x6c,0x73,0x5e,
0xa4,0xf9,0x95,0x2a,0x73,0x96,0x8e,0x5d,0x72,0xbe,0x89,0x42,0x64,
0x75,0x60,0x96,0xf5,0xa1,0x2a,0x6a,0x91,0x8e,0x67,0x68,0xb6,0x96,
0x3d,0x61,0x7c,0x5f,0x83,0xef,0xb4,0x29,0x63,0x8d,0x90,0x70,0x5d,
0xab,0x9c,0x48,0x5b,0x76,0x72,0x6b,0xd4,0xde,0x25,0x4f,0x94,0x8b,
0x7d,0x52,0x94,0xb1,0x4d,0x4f,0x79,0x6f,0x6a,0xc5,0xe7,0x3c,0x43,
0x8c,0x8c,0x84,0x55,0x83,0xb4,0x5e,0x4a,0x72,0x6e,0x6b,0xbd,0xf0,
0x47,0x38,0x92,0x89,0x7e,0x60,0x7f,0xb1,0x64,0x44,0x74,0x6f,0x64,
0xbd,0xfc,0x4e,0x30,0x8b,0x8d,0x88,0x5d,0x79,0xba,0x69,0x3c,0x6f,
0x75,0x6a,0xb0,0xfc,0x60,0x2a,0x83,0x8f,0x8d,0x65,0x71,0xb1,0x78,
0x40,0x6b,0x71,0x70,0xbc,0xf0,0x5f,0x34,0x7f,0x93,0x8d,0x61,0x7b,
0xae,0x73,0x4a,0x70,0x6d,0x6d,0xbe,0xf6,0x5d,0x2b,0x8b,0x9f,0x85,
0x5c,0x7d,0xb6,0x74,0x43,0x73,0x75,0x6a,0xbe,0xf6,0x5c,0x2e,0x8d,
0xa2,0x85,0x57,0x7c,0xba,0x7a,0x45,0x71,0x74,0x6b,0xc2,0xf1,0x54,
0x35,0x92,0xa1,0x82,0x52,0x7d,0xbc,0x79,0x48,0x74,0x74,0x6a,0xc5,
0xee,0x53,0x3b,0x90,0x9f,0x89,0x56,0x79,0xbe,0x80,0x46,0x72,0x70,
0x71,0xd1,0xe6,0x50,0x40,0x86,0xa3,0x90,0x52,0x7d,0xbd,0x7c,0x4b,
0x6d,0x68,0x75,0xd6,0xea,0x50,0x37,0x7f,0xae,0x98,0x46,0x7c,0xc5,
0x81,0x4c,0x5e,0x6b,0x84,0xcb,0xec,0x5a,0x33,0x88,0xa8,0x95,0x54,
0x69,0xc1,0x92,0x43,0x5b,0x65,0x87,0xdf,0xd3,0x48,0x47,0x8b,0xa2,
0x89,0x4f,0x7c,0xbd,0x82,0x4b,0x5e,0x5c,0x8d,0xe5,0xc2,0x45,0x4e,
0x8e,0xaa,0x7a,0x48,0x8e,0xbb,0x7b,0x4d,0x5b,0x5f,0x97,0xe9,0xad,
0x3d,0x5d,0x8c,0x9d,0x74,0x4f,0x94,0xb2,0x76,0x54,0x5c,0x51,0x92,
0xfc,0xa4,0x26,0x65,0x92,0x96,0x6d,0x51,0x9b,0xb2,0x70,0x52,0x61,
0x50,0x85,0xff,0xb6,0x1d,0x5b,0x95,0x9a,0x74,0x4b,0x8f,0xbe,0x77,
0x47,0x5c,0x58,0x86,0xfb,0xc8,0x27,0x4a,0x93,0xa2,0x7a,0x4b,0x84,
0xc4,0x82,0x3c,0x50,0x62,0x85,0xed,0xdb,0x35,0x39,0x8c,0xa9,0x83,
0x44,0x7b,0xcd,0x87,0x33,0x47,0x6a,0x88,0xda,0xe5,0x46,0x31,0x82,
0xa0,0x8e,0x4d,0x6e,0xca,0x8d,0x35,0x4a,0x62,0x86,0xe0,0xe4,0x4a,
0x38,0x7f,0x98,0x8e,0x57,0x78,0xbd,0x84,0x42,0x52,0x62,0x79,0xd7,
0xf7,0x4f,0x28,0x84,0x9c,0x8c,0x60,0x77,0xb7,0x89,0x41,0x56,0x70,
0x6d,0xbe,0xff,0x68,0x19,0x79,0x9b,0x93,0x6d,0x6b,0xac,0x98,0x48,
0x51,0x71,0x68,0xaa,0xff,0x8c,0x14,0x63,0x9d,0x9d,0x77,0x63,0xa1,
0xa3,0x53,0x4d,0x6c,0x67,0x9d,0xff,0xac,0x1a,0x4a,0x9a,0xa9,0x79,
0x5d,0x98,0xa5,0x68,0x4a,0x5b,0x6e,0x97,0xf4,0xc8,0x27,0x3d,0x90,
0xa5,0x8b,0x5b,0x82,0xae,0x78,0x4a,0x4e,0x5f,0x9f,0xf5,0xc8,0x3e,
0x37,0x7d,0xab,0x8c,0x5a,0x81,0xa9,0x81,0x4f,0x48,0x5b,0x92,0xee,
0xe0,0x4a,0x29,0x76,0xac,0x91,0x57,0x74,0xad,0x89,0x4b,0x49,0x61,
0x80,0xd6,0xf6,0x6a,0x25,0x67,0xa6,0x9c,0x62,0x6a,0xa8,0x97,0x55,
0x46,0x5f,0x75,0xb8,0xff,0x90,0x22,0x5e,0x95,0x99,0x79,0x63,0x99,
0xa5,0x60,0x42,0x58,0x6c,0xa4,0xff,0xb6,0x2c,0x46,0x87,0xa2,0x88,
0x5f,0x8b,0xaa,0x71,0x48,0x50,0x66,0x93,0xf6,0xdd,0x41,0x2f,0x7f,
0xa8,0x96,0x62,0x7a,0xab,0x84,0x4e,0x51,0x67,0x83,0xdc,0xf8,0x6b,
0x23,0x68,0xa6,0xa0,0x6c,0x6f,0xa0,0x91,0x5e,0x4d,0x5b,0x79,0xcc,
0xff,0x8a,0x21,0x52,0x9e,0xa7,0x73,0x66,0x97,0x9c,0x68,0x47,0x4d,
0x74,0xc6,0xff,0x9c,0x23,0x41,0x98,0xae,0x74,0x5d,0x8f,0xa0,0x6e,
0x45,0x40,0x6a,0xc6,0xff,0xa3,0x2a,0x38,0x8c,0xb6,0x7b,0x54,0x8b,
0xa4,0x73,0x46,0x41,0x63,0xb3,0xfe,0xc0,0x38,0x2c,0x7d,0xb4,0x8d,
0x55,0x7c,0xa7,0x80,0x4b,0x3d,0x59,0xa9,0xfb,0xd0,0x47,0x26,0x6f,
0xb1,0x99,0x59,0x6f,0xa5,0x8e,0x52,0x38,0x4e,0x9f,0xfb,0xe0,0x53,
0x20,0x66,0xb1,0xa4,0x59,0x66,0xa5,0x97,0x5a,0x39,0x45,0x95,0xf3,
0xec,0x67,0x22,0x59,0xa5,0xb2,0x67,0x5b,0x9f,0xa0,0x62,0x41,0x40,
0x81,0xe5,0xf8,0x87,0x24,0x45,0x99,0xba,0x76,0x54,0x92,0xa9,0x6d,
0x42,0x3e,0x71,0xd4,0xff,0xa4,0x2e,0x35,0x86,0xbc,0x8a,0x54,0x85,
0xaa,0x76,0x49,0x40,0x5d,0xbb,0xff,0xc5,0x40,0x25,0x6d,0xbb,0xa2,
0x55,0x70,0xaa,0x88,0x4d,0x3b,0x4f,0xa6,0xfc,0xdc,0x5a,0x1e,0x53,
0xb1,0xb5,0x5c,0x5e,0xa4,0x97,0x57,0x3b,0x42,0x8d,0xf2,0xf3,0x77,
0x1e,0x43,0x9c,0xbd,0x75,0x56,0x91,0xa0,0x67,0x40,0x3b,0x72,0xd8,
0xff,0xa4,0x2a,0x29,0x82,0xc4,0x8f,0x52,0x79,0xa2,0x7b,0x4b,0x38,
0x54,0xb8,0xff,0xcd,0x4b,0x19,0x59,0xb9,0xb3,0x5e,0x5c,0x99,0x93,
0x59,0x37,0x3f,0x93,0xf6,0xee,0x71,0x18,0x37,0x9b,0xc6,0x7a,0x4c,
0x81,0xa0,0x6f,0x3e,0x32,0x6e,0xda,0xff,0xa3,0x2a,0x1d,0x74,0xc8,
0x9f,0x4f,0x66,0x9e,0x83,0x4a,0x30,0x51,0xb8,0xff,0xce,0x47,0x10,
0x50,0xba,0xbf,0x61,0x4f,0x91,0x9a,0x5b,0x32,0x3e,0x95,0xf6,0xed,
0x6f,0x13,0x32,0x9c,0xd3,0x83,0x43,0x77,0xa5,0x73,0x3e,0x32,0x6f,
0xe0,0xff,0x97,0x21,0x23,0x78,0xd0,0xa9,0x4b,0x5a,0xa2,0x8c,0x48,
0x2b,0x55,0xcd,0xff,0xb3,0x32,0x1b,0x5f,0xc8,0xc4,0x55,0x44,0x9d,
0xa3,0x51,0x29,0x44,0xb8,0xff,0xcb,0x47,0x1a,0x4b,0xb4,0xd6,0x6d,
0x39,0x89,0xae,0x61,0x2d,0x38,0xa1,0xff,0xe0,0x5f,0x16,0x39,0xa4,
0xdf,0x7e,0x35,0x77,0xb1,0x6f,0x34,0x30,0x89,0xf7,0xed,0x77,0x1e,
0x2e,0x89,0xdd,0x97,0x3a,0x64,0xb1,0x80,0x36,0x27,0x76,0xf0,0xfa,
0x8a,0x21,0x28,0x7a,0xd4,0xa6,0x45,0x58,0xa8,0x90,0x41,0x24,0x60,
0xe0,0xff,0xa6,0x35,0x1d,0x5c,0xc9,0xc1,0x54,0x46,0x9b,0x9e,0x4d,
0x23,0x4c,0xc9,0xff,0xbd,0x46,0x1c,0x4b,0xb3,0xc9,0x6a,0x46,0x8a,
0xa0,0x5c,0x2f,0x3c,0xab,0xff,0xd6,0x59,0x1f,0x3c,0x9a,0xd4,0x84,
0x3c,0x70,0xa9,0x73,0x35,0x2e,0x89,0xf8,0xed,0x78,0x24,0x2e,0x81,
0xd2,0x9c,0x44,0x5e,0xa5,0x84,0x3d,0x28,0x6f,0xe9,0xfb,0x92,0x30,
0x26,0x66,0xc7,0xb8,0x56,0x49,0x95,0x95,0x4d,0x26,0x53,0xd0,0xff,
0xb2,0x43,0x20,0x4c,0xb4,0xce,0x6b,0x3d,0x85,0xa2,0x5e,0x2b,0x41,
0xaf,0xff,0xd3,0x5f,0x22,0x35,0x97,0xdb,0x8e,0x3c,0x6b,0xa6,0x77,
0x39,0x36,0x8d,0xf6,0xed,0x80,0x2e,0x2a,0x78,0xd5,0xb0,0x4f,0x55,
0x9b,0x8c,0x4c,0x33,0x72,0xe5,0xfa,0x9c,0x3d,0x26,0x62,0xc9,0xc6,
0x63,0x4b,0x8f,0x99,0x5b,0x36,0x5f,0xd2,0xff,0xb5,0x50,0x27,0x4d,
0xb5,0xd8,0x7c,0x43,0x7d,0xa2,0x69,0x38,0x4f,0xb9,0xff,0xcf,0x64,
0x29,0x3c,0x9d,0xdd,0x99,0x48,0x67,0xa1,0x7e,0x42,0x3f,0x99,0xfc,
0xe6,0x7e,0x32,0x2e,0x7d,0xd7,0xb5,0x54,0x53,0x96,0x8c,0x50,0x39,
0x75,0xe6,0xfa,0x9c,0x3e,0x25,0x5d,0xc2,0xcc,0x6e,0x44,0x7e,0x97,
0x62,0x38,0x5a,0xcc,0xff,0xb7,0x54,0x27,0x43,0xa7,0xdb,0x8c,0x42,
0x68,0x98,0x73,0x40,0x49,0xac,0xff,0xd1,0x69,0x2f,0x36,0x88,0xd9,
0xac,0x4d,0x53,0x93,0x84,0x48,0x40,0x92,0xf6,0xe2,0x84,0x3e,0x2a,
0x6a,0xd0,0xc2,0x5c,0x48,0x87,0x8d,0x51,0x3b,0x79,0xe7,0xf1,0x96,
0x48,0x29,0x52,0xbd,0xd4,0x70,0x3b,0x75,0x96,0x5d,0x35,0x68,0xd7,
0xf6,0xa5,0x54,0x2b,0x42,0xa9,0xd9,0x84,0x3e,0x64,0x90,0x68,0x38,
0x57,0xc6,0xfe,0xb3,0x5b,0x2f,0x39,0x96,0xdc,0x96,0x40,0x58,0x92,
0x75,0x38,0x49,0xb4,0xfd,0xc5,0x69,0x32,0x2f,0x81,0xd8,0xaa,0x4a,
0x4c,0x8a,0x83,0x43,0x3b,0x9c,0xfa,0xd5,0x77,0x3b,0x2b,0x67,0xcc,
0xc1,0x5d,0x40,0x7b,0x8d,0x51,0x36,0x86,0xf0,0xe4,0x89,0x43,0x28,
0x56,0xbe,0xcf,0x71,0x3f,0x6e,0x8f,0x5f,0x36,0x71,0xe5,0xf1,0x98,
0x4b,0x28,0x49,0xb2,0xda,0x82,0x3e,0x64,0x93,0x6a,0x37,0x5e,0xd5,
0xfb,0xab,0x56,0x29,0x3a,0x9d,0xdf,0x98,0x43,0x56,0x90,0x79,0x3d,
0x4b,0xbe,0xff,0xc0,0x64,0x31,0x30,0x84,0xdb,0xb0,0x52,0x4b,0x84,
0x83,0x4a,0x40,0xa2,0xff,0xd5,0x76,0x3c,0x2d,0x69,0xce,0xc7,0x66,
0x42,0x76,0x8c,0x5a,0x3b,0x82,0xf3,0xec,0x8b,0x48,0x2e,0x53,0xb8,
0xd7,0x81,0x40,0x63,0x8d,0x6c,0x3d,0x65,0xd9,0xfa,0xa6,0x59,0x32,
0x3d,0x99,0xde,0xa1,0x48,0x4f,0x84,0x7a,0x47,0x52,0xb9,0xfd,0xc2,
0x6b,0x39,0x32,0x7c,0xd8,0xbd,0x5b,0x44,0x79,0x84,0x52,0x45,0x9e,
0xfa,0xd8,0x7d,0x41,0x2b,0x64,0xcb,0xd2,0x70,0x3b,0x68,0x8c,0x62,
0x3d,0x7d,0xee,0xed,0x91,0x49,0x29,0x4f,0xb6,0xdc,0x8a,0x3f,0x57,
0x87,0x6f,0x41,0x68,0xdc,0xf6,0xa1,0x55,0x2e,0x42,0x9f,0xda,0x9f,
0x4a,0x4d,0x7f,0x77,0x45,0x57,0xca,0xff,0xb2,0x5c,0x31,0x39,0x8c,
0xd7,0xb0,0x55,0x44,0x76,0x7d,0x4e,0x4b,0xb4,0xff,0xc3,0x69,0x37,
0x32,0x77,0xcf,0xc2,0x67,0x3e,0x69,0x81,0x59,0x46,0x9e,0xfb,0xd4,
0x76,0x3a,0x2d,0x67,0xc5,0xcd,0x76,0x3c,0x5f,0x82,0x62,0x42,0x8b,
0xf5,0xe1,0x83,0x3d,0x2b,0x5c,0xb9,0xd1,0x85,0x40,0x54,0x7f,0x6a,
0x45,0x7e,0xeb,0xea,0x8f,0x42,0x2c,0x57,0xb0,0xd1,0x90,0x47,0x51,
0x7d,0x70,0x47,0x73,0xe4,0xf4,0x9b,0x47,0x2b,0x52,0xa9,0xd2,0x98,
0x4c,0x4d,0x79,0x75,0x4b,0x67,0xd6,0xf7,0xa9,0x50,0x29,0x46,0x9d,
0xd4,0xa3,0x51,0x46,0x73,0x79,0x51,0x5e,0xc9,0xf9,0xb5,0x5b,0x2c,
0x3e,0x8e,0xd1,0xae,0x5a,0x43,0x6b,0x7a,0x56,0x57,0xbc,0xfb,0xc1,
0x66,0x32,0x39,0x80,0xcc,0xba,0x67,0x41,0x63,0x7c,0x5d,0x50,0xab,
0xfc,0xcf,0x70,0x36,0x35,0x74,0xc3,0xc2,0x74,0x42,0x5a,0x7b,0x64,
0x4a,0x97,0xf9,0xdd,0x7c,0x39,0x31,0x68,0xba,0xc9,0x82,0x44,0x51,
0x78,0x6e,0x4a,0x82,0xee,0xea,0x8b,0x40,0x2e,0x5b,0xaf,0xce,0x92,
0x4a,0x4a,0x73,0x74,0x50,0x73,0xe1,0xf3,0x9c,0x4a,0x2e,0x50,0xa2,
0xcf,0xa0,0x54,0x44,0x6b,0x76,0x55,0x66,0xd0,0xf8,0xac,0x54,0x2e,
0x46,0x94,0xcc,0xad,0x5f,0x41,0x64,0x78,0x5b,0x5c,0xbc,0xf9,0xbd,
0x60,0x30,0x3d,0x86,0xc8,0xb6,0x6c,0x41,0x5c,0x79,0x63,0x55,0xa7,
0xf6,0xce,0x71,0x35,0x36,0x76,0xc0,0xc0,0x7d,0x44,0x53,0x77,0x6d,
0x52,0x8f,0xef,0xdf,0x83,0x3d,0x33,0x67,0xb2,0xc6,0x90,0x4e,0x4a,
0x71,0x75,0x53,0x79,0xe1,0xee,0x98,0x46,0x31,0x5a,0xa5,0xc6,0x9f,
0x5c,0x47,0x68,0x77,0x5a,0x6c,0xcf,0xf5,0xad,0x55,0x30,0x4c,0x96,
0xc7,0xad,0x67,0x46,0x61,0x75,0x5e,0x62,0xbe,0xf6,0xbe,0x65,0x35,
0x3f,0x83,0xc3,0xbc,0x78,0x46,0x57,0x72,0x65,0x5b,0xa8,0xf4,0xd1,
0x76,0x39,0x37,0x70,0xb8,0xc4,0x8c,0x4f,0x4e,0x6b,0x6a,0x58,0x90,
0xe9,0xe2,0x8f,0x44,0x30,0x5d,0xab,0xc8,0x9b,0x5a,0x4c,0x68,0x6d,
0x56,0x7a,0xda,0xeb,0xa3,0x55,0x32,0x4b,0x96,0xc9,0xab,0x64,0x47,
0x64,0x74,0x58,0x63,0xc5,0xf4,0xb5,0x62,0x37,0x43,0x82,0xc0,0xbb,
0x79,0x46,0x55,0x75,0x64,0x57,0xa9,0xf5,0xcd,0x74,0x3a,0x39,0x72,
0xb5,0xc2,0x8d,0x51,0x4a,0x68,0x6a,0x57,0x90,0xe9,0xdf,0x8d,0x46,
0x2f,0x5d,0xa9,0xc7,0x9e,0x5c,0x47,0x60,0x6d,0x58,0x7a,0xd9,0xeb,
0xa4,0x58,0x31,0x49,0x93,0xc7,0xb3,0x6d,0x46,0x58,0x6f,0x5e,0x64,
0xbd,0xf5,0xc3,0x6f,0x36,0x35,0x76,0xbf,0xc5,0x86,0x4c,0x4e,0x69,
0x67,0x5a,0x99,0xec,0xdd,0x8b,0x40,0x2a,0x5d,0xb2,0xd1,0x9d,0x54,
0x43,0x61,0x71,0x61,0x7b,0xd3,0xec,0xaa,0x54,0x2a,0x49,0x9c,0xd4,
0xb6,0x69,0x3d,0x53,0x75,0x71,0x6b,0xac,0xec,0xcd,0x75,0x33,0x38,
0x7d,0xc6,0xc9,0x89,0x48,0x44,0x68,0x7b,0x6f,0x87,0xd0,0xe0,0xa2,
0x4e,0x2c,0x57,0xa9,0xcf,0xa6,0x61,0x42,0x58,0x73,0x74,0x74,0xac,
0xdd,0xc7,0x7b,0x35,0x34,0x7e,0xc9,0xc3,0x7f,0x48,0x4c,0x69,0x74,
0x6b,0x8c,0xd1,0xdb,0xa1,0x4e,0x28,0x54,0xaf,0xd6,0xa3,0x56,0x3f,
0x5f,0x78,0x6e,0x6f,0xb6,0xe8,0xc1,0x69,0x2a,0x3a,0x8c,0xd1,0xc1,
0x74,0x3b,0x4a,0x75,0x7c,0x63,0x8a,0xdf,0xe2,0x8f,0x38,0x27,0x68,
0xbc,0xd1,0x97,0x4b,0x39,0x62,0x83,0x6e,0x6a,0xb8,0xeb,0xba,0x5d,
0x25,0x41,0x95,0xcf,0xb6,0x6b,0x3a,0x4c,0x77,0x7b,0x62,0x8d,0xdc,
0xd9,0x8a,0x39,0x2a,0x67,0xb6,0xca,0x93,0x4d,0x3c,0x62,0x7f,0x6c,
0x70,0xbd,0xe5,0xb1,0x5a,0x28,0x44,0x94,0xca,0xb3,0x6b,0x3b,0x4c,
0x76,0x7a,0x66,0x94,0xdd,0xd3,0x80,0x31,0x2c,0x70,0xbc,0xc9,0x8e,
0x48,0x3a,0x64,0x81,0x6e,0x75,0xc1,0xe3,0xa8,0x4e,0x25,0x4d,0x9d,
0xcb,0xaf,0x66,0x3a,0x4e,0x78,0x7a,0x69,0x9c,0xdf,0xcc,0x79,0x33,
0x36,0x78,0xbb,0xc0,0x89,0x4b,0x42,0x68,0x7f,0x6b,0x79,0xc5,0xe0,
0xa6,0x51,0x2c,0x51,0x9d,0xc7,0xab,0x67,0x40,0x54,0x77,0x77,0x70,
0xa6,0xdd,0xc7,0x78,0x34,0x36,0x7c,0xc0,0xbf,0x84,0x4a,0x47,0x67,
0x7a,0x71,0x8a,0xcc,0xdb,0x9f,0x49,0x26,0x58,0xad,0xcd,0xa2,0x5d,
0x40,0x59,0x76,0x76,0x7a,0xb5,0xe0,0xbc,0x69,0x29,0x3c,0x90,0xce,
0xba,0x74,0x43,0x4e,0x72,0x7b,0x6e,0x94,0xd7,0xd6,0x8e,0x3a,0x26,
0x68,0xbb,0xcc,0x94,0x51,0x41,0x62,0x7a,0x6e,0x7a,0xc0,0xe3,0xb0,
0x56,0x23,0x45,0x9c,0xd0,0xb1,0x69,0x40,0x54,0x74,0x74,0x6c,0x9f,
0xdd,0xd1,0x82,0x32,0x29,0x72,0xc2,0xc9,0x8e,0x4f,0x45,0x63,0x74,
0x6d,0x89,0xce,0xe1,0xa7,0x4e,0x20,0x4c,0xa7,0xd2,0xad,0x64,0x40,
0x54,0x71,0x72,0x75,0xb1,0xe3,0xc9,0x78,0x2c,0x2b,0x7b,0xc8,0xca,
0x89,0x48,0x40,0x61,0x74,0x6f,0x93,0xd8,0xde,0x99,0x44,0x22,0x54,
0xab,0xd1,0xaa,0x60,0x3c,0x52,0x73,0x70,0x71,0xb4,0xec,0xc9,0x6e,
0x29,0x2f,0x7b,0xc6,0xc6,0x86,0x47,0x41,0x64,0x79,0x68,0x7d,0xca,
0xe7,0xac,0x53,0x25,0x45,0x9a,0xce,0xb3,0x6d,0x3e,0x49,0x71,0x7d,
0x6b,0x90,0xd6,0xda,0x93,0x43,0x2a,0x5c,0xae,0xcb,0xa1,0x5d,0x3e,
0x54,0x77,0x72,0x69,0xa6,0xe4,0xd0,0x7c,0x2e,0x27,0x72,0xc5,0xcd,
0x8d,0x49,0x3a,0x5f,0x7e,0x6f,0x78,0xbc,0xe1,0xb8,0x60,0x22,0x3a,
0x92,0xcd,0xb8,0x74,0x42,0x47,0x69,0x75,0x6d,0x9a,0xd8,0xd3,0x8c,
0x38,0x25,0x69,0xbb,0xc8,0x91,0x52,0x43,0x62,0x7c,0x6e,0x73,0xb7,
0xde,0xb9,0x64,0x27,0x3d,0x90,0xca,0xb8,0x74,0x41,0x4a,0x73,0x7d,
0x6b,0x8f,0xd0,0xd2,0x91,0x42,0x2b,0x62,0xaf,0xc7,0x9d,0x5b,0x3f,
0x5b,0x7e,0x74,0x70,0xad,0xdc,0xc1,0x6f,0x2c,0x37,0x86,0xc5,0xbc,
0x7e,0x47,0x47,0x6d,0x80,0x6b,0x7f,0xc4,0xdd,0xaa,0x54,0x25,0x4b,
0xa2,0xcc,0xa9,0x65,0x42,0x56,0x79,0x77,0x68,0x9b,0xdb,0xd2,0x87,
0x38,0x2c,0x6d,0xb9,0xc3,0x8d,0x52,0x48,0x67,0x7d,0x6a,0x6f,0xb8,
0xe8,0xbe,0x61,0x24,0x3c,0x91,0xca,0xb4,0x72,0x44,0x4d,0x71,0x7d,
0x6a,0x84,0xc9,0xdc,0xa1,0x48,0x25,0x58,0xaa,0xc6,0x9c,0x5d,0x46,
0x5c,0x79,0x75,0x68,0x9b,0xd8,0xd0,0x83,0x34,0x2f,0x76,0xbd,0xbf,
0x85,0x4d,0x47,0x68,0x7f,0x6d,0x71,0xb4,0xdf,0xb9,0x62,0x2b,0x44,
0x91,0xc3,0xb1,0x71,0x44,0x4d,0x71,0x7b,0x68,0x86,0xcc,0xdb,0x9c,
0x46,0x29,0x5e,0xac,0xc5,0x9c,0x5e,0x44,0x59,0x79,0x76,0x6d,0xa1,
0xdb,0xce,0x7f,0x32,0x31,0x7b,0xbf,0xbd,0x86,0x52,0x4b,0x65,0x7a,
0x6d,0x7a,0xbc,0xe2,0xb9,0x61,0x28,0x44,0x97,0xc8,0xaf,0x72,0x4c,
0x53,0x70,0x79,0x69,0x88,0xcc,0xdc,0xa0,0x49,0x27,0x59,0xa9,0xc5,
0xa2,0x65,0x45,0x56,0x77,0x77,0x6d,0x9d,0xd7,0xce,0x83,0x38,0x32,
0x74,0xb9,0xbf,0x90,0x58,0x48,0x60,0x79,0x6f,0x77,0xb5,0xdc,0xb9,
0x65,0x2b,0x40,0x8f,0xc4,0xb4,0x78,0x4a,0x4d,0x6b,0x79,0x6c,0x84,
0xc1,0xd6,0xa6,0x55,0x2a,0x4e,0x9d,0xc4,0xa8,0x6c,0x48,0x52,0x6e,
0x74,0x6c,0x94,0xcd,0xd1,0x93,0x45,0x2c,0x61,0xab,0xc1,0x9b,0x61,
0x47,0x58,0x73,0x70,0x6e,0xa3,0xd6,0xc6,0x7b,0x37,0x34,0x72,0xb2,
0xbb,0x8e,0x58,0x48,0x5e,0x72,0x6b,0x7b,0xb6,0xd7,0xb6,0x6a,0x30,
0x3d,0x82,0xbc,0xb8,0x81,0x4f,0x4b,0x65,0x6f,0x6a,0x8f,0xc9,0xd3,
0x9f,0x53,0x2c,0x4f,0x9c,0xc4,0xa9,0x6e,0x4a,0x53,0x6d,0x6f,0x70,
0xa2,0xd5,0xcb,0x88,0x3e,0x2f,0x68,0xb1,0xc3,0x98,0x5f,0x49,0x5b,
0x70,0x6e,0x7e,0xb6,0xd6,0xb9,0x70,0x34,0x3a,0x80,0xbe,0xbd,0x87,
0x53,0x4b,0x65,0x75,0x6f,0x8d,0xc5,0xd5,0xa5,0x5a,0x32,0x50,0x99,
0xc4,0xae,0x75,0x4d,0x52,0x6e,0x76,0x74,0x9d,0xce,0xcd,0x92,0x48,
0x31,0x64,0xac,0xc4,0x9e,0x64,0x49,0x5a,0x74,0x74,0x7c,0xae,0xd2,
0xbe,0x7b,0x3b,0x39,0x79,0xba,0xbf,0x8c,0x56,0x4a,0x62,0x77,0x74,
0x8b,0xbe,0xd2,0xad,0x65,0x34,0x4b,0x93,0xc2,0xb2,0x7a,0x4f,0x50,
0x6b,0x77,0x76,0x9a,0xc8,0xcc,0x99,0x51,0x32,0x5e,0xa6,0xc3,0xa1,
0x68,0x49,0x55,0x71,0x77,0x7b,0xa4,0xcb,0xc1,0x84,0x40,0x36,0x71,
0xb2,0xbc,0x90,0x5c,0x49,0x5c,0x74,0x76,0x84,0xb2,0xcd,0xb3,0x6f,
0x36,0x42,0x85,0xbb,0xb3,0x80,0x52,0x4c,0x63,0x76,0x75,0x8d,0xbb,
0xca,0xa4,0x5e,0x34,0x4f,0x94,0xbd,0xaa,0x75,0x4d,0x4f,0x69,0x77,
0x78,0x99,0xc3,0xc5,0x94,0x50,0x36,0x60,0xa3,0xbe,0xa1,0x6a,0x4c,
0x56,0x71,0x78,0x7e,0xa5,0xc8,0xbd,0x85,0x47,0x3b,0x6f,0xad,0xbb,
0x96,0x62,0x4d,0x5c,0x73,0x77,0x85,0xae,0xc8,0xb4,0x78,0x40,0x41,
0x7d,0xb3,0xb5,0x8a,0x5b,0x4e,0x61,0x75,0x77,0x8a,0xb4,0xc7,0xab,
0x6c,0x3c,0x4a,0x87,0xb5,0xb0,0x82,0x57,0x4f,0x64,0x74,0x77,0x92,
0xbb,0xc5,0xa0,0x60,0x39,0x53,0x92,0xb8,0xaa,0x7b,0x54,0x52,0x67,
0x73,0x79,0x9c,0xc2,0xc2,0x95,0x54,0x37,0x5f,0x9e,0xbb,0xa3,0x71,
0x51,0x55,0x6a,0x71,0x7d,0xa6,0xc6,0xbc,0x87,0x49,0x3b,0x6c,0xa8,
0xba,0x9a,0x67,0x4f,0x59,0x6d,0x72,0x85,0xae,0xc5,0xb3,0x7b,0x43,
0x42,0x78,0xad,0xb4,0x8e,0x60,0x4f,0x5c,0x6d,0x72,0x8b,0xb3,0xc3,
0xaa,0x6f,0x3e,0x48,0x82,0xb0,0xae,0x83,0x5a,0x50,0x60,0x6e,0x74,
0x91,0xb6,0xc1,0xa2,0x66,0x3c,0x4f,0x8a,0xb2,0xa9,0x7b,0x55,0x51,
0x62,0x6e,0x78,0x9a,0xba,0xbd,0x98,0x5c,0x3b,0x59,0x95,0xb5,0xa3,
0x73,0x53,0x54,0x66,0x70,0x7f,0xa3,0xbe,0xba,0x8e,0x52,0x3c,0x65,
0xa0,0xb8,0x9d,0x6c,0x51,0x57,0x6a,0x74,0x88,0xab,0xc0,0xb5,0x83,
0x4a,0x40,0x71,0xa9,0xb7,0x93,0x64,0x4f,0x5a,0x6c,0x77,0x91,0xb2,
0xc0,0xab,0x74,0x42,0x47,0x7f,0xb1,0xb2,0x88,0x5c,0x4f,0x5f,0x6e,
0x7b,0x99,0xb7,0xbe,0xa0,0x67,0x3e,0x52,0x8d,0xb5,0xab,0x7d,0x56,
0x51,0x63,0x71,0x80,0xa1,0xbb,0xba,0x95,0x5b,0x3e,0x5f,0x9a,0xb7,
0xa2,0x73,0x53,0x54,0x67,0x73,0x87,0xa9,0xbc,0xb3,0x88,0x53,0x41,
0x69,0xa2,0xb5,0x99,0x6a,0x51,0x59,0x6c,0x76,0x8d,0xae,0xbc,0xad,
0x7e,0x4b,0x45,0x75,0xa9,0xb3,0x90,0x63,0x4e,0x5b,0x6e,0x7b,0x96,
0xb3,0xbb,0xa3,0x6f,0x44,0x4e,0x84,0xb0,0xad,0x85,0x5d,0x51,0x5f,
0x6e,0x7d,0x9d,0xb7,0xb8,0x9a,0x65,0x42,0x58,0x8f,0xb3,0xa7,0x7b,
0x58,0x55,0x66,0x72,0x82,0xa3,0xba,0xb7,0x92,0x5d,0x43,0x62,0x98,
0xb4,0xa1,0x75,0x56,0x54,0x66,0x74,0x8a,0xaa,0xbc,0xb1,0x87,0x53,
0x44,0x6e,0xa4,0xb4,0x98,0x6d,0x55,0x58,0x68,0x77,0x92,0xb0,0xbb,
0xa9,0x7c,0x4d,0x4a,0x79,0xaa,0xb2,0x8e,0x65,0x54,0x5d,0x6d,0x7d,
0x98,0xb3,0xba,0xa3,0x72,0x48,0x52,0x85,0xad,0xac,0x86,0x61,0x53,
0x60,0x71,0x82,0x9c,0xb4,0xb7,0x9e,0x6b,0x45,0x57,0x8d,0xb1,0xa7,
0x7e,0x5d,0x54,0x62,0x74,0x86,0xa1,0xb4,0xb4,0x96,0x64,0x46,0x5e,
0x92,0xb1,0xa3,0x7a,0x5a,0x54,0x65,0x76,0x87,0xa2,0xb6,0xb4,0x92,
0x5e,0x44,0x61,0x95,0xb1,0xa0,0x77,0x59,0x54,0x64,0x75,0x88,0xa2,
0xb4,0xb1,0x8f,0x5c,0x43,0x62,0x96,0xb0,0x9d,0x74,0x58,0x54,0x62,
0x74,0x8b,0xa5,0xb4,0xae,0x8a,0x58,0x45,0x65,0x99,0xb0,0x9b,0x71,
0x56,0x55,0x65,0x74,0x89,0xa4,0xb4,0xae,0x8a,0x57,0x44,0x65,0x9a,
0xb2,0x9c,0x72,0x58,0x57,0x66,0x75,0x88,0xa2,0xb4,0xb1,0x8d,0x5a,
0x45,0x64,0x98,0xb2,0x9f,0x75,0x59,0x57,0x64,0x72,0x86,0xa2,0xb4,
0xb2,0x8f,0x5c,0x46,0x62,0x95,0xb1,0xa1,0x77,0x58,0x55,0x63,0x72,
0x84,0xa0,0xb3,0xb3,0x94,0x61,0x45,0x5c,0x90,0xb0,0xa4,0x7c,0x5c,
0x55,0x60,0x6f,0x82,0x9c,0xb1,0xb4,0x9a,0x68,0x47,0x58,0x89,0xad,
0xa6,0x81,0x5f,0x56,0x5f,0x6c,0x7e,0x99,0xaf,0xb5,0x9e,0x6f,0x49,
0x52,0x83,0xac,0xaa,0x86,0x61,0x54,0x5d,0x6c,0x7c,0x94,0xab,0xb5,
0xa5,0x78,0x4d,0x4d,0x78,0xa7,0xae,0x8f,0x67,0x52,0x57,0x68,0x7a,
0x90,0xa6,0xb3,0xa8,0x7f,0x51,0x49,0x70,0xa1,0xb0,0x95,0x6b,0x54,
0x55,0x65,0x78,0x8e,0xa3,0xb1,0xab,0x87,0x57,0x47,0x69,0x9b,0xb0,
0x99,0x70,0x56,0x54,0x63,0x75,0x8a,0xa0,0xae,0xac,0x8e,0x5f,0x48,
0x61,0x92,0xad,0x9d,0x76,0x59,0x55,0x61,0x71,0x84,0x9b,0xab,0xaf,
0x97,0x69,0x4b,0x5b,0x89,0xac,0xa4,0x7f,0x5e,0x55,0x5f,0x70,0x81,
0x97,0xa9,0xb0,0xa0,0x75,0x4f,0x55,0x7f,0xa8,0xac,0x8a,0x64,0x55,
0x5d,0x6e,0x7e,0x92,0xa4,0xb0,0xa9,0x85,0x59,0x4f,0x72,0xa0,0xb1,
0x97,0x6d,0x57,0x5a,0x6a,0x7a,0x8b,0x9d,0xad,0xb1,0x97,0x69,0x50,
0x62,0x8e,0xad,0xa2,0x7d,0x5f,0x59,0x62,0x70,0x81,0x96,0xa9,0xb5,
0xa6,0x7a,0x53,0x54,0x7a,0xa3,0xaa,0x8d,0x68,0x58,0x5b,0x6b,0x7a,
0x8d,0xa1,0xb2,0xb0,0x8e,0x5e,0x4d,0x68,0x97,0xae,0x9b,0x75,0x5b,
0x56,0x64,0x74,0x85,0x99,0xac,0xb4,0x9e,0x6f,0x4d,0x58,0x84,0xa9,
0xa6,0x84,0x63,0x55,0x5d,0x6f,0x7e,0x91,0xa5,0xb3,0xab,0x83,0x57,
0x4f,0x72,0x9e,0xaa,0x93,0x70,0x5a,0x59,0x67,0x78,0x8a,0x9e,0xaf,
0xb2,0x96,0x67,0x4e,0x62,0x8d,0xa8,0x9e,0x7f,0x62,0x57,0x5f,0x6f,
0x81,0x94,0xa5,0xae,0xa2,0x7e,0x5b,0x59,0x77,0x99,0xa2,0x8e,0x71,
0x5e,0x5c,0x65,0x75,0x8a,0x9f,0xad,0xab,0x90,0x67,0x54,0x67,0x8c,
0xa2,0x99,0x7d,0x65,0x5b,0x60,0x6d,0x81,0x96,0xa7,0xae,0x9f,0x79,
0x5a,0x5b,0x7a,0x9a,0x9f,0x8b,0x6f,0x5d,0x5d,0x68,0x78,0x8e,0x9f,
0xab,0xa5,0x89,0x66,0x59,0x6d,0x8f,0x9e,0x93,0x7b,0x64,0x5c,0x64,
0x72,0x86,0x9a,0xa7,0xa9,0x97,0x75,0x5d,0x63,0x80,0x9a,0x9b,0x87,
0x6e,0x5f,0x61,0x6c,0x7e,0x92,0xa2,0xa9,0xa0,0x83,0x65,0x5f,0x75,
0x91,0x9b,0x8e,0x76,0x63,0x61,0x6a,0x77,0x89,0x9b,0xa6,0xa5,0x90,
0x70,0x60,0x6b,0x86,0x98,0x93,0x7f,0x69,0x61,0x67,0x72,0x83,0x94,
0xa1,0xa6,0x99,0x7c,0x63,0x63,0x7a,0x92,0x95,0x85,0x6f,0x63,0x66,
0x6f,0x7d,0x8e,0x9c,0xa5,0x9e,0x84,0x68,0x61,0x73,0x8a,0x92,0x87,
0x73,0x65,0x67,0x6d,0x79,0x88,0x97,0xa1,0xa0,0x8c,0x6f,0x61,0x6c,
0x83,0x91,0x8a,0x76,0x69,0x69,0x6d,0x77,0x85,0x93,0x9f,0x9f,0x8d,
0x73,0x64,0x6a,0x80,0x8e,0x8a,0x79,0x6e,0x6d,0x71,0x7a,0x86,0x92,
0x9b,0x9b,0x8c,0x77,0x69,0x6d,0x7e,0x89,0x85,0x7c,0x76,0x74,0x7b,
0x85,0x8d,0x94,0x93,0x8b,0x7e,0x73,0x72,0x7a,0x81,0x80,0x7b,0x76,
0x79,0x85,0x90,0x93,0x8e,0x87,0x7f,0x77,0x76,0x7a,0x7f,0x7e,0x7b,
0x76,0x77,0x81,0x8f,0x97,0x95,0x8a,0x7d,0x72,0x71,0x75,0x7d,0x7f,
0x7f,0x70,0x6d,0x89,0x91,0x9a,0x91,0x84,0x7a,0x6f,0x72,0x78,0x7c,
0x80,0x7f,0x7a,0x7a,0x83,0x90,0x98,0x94,0x89,0x82,0x7d,0x79,0x77,
0x74,0x74,0x74,0x72,0x75,0x7e,0x8c,0x95,0x92,0x88,0x82,0x7e,0x79,
0x77,0x77,0x78,0x77,0x76,0x77,0x82,0x90,0x98,0x95,0x85,0x7c,0x7a,
0x7a,0x7b,0x7a,0x7c,0x7d,0x77,0x77,0x83,0x8d,0x95,0x93,0x87,0x7c,
0x77,0x77,0x7a,0x79,0x7c,0x7d,0x7b,0x82,0x89,0x91,0x93,0x88,0x80,
0x7d,0x7a,0x7a,0x79,0x7b,0x7a,0x7a,0x7c,0x83,0x8c,0x92,0x90,0x87,
0x7e,0x7a,0x78,0x76,0x78,0x7a,0x7c,0x7d,0x83,0x87,0x8c,0x8e,0x89,
0x82,0x7b,0x79,0x77,0x79,0x79,0x79,0x7c,0x81,0x88,0x8c,0x8d,0x88,
0x80,0x7e,0x7e,0x7b,0x79,0x7a,0x7a,0x7b,0x7f,0x83,0x89,0x8c,0x8a,
0x81,0x7c,0x7c,0x7a,0x7a,0x7a,0x79,0x7f,0x83,0x82,0x86,0x86,0x85,
0x82,0x7d,0x7d,0x7c,0x7a,0x7a,0x7d,0x7e,0x82,0x83,0x84,0x85,0x83,
0x82,0x7f,0x7c,0x7b,0x79,0x7b,0x7e,0x80,0x83,0x84,0x83,0x82,0x83,
0x82,0x7e,0x7c,0x7c,0x79,0x7b,0x7c,0x80,0x81,0x86,0x85,0x81,0x82,
0x7f,0x80,0x7e,0x7e,0x7a,0x79,0x7d,0x7e,0x82,0x86,0x84,0x86,0x82,
0x80,0x7f,0x7e,0x7f,0x7c,0x7d,0x7d,0x7f,0x81,0x85,0x86,0x84,0x87,
0x81,0x7f,0x81,0x7e,0x7e,0x7c,0x7b,0x7b,0x7e,0x80,0x82,0x84,0x83,
0x81,0x80,0x81,0x80,0x83,0x85,0x80,0x83,0x85,0x84,0x85,0x86,0x83,
0x82,0x7f,0x7d,0x7c,0x7e,0x7b,0x7d,0x7f,0x7e,0x80,0x7f,0x82,0x82,
0x81,0x81,0x80,0x85,0x84,0x82,0x84,0x85,0x85,0x84,0x84,0x85,0x82,
0x83,0x80,0x7d,0x7d,0x7c,0x7d,0x7e,0x7e,0x7f,0x81,0x7f,0x82,0x84,
0x83,0x85,0x84,0x84,0x85,0x85,0x82,0x84,0x83,0x84,0x83,0x82,0x81,
0x7f,0x7f,0x81,0x7f,0x7e,0x81,0x82,0x80,0x84,0x81,0x82,0x85,0x84,
0x86,0x83,0x84,0x84,0x82,0x7f,0x81,0x82,0x83,0x80,0x81,0x7f,0x83,
0x86,0x81,0x83,0x84,0x83,0x81,0x82,0x80,0x82,0x81,0x83,0x82,0x7b,
0x83,0x7f,0x7e,0x7f,0x82,0x81,0x81,0x81,0x84,0x85,0x86,0x8a,0x84,
0x89,0x8a,0x86,0x83,0x86,0x81,0x81,0x82,0x81,0x82,0x7e,0x83,0x81,
0x82,0x81,0x83,0x83,0x81,0x81,0x80,0x7e,0x7f,0x7e,0x7d,0x7f,0x7c,
0x7b,0x7e,0x7e,0x7f,0x7e,0x81,0x7e,0x80,0x80,0x80,0x80,0x7f,0x7e,
0x7f,0x81,0x7f,0x7f,0x81,0x7f,0x81,0x83,0x84,0x81,0x82,0x82,0x80,
0x82,0x7e,0x80,0x7c,0x7e,0x7e,0x7e,0x7c,0x7c,0x7e,0x7e,0x7e,0x7d,
0x80,0x7f,0x7f,0x7e,0x7e,0x7d,0x7e,0x7e,0x7f,0x81,0x7c,0x7e,0x7f,
0x80,0x81,0x80,0x81,0x83,0x81,0x7f,0x80,0x80,0x81,0x81,0x7f,0x7f,
0x81,0x7f,0x7f,0x7f,0x81,0x80,0x83,0x80,0x80,0x81,0x80,0x81,0x81,
0x7f,0x7f,0x80,0x7f,0x80,0x80,0x81,0x7f,0x7e,0x82,0x82,0x7f,0x80,
0x82,0x7e,0x82,0x82,0x7f,0x81,0x83,0x82,0x81,0x81,0x7f,0x81,0x80,
0x83,0x7e,0x82,0x81,0x81,0x7f,0x81,0x81,0x83,0x80,0x7f,0x81,0x81,
0x81,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x83,0x81,0x80,0x84,0x84,
0x7f,0x7f,0x82,0x7f,0x7e,0x82,0x80,0x7f,0x81,0x82,0x7f,0x81,0x81,
0x81,0x81,0x81,0x7f,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x82,0x82,
0x81,0x7f,0x7f,0x80,0x82,0x80,0x7f,0x7f,0x7f,0x7f,0x7e,0x82,0x82,
0x81,0x7f,0x81,0x80,0x80,0x80,0x80,0x81,0x7f,0x80,0x7e,0x7f,0x7e,
0x7f,0x80,0x7f,0x7e,0x7f,0x7f,0x7d,0x7f,0x81,0x81,0x7e,0x7e,0x7e,
0x81,0x7f,0x7f,0x7e,0x80,0x80,0x7f,0x7d,0x80,0x80,0x7d,0x7e,0x7f,
0x80,0x7f,0x7e,0x7f,0x7d,0x7d,0x7f,0x7f,0x7d,0x7e,0x7f,0x81,0x7e,
0x80,0x7f,0x7f,0x80,0x80,0x7f,0x7e,0x80,0x7f,0x80,0x7f,0x7f,0x7f,
0x80,0x80,0x80,0x80,0x81,0x80,0x80,0x7f,0x7f,0x7f,0x7e,0x80,0x81,
0x80,0x7e,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x82,0x80,0x7e,0x80,
0x81,0x80,0x80,0x7e,0x7e,0x80,0x82,0x7f,0x7f,0x81,0x80,0x7f,0x7e,
0x80,0x80,0x7e,0x7e,0x7f,0x81,0x7f,0x7e,0x7f,0x80,0x7e,0x7e,0x80,
0x81,0x80,0x7f,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x80,0x7e,0x80,0x80,
0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7e,0x80,0x81,0x7f,0x7f,
0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x81,0x81,0x80,0x80,0x81,0x81,
0x80,0x7f,0x80,0x80,0x7e,0x7f,0x81,0x81,0x7f,0x80,0x80,0x7f,0x80,
0x81,0x80,0x81,0x80,0x7e,0x7f,0x81,0x81,0x80,0x7f,0x81,0x81,0x81,
0x80,0x80,0x7f,0x80,0x81,0x80,0x7f,0x7f,0x7f,0x7f,0x81,0x7f,0x7f,
0x80,0x80,0x7f,0x80,0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x7f,0x80,
0x80,0x7f,0x7f,0x80,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,
0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x80,0x7f,0x80,0x81,0x80,
0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x81,0x81,0x80,
0x7f,0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80
};

// Timer1 overflow interrupt service routine
interrupt [TIM1_OVF] void timer1_ovf_isr(void){
if(wait)wait–;
}

void main(void)
{
unsigned int buffer_counter;
unsigned char prohod=0;

// Input/Output Ports initialization
PORTA = 0x00;
DDRA = 0x00;
PORTB = 0x00;
DDRB = 0x00;
PORTC = 0x00;
DDRC = 0x00;
PORTD = 0x00;
DDRD = 0x00;

TCNT1H = 0x00;
TCNT1L = 0x00;
OCR1AH = 0x00;
OCR1AL = 0x00;
OCR1BH = 0x00;
OCR1BL = 0x00;
TCCR1A = (1<<COM1B1)|(1<<PWM10);

#asm(“sei”)

while (1) {
buffer_counter = 0;

TCCR1B         = (1<<CS10);
TIFR           = (1<<TOV1);
TIMSK          = (1<<TOIE1);

while (buffer_counter<MIAU_LEN){
  while(wait);
  if (prohod & 0x01) OCR1B = miau_wave[buffer_counter++]>>1;
  else             OCR1B = miau_wave[buffer_counter++];
  wait = 2;
}
while(wait);

TIMSK  = 0x00;
TCCR1B = 0x00;

prohod++;

delay_ms(1700);

}
}

[/code]


Build started 14.11.2011 at 10:32:35
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT kocka1.o -MF dep/kocka1.o.d  -c  ../kocka1.c
../kocka1.c:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'unsigned'
../kocka1.c:541: error: 'TIM1_OVF' undeclared here (not in a function)
../kocka1.c:541: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
../kocka1.c:546: warning: return type of 'main' is not 'int'
../kocka1.c:570:4: error: invalid preprocessing directive #asm
../kocka1.c: In function 'main':
../kocka1.c:581: error: 'miau_wave' undeclared (first use in this function)
../kocka1.c:581: error: (Each undeclared identifier is reported only once
../kocka1.c:581: error: for each function it appears in.)
../kocka1.c:592: warning: implicit declaration of function 'delay_ms'
make: *** [kocka1.o] Error 1
Build failed with 7 errors and 2 warnings...

Ahoj.
Nevim, jestli compiler podporuje direktivu __flash.
Pokud to chces pouzit jako normalni promennou, __flash smazej a nechej tam jenom to unsigned atd…

Dale prekladac nepodoruje direktivu iterrupt misto ni by melo byt ISR

prikaz #asm(sei) nahrad funkci sei(); pricemz dodeklaruj knihovnu interrupt.

Podle chyb co ti to napise zkus prijit na to co je spatne, popr. vygoogli, jak to ma byt…

Zatim

Kód není pro GCC. Pro umístění dat do flash se používá PROGMEM a pro čtení jsou určeny funkce pgm_read_byte() a podobné. Popis včetně příkladu je v manuálu gcc včetně názvu a cesty k potřebnému .h souboru.

Se sei() je to správná připomínka (vložení asm instrukce vypadá v gcc jinak) a je navíc nutné dodat hlavičkový soubor interrupt.h.

Právě proto “jak se říká každý pes jiná ves” v těch kompilátorech je takový zmatek tento nepodporuje toto a druhý zas druhou věc :open_mouth:
pro:piityy hlavní “guru” na mcu.cz mě ubezpečil že to je pro GCC v komentářích nicméně komentáře teď tam nejsou z důvodu že ten server má nový hosting o dneška tak nevím díky

Doma se podívám, jesli tam nedodělali nějaký fičurky odhledně práce s flash, nicméně velice o tom pochybuji.
Co se týká vkládání asm instrukcí, to se dělá úplně jinak. Nevim, jesli to přeloží CV, ale gcc v defaultním nastavení po instalaci ani omylem. Potřebuje to výše zmíněné úpravy a pak se uvidí, jesli se nevyskyytne něco dalšího.

Tady jsem něco našel ale nevím gcc.gnu.org/onlinedocs/ nebo kde je dokumentace AVR GCC ? druhá věc jak zjistím jakou mám verzi překladače v AVR studiu 4 to nemohu najít? díky

dokumentace k překladači je nečekaně ve složce překladače. Záleží pouze jesli máš starší winavr (má složku shodného názvu v program files včetně verze) nebo novější toolchain, který je v program files ve složce atmelu. Verzi toolchainu zjistš v readme.
Toolchain už instaluje všechny potřebný zástupce do startu.

edit: Tak žádný změny v práci s flash jsem v dokumentaci nezaznamenal.

Po další úpravě


// ************************************************** ***
//Chip type               : AT90S8515
//AVR Core Clock frequency: 8,000000 MHz
//************************************************** ***//
//#include <avr/90s8515.h>;
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
volatile unsigned char wait;
 
#define MIAU_LEN 6800
 
  unsigned char miau_wave]= {
  0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x80,0x80,
  0x80,0x80,0x80,0x80,0x80,0x80,0x81,0x80,0x7e,0x7e,0x7f,0x80,0x81,
  0x81,0x83,0x83,0x83,0x83,0x83,0x82,0x81,0x7f,0x7d,0x7d,0x7e,0x88,
  0x85,0x7e,0x7f,0x83,0x83,0x84,0x85,0x81,0x7f,0x7e,0x7e,0x7d,0x7f,
  0x80,0x82,0x82,0x85,0x87,0x86,0x83,0x81,0x80,0x80,0x81,0x81,0x7f,
  0x7d,0x7c,0x7d,0x7f,0x82,0x85,0x88,0x87,0x86,0x83,0x81,0x80,0x7e,
  0x7e,0x7d,0x7c,0x7b,0x7b,0x7c,0x7e,0x81,0x85,0x87,0x84,0x81,0x7f,
  0x7d,0x7e,0x80,0x7f,0x7c,0x7a,0x7b,0x7c,0x7e,0x83,0x86,0x88,0x86,
  0x82,0x80,0x7f,0x7f,0x81,0x81,0x80,0x7d,0x7d,0x7c,0x7e,0x83,0x86,
  0x89,0x89,0x85,0x83,0x80,0x7e,0x7f,0x81,0x80,0x7c,0x7c,0x7b,0x79,
  0x7c,0x82,0x87,0x87,0x86,0x83,0x7e,0x7d,0x80,0x82,0x83,0x80,0x7c,
  0x7b,0x7b,0x7c,0x80,0x86,0x87,0x86,0x86,0x82,0x7e,0x7d,0x80,0x85,
  0x84,0x7f,0x7b,0x7b,0x7b,0x7e,0x84,0x89,0x89,0x89,0x85,0x80,0x7e,
  0x80,0x84,0x86,0x82,0x7d,0x7a,0x7b,0x7e,0x82,0x87,0x89,0x89,0x89,
  0x86,0x81,0x7d,0x7f,0x84,0x85,0x81,0x7b,0x79,0x7d,0x7f,0x84,0x8a,
  0x8c,0x89,0x86,0x81,0x7c,0x7d,0x82,0x84,0x81,0x7b,0x79,0x7b,0x7d,
  0x80,0x88,0x8e,0x8c,0x85,0x7f,0x7c,0x7d,0x80,0x83,0x82,0x7c,0x79,
  0x7b,0x7e,0x80,0x88,0x8e,0x8c,0x87,0x7f,0x7a,0x7c,0x7e,0x80,0x80,
  0x7c,0x78,0x79,0x7c,0x7d,0x86,0x8f,0x8d,0x85,0x7d,0x7a,0x7d,0x80,
  0x80,0x7f,0x7d,0x7a,0x7a,0x7d,0x7f,0x87,0x8f,0x8c,0x84,0x7b,0x79,
  0x7c,0x7d,0x7d,0x7c,0x7c,0x7a,0x7b,0x7c,0x7d,0x89,0x92,0x8f,0x84,
  0x79,0x79,0x7f,0x7f,0x7e,0x7e,0x7d,0x7a,0x7b,0x7b,0x7e,0x8c,0x91,
  0x8b,0x81,0x79,0x79,0x7d,0x7e,0x7c,0x7c,0x7d,0x7b,0x7c,0x79,0x81,
  0x92,0x95,0x8c,0x80,0x7b,0x80,0x84,0x81,0x7e,0x7e,0x7f,0x80,0x80,
  0x7b,0x84,0x96,0x98,0x8b,0x7c,0x7b,0x82,0x84,0x7f,0x7c,0x7c,0x7b,
  0x7c,0x7d,0x7a,0x85,0x96,0x93,0x87,0x7a,0x79,0x83,0x85,0x7e,0x7a,
  0x7c,0x7c,0x7d,0x7b,0x7a,0x8a,0x98,0x90,0x83,0x79,0x7c,0x85,0x84,
  0x7c,0x7c,0x7f,0x7e,0x7d,0x79,0x7d,0x92,0x9a,0x8e,0x7f,0x76,0x7e,
  0x86,0x80,0x78,0x79,0x7d,0x7c,0x7a,0x75,0x7b,0x94,0x99,0x8a,0x7b,
  0x75,0x7e,0x87,0x7f,0x75,0x7b,0x7f,0x7c,0x77,0x73,0x7f,0x99,0x99,
  0x85,0x7a,0x76,0x7d,0x86,0x7e,0x72,0x79,0x7f,0x7b,0x75,0x70,0x7d,
  0x9a,0x98,0x82,0x75,0x74,0x7e,0x85,0x7b,0x72,0x7a,0x7e,0x7a,0x74,
  0x6f,0x7e,0x9a,0x98,0x81,0x73,0x73,0x7f,0x84,0x78,0x71,0x7b,0x7f,
  0x79,0x74,0x6f,0x7c,0x9b,0x99,0x83,0x76,0x74,0x81,0x88,0x78,0x73,
  0x80,0x83,0x7a,0x76,0x71,0x7b,0x9a,0x9a,0x84,0x77,0x74,0x80,0x88,
  0x76,0x6f,0x7f,0x84,0x79,0x74,0x70,0x74,0x95,0x9d,0x86,0x76,0x73,
  0x7d,0x89,0x79,0x6e,0x7d,0x86,0x7b,0x73,0x72,0x73,0x8d,0xa1,0x8c,
  0x77,0x74,0x7a,0x86,0x7e,0x6f,0x79,0x86,0x7d,0x72,0x71,0x71,0x82,
  0xa0,0x94,0x77,0x6f,0x74,0x81,0x7f,0x6e,0x70,0x80,0x7c,0x70,0x6d,
  0x6f,0x77,0x97,0x9d,0x7b,0x6f,0x73,0x7f,0x84,0x76,0x6d,0x7e,0x82,
  0x75,0x6f,0x73,0x76,0x8f,0xa5,0x87,0x74,0x75,0x7d,0x87,0x7e,0x6d,
  0x79,0x84,0x7b,0x6f,0x71,0x78,0x80,0xa0,0x92,0x75,0x75,0x78,0x81,
  0x83,0x6e,0x71,0x83,0x7f,0x72,0x72,0x7b,0x7c,0x97,0xa0,0x83,0x7b,
  0x7b,0x80,0x8a,0x78,0x70,0x83,0x84,0x79,0x75,0x7d,0x7b,0x88,0xa7,
  0x93,0x7c,0x7d,0x7c,0x89,0x81,0x6d,0x7c,0x87,0x79,0x76,0x7b,0x75,
  0x79,0xa0,0x9d,0x7e,0x7b,0x77,0x84,0x83,0x6d,0x77,0x85,0x7f,0x79,
  0x79,0x7a,0x74,0x96,0xac,0x8a,0x7e,0x7c,0x80,0x89,0x76,0x73,0x86,
  0x86,0x7b,0x79,0x7b,0x74,0x87,0xad,0x97,0x7e,0x7e,0x7a,0x89,0x7a,
  0x71,0x82,0x86,0x7d,0x76,0x78,0x7a,0x7b,0xa0,0xa7,0x7f,0x80,0x7b,
  0x82,0x84,0x72,0x7b,0x8a,0x7d,0x79,0x77,0x7e,0x79,0x8d,0xac,0x8b,
  0x7b,0x7d,0x7d,0x84,0x75,0x74,0x83,0x81,0x77,0x75,0x7b,0x7a,0x7b,
  0xa5,0x99,0x76,0x7e,0x7b,0x7f,0x7c,0x6e,0x7c,0x86,0x77,0x75,0x78,
  0x79,0x77,0x98,0xa1,0x7c,0x78,0x7c,0x7b,0x7a,0x6f,0x75,0x88,0x7b,
  0x71,0x74,0x7b,0x77,0x8f,0xa8,0x7f,0x7a,0x7c,0x7a,0x7c,0x71,0x76,
  0x89,0x7d,0x70,0x73,0x7a,0x7b,0x8f,0xa6,0x82,0x7c,0x77,0x7e,0x78,
  0x73,0x77,0x88,0x7b,0x70,0x71,0x7b,0x80,0x8f,0xa7,0x83,0x7d,0x7a,
  0x7f,0x7b,0x75,0x7c,0x87,0x7c,0x70,0x71,0x7f,0x7f,0x8e,0xa8,0x81,
  0x7a,0x7b,0x80,0x7a,0x75,0x7d,0x85,0x7c,0x6e,0x73,0x7f,0x7f,0x8b,
  0xaa,0x83,0x75,0x84,0x7d,0x7c,0x77,0x7f,0x89,0x78,0x71,0x73,0x7f,
  0x7b,0x8b,0xaf,0x7e,0x79,0x82,0x82,0x7d,0x73,0x85,0x87,0x78,0x6e,
  0x74,0x81,0x76,0x96,0xaa,0x76,0x7d,0x85,0x80,0x77,0x73,0x87,0x83,
  0x70,0x71,0x75,0x80,0x79,0xa4,0x98,0x6d,0x8b,0x80,0x7e,0x75,0x79,
  0x85,0x80,0x70,0x75,0x75,0x81,0x83,0xab,0x85,0x78,0x86,0x80,0x7a,
  0x74,0x79,0x86,0x7c,0x74,0x72,0x78,0x7e,0x90,0xa6,0x7a,0x7f,0x7f,
  0x85,0x77,0x6f,0x85,0x87,0x77,0x7a,0x70,0x7b,0x7c,0xa6,0x95,0x75,
  0x83,0x80,0x80,0x6c,0x77,0x8e,0x7c,0x75,0x7c,0x75,0x72,0x91,0xac,
  0x71,0x81,0x83,0x84,0x72,0x6f,0x8b,0x85,0x73,0x7e,0x7d,0x70,0x81,
  0xb2,0x7d,0x76,0x8c,0x82,0x7e,0x68,0x86,0x8a,0x73,0x7f,0x7f,0x73,
  0x7d,0xae,0x89,0x71,0x89,0x87,0x7e,0x6b,0x82,0x88,0x73,0x7c,0x81,
  0x75,0x78,0xac,0x92,0x6b,0x87,0x86,0x81,0x67,0x7c,0x8b,0x6f,0x76,
  0x80,0x77,0x77,0xa5,0x9e,0x66,0x83,0x87,0x83,0x68,0x77,0x8d,0x72,
  0x74,0x7b,0x79,0x7a,0xa1,0xa8,0x65,0x81,0x84,0x89,0x6b,0x6e,0x95,
  0x73,0x73,0x7f,0x78,0x7c,0xa0,0xac,0x6a,0x7b,0x83,0x8b,0x6b,0x6d,
  0x8f,0x7b,0x6f,0x7d,0x7f,0x79,0xa4,0xa7,0x70,0x7f,0x81,0x8c,0x68,
  0x6e,0x90,0x77,0x71,0x7f,0x7e,0x7c,0xa6,0xa0,0x6d,0x82,0x84,0x8d,
  0x64,0x6f,0x92,0x74,0x6e,0x7f,0x83,0x7d,0xa7,0xa1,0x67,0x82,0x85,
  0x8e,0x68,0x6c,0x93,0x74,0x6c,0x7a,0x85,0x7d,0xac,0x9f,0x68,0x7e,
  0x83,0x92,0x66,0x6e,0x90,0x74,0x70,0x73,0x86,0x80,0xac,0x9f,0x69,
  0x7e,0x84,0x91,0x66,0x73,0x8f,0x78,0x70,0x75,0x85,0x81,0xb0,0x93,
  0x6d,0x7e,0x83,0x90,0x5e,0x76,0x8c,0x71,0x6c,0x76,0x81,0x85,0xae,
  0x86,0x70,0x79,0x87,0x8b,0x5a,0x7e,0x8b,0x74,0x67,0x7d,0x80,0x8a,
  0xb2,0x7c,0x77,0x7d,0x8b,0x88,0x5c,0x87,0x8d,0x76,0x6b,0x85,0x7f,
  0x95,0xb0,0x76,0x7e,0x7b,0x96,0x7d,0x5f,0x8d,0x85,0x75,0x6f,0x89,
  0x81,0x9d,0xa7,0x73,0x80,0x7b,0x99,0x74,0x67,0x8f,0x80,0x70,0x73,
  0x8a,0x7e,0xaa,0x98,0x70,0x82,0x7d,0x9a,0x69,0x71,0x93,0x78,0x70,
  0x7a,0x89,0x81,0xb4,0x8b,0x71,0x82,0x82,0x98,0x5e,0x7e,0x93,0x75,
  0x70,0x7e,0x89,0x84,0xb9,0x81,0x73,0x84,0x85,0x8f,0x59,0x85,0x8d,
  0x73,0x70,0x83,0x84,0x8b,0xb8,0x76,0x78,0x83,0x8e,0x84,0x59,0x8f,
  0x86,0x72,0x71,0x88,0x83,0x95,0xb3,0x72,0x7e,0x80,0x95,0x7b,0x5f,
  0x95,0x80,0x72,0x70,0x89,0x80,0xa1,0xad,0x6c,0x86,0x7d,0x91,0x71,
  0x65,0x96,0x79,0x72,0x73,0x87,0x7b,0xa6,0xa9,0x65,0x86,0x81,0x8e,
  0x68,0x6a,0x98,0x72,0x6d,0x76,0x8b,0x79,0xa9,0xa3,0x65,0x81,0x80,
  0x90,0x62,0x70,0x96,0x73,0x6d,0x70,0x8d,0x7b,0xad,0x9d,0x65,0x89,
  0x7a,0x90,0x62,0x74,0x95,0x70,0x70,0x72,0x86,0x7b,0xb0,0x9c,0x61,
  0x8c,0x78,0x8f,0x62,0x74,0x96,0x6d,0x71,0x76,0x86,0x7a,0xb0,0x9c,
  0x62,0x8a,0x79,0x8e,0x67,0x70,0x9a,0x6b,0x70,0x76,0x86,0x7f,0xb1,
  0x98,0x65,0x89,0x7b,0x89,0x6b,0x6f,0x99,0x6d,0x6b,0x7b,0x7e,0x83,
  0xb6,0x94,0x63,0x8a,0x7e,0x8a,0x62,0x75,0x96,0x70,0x65,0x7b,0x81,
  0x7c,0xb6,0x9a,0x5c,0x89,0x7b,0x90,0x5b,0x71,0x96,0x6d,0x66,0x72,
  0x88,0x76,0xb0,0xa1,0x5c,0x83,0x7b,0x90,0x60,0x67,0x9f,0x68,0x6c,
  0x69,0x8b,0x79,0xa4,0xac,0x5d,0x82,0x78,0x8c,0x6d,0x55,0xa5,0x69,
  0x6d,0x6d,0x7c,0x87,0x97,0xb7,0x5e,0x7e,0x81,0x83,0x78,0x50,0x9b,
  0x7f,0x61,0x78,0x73,0x89,0x91,0xc2,0x6c,0x70,0x8d,0x7f,0x84,0x50,
  0x89,0x97,0x5d,0x79,0x75,0x86,0x8b,0xbe,0x90,0x5a,0x97,0x7b,0x88,
  0x5f,0x71,0xa2,0x69,0x6f,0x7c,0x7f,0x83,0xad,0xbe,0x50,0x8b,0x8a,
  0x7b,0x7b,0x57,0xa8,0x7b,0x62,0x84,0x76,0x85,0x8a,0xd4,0x78,0x59,
  0xa3,0x6e,0x8a,0x56,0x8b,0x9d,0x5d,0x7b,0x77,0x80,0x7a,0xbc,0xb7,
  0x44,0x92,0x80,0x7e,0x6e,0x64,0xab,0x6b,0x6d,0x7d,0x77,0x7f,0x8d,
  0xd8,0x72,0x5a,0x9a,0x71,0x82,0x5d,0x8d,0x8d,0x5e,0x80,0x76,0x79,
  0x7c,0xba,0xb8,0x44,0x85,0x81,0x80,0x6e,0x65,0xa5,0x66,0x6e,0x80,
  0x70,0x7d,0x88,0xd8,0x76,0x4d,0x93,0x78,0x8d,0x49,0x8f,0x9a,0x53,
  0x7f,0x73,0x7b,0x73,0xab,0xce,0x41,0x71,0x89,0x8c,0x6a,0x4d,0xba,
  0x71,0x61,0x7c,0x78,0x7a,0x6f,0xe2,0x93,0x38,0x93,0x80,0x91,0x46,
  0x7e,0xb7,0x52,0x75,0x79,0x78,0x68,0x99,0xf0,0x49,0x5c,0x9b,0x7d,
  0x84,0x41,0xac,0x98,0x4a,0x89,0x70,0x72,0x6c,0xd1,0xc8,0x26,0x89,
  0x8e,0x86,0x6a,0x57,0xca,0x6e,0x59,0x8c,0x6c,0x70,0x79,0xf9,0x8c,
  0x2b,0x9f,0x82,0x8e,0x4b,0x7d,0xcd,0x4b,0x6b,0x86,0x6e,0x66,0x98,
  0xff,0x59,0x43,0xa4,0x86,0x87,0x3d,0xa9,0xbc,0x3d,0x7d,0x82,0x6d,
  0x67,0xb8,0xf1,0x3f,0x59,0xa4,0x8c,0x77,0x44,0xc7,0x9f,0x44,0x81,
  0x7d,0x71,0x6d,0xd1,0xd8,0x2e,0x70,0x9f,0x8e,0x65,0x54,0xd6,0x83,
  0x48,0x80,0x80,0x6f,0x73,0xe8,0xba,0x22,0x82,0x9a,0x90,0x57,0x69,
  0xd9,0x68,0x4e,0x89,0x7f,0x67,0x84,0xfc,0x99,0x1e,0x8e,0x9b,0x92,
  0x47,0x81,0xd3,0x57,0x58,0x8a,0x7c,0x62,0x98,0xff,0x76,0x26,0x93,
  0x99,0x89,0x41,0x9a,0xc7,0x4f,0x63,0x86,0x74,0x63,0xb1,0xfc,0x54,
  0x35,0x97,0x94,0x7b,0x44,0xad,0xb1,0x46,0x6b,0x81,0x67,0x69,0xc9,
  0xe6,0x35,0x42,0x9a,0x92,0x68,0x4c,0xbb,0x96,0x3f,0x71,0x7e,0x62,
  0x6d,0xe4,0xcb,0x18,0x58,0x9b,0x90,0x59,0x5a,0xc5,0x79,0x41,0x79,
  0x79,0x5e,0x7f,0xf8,0x9b,0x13,0x6f,0x95,0x8d,0x48,0x72,0xc3,0x5b,
  0x48,0x7c,0x72,0x57,0x96,0xfb,0x66,0x15,0x7d,0x97,0x7e,0x39,0x91,
  0xb4,0x48,0x52,0x7f,0x6c,0x5a,0xbf,0xeb,0x39,0x33,0x8f,0x9a,0x6a,
  0x41,0xb3,0x9d,0x40,0x63,0x83,0x64,0x65,0xe3,0xcc,0x1c,0x50,0x99,
  0x9b,0x53,0x53,0xc8,0x81,0x42,0x72,0x82,0x5e,0x7c,0xfa,0xa1,0x18,
  0x6c,0x9f,0x96,0x45,0x75,0xcc,0x6a,0x4c,0x7e,0x85,0x59,0x97,0xff,
  0x7e,0x1f,0x7b,0xa9,0x8c,0x3b,0x96,0xc2,0x5d,0x58,0x83,0x7f,0x59,
  0xb5,0xfb,0x54,0x31,0x92,0xa0,0x78,0x4e,0xac,0xab,0x5a,0x67,0x84,
  0x73,0x5d,0xd2,0xe8,0x36,0x45,0x97,0xa3,0x6d,0x47,0xc1,0xa1,0x48,
  0x6a,0x85,0x6b,0x5f,0xe1,0xd4,0x23,0x55,0x98,0x9f,0x5e,0x50,0xca,
  0x8c,0x49,0x70,0x7f,0x6a,0x6d,0xed,0xba,0x1e,0x68,0x97,0x9c,0x57,
  0x62,0xd0,0x7d,0x4f,0x77,0x7d,0x69,0x78,0xf9,0xa6,0x1a,0x79,0x98,
  0x97,0x56,0x70,0xce,0x76,0x53,0x7c,0x81,0x64,0x84,0xff,0x95,0x1f,
  0x85,0x9c,0x93,0x53,0x7f,0xca,0x6f,0x5b,0x81,0x80,0x63,0x96,0xff,
  0x7f,0x27,0x8e,0x9c,0x92,0x4f,0x91,0xcb,0x63,0x63,0x85,0x7e,0x60,
  0xa0,0xff,0x6d,0x2b,0x97,0x9a,0x91,0x4d,0x99,0xc7,0x5f,0x64,0x7f,
  0x7a,0x61,0xa4,0xff,0x60,0x2f,0x94,0x94,0x8d,0x48,0x97,0xbd,0x5b,
  0x62,0x7a,0x73,0x5e,0xa7,0xff,0x4e,0x32,0x96,0x8d,0x89,0x45,0x97,
  0xb9,0x54,0x62,0x7c,0x6b,0x61,0xb4,0xf8,0x40,0x3b,0x96,0x90,0x81,
  0x46,0xa3,0xac,0x52,0x66,0x7a,0x6c,0x60,0xc5,0xec,0x31,0x4c,0x91,
  0x8f,0x7d,0x46,0xae,0xa1,0x4d,0x69,0x75,0x6a,0x5d,0xd4,0xe2,0x1f,
  0x58,0x8c,0x89,0x79,0x46,0xb3,0xa1,0x43,0x6b,0x7a,0x5f,0x5a,0xdf,
  0xd7,0x18,0x5e,0x8b,0x8c,0x70,0x45,0xba,0x9c,0x3a,0x6d,0x7d,0x5a,
  0x5d,0xe9,0xcd,0x15,0x65,0x89,0x92,0x69,0x49,0xc3,0x93,0x3e,0x72,
  0x7a,0x5d,0x65,0xef,0xc2,0x11,0x70,0x8a,0x8e,0x6d,0x53,0xbe,0x8e,
  0x41,0x6f,0x75,0x5b,0x76,0xf6,0xab,0x18,0x7a,0x86,0x8b,0x6a,0x5b,
  0xbf,0x85,0x45,0x72,0x73,0x57,0x7c,0xfd,0x97,0x19,0x7e,0x85,0x8e,
  0x61,0x60,0xc8,0x7d,0x45,0x76,0x71,0x5d,0x7e,0xfe,0x92,0x18,0x7f,
  0x8c,0x8c,0x60,0x66,0xc2,0x7a,0x43,0x76,0x71,0x5e,0x81,0xff,0x88,
  0x1a,0x84,0x8b,0x8b,0x5e,0x6b,0xc2,0x74,0x45,0x77,0x6f,0x60,0x80,
  0xff,0x87,0x19,0x8b,0x88,0x8e,0x5c,0x6a,0xc9,0x6f,0x47,0x79,0x6f,
  0x6c,0x77,0xfe,0xa0,0x12,0x8a,0x87,0x8d,0x66,0x61,0xcc,0x7d,0x3e,
  0x75,0x74,0x6c,0x6d,0xef,0xbe,0x16,0x7f,0x85,0x85,0x77,0x55,0xc1,
  0x92,0x3d,0x6f,0x71,0x6d,0x73,0xcb,0xdf,0x31,0x5e,0x8d,0x82,0x85,
  0x52,0xa7,0xaa,0x45,0x63,0x73,0x69,0x7a,0xb2,0xf4,0x4e,0x41,0x96,
  0x7e,0x8c,0x58,0x8d,0xbd,0x51,0x58,0x78,0x63,0x76,0xa8,0xfa,0x60,
  0x2d,0x9f,0x85,0x85,0x66,0x84,0xbf,0x60,0x4b,0x84,0x66,0x5e,0xb7,
  0xfb,0x58,0x38,0x98,0x86,0x90,0x5f,0x86,0xc8,0x62,0x49,0x86,0x6e,
  0x5c,0xae,0xff,0x6b,0x30,0x90,0x92,0x93,0x5b,0x86,0xc9,0x67,0x4b,
  0x7e,0x75,0x6a,0x9a,0xff,0x88,0x21,0x8c,0x97,0x92,0x68,0x74,0xc9,
  0x7d,0x3f,0x7d,0x7b,0x65,0x9e,0xfc,0x8f,0x26,0x82,0x99,0x93,0x68,
  0x74,0xc7,0x81,0x44,0x7a,0x75,0x64,0xa1,0xff,0x91,0x26,0x7f,0x98,
  0x93,0x65,0x6e,0xca,0x86,0x3a,0x79,0x75,0x61,0xa1,0xff,0x96,0x21,
  0x7c,0x9d,0x8c,0x62,0x74,0xc1,0x8b,0x3f,0x6f,0x75,0x63,0xa1,0xfa,
  0x97,0x27,0x77,0x9b,0x90,0x5a,0x72,0xc5,0x8a,0x41,0x6c,0x73,0x5e,
  0xa4,0xf9,0x95,0x2a,0x73,0x96,0x8e,0x5d,0x72,0xbe,0x89,0x42,0x64,
  0x75,0x60,0x96,0xf5,0xa1,0x2a,0x6a,0x91,0x8e,0x67,0x68,0xb6,0x96,
  0x3d,0x61,0x7c,0x5f,0x83,0xef,0xb4,0x29,0x63,0x8d,0x90,0x70,0x5d,
  0xab,0x9c,0x48,0x5b,0x76,0x72,0x6b,0xd4,0xde,0x25,0x4f,0x94,0x8b,
  0x7d,0x52,0x94,0xb1,0x4d,0x4f,0x79,0x6f,0x6a,0xc5,0xe7,0x3c,0x43,
  0x8c,0x8c,0x84,0x55,0x83,0xb4,0x5e,0x4a,0x72,0x6e,0x6b,0xbd,0xf0,
  0x47,0x38,0x92,0x89,0x7e,0x60,0x7f,0xb1,0x64,0x44,0x74,0x6f,0x64,
  0xbd,0xfc,0x4e,0x30,0x8b,0x8d,0x88,0x5d,0x79,0xba,0x69,0x3c,0x6f,
  0x75,0x6a,0xb0,0xfc,0x60,0x2a,0x83,0x8f,0x8d,0x65,0x71,0xb1,0x78,
  0x40,0x6b,0x71,0x70,0xbc,0xf0,0x5f,0x34,0x7f,0x93,0x8d,0x61,0x7b,
  0xae,0x73,0x4a,0x70,0x6d,0x6d,0xbe,0xf6,0x5d,0x2b,0x8b,0x9f,0x85,
  0x5c,0x7d,0xb6,0x74,0x43,0x73,0x75,0x6a,0xbe,0xf6,0x5c,0x2e,0x8d,
  0xa2,0x85,0x57,0x7c,0xba,0x7a,0x45,0x71,0x74,0x6b,0xc2,0xf1,0x54,
  0x35,0x92,0xa1,0x82,0x52,0x7d,0xbc,0x79,0x48,0x74,0x74,0x6a,0xc5,
  0xee,0x53,0x3b,0x90,0x9f,0x89,0x56,0x79,0xbe,0x80,0x46,0x72,0x70,
  0x71,0xd1,0xe6,0x50,0x40,0x86,0xa3,0x90,0x52,0x7d,0xbd,0x7c,0x4b,
  0x6d,0x68,0x75,0xd6,0xea,0x50,0x37,0x7f,0xae,0x98,0x46,0x7c,0xc5,
  0x81,0x4c,0x5e,0x6b,0x84,0xcb,0xec,0x5a,0x33,0x88,0xa8,0x95,0x54,
  0x69,0xc1,0x92,0x43,0x5b,0x65,0x87,0xdf,0xd3,0x48,0x47,0x8b,0xa2,
  0x89,0x4f,0x7c,0xbd,0x82,0x4b,0x5e,0x5c,0x8d,0xe5,0xc2,0x45,0x4e,
  0x8e,0xaa,0x7a,0x48,0x8e,0xbb,0x7b,0x4d,0x5b,0x5f,0x97,0xe9,0xad,
  0x3d,0x5d,0x8c,0x9d,0x74,0x4f,0x94,0xb2,0x76,0x54,0x5c,0x51,0x92,
  0xfc,0xa4,0x26,0x65,0x92,0x96,0x6d,0x51,0x9b,0xb2,0x70,0x52,0x61,
  0x50,0x85,0xff,0xb6,0x1d,0x5b,0x95,0x9a,0x74,0x4b,0x8f,0xbe,0x77,
  0x47,0x5c,0x58,0x86,0xfb,0xc8,0x27,0x4a,0x93,0xa2,0x7a,0x4b,0x84,
  0xc4,0x82,0x3c,0x50,0x62,0x85,0xed,0xdb,0x35,0x39,0x8c,0xa9,0x83,
  0x44,0x7b,0xcd,0x87,0x33,0x47,0x6a,0x88,0xda,0xe5,0x46,0x31,0x82,
  0xa0,0x8e,0x4d,0x6e,0xca,0x8d,0x35,0x4a,0x62,0x86,0xe0,0xe4,0x4a,
  0x38,0x7f,0x98,0x8e,0x57,0x78,0xbd,0x84,0x42,0x52,0x62,0x79,0xd7,
  0xf7,0x4f,0x28,0x84,0x9c,0x8c,0x60,0x77,0xb7,0x89,0x41,0x56,0x70,
  0x6d,0xbe,0xff,0x68,0x19,0x79,0x9b,0x93,0x6d,0x6b,0xac,0x98,0x48,
  0x51,0x71,0x68,0xaa,0xff,0x8c,0x14,0x63,0x9d,0x9d,0x77,0x63,0xa1,
  0xa3,0x53,0x4d,0x6c,0x67,0x9d,0xff,0xac,0x1a,0x4a,0x9a,0xa9,0x79,
  0x5d,0x98,0xa5,0x68,0x4a,0x5b,0x6e,0x97,0xf4,0xc8,0x27,0x3d,0x90,
  0xa5,0x8b,0x5b,0x82,0xae,0x78,0x4a,0x4e,0x5f,0x9f,0xf5,0xc8,0x3e,
  0x37,0x7d,0xab,0x8c,0x5a,0x81,0xa9,0x81,0x4f,0x48,0x5b,0x92,0xee,
  0xe0,0x4a,0x29,0x76,0xac,0x91,0x57,0x74,0xad,0x89,0x4b,0x49,0x61,
  0x80,0xd6,0xf6,0x6a,0x25,0x67,0xa6,0x9c,0x62,0x6a,0xa8,0x97,0x55,
  0x46,0x5f,0x75,0xb8,0xff,0x90,0x22,0x5e,0x95,0x99,0x79,0x63,0x99,
  0xa5,0x60,0x42,0x58,0x6c,0xa4,0xff,0xb6,0x2c,0x46,0x87,0xa2,0x88,
  0x5f,0x8b,0xaa,0x71,0x48,0x50,0x66,0x93,0xf6,0xdd,0x41,0x2f,0x7f,
  0xa8,0x96,0x62,0x7a,0xab,0x84,0x4e,0x51,0x67,0x83,0xdc,0xf8,0x6b,
  0x23,0x68,0xa6,0xa0,0x6c,0x6f,0xa0,0x91,0x5e,0x4d,0x5b,0x79,0xcc,
  0xff,0x8a,0x21,0x52,0x9e,0xa7,0x73,0x66,0x97,0x9c,0x68,0x47,0x4d,
  0x74,0xc6,0xff,0x9c,0x23,0x41,0x98,0xae,0x74,0x5d,0x8f,0xa0,0x6e,
  0x45,0x40,0x6a,0xc6,0xff,0xa3,0x2a,0x38,0x8c,0xb6,0x7b,0x54,0x8b,
  0xa4,0x73,0x46,0x41,0x63,0xb3,0xfe,0xc0,0x38,0x2c,0x7d,0xb4,0x8d,
  0x55,0x7c,0xa7,0x80,0x4b,0x3d,0x59,0xa9,0xfb,0xd0,0x47,0x26,0x6f,
  0xb1,0x99,0x59,0x6f,0xa5,0x8e,0x52,0x38,0x4e,0x9f,0xfb,0xe0,0x53,
  0x20,0x66,0xb1,0xa4,0x59,0x66,0xa5,0x97,0x5a,0x39,0x45,0x95,0xf3,
  0xec,0x67,0x22,0x59,0xa5,0xb2,0x67,0x5b,0x9f,0xa0,0x62,0x41,0x40,
  0x81,0xe5,0xf8,0x87,0x24,0x45,0x99,0xba,0x76,0x54,0x92,0xa9,0x6d,
  0x42,0x3e,0x71,0xd4,0xff,0xa4,0x2e,0x35,0x86,0xbc,0x8a,0x54,0x85,
  0xaa,0x76,0x49,0x40,0x5d,0xbb,0xff,0xc5,0x40,0x25,0x6d,0xbb,0xa2,
  0x55,0x70,0xaa,0x88,0x4d,0x3b,0x4f,0xa6,0xfc,0xdc,0x5a,0x1e,0x53,
  0xb1,0xb5,0x5c,0x5e,0xa4,0x97,0x57,0x3b,0x42,0x8d,0xf2,0xf3,0x77,
  0x1e,0x43,0x9c,0xbd,0x75,0x56,0x91,0xa0,0x67,0x40,0x3b,0x72,0xd8,
  0xff,0xa4,0x2a,0x29,0x82,0xc4,0x8f,0x52,0x79,0xa2,0x7b,0x4b,0x38,
  0x54,0xb8,0xff,0xcd,0x4b,0x19,0x59,0xb9,0xb3,0x5e,0x5c,0x99,0x93,
  0x59,0x37,0x3f,0x93,0xf6,0xee,0x71,0x18,0x37,0x9b,0xc6,0x7a,0x4c,
  0x81,0xa0,0x6f,0x3e,0x32,0x6e,0xda,0xff,0xa3,0x2a,0x1d,0x74,0xc8,
  0x9f,0x4f,0x66,0x9e,0x83,0x4a,0x30,0x51,0xb8,0xff,0xce,0x47,0x10,
  0x50,0xba,0xbf,0x61,0x4f,0x91,0x9a,0x5b,0x32,0x3e,0x95,0xf6,0xed,
  0x6f,0x13,0x32,0x9c,0xd3,0x83,0x43,0x77,0xa5,0x73,0x3e,0x32,0x6f,
  0xe0,0xff,0x97,0x21,0x23,0x78,0xd0,0xa9,0x4b,0x5a,0xa2,0x8c,0x48,
  0x2b,0x55,0xcd,0xff,0xb3,0x32,0x1b,0x5f,0xc8,0xc4,0x55,0x44,0x9d,
  0xa3,0x51,0x29,0x44,0xb8,0xff,0xcb,0x47,0x1a,0x4b,0xb4,0xd6,0x6d,
  0x39,0x89,0xae,0x61,0x2d,0x38,0xa1,0xff,0xe0,0x5f,0x16,0x39,0xa4,
  0xdf,0x7e,0x35,0x77,0xb1,0x6f,0x34,0x30,0x89,0xf7,0xed,0x77,0x1e,
  0x2e,0x89,0xdd,0x97,0x3a,0x64,0xb1,0x80,0x36,0x27,0x76,0xf0,0xfa,
  0x8a,0x21,0x28,0x7a,0xd4,0xa6,0x45,0x58,0xa8,0x90,0x41,0x24,0x60,
  0xe0,0xff,0xa6,0x35,0x1d,0x5c,0xc9,0xc1,0x54,0x46,0x9b,0x9e,0x4d,
  0x23,0x4c,0xc9,0xff,0xbd,0x46,0x1c,0x4b,0xb3,0xc9,0x6a,0x46,0x8a,
  0xa0,0x5c,0x2f,0x3c,0xab,0xff,0xd6,0x59,0x1f,0x3c,0x9a,0xd4,0x84,
  0x3c,0x70,0xa9,0x73,0x35,0x2e,0x89,0xf8,0xed,0x78,0x24,0x2e,0x81,
  0xd2,0x9c,0x44,0x5e,0xa5,0x84,0x3d,0x28,0x6f,0xe9,0xfb,0x92,0x30,
  0x26,0x66,0xc7,0xb8,0x56,0x49,0x95,0x95,0x4d,0x26,0x53,0xd0,0xff,
  0xb2,0x43,0x20,0x4c,0xb4,0xce,0x6b,0x3d,0x85,0xa2,0x5e,0x2b,0x41,
  0xaf,0xff,0xd3,0x5f,0x22,0x35,0x97,0xdb,0x8e,0x3c,0x6b,0xa6,0x77,
  0x39,0x36,0x8d,0xf6,0xed,0x80,0x2e,0x2a,0x78,0xd5,0xb0,0x4f,0x55,
  0x9b,0x8c,0x4c,0x33,0x72,0xe5,0xfa,0x9c,0x3d,0x26,0x62,0xc9,0xc6,
  0x63,0x4b,0x8f,0x99,0x5b,0x36,0x5f,0xd2,0xff,0xb5,0x50,0x27,0x4d,
  0xb5,0xd8,0x7c,0x43,0x7d,0xa2,0x69,0x38,0x4f,0xb9,0xff,0xcf,0x64,
  0x29,0x3c,0x9d,0xdd,0x99,0x48,0x67,0xa1,0x7e,0x42,0x3f,0x99,0xfc,
  0xe6,0x7e,0x32,0x2e,0x7d,0xd7,0xb5,0x54,0x53,0x96,0x8c,0x50,0x39,
  0x75,0xe6,0xfa,0x9c,0x3e,0x25,0x5d,0xc2,0xcc,0x6e,0x44,0x7e,0x97,
  0x62,0x38,0x5a,0xcc,0xff,0xb7,0x54,0x27,0x43,0xa7,0xdb,0x8c,0x42,
  0x68,0x98,0x73,0x40,0x49,0xac,0xff,0xd1,0x69,0x2f,0x36,0x88,0xd9,
  0xac,0x4d,0x53,0x93,0x84,0x48,0x40,0x92,0xf6,0xe2,0x84,0x3e,0x2a,
  0x6a,0xd0,0xc2,0x5c,0x48,0x87,0x8d,0x51,0x3b,0x79,0xe7,0xf1,0x96,
  0x48,0x29,0x52,0xbd,0xd4,0x70,0x3b,0x75,0x96,0x5d,0x35,0x68,0xd7,
  0xf6,0xa5,0x54,0x2b,0x42,0xa9,0xd9,0x84,0x3e,0x64,0x90,0x68,0x38,
  0x57,0xc6,0xfe,0xb3,0x5b,0x2f,0x39,0x96,0xdc,0x96,0x40,0x58,0x92,
  0x75,0x38,0x49,0xb4,0xfd,0xc5,0x69,0x32,0x2f,0x81,0xd8,0xaa,0x4a,
  0x4c,0x8a,0x83,0x43,0x3b,0x9c,0xfa,0xd5,0x77,0x3b,0x2b,0x67,0xcc,
  0xc1,0x5d,0x40,0x7b,0x8d,0x51,0x36,0x86,0xf0,0xe4,0x89,0x43,0x28,
  0x56,0xbe,0xcf,0x71,0x3f,0x6e,0x8f,0x5f,0x36,0x71,0xe5,0xf1,0x98,
  0x4b,0x28,0x49,0xb2,0xda,0x82,0x3e,0x64,0x93,0x6a,0x37,0x5e,0xd5,
  0xfb,0xab,0x56,0x29,0x3a,0x9d,0xdf,0x98,0x43,0x56,0x90,0x79,0x3d,
  0x4b,0xbe,0xff,0xc0,0x64,0x31,0x30,0x84,0xdb,0xb0,0x52,0x4b,0x84,
  0x83,0x4a,0x40,0xa2,0xff,0xd5,0x76,0x3c,0x2d,0x69,0xce,0xc7,0x66,
  0x42,0x76,0x8c,0x5a,0x3b,0x82,0xf3,0xec,0x8b,0x48,0x2e,0x53,0xb8,
  0xd7,0x81,0x40,0x63,0x8d,0x6c,0x3d,0x65,0xd9,0xfa,0xa6,0x59,0x32,
  0x3d,0x99,0xde,0xa1,0x48,0x4f,0x84,0x7a,0x47,0x52,0xb9,0xfd,0xc2,
  0x6b,0x39,0x32,0x7c,0xd8,0xbd,0x5b,0x44,0x79,0x84,0x52,0x45,0x9e,
  0xfa,0xd8,0x7d,0x41,0x2b,0x64,0xcb,0xd2,0x70,0x3b,0x68,0x8c,0x62,
  0x3d,0x7d,0xee,0xed,0x91,0x49,0x29,0x4f,0xb6,0xdc,0x8a,0x3f,0x57,
  0x87,0x6f,0x41,0x68,0xdc,0xf6,0xa1,0x55,0x2e,0x42,0x9f,0xda,0x9f,
  0x4a,0x4d,0x7f,0x77,0x45,0x57,0xca,0xff,0xb2,0x5c,0x31,0x39,0x8c,
  0xd7,0xb0,0x55,0x44,0x76,0x7d,0x4e,0x4b,0xb4,0xff,0xc3,0x69,0x37,
  0x32,0x77,0xcf,0xc2,0x67,0x3e,0x69,0x81,0x59,0x46,0x9e,0xfb,0xd4,
  0x76,0x3a,0x2d,0x67,0xc5,0xcd,0x76,0x3c,0x5f,0x82,0x62,0x42,0x8b,
  0xf5,0xe1,0x83,0x3d,0x2b,0x5c,0xb9,0xd1,0x85,0x40,0x54,0x7f,0x6a,
  0x45,0x7e,0xeb,0xea,0x8f,0x42,0x2c,0x57,0xb0,0xd1,0x90,0x47,0x51,
  0x7d,0x70,0x47,0x73,0xe4,0xf4,0x9b,0x47,0x2b,0x52,0xa9,0xd2,0x98,
  0x4c,0x4d,0x79,0x75,0x4b,0x67,0xd6,0xf7,0xa9,0x50,0x29,0x46,0x9d,
  0xd4,0xa3,0x51,0x46,0x73,0x79,0x51,0x5e,0xc9,0xf9,0xb5,0x5b,0x2c,
  0x3e,0x8e,0xd1,0xae,0x5a,0x43,0x6b,0x7a,0x56,0x57,0xbc,0xfb,0xc1,
  0x66,0x32,0x39,0x80,0xcc,0xba,0x67,0x41,0x63,0x7c,0x5d,0x50,0xab,
  0xfc,0xcf,0x70,0x36,0x35,0x74,0xc3,0xc2,0x74,0x42,0x5a,0x7b,0x64,
  0x4a,0x97,0xf9,0xdd,0x7c,0x39,0x31,0x68,0xba,0xc9,0x82,0x44,0x51,
  0x78,0x6e,0x4a,0x82,0xee,0xea,0x8b,0x40,0x2e,0x5b,0xaf,0xce,0x92,
  0x4a,0x4a,0x73,0x74,0x50,0x73,0xe1,0xf3,0x9c,0x4a,0x2e,0x50,0xa2,
  0xcf,0xa0,0x54,0x44,0x6b,0x76,0x55,0x66,0xd0,0xf8,0xac,0x54,0x2e,
  0x46,0x94,0xcc,0xad,0x5f,0x41,0x64,0x78,0x5b,0x5c,0xbc,0xf9,0xbd,
  0x60,0x30,0x3d,0x86,0xc8,0xb6,0x6c,0x41,0x5c,0x79,0x63,0x55,0xa7,
  0xf6,0xce,0x71,0x35,0x36,0x76,0xc0,0xc0,0x7d,0x44,0x53,0x77,0x6d,
  0x52,0x8f,0xef,0xdf,0x83,0x3d,0x33,0x67,0xb2,0xc6,0x90,0x4e,0x4a,
  0x71,0x75,0x53,0x79,0xe1,0xee,0x98,0x46,0x31,0x5a,0xa5,0xc6,0x9f,
  0x5c,0x47,0x68,0x77,0x5a,0x6c,0xcf,0xf5,0xad,0x55,0x30,0x4c,0x96,
  0xc7,0xad,0x67,0x46,0x61,0x75,0x5e,0x62,0xbe,0xf6,0xbe,0x65,0x35,
  0x3f,0x83,0xc3,0xbc,0x78,0x46,0x57,0x72,0x65,0x5b,0xa8,0xf4,0xd1,
  0x76,0x39,0x37,0x70,0xb8,0xc4,0x8c,0x4f,0x4e,0x6b,0x6a,0x58,0x90,
  0xe9,0xe2,0x8f,0x44,0x30,0x5d,0xab,0xc8,0x9b,0x5a,0x4c,0x68,0x6d,
  0x56,0x7a,0xda,0xeb,0xa3,0x55,0x32,0x4b,0x96,0xc9,0xab,0x64,0x47,
  0x64,0x74,0x58,0x63,0xc5,0xf4,0xb5,0x62,0x37,0x43,0x82,0xc0,0xbb,
  0x79,0x46,0x55,0x75,0x64,0x57,0xa9,0xf5,0xcd,0x74,0x3a,0x39,0x72,
  0xb5,0xc2,0x8d,0x51,0x4a,0x68,0x6a,0x57,0x90,0xe9,0xdf,0x8d,0x46,
  0x2f,0x5d,0xa9,0xc7,0x9e,0x5c,0x47,0x60,0x6d,0x58,0x7a,0xd9,0xeb,
  0xa4,0x58,0x31,0x49,0x93,0xc7,0xb3,0x6d,0x46,0x58,0x6f,0x5e,0x64,
  0xbd,0xf5,0xc3,0x6f,0x36,0x35,0x76,0xbf,0xc5,0x86,0x4c,0x4e,0x69,
  0x67,0x5a,0x99,0xec,0xdd,0x8b,0x40,0x2a,0x5d,0xb2,0xd1,0x9d,0x54,
  0x43,0x61,0x71,0x61,0x7b,0xd3,0xec,0xaa,0x54,0x2a,0x49,0x9c,0xd4,
  0xb6,0x69,0x3d,0x53,0x75,0x71,0x6b,0xac,0xec,0xcd,0x75,0x33,0x38,
  0x7d,0xc6,0xc9,0x89,0x48,0x44,0x68,0x7b,0x6f,0x87,0xd0,0xe0,0xa2,
  0x4e,0x2c,0x57,0xa9,0xcf,0xa6,0x61,0x42,0x58,0x73,0x74,0x74,0xac,
  0xdd,0xc7,0x7b,0x35,0x34,0x7e,0xc9,0xc3,0x7f,0x48,0x4c,0x69,0x74,
  0x6b,0x8c,0xd1,0xdb,0xa1,0x4e,0x28,0x54,0xaf,0xd6,0xa3,0x56,0x3f,
  0x5f,0x78,0x6e,0x6f,0xb6,0xe8,0xc1,0x69,0x2a,0x3a,0x8c,0xd1,0xc1,
  0x74,0x3b,0x4a,0x75,0x7c,0x63,0x8a,0xdf,0xe2,0x8f,0x38,0x27,0x68,
  0xbc,0xd1,0x97,0x4b,0x39,0x62,0x83,0x6e,0x6a,0xb8,0xeb,0xba,0x5d,
  0x25,0x41,0x95,0xcf,0xb6,0x6b,0x3a,0x4c,0x77,0x7b,0x62,0x8d,0xdc,
  0xd9,0x8a,0x39,0x2a,0x67,0xb6,0xca,0x93,0x4d,0x3c,0x62,0x7f,0x6c,
  0x70,0xbd,0xe5,0xb1,0x5a,0x28,0x44,0x94,0xca,0xb3,0x6b,0x3b,0x4c,
  0x76,0x7a,0x66,0x94,0xdd,0xd3,0x80,0x31,0x2c,0x70,0xbc,0xc9,0x8e,
  0x48,0x3a,0x64,0x81,0x6e,0x75,0xc1,0xe3,0xa8,0x4e,0x25,0x4d,0x9d,
  0xcb,0xaf,0x66,0x3a,0x4e,0x78,0x7a,0x69,0x9c,0xdf,0xcc,0x79,0x33,
  0x36,0x78,0xbb,0xc0,0x89,0x4b,0x42,0x68,0x7f,0x6b,0x79,0xc5,0xe0,
  0xa6,0x51,0x2c,0x51,0x9d,0xc7,0xab,0x67,0x40,0x54,0x77,0x77,0x70,
  0xa6,0xdd,0xc7,0x78,0x34,0x36,0x7c,0xc0,0xbf,0x84,0x4a,0x47,0x67,
  0x7a,0x71,0x8a,0xcc,0xdb,0x9f,0x49,0x26,0x58,0xad,0xcd,0xa2,0x5d,
  0x40,0x59,0x76,0x76,0x7a,0xb5,0xe0,0xbc,0x69,0x29,0x3c,0x90,0xce,
  0xba,0x74,0x43,0x4e,0x72,0x7b,0x6e,0x94,0xd7,0xd6,0x8e,0x3a,0x26,
  0x68,0xbb,0xcc,0x94,0x51,0x41,0x62,0x7a,0x6e,0x7a,0xc0,0xe3,0xb0,
  0x56,0x23,0x45,0x9c,0xd0,0xb1,0x69,0x40,0x54,0x74,0x74,0x6c,0x9f,
  0xdd,0xd1,0x82,0x32,0x29,0x72,0xc2,0xc9,0x8e,0x4f,0x45,0x63,0x74,
  0x6d,0x89,0xce,0xe1,0xa7,0x4e,0x20,0x4c,0xa7,0xd2,0xad,0x64,0x40,
  0x54,0x71,0x72,0x75,0xb1,0xe3,0xc9,0x78,0x2c,0x2b,0x7b,0xc8,0xca,
  0x89,0x48,0x40,0x61,0x74,0x6f,0x93,0xd8,0xde,0x99,0x44,0x22,0x54,
  0xab,0xd1,0xaa,0x60,0x3c,0x52,0x73,0x70,0x71,0xb4,0xec,0xc9,0x6e,
  0x29,0x2f,0x7b,0xc6,0xc6,0x86,0x47,0x41,0x64,0x79,0x68,0x7d,0xca,
  0xe7,0xac,0x53,0x25,0x45,0x9a,0xce,0xb3,0x6d,0x3e,0x49,0x71,0x7d,
  0x6b,0x90,0xd6,0xda,0x93,0x43,0x2a,0x5c,0xae,0xcb,0xa1,0x5d,0x3e,
  0x54,0x77,0x72,0x69,0xa6,0xe4,0xd0,0x7c,0x2e,0x27,0x72,0xc5,0xcd,
  0x8d,0x49,0x3a,0x5f,0x7e,0x6f,0x78,0xbc,0xe1,0xb8,0x60,0x22,0x3a,
  0x92,0xcd,0xb8,0x74,0x42,0x47,0x69,0x75,0x6d,0x9a,0xd8,0xd3,0x8c,
  0x38,0x25,0x69,0xbb,0xc8,0x91,0x52,0x43,0x62,0x7c,0x6e,0x73,0xb7,
  0xde,0xb9,0x64,0x27,0x3d,0x90,0xca,0xb8,0x74,0x41,0x4a,0x73,0x7d,
  0x6b,0x8f,0xd0,0xd2,0x91,0x42,0x2b,0x62,0xaf,0xc7,0x9d,0x5b,0x3f,
  0x5b,0x7e,0x74,0x70,0xad,0xdc,0xc1,0x6f,0x2c,0x37,0x86,0xc5,0xbc,
  0x7e,0x47,0x47,0x6d,0x80,0x6b,0x7f,0xc4,0xdd,0xaa,0x54,0x25,0x4b,
  0xa2,0xcc,0xa9,0x65,0x42,0x56,0x79,0x77,0x68,0x9b,0xdb,0xd2,0x87,
  0x38,0x2c,0x6d,0xb9,0xc3,0x8d,0x52,0x48,0x67,0x7d,0x6a,0x6f,0xb8,
  0xe8,0xbe,0x61,0x24,0x3c,0x91,0xca,0xb4,0x72,0x44,0x4d,0x71,0x7d,
  0x6a,0x84,0xc9,0xdc,0xa1,0x48,0x25,0x58,0xaa,0xc6,0x9c,0x5d,0x46,
  0x5c,0x79,0x75,0x68,0x9b,0xd8,0xd0,0x83,0x34,0x2f,0x76,0xbd,0xbf,
  0x85,0x4d,0x47,0x68,0x7f,0x6d,0x71,0xb4,0xdf,0xb9,0x62,0x2b,0x44,
  0x91,0xc3,0xb1,0x71,0x44,0x4d,0x71,0x7b,0x68,0x86,0xcc,0xdb,0x9c,
  0x46,0x29,0x5e,0xac,0xc5,0x9c,0x5e,0x44,0x59,0x79,0x76,0x6d,0xa1,
  0xdb,0xce,0x7f,0x32,0x31,0x7b,0xbf,0xbd,0x86,0x52,0x4b,0x65,0x7a,
  0x6d,0x7a,0xbc,0xe2,0xb9,0x61,0x28,0x44,0x97,0xc8,0xaf,0x72,0x4c,
  0x53,0x70,0x79,0x69,0x88,0xcc,0xdc,0xa0,0x49,0x27,0x59,0xa9,0xc5,
  0xa2,0x65,0x45,0x56,0x77,0x77,0x6d,0x9d,0xd7,0xce,0x83,0x38,0x32,
  0x74,0xb9,0xbf,0x90,0x58,0x48,0x60,0x79,0x6f,0x77,0xb5,0xdc,0xb9,
  0x65,0x2b,0x40,0x8f,0xc4,0xb4,0x78,0x4a,0x4d,0x6b,0x79,0x6c,0x84,
  0xc1,0xd6,0xa6,0x55,0x2a,0x4e,0x9d,0xc4,0xa8,0x6c,0x48,0x52,0x6e,
  0x74,0x6c,0x94,0xcd,0xd1,0x93,0x45,0x2c,0x61,0xab,0xc1,0x9b,0x61,
  0x47,0x58,0x73,0x70,0x6e,0xa3,0xd6,0xc6,0x7b,0x37,0x34,0x72,0xb2,
  0xbb,0x8e,0x58,0x48,0x5e,0x72,0x6b,0x7b,0xb6,0xd7,0xb6,0x6a,0x30,
  0x3d,0x82,0xbc,0xb8,0x81,0x4f,0x4b,0x65,0x6f,0x6a,0x8f,0xc9,0xd3,
  0x9f,0x53,0x2c,0x4f,0x9c,0xc4,0xa9,0x6e,0x4a,0x53,0x6d,0x6f,0x70,
  0xa2,0xd5,0xcb,0x88,0x3e,0x2f,0x68,0xb1,0xc3,0x98,0x5f,0x49,0x5b,
  0x70,0x6e,0x7e,0xb6,0xd6,0xb9,0x70,0x34,0x3a,0x80,0xbe,0xbd,0x87,
  0x53,0x4b,0x65,0x75,0x6f,0x8d,0xc5,0xd5,0xa5,0x5a,0x32,0x50,0x99,
  0xc4,0xae,0x75,0x4d,0x52,0x6e,0x76,0x74,0x9d,0xce,0xcd,0x92,0x48,
  0x31,0x64,0xac,0xc4,0x9e,0x64,0x49,0x5a,0x74,0x74,0x7c,0xae,0xd2,
  0xbe,0x7b,0x3b,0x39,0x79,0xba,0xbf,0x8c,0x56,0x4a,0x62,0x77,0x74,
  0x8b,0xbe,0xd2,0xad,0x65,0x34,0x4b,0x93,0xc2,0xb2,0x7a,0x4f,0x50,
  0x6b,0x77,0x76,0x9a,0xc8,0xcc,0x99,0x51,0x32,0x5e,0xa6,0xc3,0xa1,
  0x68,0x49,0x55,0x71,0x77,0x7b,0xa4,0xcb,0xc1,0x84,0x40,0x36,0x71,
  0xb2,0xbc,0x90,0x5c,0x49,0x5c,0x74,0x76,0x84,0xb2,0xcd,0xb3,0x6f,
  0x36,0x42,0x85,0xbb,0xb3,0x80,0x52,0x4c,0x63,0x76,0x75,0x8d,0xbb,
  0xca,0xa4,0x5e,0x34,0x4f,0x94,0xbd,0xaa,0x75,0x4d,0x4f,0x69,0x77,
  0x78,0x99,0xc3,0xc5,0x94,0x50,0x36,0x60,0xa3,0xbe,0xa1,0x6a,0x4c,
  0x56,0x71,0x78,0x7e,0xa5,0xc8,0xbd,0x85,0x47,0x3b,0x6f,0xad,0xbb,
  0x96,0x62,0x4d,0x5c,0x73,0x77,0x85,0xae,0xc8,0xb4,0x78,0x40,0x41,
  0x7d,0xb3,0xb5,0x8a,0x5b,0x4e,0x61,0x75,0x77,0x8a,0xb4,0xc7,0xab,
  0x6c,0x3c,0x4a,0x87,0xb5,0xb0,0x82,0x57,0x4f,0x64,0x74,0x77,0x92,
  0xbb,0xc5,0xa0,0x60,0x39,0x53,0x92,0xb8,0xaa,0x7b,0x54,0x52,0x67,
  0x73,0x79,0x9c,0xc2,0xc2,0x95,0x54,0x37,0x5f,0x9e,0xbb,0xa3,0x71,
  0x51,0x55,0x6a,0x71,0x7d,0xa6,0xc6,0xbc,0x87,0x49,0x3b,0x6c,0xa8,
  0xba,0x9a,0x67,0x4f,0x59,0x6d,0x72,0x85,0xae,0xc5,0xb3,0x7b,0x43,
  0x42,0x78,0xad,0xb4,0x8e,0x60,0x4f,0x5c,0x6d,0x72,0x8b,0xb3,0xc3,
  0xaa,0x6f,0x3e,0x48,0x82,0xb0,0xae,0x83,0x5a,0x50,0x60,0x6e,0x74,
  0x91,0xb6,0xc1,0xa2,0x66,0x3c,0x4f,0x8a,0xb2,0xa9,0x7b,0x55,0x51,
  0x62,0x6e,0x78,0x9a,0xba,0xbd,0x98,0x5c,0x3b,0x59,0x95,0xb5,0xa3,
  0x73,0x53,0x54,0x66,0x70,0x7f,0xa3,0xbe,0xba,0x8e,0x52,0x3c,0x65,
  0xa0,0xb8,0x9d,0x6c,0x51,0x57,0x6a,0x74,0x88,0xab,0xc0,0xb5,0x83,
  0x4a,0x40,0x71,0xa9,0xb7,0x93,0x64,0x4f,0x5a,0x6c,0x77,0x91,0xb2,
  0xc0,0xab,0x74,0x42,0x47,0x7f,0xb1,0xb2,0x88,0x5c,0x4f,0x5f,0x6e,
  0x7b,0x99,0xb7,0xbe,0xa0,0x67,0x3e,0x52,0x8d,0xb5,0xab,0x7d,0x56,
  0x51,0x63,0x71,0x80,0xa1,0xbb,0xba,0x95,0x5b,0x3e,0x5f,0x9a,0xb7,
  0xa2,0x73,0x53,0x54,0x67,0x73,0x87,0xa9,0xbc,0xb3,0x88,0x53,0x41,
  0x69,0xa2,0xb5,0x99,0x6a,0x51,0x59,0x6c,0x76,0x8d,0xae,0xbc,0xad,
  0x7e,0x4b,0x45,0x75,0xa9,0xb3,0x90,0x63,0x4e,0x5b,0x6e,0x7b,0x96,
  0xb3,0xbb,0xa3,0x6f,0x44,0x4e,0x84,0xb0,0xad,0x85,0x5d,0x51,0x5f,
  0x6e,0x7d,0x9d,0xb7,0xb8,0x9a,0x65,0x42,0x58,0x8f,0xb3,0xa7,0x7b,
  0x58,0x55,0x66,0x72,0x82,0xa3,0xba,0xb7,0x92,0x5d,0x43,0x62,0x98,
  0xb4,0xa1,0x75,0x56,0x54,0x66,0x74,0x8a,0xaa,0xbc,0xb1,0x87,0x53,
  0x44,0x6e,0xa4,0xb4,0x98,0x6d,0x55,0x58,0x68,0x77,0x92,0xb0,0xbb,
  0xa9,0x7c,0x4d,0x4a,0x79,0xaa,0xb2,0x8e,0x65,0x54,0x5d,0x6d,0x7d,
  0x98,0xb3,0xba,0xa3,0x72,0x48,0x52,0x85,0xad,0xac,0x86,0x61,0x53,
  0x60,0x71,0x82,0x9c,0xb4,0xb7,0x9e,0x6b,0x45,0x57,0x8d,0xb1,0xa7,
  0x7e,0x5d,0x54,0x62,0x74,0x86,0xa1,0xb4,0xb4,0x96,0x64,0x46,0x5e,
  0x92,0xb1,0xa3,0x7a,0x5a,0x54,0x65,0x76,0x87,0xa2,0xb6,0xb4,0x92,
  0x5e,0x44,0x61,0x95,0xb1,0xa0,0x77,0x59,0x54,0x64,0x75,0x88,0xa2,
  0xb4,0xb1,0x8f,0x5c,0x43,0x62,0x96,0xb0,0x9d,0x74,0x58,0x54,0x62,
  0x74,0x8b,0xa5,0xb4,0xae,0x8a,0x58,0x45,0x65,0x99,0xb0,0x9b,0x71,
  0x56,0x55,0x65,0x74,0x89,0xa4,0xb4,0xae,0x8a,0x57,0x44,0x65,0x9a,
  0xb2,0x9c,0x72,0x58,0x57,0x66,0x75,0x88,0xa2,0xb4,0xb1,0x8d,0x5a,
  0x45,0x64,0x98,0xb2,0x9f,0x75,0x59,0x57,0x64,0x72,0x86,0xa2,0xb4,
  0xb2,0x8f,0x5c,0x46,0x62,0x95,0xb1,0xa1,0x77,0x58,0x55,0x63,0x72,
  0x84,0xa0,0xb3,0xb3,0x94,0x61,0x45,0x5c,0x90,0xb0,0xa4,0x7c,0x5c,
  0x55,0x60,0x6f,0x82,0x9c,0xb1,0xb4,0x9a,0x68,0x47,0x58,0x89,0xad,
  0xa6,0x81,0x5f,0x56,0x5f,0x6c,0x7e,0x99,0xaf,0xb5,0x9e,0x6f,0x49,
  0x52,0x83,0xac,0xaa,0x86,0x61,0x54,0x5d,0x6c,0x7c,0x94,0xab,0xb5,
  0xa5,0x78,0x4d,0x4d,0x78,0xa7,0xae,0x8f,0x67,0x52,0x57,0x68,0x7a,
  0x90,0xa6,0xb3,0xa8,0x7f,0x51,0x49,0x70,0xa1,0xb0,0x95,0x6b,0x54,
  0x55,0x65,0x78,0x8e,0xa3,0xb1,0xab,0x87,0x57,0x47,0x69,0x9b,0xb0,
  0x99,0x70,0x56,0x54,0x63,0x75,0x8a,0xa0,0xae,0xac,0x8e,0x5f,0x48,
  0x61,0x92,0xad,0x9d,0x76,0x59,0x55,0x61,0x71,0x84,0x9b,0xab,0xaf,
  0x97,0x69,0x4b,0x5b,0x89,0xac,0xa4,0x7f,0x5e,0x55,0x5f,0x70,0x81,
  0x97,0xa9,0xb0,0xa0,0x75,0x4f,0x55,0x7f,0xa8,0xac,0x8a,0x64,0x55,
  0x5d,0x6e,0x7e,0x92,0xa4,0xb0,0xa9,0x85,0x59,0x4f,0x72,0xa0,0xb1,
  0x97,0x6d,0x57,0x5a,0x6a,0x7a,0x8b,0x9d,0xad,0xb1,0x97,0x69,0x50,
  0x62,0x8e,0xad,0xa2,0x7d,0x5f,0x59,0x62,0x70,0x81,0x96,0xa9,0xb5,
  0xa6,0x7a,0x53,0x54,0x7a,0xa3,0xaa,0x8d,0x68,0x58,0x5b,0x6b,0x7a,
  0x8d,0xa1,0xb2,0xb0,0x8e,0x5e,0x4d,0x68,0x97,0xae,0x9b,0x75,0x5b,
  0x56,0x64,0x74,0x85,0x99,0xac,0xb4,0x9e,0x6f,0x4d,0x58,0x84,0xa9,
  0xa6,0x84,0x63,0x55,0x5d,0x6f,0x7e,0x91,0xa5,0xb3,0xab,0x83,0x57,
  0x4f,0x72,0x9e,0xaa,0x93,0x70,0x5a,0x59,0x67,0x78,0x8a,0x9e,0xaf,
  0xb2,0x96,0x67,0x4e,0x62,0x8d,0xa8,0x9e,0x7f,0x62,0x57,0x5f,0x6f,
  0x81,0x94,0xa5,0xae,0xa2,0x7e,0x5b,0x59,0x77,0x99,0xa2,0x8e,0x71,
  0x5e,0x5c,0x65,0x75,0x8a,0x9f,0xad,0xab,0x90,0x67,0x54,0x67,0x8c,
  0xa2,0x99,0x7d,0x65,0x5b,0x60,0x6d,0x81,0x96,0xa7,0xae,0x9f,0x79,
  0x5a,0x5b,0x7a,0x9a,0x9f,0x8b,0x6f,0x5d,0x5d,0x68,0x78,0x8e,0x9f,
  0xab,0xa5,0x89,0x66,0x59,0x6d,0x8f,0x9e,0x93,0x7b,0x64,0x5c,0x64,
  0x72,0x86,0x9a,0xa7,0xa9,0x97,0x75,0x5d,0x63,0x80,0x9a,0x9b,0x87,
  0x6e,0x5f,0x61,0x6c,0x7e,0x92,0xa2,0xa9,0xa0,0x83,0x65,0x5f,0x75,
  0x91,0x9b,0x8e,0x76,0x63,0x61,0x6a,0x77,0x89,0x9b,0xa6,0xa5,0x90,
  0x70,0x60,0x6b,0x86,0x98,0x93,0x7f,0x69,0x61,0x67,0x72,0x83,0x94,
  0xa1,0xa6,0x99,0x7c,0x63,0x63,0x7a,0x92,0x95,0x85,0x6f,0x63,0x66,
  0x6f,0x7d,0x8e,0x9c,0xa5,0x9e,0x84,0x68,0x61,0x73,0x8a,0x92,0x87,
  0x73,0x65,0x67,0x6d,0x79,0x88,0x97,0xa1,0xa0,0x8c,0x6f,0x61,0x6c,
  0x83,0x91,0x8a,0x76,0x69,0x69,0x6d,0x77,0x85,0x93,0x9f,0x9f,0x8d,
  0x73,0x64,0x6a,0x80,0x8e,0x8a,0x79,0x6e,0x6d,0x71,0x7a,0x86,0x92,
  0x9b,0x9b,0x8c,0x77,0x69,0x6d,0x7e,0x89,0x85,0x7c,0x76,0x74,0x7b,
  0x85,0x8d,0x94,0x93,0x8b,0x7e,0x73,0x72,0x7a,0x81,0x80,0x7b,0x76,
  0x79,0x85,0x90,0x93,0x8e,0x87,0x7f,0x77,0x76,0x7a,0x7f,0x7e,0x7b,
  0x76,0x77,0x81,0x8f,0x97,0x95,0x8a,0x7d,0x72,0x71,0x75,0x7d,0x7f,
  0x7f,0x70,0x6d,0x89,0x91,0x9a,0x91,0x84,0x7a,0x6f,0x72,0x78,0x7c,
  0x80,0x7f,0x7a,0x7a,0x83,0x90,0x98,0x94,0x89,0x82,0x7d,0x79,0x77,
  0x74,0x74,0x74,0x72,0x75,0x7e,0x8c,0x95,0x92,0x88,0x82,0x7e,0x79,
  0x77,0x77,0x78,0x77,0x76,0x77,0x82,0x90,0x98,0x95,0x85,0x7c,0x7a,
  0x7a,0x7b,0x7a,0x7c,0x7d,0x77,0x77,0x83,0x8d,0x95,0x93,0x87,0x7c,
  0x77,0x77,0x7a,0x79,0x7c,0x7d,0x7b,0x82,0x89,0x91,0x93,0x88,0x80,
  0x7d,0x7a,0x7a,0x79,0x7b,0x7a,0x7a,0x7c,0x83,0x8c,0x92,0x90,0x87,
  0x7e,0x7a,0x78,0x76,0x78,0x7a,0x7c,0x7d,0x83,0x87,0x8c,0x8e,0x89,
  0x82,0x7b,0x79,0x77,0x79,0x79,0x79,0x7c,0x81,0x88,0x8c,0x8d,0x88,
  0x80,0x7e,0x7e,0x7b,0x79,0x7a,0x7a,0x7b,0x7f,0x83,0x89,0x8c,0x8a,
  0x81,0x7c,0x7c,0x7a,0x7a,0x7a,0x79,0x7f,0x83,0x82,0x86,0x86,0x85,
  0x82,0x7d,0x7d,0x7c,0x7a,0x7a,0x7d,0x7e,0x82,0x83,0x84,0x85,0x83,
  0x82,0x7f,0x7c,0x7b,0x79,0x7b,0x7e,0x80,0x83,0x84,0x83,0x82,0x83,
  0x82,0x7e,0x7c,0x7c,0x79,0x7b,0x7c,0x80,0x81,0x86,0x85,0x81,0x82,
  0x7f,0x80,0x7e,0x7e,0x7a,0x79,0x7d,0x7e,0x82,0x86,0x84,0x86,0x82,
  0x80,0x7f,0x7e,0x7f,0x7c,0x7d,0x7d,0x7f,0x81,0x85,0x86,0x84,0x87,
  0x81,0x7f,0x81,0x7e,0x7e,0x7c,0x7b,0x7b,0x7e,0x80,0x82,0x84,0x83,
  0x81,0x80,0x81,0x80,0x83,0x85,0x80,0x83,0x85,0x84,0x85,0x86,0x83,
  0x82,0x7f,0x7d,0x7c,0x7e,0x7b,0x7d,0x7f,0x7e,0x80,0x7f,0x82,0x82,
  0x81,0x81,0x80,0x85,0x84,0x82,0x84,0x85,0x85,0x84,0x84,0x85,0x82,
  0x83,0x80,0x7d,0x7d,0x7c,0x7d,0x7e,0x7e,0x7f,0x81,0x7f,0x82,0x84,
  0x83,0x85,0x84,0x84,0x85,0x85,0x82,0x84,0x83,0x84,0x83,0x82,0x81,
  0x7f,0x7f,0x81,0x7f,0x7e,0x81,0x82,0x80,0x84,0x81,0x82,0x85,0x84,
  0x86,0x83,0x84,0x84,0x82,0x7f,0x81,0x82,0x83,0x80,0x81,0x7f,0x83,
  0x86,0x81,0x83,0x84,0x83,0x81,0x82,0x80,0x82,0x81,0x83,0x82,0x7b,
  0x83,0x7f,0x7e,0x7f,0x82,0x81,0x81,0x81,0x84,0x85,0x86,0x8a,0x84,
  0x89,0x8a,0x86,0x83,0x86,0x81,0x81,0x82,0x81,0x82,0x7e,0x83,0x81,
  0x82,0x81,0x83,0x83,0x81,0x81,0x80,0x7e,0x7f,0x7e,0x7d,0x7f,0x7c,
  0x7b,0x7e,0x7e,0x7f,0x7e,0x81,0x7e,0x80,0x80,0x80,0x80,0x7f,0x7e,
  0x7f,0x81,0x7f,0x7f,0x81,0x7f,0x81,0x83,0x84,0x81,0x82,0x82,0x80,
  0x82,0x7e,0x80,0x7c,0x7e,0x7e,0x7e,0x7c,0x7c,0x7e,0x7e,0x7e,0x7d,
  0x80,0x7f,0x7f,0x7e,0x7e,0x7d,0x7e,0x7e,0x7f,0x81,0x7c,0x7e,0x7f,
  0x80,0x81,0x80,0x81,0x83,0x81,0x7f,0x80,0x80,0x81,0x81,0x7f,0x7f,
  0x81,0x7f,0x7f,0x7f,0x81,0x80,0x83,0x80,0x80,0x81,0x80,0x81,0x81,
  0x7f,0x7f,0x80,0x7f,0x80,0x80,0x81,0x7f,0x7e,0x82,0x82,0x7f,0x80,
  0x82,0x7e,0x82,0x82,0x7f,0x81,0x83,0x82,0x81,0x81,0x7f,0x81,0x80,
  0x83,0x7e,0x82,0x81,0x81,0x7f,0x81,0x81,0x83,0x80,0x7f,0x81,0x81,
  0x81,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x83,0x81,0x80,0x84,0x84,
  0x7f,0x7f,0x82,0x7f,0x7e,0x82,0x80,0x7f,0x81,0x82,0x7f,0x81,0x81,
  0x81,0x81,0x81,0x7f,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x82,0x82,
  0x81,0x7f,0x7f,0x80,0x82,0x80,0x7f,0x7f,0x7f,0x7f,0x7e,0x82,0x82,
  0x81,0x7f,0x81,0x80,0x80,0x80,0x80,0x81,0x7f,0x80,0x7e,0x7f,0x7e,
  0x7f,0x80,0x7f,0x7e,0x7f,0x7f,0x7d,0x7f,0x81,0x81,0x7e,0x7e,0x7e,
  0x81,0x7f,0x7f,0x7e,0x80,0x80,0x7f,0x7d,0x80,0x80,0x7d,0x7e,0x7f,
  0x80,0x7f,0x7e,0x7f,0x7d,0x7d,0x7f,0x7f,0x7d,0x7e,0x7f,0x81,0x7e,
  0x80,0x7f,0x7f,0x80,0x80,0x7f,0x7e,0x80,0x7f,0x80,0x7f,0x7f,0x7f,
  0x80,0x80,0x80,0x80,0x81,0x80,0x80,0x7f,0x7f,0x7f,0x7e,0x80,0x81,
  0x80,0x7e,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x82,0x80,0x7e,0x80,
  0x81,0x80,0x80,0x7e,0x7e,0x80,0x82,0x7f,0x7f,0x81,0x80,0x7f,0x7e,
  0x80,0x80,0x7e,0x7e,0x7f,0x81,0x7f,0x7e,0x7f,0x80,0x7e,0x7e,0x80,
  0x81,0x80,0x7f,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x80,0x7e,0x80,0x80,
  0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7e,0x80,0x81,0x7f,0x7f,
  0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x81,0x81,0x80,0x80,0x81,0x81,
  0x80,0x7f,0x80,0x80,0x7e,0x7f,0x81,0x81,0x7f,0x80,0x80,0x7f,0x80,
  0x81,0x80,0x81,0x80,0x7e,0x7f,0x81,0x81,0x80,0x7f,0x81,0x81,0x81,
  0x80,0x80,0x7f,0x80,0x81,0x80,0x7f,0x7f,0x7f,0x7f,0x81,0x7f,0x7f,
  0x80,0x80,0x7f,0x80,0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x7f,0x80,
  0x80,0x7f,0x7f,0x80,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,
  0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x80,0x7f,0x80,0x81,0x80,
  0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x81,0x81,0x80,
  0x7f,0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x80,0x80,
  0x80,0x80
  };
 
 
// Timer1 overflow interrupt service routine
interrupt [TIM1_OVF] void timer1_ovf_isr(void){
 if(wait)wait--;
}
 
 
void main(void)
{
  unsigned int buffer_counter;            
  unsigned char prohod=0;
 
  // Input/Output Ports initialization
  PORTA  = 0x00;
  DDRA   = 0x00;
  PORTB  = 0x00;
  DDRB   = 0x00;
  PORTC  = 0x00;
  DDRC   = 0x00;
  PORTD  = 0x00;
  DDRD   = 0x00;
 
  TCNT1H = 0x00;
  TCNT1L = 0x00;
  OCR1AH = 0x00;
  OCR1AL = 0x00;
  OCR1BH = 0x00;
  OCR1BL = 0x00;
  TCCR1A = (1<<COM1B1)|(1<<PWM10);
 
 
  #asm("sei")
 
  while (1) {
    buffer_counter = 0;
 
    TCCR1B         = (1<<CS10);
    TIFR           = (1<<TOV1);
    TIMSK          = (1<<TOIE1);
 
    while (buffer_counter<MIAU_LEN){
      while(wait);
      if (prohod & 0x01) OCR1B = miau_wave[buffer_counter++]>>1;
      else             OCR1B = miau_wave[buffer_counter++];
      wait = 2;
    }
    while(wait);
 
    TIMSK  = 0x00;
    TCCR1B = 0x00;
 
    prohod++;
 
    delay_ms(1700);
  }
}
 

jsou jen 3 errory


Build started 14.11.2011 at 17:48:45
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2 -std=gnu99    -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT kocka1.o -MF dep/kocka1.o.d  -c  ../kocka1.c
../kocka1.c:542: error: 'TIM1_OVF' undeclared here (not in a function)
../kocka1.c:542: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
../kocka1.c:547: warning: return type of 'main' is not 'int'
../kocka1.c:571:4: error: invalid preprocessing directive #asm
../kocka1.c: In function 'main':
../kocka1.c:593: warning: implicit declaration of function 'delay_ms'
make: *** [kocka1.o] Error 1
Build failed with 3 errors and 2 warnings...

ale zase nevím jestli se ti data dají do flasky a jaká je přesná syntaxe PROGMEN ? díky

Ahoj
a) Jak jsem jiz psal misto #asm sei pouzij sei() a pridej include na interrupt.
b) Nejsem si jist tou obsluhou preteceni podle mne by to melo vypadat nejak takhle

ISR(TIM1_OVF) { if(wait)wait--; }
Za spravnost ovsem nerucim, nechce se mi s tim zabyvat jak to vlastne funguje… Je mozne ze musis pouzit tohle

ISR(TIMER1_COMPB_vect) 
{ 
   if(wait)wait--;
}

Data bych zatim do EEPROM neukladal, nevim, jestli se to tam vleze ale urcite by se to melo vejit do promenne. Zatim bych se tim nezabyval… Cteni z EEPROM je zase trosku o necem jinem…
Zatim

Tak se to podařilo ale nevím jestli jsou ta data tam kde mají být :exclamation:

// ************************************************** ***
//Chip type               : AT90S8515
//AVR Core Clock frequency: 8,000000 MHz
//************************************************** ***//
//#include <avr/90s8515.h>;
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
volatile unsigned char wait;
 
#define MIAU_LEN 6800
 
  unsigned char miau_wave]= {
  0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x80,0x80,
  0x80,0x80,0x80,0x80,0x80,0x80,0x81,0x80,0x7e,0x7e,0x7f,0x80,0x81,
  0x81,0x83,0x83,0x83,0x83,0x83,0x82,0x81,0x7f,0x7d,0x7d,0x7e,0x88,
  0x85,0x7e,0x7f,0x83,0x83,0x84,0x85,0x81,0x7f,0x7e,0x7e,0x7d,0x7f,
  0x80,0x82,0x82,0x85,0x87,0x86,0x83,0x81,0x80,0x80,0x81,0x81,0x7f,
  0x7d,0x7c,0x7d,0x7f,0x82,0x85,0x88,0x87,0x86,0x83,0x81,0x80,0x7e,
  0x7e,0x7d,0x7c,0x7b,0x7b,0x7c,0x7e,0x81,0x85,0x87,0x84,0x81,0x7f,
  0x7d,0x7e,0x80,0x7f,0x7c,0x7a,0x7b,0x7c,0x7e,0x83,0x86,0x88,0x86,
  0x82,0x80,0x7f,0x7f,0x81,0x81,0x80,0x7d,0x7d,0x7c,0x7e,0x83,0x86,
  0x89,0x89,0x85,0x83,0x80,0x7e,0x7f,0x81,0x80,0x7c,0x7c,0x7b,0x79,
  0x7c,0x82,0x87,0x87,0x86,0x83,0x7e,0x7d,0x80,0x82,0x83,0x80,0x7c,
  0x7b,0x7b,0x7c,0x80,0x86,0x87,0x86,0x86,0x82,0x7e,0x7d,0x80,0x85,
  0x84,0x7f,0x7b,0x7b,0x7b,0x7e,0x84,0x89,0x89,0x89,0x85,0x80,0x7e,
  0x80,0x84,0x86,0x82,0x7d,0x7a,0x7b,0x7e,0x82,0x87,0x89,0x89,0x89,
  0x86,0x81,0x7d,0x7f,0x84,0x85,0x81,0x7b,0x79,0x7d,0x7f,0x84,0x8a,
  0x8c,0x89,0x86,0x81,0x7c,0x7d,0x82,0x84,0x81,0x7b,0x79,0x7b,0x7d,
  0x80,0x88,0x8e,0x8c,0x85,0x7f,0x7c,0x7d,0x80,0x83,0x82,0x7c,0x79,
  0x7b,0x7e,0x80,0x88,0x8e,0x8c,0x87,0x7f,0x7a,0x7c,0x7e,0x80,0x80,
  0x7c,0x78,0x79,0x7c,0x7d,0x86,0x8f,0x8d,0x85,0x7d,0x7a,0x7d,0x80,
  0x80,0x7f,0x7d,0x7a,0x7a,0x7d,0x7f,0x87,0x8f,0x8c,0x84,0x7b,0x79,
  0x7c,0x7d,0x7d,0x7c,0x7c,0x7a,0x7b,0x7c,0x7d,0x89,0x92,0x8f,0x84,
  0x79,0x79,0x7f,0x7f,0x7e,0x7e,0x7d,0x7a,0x7b,0x7b,0x7e,0x8c,0x91,
  0x8b,0x81,0x79,0x79,0x7d,0x7e,0x7c,0x7c,0x7d,0x7b,0x7c,0x79,0x81,
  0x92,0x95,0x8c,0x80,0x7b,0x80,0x84,0x81,0x7e,0x7e,0x7f,0x80,0x80,
  0x7b,0x84,0x96,0x98,0x8b,0x7c,0x7b,0x82,0x84,0x7f,0x7c,0x7c,0x7b,
  0x7c,0x7d,0x7a,0x85,0x96,0x93,0x87,0x7a,0x79,0x83,0x85,0x7e,0x7a,
  0x7c,0x7c,0x7d,0x7b,0x7a,0x8a,0x98,0x90,0x83,0x79,0x7c,0x85,0x84,
  0x7c,0x7c,0x7f,0x7e,0x7d,0x79,0x7d,0x92,0x9a,0x8e,0x7f,0x76,0x7e,
  0x86,0x80,0x78,0x79,0x7d,0x7c,0x7a,0x75,0x7b,0x94,0x99,0x8a,0x7b,
  0x75,0x7e,0x87,0x7f,0x75,0x7b,0x7f,0x7c,0x77,0x73,0x7f,0x99,0x99,
  0x85,0x7a,0x76,0x7d,0x86,0x7e,0x72,0x79,0x7f,0x7b,0x75,0x70,0x7d,
  0x9a,0x98,0x82,0x75,0x74,0x7e,0x85,0x7b,0x72,0x7a,0x7e,0x7a,0x74,
  0x6f,0x7e,0x9a,0x98,0x81,0x73,0x73,0x7f,0x84,0x78,0x71,0x7b,0x7f,
  0x79,0x74,0x6f,0x7c,0x9b,0x99,0x83,0x76,0x74,0x81,0x88,0x78,0x73,
  0x80,0x83,0x7a,0x76,0x71,0x7b,0x9a,0x9a,0x84,0x77,0x74,0x80,0x88,
  0x76,0x6f,0x7f,0x84,0x79,0x74,0x70,0x74,0x95,0x9d,0x86,0x76,0x73,
  0x7d,0x89,0x79,0x6e,0x7d,0x86,0x7b,0x73,0x72,0x73,0x8d,0xa1,0x8c,
  0x77,0x74,0x7a,0x86,0x7e,0x6f,0x79,0x86,0x7d,0x72,0x71,0x71,0x82,
  0xa0,0x94,0x77,0x6f,0x74,0x81,0x7f,0x6e,0x70,0x80,0x7c,0x70,0x6d,
  0x6f,0x77,0x97,0x9d,0x7b,0x6f,0x73,0x7f,0x84,0x76,0x6d,0x7e,0x82,
  0x75,0x6f,0x73,0x76,0x8f,0xa5,0x87,0x74,0x75,0x7d,0x87,0x7e,0x6d,
  0x79,0x84,0x7b,0x6f,0x71,0x78,0x80,0xa0,0x92,0x75,0x75,0x78,0x81,
  0x83,0x6e,0x71,0x83,0x7f,0x72,0x72,0x7b,0x7c,0x97,0xa0,0x83,0x7b,
  0x7b,0x80,0x8a,0x78,0x70,0x83,0x84,0x79,0x75,0x7d,0x7b,0x88,0xa7,
  0x93,0x7c,0x7d,0x7c,0x89,0x81,0x6d,0x7c,0x87,0x79,0x76,0x7b,0x75,
  0x79,0xa0,0x9d,0x7e,0x7b,0x77,0x84,0x83,0x6d,0x77,0x85,0x7f,0x79,
  0x79,0x7a,0x74,0x96,0xac,0x8a,0x7e,0x7c,0x80,0x89,0x76,0x73,0x86,
  0x86,0x7b,0x79,0x7b,0x74,0x87,0xad,0x97,0x7e,0x7e,0x7a,0x89,0x7a,
  0x71,0x82,0x86,0x7d,0x76,0x78,0x7a,0x7b,0xa0,0xa7,0x7f,0x80,0x7b,
  0x82,0x84,0x72,0x7b,0x8a,0x7d,0x79,0x77,0x7e,0x79,0x8d,0xac,0x8b,
  0x7b,0x7d,0x7d,0x84,0x75,0x74,0x83,0x81,0x77,0x75,0x7b,0x7a,0x7b,
  0xa5,0x99,0x76,0x7e,0x7b,0x7f,0x7c,0x6e,0x7c,0x86,0x77,0x75,0x78,
  0x79,0x77,0x98,0xa1,0x7c,0x78,0x7c,0x7b,0x7a,0x6f,0x75,0x88,0x7b,
  0x71,0x74,0x7b,0x77,0x8f,0xa8,0x7f,0x7a,0x7c,0x7a,0x7c,0x71,0x76,
  0x89,0x7d,0x70,0x73,0x7a,0x7b,0x8f,0xa6,0x82,0x7c,0x77,0x7e,0x78,
  0x73,0x77,0x88,0x7b,0x70,0x71,0x7b,0x80,0x8f,0xa7,0x83,0x7d,0x7a,
  0x7f,0x7b,0x75,0x7c,0x87,0x7c,0x70,0x71,0x7f,0x7f,0x8e,0xa8,0x81,
  0x7a,0x7b,0x80,0x7a,0x75,0x7d,0x85,0x7c,0x6e,0x73,0x7f,0x7f,0x8b,
  0xaa,0x83,0x75,0x84,0x7d,0x7c,0x77,0x7f,0x89,0x78,0x71,0x73,0x7f,
  0x7b,0x8b,0xaf,0x7e,0x79,0x82,0x82,0x7d,0x73,0x85,0x87,0x78,0x6e,
  0x74,0x81,0x76,0x96,0xaa,0x76,0x7d,0x85,0x80,0x77,0x73,0x87,0x83,
  0x70,0x71,0x75,0x80,0x79,0xa4,0x98,0x6d,0x8b,0x80,0x7e,0x75,0x79,
  0x85,0x80,0x70,0x75,0x75,0x81,0x83,0xab,0x85,0x78,0x86,0x80,0x7a,
  0x74,0x79,0x86,0x7c,0x74,0x72,0x78,0x7e,0x90,0xa6,0x7a,0x7f,0x7f,
  0x85,0x77,0x6f,0x85,0x87,0x77,0x7a,0x70,0x7b,0x7c,0xa6,0x95,0x75,
  0x83,0x80,0x80,0x6c,0x77,0x8e,0x7c,0x75,0x7c,0x75,0x72,0x91,0xac,
  0x71,0x81,0x83,0x84,0x72,0x6f,0x8b,0x85,0x73,0x7e,0x7d,0x70,0x81,
  0xb2,0x7d,0x76,0x8c,0x82,0x7e,0x68,0x86,0x8a,0x73,0x7f,0x7f,0x73,
  0x7d,0xae,0x89,0x71,0x89,0x87,0x7e,0x6b,0x82,0x88,0x73,0x7c,0x81,
  0x75,0x78,0xac,0x92,0x6b,0x87,0x86,0x81,0x67,0x7c,0x8b,0x6f,0x76,
  0x80,0x77,0x77,0xa5,0x9e,0x66,0x83,0x87,0x83,0x68,0x77,0x8d,0x72,
  0x74,0x7b,0x79,0x7a,0xa1,0xa8,0x65,0x81,0x84,0x89,0x6b,0x6e,0x95,
  0x73,0x73,0x7f,0x78,0x7c,0xa0,0xac,0x6a,0x7b,0x83,0x8b,0x6b,0x6d,
  0x8f,0x7b,0x6f,0x7d,0x7f,0x79,0xa4,0xa7,0x70,0x7f,0x81,0x8c,0x68,
  0x6e,0x90,0x77,0x71,0x7f,0x7e,0x7c,0xa6,0xa0,0x6d,0x82,0x84,0x8d,
  0x64,0x6f,0x92,0x74,0x6e,0x7f,0x83,0x7d,0xa7,0xa1,0x67,0x82,0x85,
  0x8e,0x68,0x6c,0x93,0x74,0x6c,0x7a,0x85,0x7d,0xac,0x9f,0x68,0x7e,
  0x83,0x92,0x66,0x6e,0x90,0x74,0x70,0x73,0x86,0x80,0xac,0x9f,0x69,
  0x7e,0x84,0x91,0x66,0x73,0x8f,0x78,0x70,0x75,0x85,0x81,0xb0,0x93,
  0x6d,0x7e,0x83,0x90,0x5e,0x76,0x8c,0x71,0x6c,0x76,0x81,0x85,0xae,
  0x86,0x70,0x79,0x87,0x8b,0x5a,0x7e,0x8b,0x74,0x67,0x7d,0x80,0x8a,
  0xb2,0x7c,0x77,0x7d,0x8b,0x88,0x5c,0x87,0x8d,0x76,0x6b,0x85,0x7f,
  0x95,0xb0,0x76,0x7e,0x7b,0x96,0x7d,0x5f,0x8d,0x85,0x75,0x6f,0x89,
  0x81,0x9d,0xa7,0x73,0x80,0x7b,0x99,0x74,0x67,0x8f,0x80,0x70,0x73,
  0x8a,0x7e,0xaa,0x98,0x70,0x82,0x7d,0x9a,0x69,0x71,0x93,0x78,0x70,
  0x7a,0x89,0x81,0xb4,0x8b,0x71,0x82,0x82,0x98,0x5e,0x7e,0x93,0x75,
  0x70,0x7e,0x89,0x84,0xb9,0x81,0x73,0x84,0x85,0x8f,0x59,0x85,0x8d,
  0x73,0x70,0x83,0x84,0x8b,0xb8,0x76,0x78,0x83,0x8e,0x84,0x59,0x8f,
  0x86,0x72,0x71,0x88,0x83,0x95,0xb3,0x72,0x7e,0x80,0x95,0x7b,0x5f,
  0x95,0x80,0x72,0x70,0x89,0x80,0xa1,0xad,0x6c,0x86,0x7d,0x91,0x71,
  0x65,0x96,0x79,0x72,0x73,0x87,0x7b,0xa6,0xa9,0x65,0x86,0x81,0x8e,
  0x68,0x6a,0x98,0x72,0x6d,0x76,0x8b,0x79,0xa9,0xa3,0x65,0x81,0x80,
  0x90,0x62,0x70,0x96,0x73,0x6d,0x70,0x8d,0x7b,0xad,0x9d,0x65,0x89,
  0x7a,0x90,0x62,0x74,0x95,0x70,0x70,0x72,0x86,0x7b,0xb0,0x9c,0x61,
  0x8c,0x78,0x8f,0x62,0x74,0x96,0x6d,0x71,0x76,0x86,0x7a,0xb0,0x9c,
  0x62,0x8a,0x79,0x8e,0x67,0x70,0x9a,0x6b,0x70,0x76,0x86,0x7f,0xb1,
  0x98,0x65,0x89,0x7b,0x89,0x6b,0x6f,0x99,0x6d,0x6b,0x7b,0x7e,0x83,
  0xb6,0x94,0x63,0x8a,0x7e,0x8a,0x62,0x75,0x96,0x70,0x65,0x7b,0x81,
  0x7c,0xb6,0x9a,0x5c,0x89,0x7b,0x90,0x5b,0x71,0x96,0x6d,0x66,0x72,
  0x88,0x76,0xb0,0xa1,0x5c,0x83,0x7b,0x90,0x60,0x67,0x9f,0x68,0x6c,
  0x69,0x8b,0x79,0xa4,0xac,0x5d,0x82,0x78,0x8c,0x6d,0x55,0xa5,0x69,
  0x6d,0x6d,0x7c,0x87,0x97,0xb7,0x5e,0x7e,0x81,0x83,0x78,0x50,0x9b,
  0x7f,0x61,0x78,0x73,0x89,0x91,0xc2,0x6c,0x70,0x8d,0x7f,0x84,0x50,
  0x89,0x97,0x5d,0x79,0x75,0x86,0x8b,0xbe,0x90,0x5a,0x97,0x7b,0x88,
  0x5f,0x71,0xa2,0x69,0x6f,0x7c,0x7f,0x83,0xad,0xbe,0x50,0x8b,0x8a,
  0x7b,0x7b,0x57,0xa8,0x7b,0x62,0x84,0x76,0x85,0x8a,0xd4,0x78,0x59,
  0xa3,0x6e,0x8a,0x56,0x8b,0x9d,0x5d,0x7b,0x77,0x80,0x7a,0xbc,0xb7,
  0x44,0x92,0x80,0x7e,0x6e,0x64,0xab,0x6b,0x6d,0x7d,0x77,0x7f,0x8d,
  0xd8,0x72,0x5a,0x9a,0x71,0x82,0x5d,0x8d,0x8d,0x5e,0x80,0x76,0x79,
  0x7c,0xba,0xb8,0x44,0x85,0x81,0x80,0x6e,0x65,0xa5,0x66,0x6e,0x80,
  0x70,0x7d,0x88,0xd8,0x76,0x4d,0x93,0x78,0x8d,0x49,0x8f,0x9a,0x53,
  0x7f,0x73,0x7b,0x73,0xab,0xce,0x41,0x71,0x89,0x8c,0x6a,0x4d,0xba,
  0x71,0x61,0x7c,0x78,0x7a,0x6f,0xe2,0x93,0x38,0x93,0x80,0x91,0x46,
  0x7e,0xb7,0x52,0x75,0x79,0x78,0x68,0x99,0xf0,0x49,0x5c,0x9b,0x7d,
  0x84,0x41,0xac,0x98,0x4a,0x89,0x70,0x72,0x6c,0xd1,0xc8,0x26,0x89,
  0x8e,0x86,0x6a,0x57,0xca,0x6e,0x59,0x8c,0x6c,0x70,0x79,0xf9,0x8c,
  0x2b,0x9f,0x82,0x8e,0x4b,0x7d,0xcd,0x4b,0x6b,0x86,0x6e,0x66,0x98,
  0xff,0x59,0x43,0xa4,0x86,0x87,0x3d,0xa9,0xbc,0x3d,0x7d,0x82,0x6d,
  0x67,0xb8,0xf1,0x3f,0x59,0xa4,0x8c,0x77,0x44,0xc7,0x9f,0x44,0x81,
  0x7d,0x71,0x6d,0xd1,0xd8,0x2e,0x70,0x9f,0x8e,0x65,0x54,0xd6,0x83,
  0x48,0x80,0x80,0x6f,0x73,0xe8,0xba,0x22,0x82,0x9a,0x90,0x57,0x69,
  0xd9,0x68,0x4e,0x89,0x7f,0x67,0x84,0xfc,0x99,0x1e,0x8e,0x9b,0x92,
  0x47,0x81,0xd3,0x57,0x58,0x8a,0x7c,0x62,0x98,0xff,0x76,0x26,0x93,
  0x99,0x89,0x41,0x9a,0xc7,0x4f,0x63,0x86,0x74,0x63,0xb1,0xfc,0x54,
  0x35,0x97,0x94,0x7b,0x44,0xad,0xb1,0x46,0x6b,0x81,0x67,0x69,0xc9,
  0xe6,0x35,0x42,0x9a,0x92,0x68,0x4c,0xbb,0x96,0x3f,0x71,0x7e,0x62,
  0x6d,0xe4,0xcb,0x18,0x58,0x9b,0x90,0x59,0x5a,0xc5,0x79,0x41,0x79,
  0x79,0x5e,0x7f,0xf8,0x9b,0x13,0x6f,0x95,0x8d,0x48,0x72,0xc3,0x5b,
  0x48,0x7c,0x72,0x57,0x96,0xfb,0x66,0x15,0x7d,0x97,0x7e,0x39,0x91,
  0xb4,0x48,0x52,0x7f,0x6c,0x5a,0xbf,0xeb,0x39,0x33,0x8f,0x9a,0x6a,
  0x41,0xb3,0x9d,0x40,0x63,0x83,0x64,0x65,0xe3,0xcc,0x1c,0x50,0x99,
  0x9b,0x53,0x53,0xc8,0x81,0x42,0x72,0x82,0x5e,0x7c,0xfa,0xa1,0x18,
  0x6c,0x9f,0x96,0x45,0x75,0xcc,0x6a,0x4c,0x7e,0x85,0x59,0x97,0xff,
  0x7e,0x1f,0x7b,0xa9,0x8c,0x3b,0x96,0xc2,0x5d,0x58,0x83,0x7f,0x59,
  0xb5,0xfb,0x54,0x31,0x92,0xa0,0x78,0x4e,0xac,0xab,0x5a,0x67,0x84,
  0x73,0x5d,0xd2,0xe8,0x36,0x45,0x97,0xa3,0x6d,0x47,0xc1,0xa1,0x48,
  0x6a,0x85,0x6b,0x5f,0xe1,0xd4,0x23,0x55,0x98,0x9f,0x5e,0x50,0xca,
  0x8c,0x49,0x70,0x7f,0x6a,0x6d,0xed,0xba,0x1e,0x68,0x97,0x9c,0x57,
  0x62,0xd0,0x7d,0x4f,0x77,0x7d,0x69,0x78,0xf9,0xa6,0x1a,0x79,0x98,
  0x97,0x56,0x70,0xce,0x76,0x53,0x7c,0x81,0x64,0x84,0xff,0x95,0x1f,
  0x85,0x9c,0x93,0x53,0x7f,0xca,0x6f,0x5b,0x81,0x80,0x63,0x96,0xff,
  0x7f,0x27,0x8e,0x9c,0x92,0x4f,0x91,0xcb,0x63,0x63,0x85,0x7e,0x60,
  0xa0,0xff,0x6d,0x2b,0x97,0x9a,0x91,0x4d,0x99,0xc7,0x5f,0x64,0x7f,
  0x7a,0x61,0xa4,0xff,0x60,0x2f,0x94,0x94,0x8d,0x48,0x97,0xbd,0x5b,
  0x62,0x7a,0x73,0x5e,0xa7,0xff,0x4e,0x32,0x96,0x8d,0x89,0x45,0x97,
  0xb9,0x54,0x62,0x7c,0x6b,0x61,0xb4,0xf8,0x40,0x3b,0x96,0x90,0x81,
  0x46,0xa3,0xac,0x52,0x66,0x7a,0x6c,0x60,0xc5,0xec,0x31,0x4c,0x91,
  0x8f,0x7d,0x46,0xae,0xa1,0x4d,0x69,0x75,0x6a,0x5d,0xd4,0xe2,0x1f,
  0x58,0x8c,0x89,0x79,0x46,0xb3,0xa1,0x43,0x6b,0x7a,0x5f,0x5a,0xdf,
  0xd7,0x18,0x5e,0x8b,0x8c,0x70,0x45,0xba,0x9c,0x3a,0x6d,0x7d,0x5a,
  0x5d,0xe9,0xcd,0x15,0x65,0x89,0x92,0x69,0x49,0xc3,0x93,0x3e,0x72,
  0x7a,0x5d,0x65,0xef,0xc2,0x11,0x70,0x8a,0x8e,0x6d,0x53,0xbe,0x8e,
  0x41,0x6f,0x75,0x5b,0x76,0xf6,0xab,0x18,0x7a,0x86,0x8b,0x6a,0x5b,
  0xbf,0x85,0x45,0x72,0x73,0x57,0x7c,0xfd,0x97,0x19,0x7e,0x85,0x8e,
  0x61,0x60,0xc8,0x7d,0x45,0x76,0x71,0x5d,0x7e,0xfe,0x92,0x18,0x7f,
  0x8c,0x8c,0x60,0x66,0xc2,0x7a,0x43,0x76,0x71,0x5e,0x81,0xff,0x88,
  0x1a,0x84,0x8b,0x8b,0x5e,0x6b,0xc2,0x74,0x45,0x77,0x6f,0x60,0x80,
  0xff,0x87,0x19,0x8b,0x88,0x8e,0x5c,0x6a,0xc9,0x6f,0x47,0x79,0x6f,
  0x6c,0x77,0xfe,0xa0,0x12,0x8a,0x87,0x8d,0x66,0x61,0xcc,0x7d,0x3e,
  0x75,0x74,0x6c,0x6d,0xef,0xbe,0x16,0x7f,0x85,0x85,0x77,0x55,0xc1,
  0x92,0x3d,0x6f,0x71,0x6d,0x73,0xcb,0xdf,0x31,0x5e,0x8d,0x82,0x85,
  0x52,0xa7,0xaa,0x45,0x63,0x73,0x69,0x7a,0xb2,0xf4,0x4e,0x41,0x96,
  0x7e,0x8c,0x58,0x8d,0xbd,0x51,0x58,0x78,0x63,0x76,0xa8,0xfa,0x60,
  0x2d,0x9f,0x85,0x85,0x66,0x84,0xbf,0x60,0x4b,0x84,0x66,0x5e,0xb7,
  0xfb,0x58,0x38,0x98,0x86,0x90,0x5f,0x86,0xc8,0x62,0x49,0x86,0x6e,
  0x5c,0xae,0xff,0x6b,0x30,0x90,0x92,0x93,0x5b,0x86,0xc9,0x67,0x4b,
  0x7e,0x75,0x6a,0x9a,0xff,0x88,0x21,0x8c,0x97,0x92,0x68,0x74,0xc9,
  0x7d,0x3f,0x7d,0x7b,0x65,0x9e,0xfc,0x8f,0x26,0x82,0x99,0x93,0x68,
  0x74,0xc7,0x81,0x44,0x7a,0x75,0x64,0xa1,0xff,0x91,0x26,0x7f,0x98,
  0x93,0x65,0x6e,0xca,0x86,0x3a,0x79,0x75,0x61,0xa1,0xff,0x96,0x21,
  0x7c,0x9d,0x8c,0x62,0x74,0xc1,0x8b,0x3f,0x6f,0x75,0x63,0xa1,0xfa,
  0x97,0x27,0x77,0x9b,0x90,0x5a,0x72,0xc5,0x8a,0x41,0x6c,0x73,0x5e,
  0xa4,0xf9,0x95,0x2a,0x73,0x96,0x8e,0x5d,0x72,0xbe,0x89,0x42,0x64,
  0x75,0x60,0x96,0xf5,0xa1,0x2a,0x6a,0x91,0x8e,0x67,0x68,0xb6,0x96,
  0x3d,0x61,0x7c,0x5f,0x83,0xef,0xb4,0x29,0x63,0x8d,0x90,0x70,0x5d,
  0xab,0x9c,0x48,0x5b,0x76,0x72,0x6b,0xd4,0xde,0x25,0x4f,0x94,0x8b,
  0x7d,0x52,0x94,0xb1,0x4d,0x4f,0x79,0x6f,0x6a,0xc5,0xe7,0x3c,0x43,
  0x8c,0x8c,0x84,0x55,0x83,0xb4,0x5e,0x4a,0x72,0x6e,0x6b,0xbd,0xf0,
  0x47,0x38,0x92,0x89,0x7e,0x60,0x7f,0xb1,0x64,0x44,0x74,0x6f,0x64,
  0xbd,0xfc,0x4e,0x30,0x8b,0x8d,0x88,0x5d,0x79,0xba,0x69,0x3c,0x6f,
  0x75,0x6a,0xb0,0xfc,0x60,0x2a,0x83,0x8f,0x8d,0x65,0x71,0xb1,0x78,
  0x40,0x6b,0x71,0x70,0xbc,0xf0,0x5f,0x34,0x7f,0x93,0x8d,0x61,0x7b,
  0xae,0x73,0x4a,0x70,0x6d,0x6d,0xbe,0xf6,0x5d,0x2b,0x8b,0x9f,0x85,
  0x5c,0x7d,0xb6,0x74,0x43,0x73,0x75,0x6a,0xbe,0xf6,0x5c,0x2e,0x8d,
  0xa2,0x85,0x57,0x7c,0xba,0x7a,0x45,0x71,0x74,0x6b,0xc2,0xf1,0x54,
  0x35,0x92,0xa1,0x82,0x52,0x7d,0xbc,0x79,0x48,0x74,0x74,0x6a,0xc5,
  0xee,0x53,0x3b,0x90,0x9f,0x89,0x56,0x79,0xbe,0x80,0x46,0x72,0x70,
  0x71,0xd1,0xe6,0x50,0x40,0x86,0xa3,0x90,0x52,0x7d,0xbd,0x7c,0x4b,
  0x6d,0x68,0x75,0xd6,0xea,0x50,0x37,0x7f,0xae,0x98,0x46,0x7c,0xc5,
  0x81,0x4c,0x5e,0x6b,0x84,0xcb,0xec,0x5a,0x33,0x88,0xa8,0x95,0x54,
  0x69,0xc1,0x92,0x43,0x5b,0x65,0x87,0xdf,0xd3,0x48,0x47,0x8b,0xa2,
  0x89,0x4f,0x7c,0xbd,0x82,0x4b,0x5e,0x5c,0x8d,0xe5,0xc2,0x45,0x4e,
  0x8e,0xaa,0x7a,0x48,0x8e,0xbb,0x7b,0x4d,0x5b,0x5f,0x97,0xe9,0xad,
  0x3d,0x5d,0x8c,0x9d,0x74,0x4f,0x94,0xb2,0x76,0x54,0x5c,0x51,0x92,
  0xfc,0xa4,0x26,0x65,0x92,0x96,0x6d,0x51,0x9b,0xb2,0x70,0x52,0x61,
  0x50,0x85,0xff,0xb6,0x1d,0x5b,0x95,0x9a,0x74,0x4b,0x8f,0xbe,0x77,
  0x47,0x5c,0x58,0x86,0xfb,0xc8,0x27,0x4a,0x93,0xa2,0x7a,0x4b,0x84,
  0xc4,0x82,0x3c,0x50,0x62,0x85,0xed,0xdb,0x35,0x39,0x8c,0xa9,0x83,
  0x44,0x7b,0xcd,0x87,0x33,0x47,0x6a,0x88,0xda,0xe5,0x46,0x31,0x82,
  0xa0,0x8e,0x4d,0x6e,0xca,0x8d,0x35,0x4a,0x62,0x86,0xe0,0xe4,0x4a,
  0x38,0x7f,0x98,0x8e,0x57,0x78,0xbd,0x84,0x42,0x52,0x62,0x79,0xd7,
  0xf7,0x4f,0x28,0x84,0x9c,0x8c,0x60,0x77,0xb7,0x89,0x41,0x56,0x70,
  0x6d,0xbe,0xff,0x68,0x19,0x79,0x9b,0x93,0x6d,0x6b,0xac,0x98,0x48,
  0x51,0x71,0x68,0xaa,0xff,0x8c,0x14,0x63,0x9d,0x9d,0x77,0x63,0xa1,
  0xa3,0x53,0x4d,0x6c,0x67,0x9d,0xff,0xac,0x1a,0x4a,0x9a,0xa9,0x79,
  0x5d,0x98,0xa5,0x68,0x4a,0x5b,0x6e,0x97,0xf4,0xc8,0x27,0x3d,0x90,
  0xa5,0x8b,0x5b,0x82,0xae,0x78,0x4a,0x4e,0x5f,0x9f,0xf5,0xc8,0x3e,
  0x37,0x7d,0xab,0x8c,0x5a,0x81,0xa9,0x81,0x4f,0x48,0x5b,0x92,0xee,
  0xe0,0x4a,0x29,0x76,0xac,0x91,0x57,0x74,0xad,0x89,0x4b,0x49,0x61,
  0x80,0xd6,0xf6,0x6a,0x25,0x67,0xa6,0x9c,0x62,0x6a,0xa8,0x97,0x55,
  0x46,0x5f,0x75,0xb8,0xff,0x90,0x22,0x5e,0x95,0x99,0x79,0x63,0x99,
  0xa5,0x60,0x42,0x58,0x6c,0xa4,0xff,0xb6,0x2c,0x46,0x87,0xa2,0x88,
  0x5f,0x8b,0xaa,0x71,0x48,0x50,0x66,0x93,0xf6,0xdd,0x41,0x2f,0x7f,
  0xa8,0x96,0x62,0x7a,0xab,0x84,0x4e,0x51,0x67,0x83,0xdc,0xf8,0x6b,
  0x23,0x68,0xa6,0xa0,0x6c,0x6f,0xa0,0x91,0x5e,0x4d,0x5b,0x79,0xcc,
  0xff,0x8a,0x21,0x52,0x9e,0xa7,0x73,0x66,0x97,0x9c,0x68,0x47,0x4d,
  0x74,0xc6,0xff,0x9c,0x23,0x41,0x98,0xae,0x74,0x5d,0x8f,0xa0,0x6e,
  0x45,0x40,0x6a,0xc6,0xff,0xa3,0x2a,0x38,0x8c,0xb6,0x7b,0x54,0x8b,
  0xa4,0x73,0x46,0x41,0x63,0xb3,0xfe,0xc0,0x38,0x2c,0x7d,0xb4,0x8d,
  0x55,0x7c,0xa7,0x80,0x4b,0x3d,0x59,0xa9,0xfb,0xd0,0x47,0x26,0x6f,
  0xb1,0x99,0x59,0x6f,0xa5,0x8e,0x52,0x38,0x4e,0x9f,0xfb,0xe0,0x53,
  0x20,0x66,0xb1,0xa4,0x59,0x66,0xa5,0x97,0x5a,0x39,0x45,0x95,0xf3,
  0xec,0x67,0x22,0x59,0xa5,0xb2,0x67,0x5b,0x9f,0xa0,0x62,0x41,0x40,
  0x81,0xe5,0xf8,0x87,0x24,0x45,0x99,0xba,0x76,0x54,0x92,0xa9,0x6d,
  0x42,0x3e,0x71,0xd4,0xff,0xa4,0x2e,0x35,0x86,0xbc,0x8a,0x54,0x85,
  0xaa,0x76,0x49,0x40,0x5d,0xbb,0xff,0xc5,0x40,0x25,0x6d,0xbb,0xa2,
  0x55,0x70,0xaa,0x88,0x4d,0x3b,0x4f,0xa6,0xfc,0xdc,0x5a,0x1e,0x53,
  0xb1,0xb5,0x5c,0x5e,0xa4,0x97,0x57,0x3b,0x42,0x8d,0xf2,0xf3,0x77,
  0x1e,0x43,0x9c,0xbd,0x75,0x56,0x91,0xa0,0x67,0x40,0x3b,0x72,0xd8,
  0xff,0xa4,0x2a,0x29,0x82,0xc4,0x8f,0x52,0x79,0xa2,0x7b,0x4b,0x38,
  0x54,0xb8,0xff,0xcd,0x4b,0x19,0x59,0xb9,0xb3,0x5e,0x5c,0x99,0x93,
  0x59,0x37,0x3f,0x93,0xf6,0xee,0x71,0x18,0x37,0x9b,0xc6,0x7a,0x4c,
  0x81,0xa0,0x6f,0x3e,0x32,0x6e,0xda,0xff,0xa3,0x2a,0x1d,0x74,0xc8,
  0x9f,0x4f,0x66,0x9e,0x83,0x4a,0x30,0x51,0xb8,0xff,0xce,0x47,0x10,
  0x50,0xba,0xbf,0x61,0x4f,0x91,0x9a,0x5b,0x32,0x3e,0x95,0xf6,0xed,
  0x6f,0x13,0x32,0x9c,0xd3,0x83,0x43,0x77,0xa5,0x73,0x3e,0x32,0x6f,
  0xe0,0xff,0x97,0x21,0x23,0x78,0xd0,0xa9,0x4b,0x5a,0xa2,0x8c,0x48,
  0x2b,0x55,0xcd,0xff,0xb3,0x32,0x1b,0x5f,0xc8,0xc4,0x55,0x44,0x9d,
  0xa3,0x51,0x29,0x44,0xb8,0xff,0xcb,0x47,0x1a,0x4b,0xb4,0xd6,0x6d,
  0x39,0x89,0xae,0x61,0x2d,0x38,0xa1,0xff,0xe0,0x5f,0x16,0x39,0xa4,
  0xdf,0x7e,0x35,0x77,0xb1,0x6f,0x34,0x30,0x89,0xf7,0xed,0x77,0x1e,
  0x2e,0x89,0xdd,0x97,0x3a,0x64,0xb1,0x80,0x36,0x27,0x76,0xf0,0xfa,
  0x8a,0x21,0x28,0x7a,0xd4,0xa6,0x45,0x58,0xa8,0x90,0x41,0x24,0x60,
  0xe0,0xff,0xa6,0x35,0x1d,0x5c,0xc9,0xc1,0x54,0x46,0x9b,0x9e,0x4d,
  0x23,0x4c,0xc9,0xff,0xbd,0x46,0x1c,0x4b,0xb3,0xc9,0x6a,0x46,0x8a,
  0xa0,0x5c,0x2f,0x3c,0xab,0xff,0xd6,0x59,0x1f,0x3c,0x9a,0xd4,0x84,
  0x3c,0x70,0xa9,0x73,0x35,0x2e,0x89,0xf8,0xed,0x78,0x24,0x2e,0x81,
  0xd2,0x9c,0x44,0x5e,0xa5,0x84,0x3d,0x28,0x6f,0xe9,0xfb,0x92,0x30,
  0x26,0x66,0xc7,0xb8,0x56,0x49,0x95,0x95,0x4d,0x26,0x53,0xd0,0xff,
  0xb2,0x43,0x20,0x4c,0xb4,0xce,0x6b,0x3d,0x85,0xa2,0x5e,0x2b,0x41,
  0xaf,0xff,0xd3,0x5f,0x22,0x35,0x97,0xdb,0x8e,0x3c,0x6b,0xa6,0x77,
  0x39,0x36,0x8d,0xf6,0xed,0x80,0x2e,0x2a,0x78,0xd5,0xb0,0x4f,0x55,
  0x9b,0x8c,0x4c,0x33,0x72,0xe5,0xfa,0x9c,0x3d,0x26,0x62,0xc9,0xc6,
  0x63,0x4b,0x8f,0x99,0x5b,0x36,0x5f,0xd2,0xff,0xb5,0x50,0x27,0x4d,
  0xb5,0xd8,0x7c,0x43,0x7d,0xa2,0x69,0x38,0x4f,0xb9,0xff,0xcf,0x64,
  0x29,0x3c,0x9d,0xdd,0x99,0x48,0x67,0xa1,0x7e,0x42,0x3f,0x99,0xfc,
  0xe6,0x7e,0x32,0x2e,0x7d,0xd7,0xb5,0x54,0x53,0x96,0x8c,0x50,0x39,
  0x75,0xe6,0xfa,0x9c,0x3e,0x25,0x5d,0xc2,0xcc,0x6e,0x44,0x7e,0x97,
  0x62,0x38,0x5a,0xcc,0xff,0xb7,0x54,0x27,0x43,0xa7,0xdb,0x8c,0x42,
  0x68,0x98,0x73,0x40,0x49,0xac,0xff,0xd1,0x69,0x2f,0x36,0x88,0xd9,
  0xac,0x4d,0x53,0x93,0x84,0x48,0x40,0x92,0xf6,0xe2,0x84,0x3e,0x2a,
  0x6a,0xd0,0xc2,0x5c,0x48,0x87,0x8d,0x51,0x3b,0x79,0xe7,0xf1,0x96,
  0x48,0x29,0x52,0xbd,0xd4,0x70,0x3b,0x75,0x96,0x5d,0x35,0x68,0xd7,
  0xf6,0xa5,0x54,0x2b,0x42,0xa9,0xd9,0x84,0x3e,0x64,0x90,0x68,0x38,
  0x57,0xc6,0xfe,0xb3,0x5b,0x2f,0x39,0x96,0xdc,0x96,0x40,0x58,0x92,
  0x75,0x38,0x49,0xb4,0xfd,0xc5,0x69,0x32,0x2f,0x81,0xd8,0xaa,0x4a,
  0x4c,0x8a,0x83,0x43,0x3b,0x9c,0xfa,0xd5,0x77,0x3b,0x2b,0x67,0xcc,
  0xc1,0x5d,0x40,0x7b,0x8d,0x51,0x36,0x86,0xf0,0xe4,0x89,0x43,0x28,
  0x56,0xbe,0xcf,0x71,0x3f,0x6e,0x8f,0x5f,0x36,0x71,0xe5,0xf1,0x98,
  0x4b,0x28,0x49,0xb2,0xda,0x82,0x3e,0x64,0x93,0x6a,0x37,0x5e,0xd5,
  0xfb,0xab,0x56,0x29,0x3a,0x9d,0xdf,0x98,0x43,0x56,0x90,0x79,0x3d,
  0x4b,0xbe,0xff,0xc0,0x64,0x31,0x30,0x84,0xdb,0xb0,0x52,0x4b,0x84,
  0x83,0x4a,0x40,0xa2,0xff,0xd5,0x76,0x3c,0x2d,0x69,0xce,0xc7,0x66,
  0x42,0x76,0x8c,0x5a,0x3b,0x82,0xf3,0xec,0x8b,0x48,0x2e,0x53,0xb8,
  0xd7,0x81,0x40,0x63,0x8d,0x6c,0x3d,0x65,0xd9,0xfa,0xa6,0x59,0x32,
  0x3d,0x99,0xde,0xa1,0x48,0x4f,0x84,0x7a,0x47,0x52,0xb9,0xfd,0xc2,
  0x6b,0x39,0x32,0x7c,0xd8,0xbd,0x5b,0x44,0x79,0x84,0x52,0x45,0x9e,
  0xfa,0xd8,0x7d,0x41,0x2b,0x64,0xcb,0xd2,0x70,0x3b,0x68,0x8c,0x62,
  0x3d,0x7d,0xee,0xed,0x91,0x49,0x29,0x4f,0xb6,0xdc,0x8a,0x3f,0x57,
  0x87,0x6f,0x41,0x68,0xdc,0xf6,0xa1,0x55,0x2e,0x42,0x9f,0xda,0x9f,
  0x4a,0x4d,0x7f,0x77,0x45,0x57,0xca,0xff,0xb2,0x5c,0x31,0x39,0x8c,
  0xd7,0xb0,0x55,0x44,0x76,0x7d,0x4e,0x4b,0xb4,0xff,0xc3,0x69,0x37,
  0x32,0x77,0xcf,0xc2,0x67,0x3e,0x69,0x81,0x59,0x46,0x9e,0xfb,0xd4,
  0x76,0x3a,0x2d,0x67,0xc5,0xcd,0x76,0x3c,0x5f,0x82,0x62,0x42,0x8b,
  0xf5,0xe1,0x83,0x3d,0x2b,0x5c,0xb9,0xd1,0x85,0x40,0x54,0x7f,0x6a,
  0x45,0x7e,0xeb,0xea,0x8f,0x42,0x2c,0x57,0xb0,0xd1,0x90,0x47,0x51,
  0x7d,0x70,0x47,0x73,0xe4,0xf4,0x9b,0x47,0x2b,0x52,0xa9,0xd2,0x98,
  0x4c,0x4d,0x79,0x75,0x4b,0x67,0xd6,0xf7,0xa9,0x50,0x29,0x46,0x9d,
  0xd4,0xa3,0x51,0x46,0x73,0x79,0x51,0x5e,0xc9,0xf9,0xb5,0x5b,0x2c,
  0x3e,0x8e,0xd1,0xae,0x5a,0x43,0x6b,0x7a,0x56,0x57,0xbc,0xfb,0xc1,
  0x66,0x32,0x39,0x80,0xcc,0xba,0x67,0x41,0x63,0x7c,0x5d,0x50,0xab,
  0xfc,0xcf,0x70,0x36,0x35,0x74,0xc3,0xc2,0x74,0x42,0x5a,0x7b,0x64,
  0x4a,0x97,0xf9,0xdd,0x7c,0x39,0x31,0x68,0xba,0xc9,0x82,0x44,0x51,
  0x78,0x6e,0x4a,0x82,0xee,0xea,0x8b,0x40,0x2e,0x5b,0xaf,0xce,0x92,
  0x4a,0x4a,0x73,0x74,0x50,0x73,0xe1,0xf3,0x9c,0x4a,0x2e,0x50,0xa2,
  0xcf,0xa0,0x54,0x44,0x6b,0x76,0x55,0x66,0xd0,0xf8,0xac,0x54,0x2e,
  0x46,0x94,0xcc,0xad,0x5f,0x41,0x64,0x78,0x5b,0x5c,0xbc,0xf9,0xbd,
  0x60,0x30,0x3d,0x86,0xc8,0xb6,0x6c,0x41,0x5c,0x79,0x63,0x55,0xa7,
  0xf6,0xce,0x71,0x35,0x36,0x76,0xc0,0xc0,0x7d,0x44,0x53,0x77,0x6d,
  0x52,0x8f,0xef,0xdf,0x83,0x3d,0x33,0x67,0xb2,0xc6,0x90,0x4e,0x4a,
  0x71,0x75,0x53,0x79,0xe1,0xee,0x98,0x46,0x31,0x5a,0xa5,0xc6,0x9f,
  0x5c,0x47,0x68,0x77,0x5a,0x6c,0xcf,0xf5,0xad,0x55,0x30,0x4c,0x96,
  0xc7,0xad,0x67,0x46,0x61,0x75,0x5e,0x62,0xbe,0xf6,0xbe,0x65,0x35,
  0x3f,0x83,0xc3,0xbc,0x78,0x46,0x57,0x72,0x65,0x5b,0xa8,0xf4,0xd1,
  0x76,0x39,0x37,0x70,0xb8,0xc4,0x8c,0x4f,0x4e,0x6b,0x6a,0x58,0x90,
  0xe9,0xe2,0x8f,0x44,0x30,0x5d,0xab,0xc8,0x9b,0x5a,0x4c,0x68,0x6d,
  0x56,0x7a,0xda,0xeb,0xa3,0x55,0x32,0x4b,0x96,0xc9,0xab,0x64,0x47,
  0x64,0x74,0x58,0x63,0xc5,0xf4,0xb5,0x62,0x37,0x43,0x82,0xc0,0xbb,
  0x79,0x46,0x55,0x75,0x64,0x57,0xa9,0xf5,0xcd,0x74,0x3a,0x39,0x72,
  0xb5,0xc2,0x8d,0x51,0x4a,0x68,0x6a,0x57,0x90,0xe9,0xdf,0x8d,0x46,
  0x2f,0x5d,0xa9,0xc7,0x9e,0x5c,0x47,0x60,0x6d,0x58,0x7a,0xd9,0xeb,
  0xa4,0x58,0x31,0x49,0x93,0xc7,0xb3,0x6d,0x46,0x58,0x6f,0x5e,0x64,
  0xbd,0xf5,0xc3,0x6f,0x36,0x35,0x76,0xbf,0xc5,0x86,0x4c,0x4e,0x69,
  0x67,0x5a,0x99,0xec,0xdd,0x8b,0x40,0x2a,0x5d,0xb2,0xd1,0x9d,0x54,
  0x43,0x61,0x71,0x61,0x7b,0xd3,0xec,0xaa,0x54,0x2a,0x49,0x9c,0xd4,
  0xb6,0x69,0x3d,0x53,0x75,0x71,0x6b,0xac,0xec,0xcd,0x75,0x33,0x38,
  0x7d,0xc6,0xc9,0x89,0x48,0x44,0x68,0x7b,0x6f,0x87,0xd0,0xe0,0xa2,
  0x4e,0x2c,0x57,0xa9,0xcf,0xa6,0x61,0x42,0x58,0x73,0x74,0x74,0xac,
  0xdd,0xc7,0x7b,0x35,0x34,0x7e,0xc9,0xc3,0x7f,0x48,0x4c,0x69,0x74,
  0x6b,0x8c,0xd1,0xdb,0xa1,0x4e,0x28,0x54,0xaf,0xd6,0xa3,0x56,0x3f,
  0x5f,0x78,0x6e,0x6f,0xb6,0xe8,0xc1,0x69,0x2a,0x3a,0x8c,0xd1,0xc1,
  0x74,0x3b,0x4a,0x75,0x7c,0x63,0x8a,0xdf,0xe2,0x8f,0x38,0x27,0x68,
  0xbc,0xd1,0x97,0x4b,0x39,0x62,0x83,0x6e,0x6a,0xb8,0xeb,0xba,0x5d,
  0x25,0x41,0x95,0xcf,0xb6,0x6b,0x3a,0x4c,0x77,0x7b,0x62,0x8d,0xdc,
  0xd9,0x8a,0x39,0x2a,0x67,0xb6,0xca,0x93,0x4d,0x3c,0x62,0x7f,0x6c,
  0x70,0xbd,0xe5,0xb1,0x5a,0x28,0x44,0x94,0xca,0xb3,0x6b,0x3b,0x4c,
  0x76,0x7a,0x66,0x94,0xdd,0xd3,0x80,0x31,0x2c,0x70,0xbc,0xc9,0x8e,
  0x48,0x3a,0x64,0x81,0x6e,0x75,0xc1,0xe3,0xa8,0x4e,0x25,0x4d,0x9d,
  0xcb,0xaf,0x66,0x3a,0x4e,0x78,0x7a,0x69,0x9c,0xdf,0xcc,0x79,0x33,
  0x36,0x78,0xbb,0xc0,0x89,0x4b,0x42,0x68,0x7f,0x6b,0x79,0xc5,0xe0,
  0xa6,0x51,0x2c,0x51,0x9d,0xc7,0xab,0x67,0x40,0x54,0x77,0x77,0x70,
  0xa6,0xdd,0xc7,0x78,0x34,0x36,0x7c,0xc0,0xbf,0x84,0x4a,0x47,0x67,
  0x7a,0x71,0x8a,0xcc,0xdb,0x9f,0x49,0x26,0x58,0xad,0xcd,0xa2,0x5d,
  0x40,0x59,0x76,0x76,0x7a,0xb5,0xe0,0xbc,0x69,0x29,0x3c,0x90,0xce,
  0xba,0x74,0x43,0x4e,0x72,0x7b,0x6e,0x94,0xd7,0xd6,0x8e,0x3a,0x26,
  0x68,0xbb,0xcc,0x94,0x51,0x41,0x62,0x7a,0x6e,0x7a,0xc0,0xe3,0xb0,
  0x56,0x23,0x45,0x9c,0xd0,0xb1,0x69,0x40,0x54,0x74,0x74,0x6c,0x9f,
  0xdd,0xd1,0x82,0x32,0x29,0x72,0xc2,0xc9,0x8e,0x4f,0x45,0x63,0x74,
  0x6d,0x89,0xce,0xe1,0xa7,0x4e,0x20,0x4c,0xa7,0xd2,0xad,0x64,0x40,
  0x54,0x71,0x72,0x75,0xb1,0xe3,0xc9,0x78,0x2c,0x2b,0x7b,0xc8,0xca,
  0x89,0x48,0x40,0x61,0x74,0x6f,0x93,0xd8,0xde,0x99,0x44,0x22,0x54,
  0xab,0xd1,0xaa,0x60,0x3c,0x52,0x73,0x70,0x71,0xb4,0xec,0xc9,0x6e,
  0x29,0x2f,0x7b,0xc6,0xc6,0x86,0x47,0x41,0x64,0x79,0x68,0x7d,0xca,
  0xe7,0xac,0x53,0x25,0x45,0x9a,0xce,0xb3,0x6d,0x3e,0x49,0x71,0x7d,
  0x6b,0x90,0xd6,0xda,0x93,0x43,0x2a,0x5c,0xae,0xcb,0xa1,0x5d,0x3e,
  0x54,0x77,0x72,0x69,0xa6,0xe4,0xd0,0x7c,0x2e,0x27,0x72,0xc5,0xcd,
  0x8d,0x49,0x3a,0x5f,0x7e,0x6f,0x78,0xbc,0xe1,0xb8,0x60,0x22,0x3a,
  0x92,0xcd,0xb8,0x74,0x42,0x47,0x69,0x75,0x6d,0x9a,0xd8,0xd3,0x8c,
  0x38,0x25,0x69,0xbb,0xc8,0x91,0x52,0x43,0x62,0x7c,0x6e,0x73,0xb7,
  0xde,0xb9,0x64,0x27,0x3d,0x90,0xca,0xb8,0x74,0x41,0x4a,0x73,0x7d,
  0x6b,0x8f,0xd0,0xd2,0x91,0x42,0x2b,0x62,0xaf,0xc7,0x9d,0x5b,0x3f,
  0x5b,0x7e,0x74,0x70,0xad,0xdc,0xc1,0x6f,0x2c,0x37,0x86,0xc5,0xbc,
  0x7e,0x47,0x47,0x6d,0x80,0x6b,0x7f,0xc4,0xdd,0xaa,0x54,0x25,0x4b,
  0xa2,0xcc,0xa9,0x65,0x42,0x56,0x79,0x77,0x68,0x9b,0xdb,0xd2,0x87,
  0x38,0x2c,0x6d,0xb9,0xc3,0x8d,0x52,0x48,0x67,0x7d,0x6a,0x6f,0xb8,
  0xe8,0xbe,0x61,0x24,0x3c,0x91,0xca,0xb4,0x72,0x44,0x4d,0x71,0x7d,
  0x6a,0x84,0xc9,0xdc,0xa1,0x48,0x25,0x58,0xaa,0xc6,0x9c,0x5d,0x46,
  0x5c,0x79,0x75,0x68,0x9b,0xd8,0xd0,0x83,0x34,0x2f,0x76,0xbd,0xbf,
  0x85,0x4d,0x47,0x68,0x7f,0x6d,0x71,0xb4,0xdf,0xb9,0x62,0x2b,0x44,
  0x91,0xc3,0xb1,0x71,0x44,0x4d,0x71,0x7b,0x68,0x86,0xcc,0xdb,0x9c,
  0x46,0x29,0x5e,0xac,0xc5,0x9c,0x5e,0x44,0x59,0x79,0x76,0x6d,0xa1,
  0xdb,0xce,0x7f,0x32,0x31,0x7b,0xbf,0xbd,0x86,0x52,0x4b,0x65,0x7a,
  0x6d,0x7a,0xbc,0xe2,0xb9,0x61,0x28,0x44,0x97,0xc8,0xaf,0x72,0x4c,
  0x53,0x70,0x79,0x69,0x88,0xcc,0xdc,0xa0,0x49,0x27,0x59,0xa9,0xc5,
  0xa2,0x65,0x45,0x56,0x77,0x77,0x6d,0x9d,0xd7,0xce,0x83,0x38,0x32,
  0x74,0xb9,0xbf,0x90,0x58,0x48,0x60,0x79,0x6f,0x77,0xb5,0xdc,0xb9,
  0x65,0x2b,0x40,0x8f,0xc4,0xb4,0x78,0x4a,0x4d,0x6b,0x79,0x6c,0x84,
  0xc1,0xd6,0xa6,0x55,0x2a,0x4e,0x9d,0xc4,0xa8,0x6c,0x48,0x52,0x6e,
  0x74,0x6c,0x94,0xcd,0xd1,0x93,0x45,0x2c,0x61,0xab,0xc1,0x9b,0x61,
  0x47,0x58,0x73,0x70,0x6e,0xa3,0xd6,0xc6,0x7b,0x37,0x34,0x72,0xb2,
  0xbb,0x8e,0x58,0x48,0x5e,0x72,0x6b,0x7b,0xb6,0xd7,0xb6,0x6a,0x30,
  0x3d,0x82,0xbc,0xb8,0x81,0x4f,0x4b,0x65,0x6f,0x6a,0x8f,0xc9,0xd3,
  0x9f,0x53,0x2c,0x4f,0x9c,0xc4,0xa9,0x6e,0x4a,0x53,0x6d,0x6f,0x70,
  0xa2,0xd5,0xcb,0x88,0x3e,0x2f,0x68,0xb1,0xc3,0x98,0x5f,0x49,0x5b,
  0x70,0x6e,0x7e,0xb6,0xd6,0xb9,0x70,0x34,0x3a,0x80,0xbe,0xbd,0x87,
  0x53,0x4b,0x65,0x75,0x6f,0x8d,0xc5,0xd5,0xa5,0x5a,0x32,0x50,0x99,
  0xc4,0xae,0x75,0x4d,0x52,0x6e,0x76,0x74,0x9d,0xce,0xcd,0x92,0x48,
  0x31,0x64,0xac,0xc4,0x9e,0x64,0x49,0x5a,0x74,0x74,0x7c,0xae,0xd2,
  0xbe,0x7b,0x3b,0x39,0x79,0xba,0xbf,0x8c,0x56,0x4a,0x62,0x77,0x74,
  0x8b,0xbe,0xd2,0xad,0x65,0x34,0x4b,0x93,0xc2,0xb2,0x7a,0x4f,0x50,
  0x6b,0x77,0x76,0x9a,0xc8,0xcc,0x99,0x51,0x32,0x5e,0xa6,0xc3,0xa1,
  0x68,0x49,0x55,0x71,0x77,0x7b,0xa4,0xcb,0xc1,0x84,0x40,0x36,0x71,
  0xb2,0xbc,0x90,0x5c,0x49,0x5c,0x74,0x76,0x84,0xb2,0xcd,0xb3,0x6f,
  0x36,0x42,0x85,0xbb,0xb3,0x80,0x52,0x4c,0x63,0x76,0x75,0x8d,0xbb,
  0xca,0xa4,0x5e,0x34,0x4f,0x94,0xbd,0xaa,0x75,0x4d,0x4f,0x69,0x77,
  0x78,0x99,0xc3,0xc5,0x94,0x50,0x36,0x60,0xa3,0xbe,0xa1,0x6a,0x4c,
  0x56,0x71,0x78,0x7e,0xa5,0xc8,0xbd,0x85,0x47,0x3b,0x6f,0xad,0xbb,
  0x96,0x62,0x4d,0x5c,0x73,0x77,0x85,0xae,0xc8,0xb4,0x78,0x40,0x41,
  0x7d,0xb3,0xb5,0x8a,0x5b,0x4e,0x61,0x75,0x77,0x8a,0xb4,0xc7,0xab,
  0x6c,0x3c,0x4a,0x87,0xb5,0xb0,0x82,0x57,0x4f,0x64,0x74,0x77,0x92,
  0xbb,0xc5,0xa0,0x60,0x39,0x53,0x92,0xb8,0xaa,0x7b,0x54,0x52,0x67,
  0x73,0x79,0x9c,0xc2,0xc2,0x95,0x54,0x37,0x5f,0x9e,0xbb,0xa3,0x71,
  0x51,0x55,0x6a,0x71,0x7d,0xa6,0xc6,0xbc,0x87,0x49,0x3b,0x6c,0xa8,
  0xba,0x9a,0x67,0x4f,0x59,0x6d,0x72,0x85,0xae,0xc5,0xb3,0x7b,0x43,
  0x42,0x78,0xad,0xb4,0x8e,0x60,0x4f,0x5c,0x6d,0x72,0x8b,0xb3,0xc3,
  0xaa,0x6f,0x3e,0x48,0x82,0xb0,0xae,0x83,0x5a,0x50,0x60,0x6e,0x74,
  0x91,0xb6,0xc1,0xa2,0x66,0x3c,0x4f,0x8a,0xb2,0xa9,0x7b,0x55,0x51,
  0x62,0x6e,0x78,0x9a,0xba,0xbd,0x98,0x5c,0x3b,0x59,0x95,0xb5,0xa3,
  0x73,0x53,0x54,0x66,0x70,0x7f,0xa3,0xbe,0xba,0x8e,0x52,0x3c,0x65,
  0xa0,0xb8,0x9d,0x6c,0x51,0x57,0x6a,0x74,0x88,0xab,0xc0,0xb5,0x83,
  0x4a,0x40,0x71,0xa9,0xb7,0x93,0x64,0x4f,0x5a,0x6c,0x77,0x91,0xb2,
  0xc0,0xab,0x74,0x42,0x47,0x7f,0xb1,0xb2,0x88,0x5c,0x4f,0x5f,0x6e,
  0x7b,0x99,0xb7,0xbe,0xa0,0x67,0x3e,0x52,0x8d,0xb5,0xab,0x7d,0x56,
  0x51,0x63,0x71,0x80,0xa1,0xbb,0xba,0x95,0x5b,0x3e,0x5f,0x9a,0xb7,
  0xa2,0x73,0x53,0x54,0x67,0x73,0x87,0xa9,0xbc,0xb3,0x88,0x53,0x41,
  0x69,0xa2,0xb5,0x99,0x6a,0x51,0x59,0x6c,0x76,0x8d,0xae,0xbc,0xad,
  0x7e,0x4b,0x45,0x75,0xa9,0xb3,0x90,0x63,0x4e,0x5b,0x6e,0x7b,0x96,
  0xb3,0xbb,0xa3,0x6f,0x44,0x4e,0x84,0xb0,0xad,0x85,0x5d,0x51,0x5f,
  0x6e,0x7d,0x9d,0xb7,0xb8,0x9a,0x65,0x42,0x58,0x8f,0xb3,0xa7,0x7b,
  0x58,0x55,0x66,0x72,0x82,0xa3,0xba,0xb7,0x92,0x5d,0x43,0x62,0x98,
  0xb4,0xa1,0x75,0x56,0x54,0x66,0x74,0x8a,0xaa,0xbc,0xb1,0x87,0x53,
  0x44,0x6e,0xa4,0xb4,0x98,0x6d,0x55,0x58,0x68,0x77,0x92,0xb0,0xbb,
  0xa9,0x7c,0x4d,0x4a,0x79,0xaa,0xb2,0x8e,0x65,0x54,0x5d,0x6d,0x7d,
  0x98,0xb3,0xba,0xa3,0x72,0x48,0x52,0x85,0xad,0xac,0x86,0x61,0x53,
  0x60,0x71,0x82,0x9c,0xb4,0xb7,0x9e,0x6b,0x45,0x57,0x8d,0xb1,0xa7,
  0x7e,0x5d,0x54,0x62,0x74,0x86,0xa1,0xb4,0xb4,0x96,0x64,0x46,0x5e,
  0x92,0xb1,0xa3,0x7a,0x5a,0x54,0x65,0x76,0x87,0xa2,0xb6,0xb4,0x92,
  0x5e,0x44,0x61,0x95,0xb1,0xa0,0x77,0x59,0x54,0x64,0x75,0x88,0xa2,
  0xb4,0xb1,0x8f,0x5c,0x43,0x62,0x96,0xb0,0x9d,0x74,0x58,0x54,0x62,
  0x74,0x8b,0xa5,0xb4,0xae,0x8a,0x58,0x45,0x65,0x99,0xb0,0x9b,0x71,
  0x56,0x55,0x65,0x74,0x89,0xa4,0xb4,0xae,0x8a,0x57,0x44,0x65,0x9a,
  0xb2,0x9c,0x72,0x58,0x57,0x66,0x75,0x88,0xa2,0xb4,0xb1,0x8d,0x5a,
  0x45,0x64,0x98,0xb2,0x9f,0x75,0x59,0x57,0x64,0x72,0x86,0xa2,0xb4,
  0xb2,0x8f,0x5c,0x46,0x62,0x95,0xb1,0xa1,0x77,0x58,0x55,0x63,0x72,
  0x84,0xa0,0xb3,0xb3,0x94,0x61,0x45,0x5c,0x90,0xb0,0xa4,0x7c,0x5c,
  0x55,0x60,0x6f,0x82,0x9c,0xb1,0xb4,0x9a,0x68,0x47,0x58,0x89,0xad,
  0xa6,0x81,0x5f,0x56,0x5f,0x6c,0x7e,0x99,0xaf,0xb5,0x9e,0x6f,0x49,
  0x52,0x83,0xac,0xaa,0x86,0x61,0x54,0x5d,0x6c,0x7c,0x94,0xab,0xb5,
  0xa5,0x78,0x4d,0x4d,0x78,0xa7,0xae,0x8f,0x67,0x52,0x57,0x68,0x7a,
  0x90,0xa6,0xb3,0xa8,0x7f,0x51,0x49,0x70,0xa1,0xb0,0x95,0x6b,0x54,
  0x55,0x65,0x78,0x8e,0xa3,0xb1,0xab,0x87,0x57,0x47,0x69,0x9b,0xb0,
  0x99,0x70,0x56,0x54,0x63,0x75,0x8a,0xa0,0xae,0xac,0x8e,0x5f,0x48,
  0x61,0x92,0xad,0x9d,0x76,0x59,0x55,0x61,0x71,0x84,0x9b,0xab,0xaf,
  0x97,0x69,0x4b,0x5b,0x89,0xac,0xa4,0x7f,0x5e,0x55,0x5f,0x70,0x81,
  0x97,0xa9,0xb0,0xa0,0x75,0x4f,0x55,0x7f,0xa8,0xac,0x8a,0x64,0x55,
  0x5d,0x6e,0x7e,0x92,0xa4,0xb0,0xa9,0x85,0x59,0x4f,0x72,0xa0,0xb1,
  0x97,0x6d,0x57,0x5a,0x6a,0x7a,0x8b,0x9d,0xad,0xb1,0x97,0x69,0x50,
  0x62,0x8e,0xad,0xa2,0x7d,0x5f,0x59,0x62,0x70,0x81,0x96,0xa9,0xb5,
  0xa6,0x7a,0x53,0x54,0x7a,0xa3,0xaa,0x8d,0x68,0x58,0x5b,0x6b,0x7a,
  0x8d,0xa1,0xb2,0xb0,0x8e,0x5e,0x4d,0x68,0x97,0xae,0x9b,0x75,0x5b,
  0x56,0x64,0x74,0x85,0x99,0xac,0xb4,0x9e,0x6f,0x4d,0x58,0x84,0xa9,
  0xa6,0x84,0x63,0x55,0x5d,0x6f,0x7e,0x91,0xa5,0xb3,0xab,0x83,0x57,
  0x4f,0x72,0x9e,0xaa,0x93,0x70,0x5a,0x59,0x67,0x78,0x8a,0x9e,0xaf,
  0xb2,0x96,0x67,0x4e,0x62,0x8d,0xa8,0x9e,0x7f,0x62,0x57,0x5f,0x6f,
  0x81,0x94,0xa5,0xae,0xa2,0x7e,0x5b,0x59,0x77,0x99,0xa2,0x8e,0x71,
  0x5e,0x5c,0x65,0x75,0x8a,0x9f,0xad,0xab,0x90,0x67,0x54,0x67,0x8c,
  0xa2,0x99,0x7d,0x65,0x5b,0x60,0x6d,0x81,0x96,0xa7,0xae,0x9f,0x79,
  0x5a,0x5b,0x7a,0x9a,0x9f,0x8b,0x6f,0x5d,0x5d,0x68,0x78,0x8e,0x9f,
  0xab,0xa5,0x89,0x66,0x59,0x6d,0x8f,0x9e,0x93,0x7b,0x64,0x5c,0x64,
  0x72,0x86,0x9a,0xa7,0xa9,0x97,0x75,0x5d,0x63,0x80,0x9a,0x9b,0x87,
  0x6e,0x5f,0x61,0x6c,0x7e,0x92,0xa2,0xa9,0xa0,0x83,0x65,0x5f,0x75,
  0x91,0x9b,0x8e,0x76,0x63,0x61,0x6a,0x77,0x89,0x9b,0xa6,0xa5,0x90,
  0x70,0x60,0x6b,0x86,0x98,0x93,0x7f,0x69,0x61,0x67,0x72,0x83,0x94,
  0xa1,0xa6,0x99,0x7c,0x63,0x63,0x7a,0x92,0x95,0x85,0x6f,0x63,0x66,
  0x6f,0x7d,0x8e,0x9c,0xa5,0x9e,0x84,0x68,0x61,0x73,0x8a,0x92,0x87,
  0x73,0x65,0x67,0x6d,0x79,0x88,0x97,0xa1,0xa0,0x8c,0x6f,0x61,0x6c,
  0x83,0x91,0x8a,0x76,0x69,0x69,0x6d,0x77,0x85,0x93,0x9f,0x9f,0x8d,
  0x73,0x64,0x6a,0x80,0x8e,0x8a,0x79,0x6e,0x6d,0x71,0x7a,0x86,0x92,
  0x9b,0x9b,0x8c,0x77,0x69,0x6d,0x7e,0x89,0x85,0x7c,0x76,0x74,0x7b,
  0x85,0x8d,0x94,0x93,0x8b,0x7e,0x73,0x72,0x7a,0x81,0x80,0x7b,0x76,
  0x79,0x85,0x90,0x93,0x8e,0x87,0x7f,0x77,0x76,0x7a,0x7f,0x7e,0x7b,
  0x76,0x77,0x81,0x8f,0x97,0x95,0x8a,0x7d,0x72,0x71,0x75,0x7d,0x7f,
  0x7f,0x70,0x6d,0x89,0x91,0x9a,0x91,0x84,0x7a,0x6f,0x72,0x78,0x7c,
  0x80,0x7f,0x7a,0x7a,0x83,0x90,0x98,0x94,0x89,0x82,0x7d,0x79,0x77,
  0x74,0x74,0x74,0x72,0x75,0x7e,0x8c,0x95,0x92,0x88,0x82,0x7e,0x79,
  0x77,0x77,0x78,0x77,0x76,0x77,0x82,0x90,0x98,0x95,0x85,0x7c,0x7a,
  0x7a,0x7b,0x7a,0x7c,0x7d,0x77,0x77,0x83,0x8d,0x95,0x93,0x87,0x7c,
  0x77,0x77,0x7a,0x79,0x7c,0x7d,0x7b,0x82,0x89,0x91,0x93,0x88,0x80,
  0x7d,0x7a,0x7a,0x79,0x7b,0x7a,0x7a,0x7c,0x83,0x8c,0x92,0x90,0x87,
  0x7e,0x7a,0x78,0x76,0x78,0x7a,0x7c,0x7d,0x83,0x87,0x8c,0x8e,0x89,
  0x82,0x7b,0x79,0x77,0x79,0x79,0x79,0x7c,0x81,0x88,0x8c,0x8d,0x88,
  0x80,0x7e,0x7e,0x7b,0x79,0x7a,0x7a,0x7b,0x7f,0x83,0x89,0x8c,0x8a,
  0x81,0x7c,0x7c,0x7a,0x7a,0x7a,0x79,0x7f,0x83,0x82,0x86,0x86,0x85,
  0x82,0x7d,0x7d,0x7c,0x7a,0x7a,0x7d,0x7e,0x82,0x83,0x84,0x85,0x83,
  0x82,0x7f,0x7c,0x7b,0x79,0x7b,0x7e,0x80,0x83,0x84,0x83,0x82,0x83,
  0x82,0x7e,0x7c,0x7c,0x79,0x7b,0x7c,0x80,0x81,0x86,0x85,0x81,0x82,
  0x7f,0x80,0x7e,0x7e,0x7a,0x79,0x7d,0x7e,0x82,0x86,0x84,0x86,0x82,
  0x80,0x7f,0x7e,0x7f,0x7c,0x7d,0x7d,0x7f,0x81,0x85,0x86,0x84,0x87,
  0x81,0x7f,0x81,0x7e,0x7e,0x7c,0x7b,0x7b,0x7e,0x80,0x82,0x84,0x83,
  0x81,0x80,0x81,0x80,0x83,0x85,0x80,0x83,0x85,0x84,0x85,0x86,0x83,
  0x82,0x7f,0x7d,0x7c,0x7e,0x7b,0x7d,0x7f,0x7e,0x80,0x7f,0x82,0x82,
  0x81,0x81,0x80,0x85,0x84,0x82,0x84,0x85,0x85,0x84,0x84,0x85,0x82,
  0x83,0x80,0x7d,0x7d,0x7c,0x7d,0x7e,0x7e,0x7f,0x81,0x7f,0x82,0x84,
  0x83,0x85,0x84,0x84,0x85,0x85,0x82,0x84,0x83,0x84,0x83,0x82,0x81,
  0x7f,0x7f,0x81,0x7f,0x7e,0x81,0x82,0x80,0x84,0x81,0x82,0x85,0x84,
  0x86,0x83,0x84,0x84,0x82,0x7f,0x81,0x82,0x83,0x80,0x81,0x7f,0x83,
  0x86,0x81,0x83,0x84,0x83,0x81,0x82,0x80,0x82,0x81,0x83,0x82,0x7b,
  0x83,0x7f,0x7e,0x7f,0x82,0x81,0x81,0x81,0x84,0x85,0x86,0x8a,0x84,
  0x89,0x8a,0x86,0x83,0x86,0x81,0x81,0x82,0x81,0x82,0x7e,0x83,0x81,
  0x82,0x81,0x83,0x83,0x81,0x81,0x80,0x7e,0x7f,0x7e,0x7d,0x7f,0x7c,
  0x7b,0x7e,0x7e,0x7f,0x7e,0x81,0x7e,0x80,0x80,0x80,0x80,0x7f,0x7e,
  0x7f,0x81,0x7f,0x7f,0x81,0x7f,0x81,0x83,0x84,0x81,0x82,0x82,0x80,
  0x82,0x7e,0x80,0x7c,0x7e,0x7e,0x7e,0x7c,0x7c,0x7e,0x7e,0x7e,0x7d,
  0x80,0x7f,0x7f,0x7e,0x7e,0x7d,0x7e,0x7e,0x7f,0x81,0x7c,0x7e,0x7f,
  0x80,0x81,0x80,0x81,0x83,0x81,0x7f,0x80,0x80,0x81,0x81,0x7f,0x7f,
  0x81,0x7f,0x7f,0x7f,0x81,0x80,0x83,0x80,0x80,0x81,0x80,0x81,0x81,
  0x7f,0x7f,0x80,0x7f,0x80,0x80,0x81,0x7f,0x7e,0x82,0x82,0x7f,0x80,
  0x82,0x7e,0x82,0x82,0x7f,0x81,0x83,0x82,0x81,0x81,0x7f,0x81,0x80,
  0x83,0x7e,0x82,0x81,0x81,0x7f,0x81,0x81,0x83,0x80,0x7f,0x81,0x81,
  0x81,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x83,0x81,0x80,0x84,0x84,
  0x7f,0x7f,0x82,0x7f,0x7e,0x82,0x80,0x7f,0x81,0x82,0x7f,0x81,0x81,
  0x81,0x81,0x81,0x7f,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x82,0x82,
  0x81,0x7f,0x7f,0x80,0x82,0x80,0x7f,0x7f,0x7f,0x7f,0x7e,0x82,0x82,
  0x81,0x7f,0x81,0x80,0x80,0x80,0x80,0x81,0x7f,0x80,0x7e,0x7f,0x7e,
  0x7f,0x80,0x7f,0x7e,0x7f,0x7f,0x7d,0x7f,0x81,0x81,0x7e,0x7e,0x7e,
  0x81,0x7f,0x7f,0x7e,0x80,0x80,0x7f,0x7d,0x80,0x80,0x7d,0x7e,0x7f,
  0x80,0x7f,0x7e,0x7f,0x7d,0x7d,0x7f,0x7f,0x7d,0x7e,0x7f,0x81,0x7e,
  0x80,0x7f,0x7f,0x80,0x80,0x7f,0x7e,0x80,0x7f,0x80,0x7f,0x7f,0x7f,
  0x80,0x80,0x80,0x80,0x81,0x80,0x80,0x7f,0x7f,0x7f,0x7e,0x80,0x81,
  0x80,0x7e,0x80,0x7f,0x81,0x81,0x80,0x7f,0x80,0x82,0x80,0x7e,0x80,
  0x81,0x80,0x80,0x7e,0x7e,0x80,0x82,0x7f,0x7f,0x81,0x80,0x7f,0x7e,
  0x80,0x80,0x7e,0x7e,0x7f,0x81,0x7f,0x7e,0x7f,0x80,0x7e,0x7e,0x80,
  0x81,0x80,0x7f,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x80,0x7e,0x80,0x80,
  0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7e,0x80,0x81,0x7f,0x7f,
  0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x81,0x81,0x80,0x80,0x81,0x81,
  0x80,0x7f,0x80,0x80,0x7e,0x7f,0x81,0x81,0x7f,0x80,0x80,0x7f,0x80,
  0x81,0x80,0x81,0x80,0x7e,0x7f,0x81,0x81,0x80,0x7f,0x81,0x81,0x81,
  0x80,0x80,0x7f,0x80,0x81,0x80,0x7f,0x7f,0x7f,0x7f,0x81,0x7f,0x7f,
  0x80,0x80,0x7f,0x80,0x80,0x7f,0x80,0x80,0x80,0x80,0x80,0x7f,0x80,
  0x80,0x7f,0x7f,0x80,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,
  0x7f,0x7f,0x7f,0x80,0x80,0x80,0x80,0x7f,0x80,0x7f,0x80,0x81,0x80,
  0x80,0x80,0x80,0x80,0x7f,0x7f,0x7f,0x7f,0x80,0x80,0x81,0x81,0x80,
  0x7f,0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x80,0x80,
  0x80,0x80
  };
 
 
// Timer1 overflow interrupt service routine
//interrupt [TIM1_OVF] void timer1_ovf_isr(void){
 ISR(TIM1_OVF){
 if(wait)wait--;
}
 
 
void main(void)
{
  unsigned int buffer_counter;            
  unsigned char prohod=0;
 
  // Input/Output Ports initialization
  PORTA  = 0x00;
  DDRA   = 0x00;
  PORTB  = 0x00;
  DDRB   = 0x00;
  PORTC  = 0x00;
  DDRC   = 0x00;
  PORTD  = 0x00;
  DDRD   = 0x00;
 
  TCNT1H = 0x00;
  TCNT1L = 0x00;
  OCR1AH = 0x00;
  OCR1AL = 0x00;
  OCR1BH = 0x00;
  OCR1BL = 0x00;
  TCCR1A = (1<<COM1B1)|(1<<PWM10);
 
 
 // #asm("sei")
 sei();
 
  while (1) {
    buffer_counter = 0;
 
    TCCR1B         = (1<<CS10);
    TIFR           = (1<<TOV1);
    TIMSK          = (1<<TOIE1);
 
    while (buffer_counter<MIAU_LEN){
      while(wait);
      if (prohod & 0x01) OCR1B = miau_wave[buffer_counter++]>>1;
      else             OCR1B = miau_wave[buffer_counter++];
      wait = 2;
    }
    while(wait);
 
    TIMSK  = 0x00;
    TCCR1B = 0x00;
 
    prohod++;
 
    _delay_ms(1700);
    
  }

}
 

a výsledný překlad

Build started 15.11.2011 at 12:20:09
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2 -std=gnu99    -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT kocka1.o -MF dep/kocka1.o.d  -c  ../kocka1.c
../kocka1.c:543: warning: 'TIM1_OVF' appears to be a misspelled signal handler
../kocka1.c:548: warning: return type of 'main' is not 'int'
avr-gcc -mmcu=at90s8515 -Wl,-Map=kocka1.map kocka1.o     -o kocka1.elf
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature  kocka1.elf kocka1.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex kocka1.elf kocka1.eep || exit 0
avr-objdump -h -S kocka1.elf > kocka1.lss

AVR Memory Usage
----------------
Device: at90s8515

Program:    7078 bytes (86.4% Full)
(.text + .data + .bootloader)

Data:       6803 bytes (1328.7% Full)
(.data + .bss + .noinit)


Build succeeded with 2 Warnings...

a teď jen zbývá to upravit na atmegu8 pokud to velikost paměti flash dovolí díky

Ani omylem. Ta data jsou teď ve flash (z ní se nahrajou po startu do ram) i v ram (kdyby se tam tedy vešla, což nehrozí).
Vyřešení problému smazáním toho, co nechodí - zajímavá strategie. Leč nefunkční. Přiště by sis už mohl odpustit to 6kB pole dat.

To 6kb pole dat zpusobuje ten zvuk… Bez toho to nebude fungovat…
A jak to, ze se to do te AT90S8515 vlezlo… Spise to nejak vyresit tak ze to pole dat do flash, myslim ze to bylo nejak jako PROGMEM, coz uz si psal vyse, pouzival sem to v nejake aplikaci pro display 128x64 kdy uz se obrazek nevlezl do DATA pameti…

Tím “aby si ho odpustil” bylo myšleno aby ho nedávál sem do code (a zazdil několik stránek). Ve zdrojáku samozřejmě zůstat musí a stejně tak musí být umístěno ve FLASH (pomocí PROGMEM), kam se s programem jen tak tak vejde.

Zrovna jsem to chtěl napsat, už mám kolečko na myši dočervena… :smiley:

unsigned char miau_wave] PROGMEM =
{
0x80,0x81,0x81,0x80,0x80,0x81,0x80,0x80,0x80,0x80,0x7f,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x81,0x80,0x7e,0x7e,0x7

To by mělo snad pomoci. Velikost kodu se potom vejde.

Bohužel to překladač to neskousl

Build started 18.11.2011 at 11:36:39
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2 -std=gnu99      -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT kocka1.o -MF dep/kocka1.o.d  -c  ../kocka1.c
../kocka1.c:544: warning: 'TIM1_OVF' appears to be a misspelled signal handler
../kocka1.c:549: warning: return type of 'main' is not 'int'
avr-gcc -mmcu=at90s8515 -Wl,-Map=kocka1.map kocka1.o     -o kocka1.elf
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature  kocka1.elf kocka1.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex kocka1.elf kocka1.eep || exit 0
avr-objdump -h -S kocka1.elf > kocka1.lss

AVR Memory Usage
----------------
Device: at90s8515

Program:    7054 bytes (86.1% Full)
(.text + .data + .bootloader)

Data:          1 bytes (0.2% Full)
(.data + .bss + .noinit)


Build succeeded with 2 Warnings...

tak už jsem na to přišel chyběl tam #include <avr/pgmspace.h>

:arrow_right: administrator: příspěvek byl upraven
Předchozí příspěvky se necitují.

Definice je správně, nejspíš nemáš vložen patřičný .h soubor jako dříve.

toto je bez PROGMEN

AVR Memory Usage 
---------------- 
Device: at90s8515 

Program:    7078 bytes (86.4% Full) 
(.text + .data + .bootloader) 

Data:       6803 bytes (1328.7% Full)
(.data + .bss + .noinit) 

a toto je s PROGMEN


AVR Memory Usage
----------------
Device: at90s8515

Program:    7054 bytes (86.1% Full)
(.text + .data + .bootloader)

Data:          1 bytes (0.2% Full)
(.data + .bss + .noinit)


Build succeeded with 2 Warnings...

další věc co to je za výstup na kterém je ten bzučák OCR1B na kterém portu je? kdybych jsem si to chtěl debugovat pochopitelně napřed musím přidat funkci na čtení s té flašky díky