Hd44780 Buyuk Font Voltmetre Ampermetre voltaj sagda akim solda

Başlatan Tarik konca, 19 Temmuz 2023, 15:15:05

Tarik konca

Bu link deki: 

https://etepic.com/index.php/topic,5076.new/topicseen.html?PHPSESSID=6095f719c523f8282a4594100a2154e6#new

yazida olan projenin voltaj gostergesi sagda akim gostergesi solda

olan versiyonu  ne farkeder :

cok farkeder benim calisma masamdaki duzen soyle solda adaptor ortada bilgisayar

sagda lehim makinasi adaptorde en cok voltaj degeri ile oynuyorum akim degeri ile az

adaptorum sol tarafta ise sol elimle ayar yapacagim icin voltaj ayari adaptorun

sol yuzeyine yakin tarafta olmali ve ayar pot lari gostergenin hemen altinda olmali

bu benim calisma duzenime ozel tasarimdi bu yazida ise yerleri degismis tasarim icin

belki isinize yarar lazim olur dusuncesiyle siteye yazayim dedim

projeyi proteusda denemeyin yanlis gosteriyor gercek devrede guzel oldu ilgili

resimleri ekliyorum ilk yazidaki aciklamalar yer degisikligi disinda hepsi gecerli


resimler yine bende tam gozukuyor fakat siteye gonderince eksik cikmis nedenini

bilen varsa yardimci olabilirmi

program.bas:


Device=18F452
Declare Xtal 40
Config_Start
   OSC = HSPLL ; HS-PLL Enabled
   WDT = OFF ; Disabled
   LVP = OFF ; Disabled
   Debug = OFF ; Disabled
Config_End
Symbol lcd_data_pin_4=PORTB.3
Symbol lcd_data_pin_3=PORTB.2
Symbol lcd_data_pin_2=PORTB.1
Symbol lcd_data_pin_1=PORTB.0
Symbol lcd_rs_pin=PORTB.4
Symbol lcd_en_pin=PORTB.5
Declare Adin_Res 8
Declare Adin_Stime 65535
Declare Adin_Tad 64_FOSC

Dim sayac As Word
Dim temp As Byte
Dim a_deger As Word
Dim b_deger As Word
Dim dig0 As Byte

Include "kutuphane.bas"
Include "buyuk_font_kutuphane.bas"
main:
TRISA=255

DelayMS 1000


GoSub lcd_kur
GoSub birinci_satir
GoSub ekran_sil
DelayMS 1000

 'for sayac=0 to 900 step 100
 'b_deger=sayac
 'gosub b_deger_yaz
 'delayms 1000
 'next
 
 'dur:
 'goto dur
 
      
basla:
a_deger= ADIn 0
b_deger= ADIn 1
GoSub a_deger_yaz
GoSub b_deger_yaz
GoTo basla 



kutuphane.bas:


Dim rs As Byte
Dim kutuphane_sayac As Byte

GoTo kutuphane_cikis
lcd_kur:
Output lcd_data_pin_4
Output lcd_data_pin_3
Output lcd_data_pin_2
Output lcd_data_pin_1
Output lcd_rs_pin
Output lcd_en_pin
lcd_en_pin=0
rs=0
temp=51
GoSub lcdgonder
temp=50
GoSub lcdgonder
temp=40
GoSub lcdgonder
temp=12
GoSub lcdgonder
temp=3
GoSub lcdgonder
temp=1
GoSub lcdgonder
rs=0
temp=128
GoSub lcdgonder
GoSub cg_ram_doldur
Return


lcdgonder:
lcd_data_pin_4=temp.7
lcd_data_pin_3=temp.6
lcd_data_pin_2=temp.5
lcd_data_pin_1=temp.4
lcd_rs_pin=rs
lcd_en_pin=1
'pauseus 500
lcd_en_pin=0
DelayUS 1700
lcd_data_pin_4=temp.3
lcd_data_pin_3=temp.2
lcd_data_pin_2=temp.1
lcd_data_pin_1=temp.0
lcd_rs_pin=rs
lcd_en_pin=1
'pauseus 500
lcd_en_pin=0
DelayUS 1700
Return



birinci_satir:
rs=0
temp=128
GoSub lcdgonder
Return
ikinci_satir:
rs=0
temp=192
GoSub lcdgonder
Return
birinci_satir_sil:
rs=0
temp=128
GoSub lcdgonder
For kutuphane_sayac=0 To 15 Step 1
rs=1
temp=5
GoSub lcdgonder
Next kutuphane_sayac
Return

ikinci_satir_sil:
rs=0
temp=192
GoSub lcdgonder
For kutuphane_sayac=0 To 15 Step 1
rs=1
temp=5
GoSub lcdgonder
Next kutuphane_sayac
Return

ekran_sil:
rs=0
temp=1
GoSub lcdgonder
Return

cg_ram_doldur:
    rs=0
    temp=$40
GoSub lcdgonder
     
     rs=1
     temp=%11111
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000          '0
     GoSub lcdgonder 
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     
     
     
                    
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder     '1
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%11111
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     
     
     
     temp=%11111
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder    '2
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     
     
     
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder      '3
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder                              
     
     
     
      temp=%11111
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder        '4
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     
     
     
     temp=%11111
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder       '5
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%00001
     GoSub lcdgonder
     temp=%11111
     GoSub lcdgonder
     
     
     
     temp=%11111
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder        '6
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%10000
     GoSub lcdgonder
     temp=%11111
     GoSub lcdgonder
     
     
     
     temp=%11111
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000           '7
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%00000
     GoSub lcdgonder
     temp=%11111
     GoSub lcdgonder
     
     
     
                    
                                                                                                                                                                                                
Return
kutuphane_cikis:




buyuk_font_kutuphane.bas:


GoTo buyuk_font_kutuphane_cikis

a_deger_yaz:
      rs=0
      temp=194
      GoSub lcdgonder
      rs=1
      temp="."
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
     
     ' rs=1
      'temp="V"
      'GoSub lcdgonder

dig0=Dig a_deger,0
If dig0=0 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=133
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=134
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=197
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=198
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


'--------------------------------------------1
dig0=Dig a_deger,1
If dig0=0 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=131
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=132
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=195
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=196
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If         

'-----------------------------------------------2
 dig0=Dig a_deger,2
If dig0=0 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=128
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=129
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=192
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=193
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

      
      
   Return   
      
b_deger_yaz:

      rs=0
      temp=205
      GoSub lcdgonder
      rs=1
      temp="."
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      
      'rs=1
      'temp="A"
      'GoSub lcdgonder

dig0=Dig b_deger,0
If dig0=0 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=142
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=143
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=206
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=207
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


'--------------------------------------------1
dig0=Dig b_deger,1
If dig0=0 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=139
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=140
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=203
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=204
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If         

'-----------------------------------------------2
 dig0=Dig b_deger,2
If dig0=0 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=0
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If


If dig0=1 Then
      'rs=0
      'temp=137
      'GoSub lcdgonder
      'rs=1
      'temp=" "
      'GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      'rs=0
      'temp=201
      'GoSub lcdgonder
      'rs=1
      'temp=" "
      'GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      
      rs=0
      temp=136
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
      rs=0
      temp=200
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If
  
If dig0=2 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
End If
      
  If dig0=3 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      End If
      
  If dig0=4 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

If dig0=5 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=7
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp="_"
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=1
      GoSub lcdgonder
End If

If dig0=6 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp="L"
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=7 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=4
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=2
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If


If dig0=8 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
End If

If dig0=9 Then
      rs=0
      temp=137
      GoSub lcdgonder
      rs=1
      temp=6
      GoSub lcdgonder
      rs=0
      temp=138
      GoSub lcdgonder
      rs=1
      temp=5
      GoSub lcdgonder
      rs=0
      temp=201
      GoSub lcdgonder
      rs=1
      temp=" "
      GoSub lcdgonder
      rs=0
      temp=202
      GoSub lcdgonder
      rs=1
      temp=3
      GoSub lcdgonder
End If

      
      
   Return    
   
 buyuk_font_kutuphane_cikis:       



hex dosyasi:


:020000040000FA
:040000004EEF00F0CF
:08000800E836E836E836380B53
:100010008109C26E0168FF0E23EC00F0C284C2B4F5
:10002000FED70A6AC450096E1200036A026EFF0E00
:100030000226032200D0D8A01200030E016EE60EA5
:1000400002D8F5D7016AFE0F006EE86A015AD8A0FF
:1000500012000000000600D0F8D7010F076E0A0E4C
:10006000026E036A04D8072EFDD704501200056AF9
:10007000046A100EF36E0134043605360250045C37
:100080000350055805E30250045E0350055AD8801A
:1000900000360136F32EEFD700501200000198EF22
:1000A00001F093969394939293909398939A819A54
:1000B000136A330E0D6E79EC00F0320E0D6E79EC92
:1000C00000F0280E0D6E79EC00F00C0E0D6E79EC40
:1000D00000F0030E0D6E79EC00F0010E0D6E79EC60
:1000E00000F0136A800E0D6E79EC00F0DFEC00F08A
:1000F00012000DBE81860DAE81960DBC81840DACC3
:1001000081940DBA81820DAA81920DB881800DA8CB
:100110008190818813A08198818A819A060E016E50
:10012000A40E91DF0DB681860DA681960DB4818453
:100130000DA481940DB281820DA281920DB08180B7
:100140000DA08190818813A08198818A819A060EE2
:10015000016EA40E78DF1200136A800E0D6EC9DFE7
:100160001200136AC00E0D6EC4DF1200136A800EF7
:100170000D6EBFDF146A100E1460C7EF00F0010EA1
:10018000136E050E0D6EB5DF142AD8A0F4D7120039
:10019000136AC00E0D6EADDF146A100E1460D9EF35
:1001A00000F0010E136E050E0D6EA3DF142AD8A009
:1001B000F4D71200136A010E0D6E9BDF1200136A52
:1001C000400E0D6E96DF010E136E1F0E0D6E91DF49
:1001D000100E0D6E8EDF100E0D6E8BDF100E0D6E7D
:1001E00088DF100E0D6E85DF100E0D6E82DF100E93
:1001F0000D6E7FDF100E0D6E7CDF010E0D6E79DF50
:10020000010E0D6E76DF010E0D6E73DF010E0D6EA9
:1002100070DF010E0D6E6DDF010E0D6E6ADF1F0EB9
:100220000D6E67DF0D6A65DF1F0E0D6E62DF010E5A
:100230000D6E5FDF010E0D6E5CDF010E0D6E59DF7E
:10024000010E0D6E56DF010E0D6E53DF010E0D6EA9
:1002500050DF010E0D6E4DDF010E0D6E4ADF010EF7
:100260000D6E47DF010E0D6E44DF010E0D6E41DF96
:10027000010E0D6E3EDF010E0D6E3BDF010E0D6EA9
:1002800038DF010E0D6E35DF1F0E0D6E32DF0D6A89
:1002900030DF0D6A2EDF0D6A2CDF0D6A2ADF0D6A52
:1002A00028DF0D6A26DF0D6A24DF1F0E0D6E21DFA9
:1002B000010E0D6E1EDF010E0D6E1BDF010E0D6EA9
:1002C00018DF010E0D6E15DF010E0D6E12DF010E2F
:1002D0000D6E0FDF1F0E0D6E0CDF1F0E0D6E09DF92
:1002E000100E0D6E06DF100E0D6E03DF100E0D6E7C
:1002F00000DF100E0D6EFDDE100E0D6EFADE100E1C
:100300000D6EF7DE1F0E0D6EF4DE1F0E0D6EF1DEAC
:100310000D6AEFDE0D6AEDDE0D6AEBDE0D6AE9DED9
:100320000D6AE7DE0D6AE5DE1F0E0D6EE2DE1200DD
:10033000F1EF0CF0136AC20E0D6EDBDE010E136ED0
:100340002E0E0D6ED6DE136A840E0D6ED2DE0FC039
:1003500001F00EC000F0000E80DE126E1252D8A422
:10036000D4EF01F0136A850E0D6EC3DE010E136E1D
:100370000D6ABFDE136A860E0D6EBBDE010E136EB4
:10038000020E0D6EB6DE136AC50E0D6EB2DE010EE4
:10039000136E4C0E0D6EADDE136AC60E0D6EA9DE29
:1003A000010E136E0D6EA5DE122CFBEF01F0136A29
:1003B000850E0D6E9EDE010E136E030E0D6E99DE20
:1003C000136A860E0D6E95DE010E136E200E0D6EF5
:1003D00090DE136AC50E0D6E8CDE010E136E030ED9
:1003E0000D6E87DE136AC60E0D6E83DE010E136E70
:1003F000200E0D6E7EDE020E126223EF02F0136AF3
:10040000850E0D6E76DE010E136E070E0D6E71DE1B
:10041000136A860E0D6E6DDE010E136E050E0D6EE7
:1004200068DE136AC50E0D6E64DE010E136E4C0E8F
:100430000D6E5FDE136AC60E0D6E5BDE010E136E6F
:100440005F0E0D6E56DE030E12624AEF02F0136A63
:10045000850E0D6E4EDE010E136E070E0D6E49DE1B
:10046000136A860E0D6E45DE010E136E050E0D6EBF
:1004700040DE136AC50E0D6E3CDE010E136E5F0E7C
:100480000D6E37DE136AC60E0D6E33DE010E136E6F
:100490000D6E2FDE040E126271EF02F0136A850EEC
:1004A0000D6E27DE010E136E4C0E0D6E22DE136AEA
:1004B000860E0D6E1EDE010E136E0D6E1ADE136AB1
:1004C000C50E0D6E16DE010E136E200E0D6E11DEC2
:1004D000136AC60E0D6E0DDE010E136E030E0D6E49
:1004E00008DE050E12629FEF02F0136A850E0D6E94
:1004F00000DE010E136E060E0D6E79EC00F0136A2D
:10050000860E0D6E79EC00F0010E136E070E0D6E67
:1005100079EC00F0136AC50E0D6E79EC00F0010E57
:10052000136E5F0E0D6E79EC00F0136AC60E0D6E41
:1005300079EC00F0010E136E0D6E79EC00F0060EF2
:100540001262CFEF02F0136A850E0D6E79EC00F0A7
:10055000010E136E4C0E0D6E79EC00F0136A860ED0
:100560000D6E79EC00F0010E136E200E0D6E79EC1D
:1005700000F0136AC50E0D6E79EC00F0010E136EDB
:10058000060E0D6E79EC00F0136AC60E0D6E79EC56
:1005900000F0010E136E050E0D6E79EC00F0070EE3
:1005A0001262FFEF02F0136A850E0D6E79EC00F017
:1005B000010E136E040E0D6E79EC00F0136A860EB8
:1005C0000D6E79EC00F0010E136E020E0D6E79ECDB
:1005D00000F0136AC50E0D6E79EC00F0010E136E7B
:1005E000200E0D6E79EC00F0136AC60E0D6E79ECDC
:1005F00000F0010E136E030E0D6E79EC00F0080E84
:1006000012622FEF03F0136A850E0D6E79EC00F085
:10061000010E136E060E0D6E79EC00F0136A860E55
:100620000D6E79EC00F0010E136E050E0D6E79EC77
:1006300000F0136AC50E0D6E79EC00F0010E136E1A
:10064000060E0D6E79EC00F0136AC60E0D6E79EC95
:1006500000F0010E136E050E0D6E79EC00F0090E20
:1006600012625FEF03F0136A850E0D6E79EC00F0F5
:10067000010E136E060E0D6E79EC00F0136A860EF5
:100680000D6E79EC00F0010E136E050E0D6E79EC17
:1006900000F0136AC50E0D6E79EC00F0010E136EBA
:1006A000200E0D6E79EC00F0136AC60E0D6E79EC1B
:1006B00000F0010E136E030E0D6E79EC00F00FC00A
:1006C00001F00EC000F0010E2DEC00F0126E12527F
:1006D000D8A495EF03F0136A830E0D6E79EC00F049
:1006E000010E136E0D6A79EC00F0136A840E0D6E24
:1006F00079EC00F0010E136E020E0D6E79EC00F035
:10070000136AC30E0D6E79EC00F0010E136E4C0EE1
:100710000D6E79EC00F0136AC40E0D6E79EC00F0EA
:10072000010E136E0D6E79EC00F0122CC4EF03F085
:10073000136A830E0D6E79EC00F0010E136E030E3A
:100740000D6E79EC00F0136A840E0D6E79EC00F0FA
:10075000010E136E200E0D6E79EC00F0136AC30EBD
:100760000D6E79EC00F0010E136E030E0D6E79EC38
:1007700000F0136AC40E0D6E79EC00F0010E136EDA
:10078000200E0D6E79EC00F0020E1262F4EF03F011
:10079000136A830E0D6E79EC00F0010E136E070ED6
:1007A0000D6E79EC00F0136A840E0D6E79EC00F09A
:1007B000010E136E050E0D6E79EC00F0136AC30E78
:1007C0000D6E79EC00F0010E136E4C0E0D6E79EC8F
:1007D00000F0136AC40E0D6E79EC00F0010E136E7A
:1007E0005F0E0D6E79EC00F0030E126223EF04F041
:1007F000136A830E0D6E79EC00F0010E136E070E76
:100800000D6E79EC00F0136A840E0D6E79EC00F039
:10081000010E136E050E0D6E79EC00F0136AC30E17
:100820000D6E79EC00F0010E136E5F0E0D6E79EC1B
:1008300000F0136AC40E0D6E79EC00F0010E136E19
:100840000D6E79EC00F0040E126252EF04F0136AA0
:10085000830E0D6E79EC00F0010E136E4C0E0D6ED2
:1008600079EC00F0136A840E0D6E79EC00F0010E45
:10087000136E0D6E79EC00F0136AC30E0D6E79ECF9
:1008800000F0010E136E200E0D6E79EC00F0136A6D
:10089000C40E0D6E79EC00F0010E136E030E0D6E9A
:1008A00079EC00F0050E126281EF04F0136A830EFA
:1008B0000D6E79EC00F0010E136E060E0D6E79ECE4
:1008C00000F0136A840E0D6E79EC00F0010E136EC9
:1008D000070E0D6E79EC00F0136AC30E0D6E79EC05
:1008E00000F0010E136E5F0E0D6E79EC00F0136ACE
:1008F000C40E0D6E79EC00F0010E136E0D6E79ECE6
:1009000000F0060E1262B1EF04F0136A830E0D6E52
:1009100079EC00F0010E136E4C0E0D6E79EC00F0C8
:10092000136A840E0D6E79EC00F0010E136E200E2A
:100930000D6E79EC00F0136AC30E0D6E79EC00F0C9
:10094000010E136E060E0D6E79EC00F0136AC40EE4
:100950000D6E79EC00F0010E136E050E0D6E79EC44
:1009600000F0070E1262E1EF04F0136A830E0D6EC1
:1009700079EC00F0010E136E040E0D6E79EC00F0B0
:10098000136A840E0D6E79EC00F0010E136E020EE8
:100990000D6E79EC00F0136AC30E0D6E79EC00F069
:1009A000010E136E200E0D6E79EC00F0136AC40E6A
:1009B0000D6E79EC00F0010E136E030E0D6E79ECE6
:1009C00000F0080E126211EF05F0136A830E0D6E2F
:1009D00079EC00F0010E136E060E0D6E79EC00F04E
:1009E000136A840E0D6E79EC00F0010E136E050E85
:1009F0000D6E79EC00F0136AC30E0D6E79EC00F009
:100A0000010E136E060E0D6E79EC00F0136AC40E23
:100A10000D6E79EC00F0010E136E050E0D6E79EC83
:100A200000F0090E126241EF05F0136A830E0D6E9D
:100A300079EC00F0010E136E060E0D6E79EC00F0ED
:100A4000136A840E0D6E79EC00F0010E136E050E24
:100A50000D6E79EC00F0136AC30E0D6E79EC00F0A8
:100A6000010E136E200E0D6E79EC00F0136AC40EA9
:100A70000D6E79EC00F0010E136E030E0D6E79EC25
:100A800000F00FC001F00EC000F0020E2DEC00F0DF
:100A9000126E1252D8A477EF05F0136A800E0D6E15
:100AA00079EC00F0010E136E0D6A79EC00F0136A18
:100AB000810E0D6E79EC00F0010E136E020E0D6EBC
:100AC00079EC00F0136AC00E0D6E79EC00F0010EA7
:100AD000136E4C0E0D6E79EC00F0136AC10E0D6EA4
:100AE00079EC00F0010E136E0D6E79EC00F0122C13
:100AF000A6EF05F0136A800E0D6E79EC00F0010E82
:100B0000136E030E0D6E79EC00F0136A810E0D6EFC
:100B100079EC00F0010E136E200E0D6E79EC00F0F2
:100B2000136AC00E0D6E79EC00F0010E136E030E09
:100B30000D6E79EC00F0136AC10E0D6E79EC00F0C9
:100B4000010E136E200E0D6E79EC00F0020E126293
:100B5000D6EF05F0136A800E0D6E79EC00F0010EF1
:100B6000136E070E0D6E79EC00F0136A810E0D6E98
:100B700079EC00F0010E136E050E0D6E79EC00F0AD
:100B8000136AC00E0D6E79EC00F0010E136E4C0E60
:100B90000D6E79EC00F0136AC10E0D6E79EC00F069
:100BA000010E136E5F0E0D6E79EC00F0030E1262F3
:100BB00005EF06F0136A800E0D6E79EC00F0010E61
:100BC000136E070E0D6E79EC00F0136A810E0D6E38
:100BD00079EC00F0010E136E050E0D6E79EC00F04D
:100BE000136AC00E0D6E79EC00F0010E136E5F0EED
:100BF0000D6E79EC00F0136AC10E0D6E79EC00F009
:100C0000010E136E0D6E79EC00F0040E126234EFDB
:100C100006F0136A800E0D6E79EC00F0010E136E73
:100C20004C0E0D6E79EC00F0136A810E0D6E79ECAE
:100C300000F0010E136E0D6E79EC00F0136AC00E19
:100C40000D6E79EC00F0010E136E200E0D6E79EC36
:100C500000F0136AC10E0D6E79EC00F0010E136EF8
:100C6000030E0D6E79EC00F0050E126263EF06F0D4
:100C7000136A800E0D6E79EC00F0010E136E060EF5
:100C80000D6E79EC00F0136A810E0D6E79EC00F0B8
:100C9000010E136E070E0D6E79EC00F0136AC00E94
:100CA0000D6E79EC00F0010E136E5F0E0D6E79EC97
:100CB00000F0136AC10E0D6E79EC00F0010E136E98
:100CC0000D6E79EC00F0060E126293EF06F0136AD7
:100CD000800E0D6E79EC00F0010E136E4C0E0D6E51
:100CE00079EC00F0136A810E0D6E79EC00F0010EC4
:100CF000136E200E0D6E79EC00F0136AC00E0D6EAF
:100D000079EC00F0010E136E060E0D6E79EC00F01A
:100D1000136AC10E0D6E79EC00F0010E136E050E14
:100D20000D6E79EC00F0070E1262C3EF06F0136A45
:100D3000800E0D6E79EC00F0010E136E040E0D6E38
:100D400079EC00F0136A810E0D6E79EC00F0010E63
:100D5000136E020E0D6E79EC00F0136AC00E0D6E6C
:100D600079EC00F0010E136E200E0D6E79EC00F0A0
:100D7000136AC10E0D6E79EC00F0010E136E030EB6
:100D80000D6E79EC00F0080E1262F3EF06F0136AB4
:100D9000800E0D6E79EC00F0010E136E060E0D6ED6
:100DA00079EC00F0136A810E0D6E79EC00F0010E03
:100DB000136E050E0D6E79EC00F0136AC00E0D6E09
:100DC00079EC00F0010E136E060E0D6E79EC00F05A
:100DD000136AC10E0D6E79EC00F0010E136E050E54
:100DE0000D6E79EC00F0090E126223EF07F0136A22
:100DF000800E0D6E79EC00F0010E136E060E0D6E76
:100E000079EC00F0136A810E0D6E79EC00F0010EA2
:100E1000136E050E0D6E79EC00F0136AC00E0D6EA8
:100E200079EC00F0010E136E200E0D6E79EC00F0DF
:100E3000136AC10E0D6E79EC00F0010E136E030EF5
:100E40000D6E79EC00F01200136ACD0E0D6E79EC88
:100E500000F0010E136E2E0E0D6E79EC00F0136A89
:100E60008F0E0D6E79EC00F011C001F010C000F093
:100E7000000E2DEC00F0126E1252D8A46AEF07F0AB
:100E8000136A8E0E0D6E79EC00F0010E136E0D6A72
:100E900079EC00F0136A8F0E0D6E79EC00F0010E04
:100EA000136E020E0D6E79EC00F0136ACE0E0D6E0D
:100EB00079EC00F0010E136E4C0E0D6E79EC00F023
:100EC000136ACF0E0D6E79EC00F0010E136E0D6EED
:100ED00079EC00F0122C99EF07F0136A8E0E0D6E6C
:100EE00079EC00F0010E136E200E0D6E79EC00F01F
:100EF000136A8F0E0D6E79EC00F0010E136E030E67
:100F00000D6E79EC00F0136ACE0E0D6E79EC00F0E8
:100F1000010E136E200E0D6E79EC00F0136ACF0EE9
:100F20000D6E79EC00F0010E136E030E0D6E79EC70
:100F300000F0020E1262C9EF07F0136A8E0E0D6EFA
:100F400079EC00F0010E136E070E0D6E79EC00F0D7
:100F5000136A8F0E0D6E79EC00F0010E136E050E04
:100F60000D6E79EC00F0136ACE0E0D6E79EC00F088
:100F7000010E136E4C0E0D6E79EC00F0136ACF0E5D
:100F80000D6E79EC00F0010E136E5F0E0D6E79ECB4
:100F900000F0030E1262F8EF07F0136A8E0E0D6E6A
:100FA00079EC00F0010E136E070E0D6E79EC00F077
:100FB000136A8F0E0D6E79EC00F0010E136E050EA4
:100FC0000D6E79EC00F0136ACE0E0D6E79EC00F028
:100FD000010E136E5F0E0D6E79EC00F0136ACF0EEA
:100FE0000D6E79EC00F0010E136E0D6E79EC00F0D1
:100FF000040E126227EF08F0136A8E0E0D6E79EC64
:1010000000F0010E136E4C0E0D6E79EC00F0136AB9
:101010008F0E0D6E79EC00F0010E136E0D6E79ECF3
:1010200000F0136ACE0E0D6E79EC00F0010E136E17
:10103000200E0D6E79EC00F0136ACF0E0D6E79EC78
:1010400000F0010E136E030E0D6E79EC00F0050E2C
:10105000126256EF08F0136A8E0E0D6E79EC00F0F6
:10106000010E136E060E0D6E79EC00F0136A8F0EF2
:101070000D6E79EC00F0010E136E070E0D6E79EC1B
:1010800000F0136ACE0E0D6E79EC00F0010E136EB7
:101090005F0E0D6E79EC00F0136ACF0E0D6E79ECD9
:1010A00000F0010E136E0D6E79EC00F0060E126268
:1010B00086EF08F0136A8E0E0D6E79EC00F0010ECB
:1010C000136E4C0E0D6E79EC00F0136A8F0E0D6EE0
:1010D00079EC00F0010E136E200E0D6E79EC00F02D
:1010E000136ACE0E0D6E79EC00F0010E136E060E33
:1010F0000D6E79EC00F0136ACF0E0D6E79EC00F0F6
:10110000010E136E050E0D6E79EC00F0070E1262E3
:10111000B6EF08F0136A8E0E0D6E79EC00F0010E3A
:10112000136E040E0D6E79EC00F0136A8F0E0D6EC7
:1011300079EC00F0010E136E020E0D6E79EC00F0EA
:10114000136ACE0E0D6E79EC00F0010E136E200EB8
:101150000D6E79EC00F0136ACF0E0D6E79EC00F095
:10116000010E136E030E0D6E79EC00F0080E126284
:10117000E6EF08F0136A8E0E0D6E79EC00F0010EAA
:10118000136E060E0D6E79EC00F0136A8F0E0D6E65
:1011900079EC00F0010E136E050E0D6E79EC00F087
:1011A000136ACE0E0D6E79EC00F0010E136E060E72
:1011B0000D6E79EC00F0136ACF0E0D6E79EC00F035
:1011C000010E136E050E0D6E79EC00F0090E126221
:1011D00016EF09F0136A8E0E0D6E79EC00F0010E19
:1011E000136E060E0D6E79EC00F0136A8F0E0D6E05
:1011F00079EC00F0010E136E050E0D6E79EC00F027
:10120000136ACE0E0D6E79EC00F0010E136E200EF7
:101210000D6E79EC00F0136ACF0E0D6E79EC00F0D4
:10122000010E136E030E0D6E79EC00F011C001F08B
:1012300010C000F0010E2DEC00F0126E1252D8A476
:101240004CEF09F0136A8B0E0D6E79EC00F0010E75
:10125000136E0D6A79EC00F0136A8C0E0D6E79EC4A
:1012600000F0010E136E020E0D6E79EC00F0136AA1
:10127000CB0E0D6E79EC00F0010E136E4C0E0D6E60
:1012800079EC00F0136ACC0E0D6E79EC00F0010ED3
:10129000136E0D6E79EC00F0122C7BEF09F0136ADF
:1012A0008B0E0D6E79EC00F0010E136E030E0D6EB9
:1012B00079EC00F0136A8C0E0D6E79EC00F0010EE3
:1012C000136E200E0D6E79EC00F0136ACB0E0D6ECE
:1012D00079EC00F0010E136E030E0D6E79EC00F048
:1012E000136ACC0E0D6E79EC00F0010E136E200E19
:1012F0000D6E79EC00F0020E1262ABEF09F0136A8A
:101300008B0E0D6E79EC00F0010E136E070E0D6E54
:1013100079EC00F0136A8C0E0D6E79EC00F0010E82
:10132000136E050E0D6E79EC00F0136ACB0E0D6E88
:1013300079EC00F0010E136E4C0E0D6E79EC00F09E
:10134000136ACC0E0D6E79EC00F0010E136E5F0E79
:101350000D6E79EC00F0030E1262DAEF09F0136AF9
:101360008B0E0D6E79EC00F0010E136E070E0D6EF4
:1013700079EC00F0136A8C0E0D6E79EC00F0010E22
:10138000136E050E0D6E79EC00F0136ACB0E0D6E28
:1013900079EC00F0010E136E5F0E0D6E79EC00F02B
:1013A000136ACC0E0D6E79EC00F0010E136E0D6E0B
:1013B00079EC00F0040E126209EF0AF0136A8B0E4A
:1013C0000D6E79EC00F0010E136E4C0E0D6E79EC83
:1013D00000F0136A8C0E0D6E79EC00F0010E136EA6
:1013E0000D6E79EC00F0136ACB0E0D6E79EC00F007
:1013F000010E136E200E0D6E79EC00F0136ACC0E08
:101400000D6E79EC00F0010E136E030E0D6E79EC8B
:1014100000F0050E126238EF0AF0136A8B0E0D6EA3
:1014200079EC00F0010E136E060E0D6E79EC00F0F3
:10143000136A8C0E0D6E79EC00F0010E136E070E20
:101440000D6E79EC00F0136ACB0E0D6E79EC00F0A6
:10145000010E136E5F0E0D6E79EC00F0136ACC0E68
:101460000D6E79EC00F0010E136E0D6E79EC00F04C
:10147000060E126268EF0AF0136A8B0E0D6E79EC9D
:1014800000F0010E136E4C0E0D6E79EC00F0136A35
:101490008C0E0D6E79EC00F0010E136E200E0D6EA9
:1014A00079EC00F0136ACB0E0D6E79EC00F0010EB2
:1014B000136E060E0D6E79EC00F0136ACC0E0D6EF5
:1014C00079EC00F0010E136E050E0D6E79EC00F054
:1014D000070E126298EF0AF0136A8B0E0D6E79EC0C
:1014E00000F0010E136E040E0D6E79EC00F0136A1D
:1014F0008C0E0D6E79EC00F0010E136E020E0D6E67
:1015000079EC00F0136ACB0E0D6E79EC00F0010E51
:10151000136E200E0D6E79EC00F0136ACC0E0D6E7A
:1015200079EC00F0010E136E030E0D6E79EC00F0F5
:10153000080E1262C8EF0AF0136A8B0E0D6E79EC7A
:1015400000F0010E136E060E0D6E79EC00F0136ABA
:101550008C0E0D6E79EC00F0010E136E050E0D6E03
:1015600079EC00F0136ACB0E0D6E79EC00F0010EF1
:10157000136E060E0D6E79EC00F0136ACC0E0D6E34
:1015800079EC00F0010E136E050E0D6E79EC00F093
:10159000090E1262F8EF0AF0136A8B0E0D6E79ECE9
:1015A00000F0010E136E060E0D6E79EC00F0136A5A
:1015B0008C0E0D6E79EC00F0010E136E050E0D6EA3
:1015C00079EC00F0136ACB0E0D6E79EC00F0010E91
:1015D000136E200E0D6E79EC00F0136ACC0E0D6EBA
:1015E00079EC00F0010E136E030E0D6E79EC00F035
:1015F00011C001F010C000F0020E2DEC00F0126ED0
:101600001252D8A42EEF0BF0136A890E0D6E79ECEE
:1016100000F0010E136E0D6A79EC00F0136A8A0E69
:101620000D6E79EC00F0010E136E020E0D6E79EC6A
:1016300000F0136AC90E0D6E79EC00F0010E136E06
:101640004C0E0D6E79EC00F0136ACA0E0D6E79EC3B
:1016500000F0010E136E0D6E79EC00F0122C73EF9A
:101660000BF0136A8A0E0D6E79EC00F0010E136E0A
:10167000200E0D6E79EC00F0136ACA0E0D6E79EC37
:1016800000F0010E136E200E0D6E79EC00F0136A5F
:10169000880E0D6E79EC00F0010E136E200E0D6EAB
:1016A00079EC00F0136A890E0D6E79EC00F0010EF2
:1016B000136E030E0D6E79EC00F0136AC80E0D6EFA
:1016C00079EC00F0010E136E200E0D6E79EC00F037
:1016D000136AC90E0D6E79EC00F0010E136E030E45
:1016E0000D6E79EC00F0020E1262A3EF0BF0136A9C
:1016F000890E0D6E79EC00F0010E136E070E0D6E63
:1017000079EC00F0136A8A0E0D6E79EC00F0010E90
:10171000136E050E0D6E79EC00F0136AC90E0D6E96
:1017200079EC00F0010E136E4C0E0D6E79EC00F0AA
:10173000136ACA0E0D6E79EC00F0010E136E5F0E87
:101740000D6E79EC00F0030E1262D2EF0BF0136A0B
:10175000890E0D6E79EC00F0010E136E070E0D6E02
:1017600079EC00F0136A8A0E0D6E79EC00F0010E30
:10177000136E050E0D6E79EC00F0136AC90E0D6E36
:1017800079EC00F0010E136E5F0E0D6E79EC00F037
:10179000136ACA0E0D6E79EC00F0010E136E0D6E19
:1017A00079EC00F0040E126201EF0CF0136A890E5E
:1017B0000D6E79EC00F0010E136E4C0E0D6E79EC8F
:1017C00000F0136A8A0E0D6E79EC00F0010E136EB4
:1017D0000D6E79EC00F0136AC90E0D6E79EC00F015
:1017E000010E136E200E0D6E79EC00F0136ACA0E16
:1017F0000D6E79EC00F0010E136E030E0D6E79EC98
:1018000000F0050E126230EF0CF0136A890E0D6EB7
:1018100079EC00F0010E136E060E0D6E79EC00F0FF
:10182000136A8A0E0D6E79EC00F0010E136E070E2E
:101830000D6E79EC00F0136AC90E0D6E79EC00F0B4
:10184000010E136E5F0E0D6E79EC00F0136ACA0E76
:101850000D6E79EC00F0010E136E0D6E79EC00F058
:10186000060E126260EF0CF0136A890E0D6E79ECB1
:1018700000F0010E136E4C0E0D6E79EC00F0136A41
:101880008A0E0D6E79EC00F0010E136E200E0D6EB7
:1018900079EC00F0136AC90E0D6E79EC00F0010EC0
:1018A000136E060E0D6E79EC00F0136ACA0E0D6E03
:1018B00079EC00F0010E136E050E0D6E79EC00F060
:1018C000070E126290EF0CF0136A890E0D6E79EC20
:1018D00000F0010E136E040E0D6E79EC00F0136A29
:1018E0008A0E0D6E79EC00F0010E136E020E0D6E75
:1018F00079EC00F0136AC90E0D6E79EC00F0010E60
:10190000136E200E0D6E79EC00F0136ACA0E0D6E88
:1019100079EC00F0010E136E030E0D6E79EC00F001
:10192000080E1262C0EF0CF0136A890E0D6E79EC8E
:1019300000F0010E136E060E0D6E79EC00F0136AC6
:101940008A0E0D6E79EC00F0010E136E050E0D6E11
:1019500079EC00F0136AC90E0D6E79EC00F0010EFF
:10196000136E060E0D6E79EC00F0136ACA0E0D6E42
:1019700079EC00F0010E136E050E0D6E79EC00F09F
:10198000090E1262F0EF0CF0136A890E0D6E79ECFD
:1019900000F0010E136E060E0D6E79EC00F0136A66
:1019A0008A0E0D6E79EC00F0010E136E050E0D6EB1
:1019B00079EC00F0136AC90E0D6E79EC00F0010E9F
:1019C000136E200E0D6E79EC00F0136ACA0E0D6EC8
:1019D00079EC00F0010E136E030E0D6E79EC00F041
:1019E00012009268030E036EE80E16EC00F051EC44
:1019F00000F0ACEC00F0DAEC00F0030E036EE80E41
:101A000016EC00F0000E04EC00F00F6A0E6E010EF2
:101A100004EC00F0116A106E9AEC01F024EC07F06F
:041A2000F1D7FFD724
:020000040030CA
:03000100260F0EB9
:02000500018177
:060008000FC00FE00F40E5
:00000001FF



resimler:







Tek Care Format C:

Powered by EzPortal