CCS PCH C Compiler, Version 4.084, 36728               09-Apr-10 17:33

               Filename: main.lst

               ROM used: 110 bytes (0%)
                         Largest free fragment is 65426
               RAM used: 5 (0%) at main() level
                         5 (0%) worst case
               Stack:    0 locations

*
00000:  GOTO   0004
.................... #include "C:\Users\NRJ\Desktop\main.h" 
.................... #include <18F6620.h> 
.................... //////// Standard Header file for the PIC18F6620 device //////////////// 
.................... #device PIC18F6620 
.................... #list 
....................  
....................  
.................... /*#build(reset=0x0002) 
.................... #ROM 0 = {0xFFFF}     // Insert NOP at address 0 */ 
.................... #device adc=8 
....................  
.................... #FUSES NOWDT                    //No Watch Dog Timer 
.................... #FUSES WDT128                   //Watch Dog Timer uses 1:128 Postscale 
.................... #FUSES HS                       //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for PCD) 
.................... #FUSES NOPROTECT                //Code not protected from reading 
.................... #FUSES NOOSCSEN                 //Oscillator switching is disabled, main oscillator is source 
.................... #FUSES NOBROWNOUT               //No brownout reset 
.................... #FUSES BORV25                   //Brownout reset at 2.5V 
.................... #FUSES NOPUT                    //No Power Up Timer 
.................... #FUSES NOCPD                    //No EE protection 
.................... #FUSES NOSTVREN                 //Stack full/underflow will not cause reset 
.................... #FUSES NODEBUG                  //No Debug mode for ICD 
.................... #FUSES NOLVP                    //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O 
.................... #FUSES NOWRT                    //Program memory not write protected 
.................... #FUSES NOCPB                    //No Boot Block code protection 
.................... #FUSES NOEBTRB                  //Boot block not protected from table reads 
.................... #FUSES NOEBTR                   //Memory not protected from table reads 
.................... #FUSES NOWRTD                   //Data EEPROM not write protected 
.................... #FUSES NOWRTC                   //configuration not registers write protected 
.................... #FUSES NOWRTB                
.................... #use delay(clock=20000000) 
....................  
....................  
....................  
....................  
.................... void main() 
.................... { 
00004:  CLRF   FF8
00006:  BCF    FD0.7
00008:  CLRF   FEA
0000A:  CLRF   FE9
0000C:  MOVF   FC1,W
0000E:  ANDLW  C0
00010:  IORLW  0F
00012:  MOVWF  FC1
00014:  MOVLW  07
00016:  MOVWF  FB4
....................  
....................    setup_adc_ports(NO_ANALOGS); 
00018:  MOVF   FC1,W
0001A:  ANDLW  C0
0001C:  IORLW  0F
0001E:  MOVWF  FC1
....................    setup_adc(ADC_OFF); 
00020:  BCF    FC2.0
....................    setup_psp(PSP_DISABLED); 
00022:  BCF    FB0.4
....................    setup_spi(SPI_SS_DISABLED); 
00024:  BCF    FC6.5
00026:  BCF    F94.5
00028:  BSF    F94.4
0002A:  BCF    F94.3
0002C:  MOVLW  01
0002E:  MOVWF  FC6
00030:  MOVLW  00
00032:  MOVWF  FC7
....................    setup_wdt(WDT_OFF); 
00034:  BCF    FD1.0
....................    setup_timer_0(RTCC_INTERNAL); 
00036:  MOVLW  80
00038:  MOVWF  FD5
....................    setup_timer_1(T1_DISABLED); 
0003A:  CLRF   FCD
....................    setup_timer_2(T2_DISABLED,0,1); 
0003C:  MOVLW  00
0003E:  MOVWF  FCA
00040:  MOVLW  00
00042:  MOVWF  FCB
....................    setup_timer_4(T4_DISABLED,0,1); 
00044:  MOVWF  F76
00046:  MOVLW  00
00048:  MOVWF  F77
....................    setup_comparator(NC_NC_NC_NC); 
0004A:  MOVLW  07
0004C:  MOVWF  FB4
0004E:  MOVF   F97,W
00050:  MOVWF  F97
00052:  MOVLW  10
00054:  MOVWF  00
00056:  DECFSZ 00,F
00058:  BRA    0056
0005A:  NOP   
0005C:  MOVF   FB4,W
0005E:  BCF    FA1.6
....................    setup_vref(FALSE); 
00060:  CLRF   FB5
....................    //setup_oscillator(OSC_NORMAL); 
....................    SET_TRIS_G(0x00); 
00062:  MOVLW  00
00064:  MOVWF  F98
....................    // TODO: USER CODE!! 
....................    OUTPUT_HIGH(PIN_G3); 
00066:  BCF    F98.3
00068:  BSF    F8F.3
....................    while(1); 
0006A:  BRA    006A
....................  
.................... } 
0006C:  SLEEP 

Configuration Fuses:
   Word  1: 2200   HS NOOSCSEN
   Word  2: 0E0D   NOBROWNOUT WDT128 NOWDT BORV25 NOPUT
   Word  3: 0183   CCP2C1 RESERVED
   Word  4: 0080   NOSTVREN NODEBUG NOLVP
   Word  5: C0FF   NOPROTECT NOCPD NOCPB
   Word  6: E0FF   NOWRT NOWRTD NOWRTC NOWRTB
   Word  7: 40FF   NOEBTRB NOEBTR
