www.pudn.com > f2812_SPI.rar > MAIN.ASM


     
        .ref _c_int00 
       
         
        .sect "codestart"     ;在reset段放置复位向量。reset段在.cmd文件中定义,将其映射到复位向量空间 
        lb _c_int00         
         
     ;   .sect ".vectors"      ;在vectors段中放置出复位以外的其他中断向量  
     ;   .long ERROR           ; ISR1 not implemented 
     ;   .long ERROR           ; ISR2 not implemented 
     ;   .long ERROR           ; ISR3 not implemented 
     ;   .long ERROR           ; ISR4 not implemented 
     ;   .long ERROR           ; ISR5 not implemented 
     ;   .long ERROR           ; ISR6 not implemented 
     ;   .long ERROR           ; ISR7 not implemented 
     ;   .long ERROR           ; ISR8 not implemented 
     ;   .long ERROR           ; ISR9 not implemented 
     ;   .long ERROR           ; ISR10 not implemented 
     ;   .long ERROR           ; ISR11 not implemented 
     ;   .long ERROR           ; ISR12 not implemented 
     ;   .long ERROR           ; ISR13 not implemented 
     ;   .long ERROR           ; ISR14 used by Timer2              
;        .text 
;ERROR:  ESTOP0 
;        IRET