gpasm-0.13.5 beta crt0.asm 9-9-2008 07:12:53 PAGE 1 LOC OBJECT CODE LINE SOURCE TEXT VALUE 00001 ;-------------------------------------------------------- 00002 ; File Created by SDCC : free open source ANSI-C Compiler 00003 ; Version 2.8.2 #5195 (Jul 13 2008) (UNIX) 00004 ; This file was generated Tue Sep 9 07:12:53 2008 00005 ;-------------------------------------------------------- 00006 ; PIC16 port for the Microchip 16-bit core micros 00007 ;-------------------------------------------------------- 00008 list p=18f2520 00009 00010 radix dec 00011 00012 ;-------------------------------------------------------- 00013 ; public variables in this module 00014 ;-------------------------------------------------------- 00015 global __entry 00016 global __startup 00017 00018 ;-------------------------------------------------------- 00019 ; extern variables in this module 00020 ;-------------------------------------------------------- 00021 extern _stack 00022 extern _stack_end 00023 extern _TBLPTRU 00024 extern _main 00025 00026 ;-------------------------------------------------------- 00027 ; global & static initialisations 00028 ;-------------------------------------------------------- 00029 ; ; Starting pCode block 00030 S_crt0___entry code 0X000000 0000 00031 __entry: 0000 EF00 F000 00032 goto __startup 00033 ; I code from now on! 00034 ; ; Starting pCode block 00035 S_crt0___startup code 0000 00036 __startup: 0000 EE10 F000 00037 lfsr 1, _stack_end 0004 EE20 F000 00038 lfsr 2, _stack_end 0008 6A00 00039 clrf _TBLPTRU, 0 000A 8EA6 00040 bsf 0xa6, 7, 0 000C 9CA6 00041 bcf 0xa6, 6, 0 00042 00043 ; .line 70; crt0.c main(); 000E EC00 F000 00044 CALL _main 0012 00045 _00110_DS_: 00046 ; .line 74; crt0.c goto loop; 0012 D000 00047 BRA _00110_DS_ 00048 00049 00050 ; Statistics: 00051 ; code size: 20 (0x0014) bytes ( 0.02%) 00052 ; 10 (0x000a) words 00053 ; udata size: 0 (0x0000) bytes ( 0.00%) 00054 ; access size: 0 (0x0000) bytes gpasm-0.13.5 beta crt0.asm 9-9-2008 07:12:53 PAGE 2 LOC OBJECT CODE LINE SOURCE TEXT VALUE 00055 00056 gpasm-0.13.5 beta crt0.asm 9-9-2008 07:12:53 PAGE 3 SYMBOL TABLE LABEL VALUE _00110_DS_ 00000012 _TBLPTRU 00000000 __18F2520 00000001 __entry 00000000 __startup 00000000 _main 00000000 _stack 00000000 _stack_end 00000000 Errors : 0 Warnings : 0 reported, 0 suppressed Messages : 0 reported, 0 suppressed