vector.asm

来自「PMSM的速度检测程序 基于2407的 参考别人的」· 汇编 代码 · 共 40 行

ASM
40
字号
            .global _c_int0
            .global _adc_int
            .global _PWM_ISR 
            .global _nothing
	        .sect   ".vectors" 
RSVECT 	B	_c_int0 	
int1: 	B 	_adc_int
int2: 	B 	_PWM_ISR
int3:   B   _nothing;_tmr2_isr 
int4:   B       _nothing            ;08h INT4
int5:   B       _nothing            ;0Ah INT5
int6:   B       _nothing            ;0Ch INT6
int7:   B       _nothing            ;0Eh reserved
int8:   B       _nothing            ;10h INT8  (software)
int9:   B       _nothing           ;12h INT9  (software)
int10:  B       _nothing           ;14h INT10 (software)
int11:  B       _nothing          ;16h INT11 (software)
int12:  B       _nothing           ;18h INT12 (software)
int13:  B       _nothing           ;1Ah INT13 (software)
int14:  B       _nothing           ;1Ch INT14 (software)
int15:  B       _nothing           ;1Eh INT15 (software)
int16:  B       _nothing        ;20h INT16 (software)
int17:  B       _nothing         ;22h TRAP
int18:  B       _nothing          ;24h NMI
int19:  B       _nothing          ;26h reserved
int20:  B       _nothing           ;28h INT20 (software)
int21:  B       _nothing           ;2Ah INT21 (software)
int22:  B       _nothing           ;2Ch INT22 (software)
int23:  B       _nothing           ;2Eh INT23 (software)
int24:  B       _nothing         ;30h INT24 (software)
int25:  B       _nothing          ;32h INT25 (software)
int26:  B       _nothing           ;34h INT26 (software)
int27:  B       _nothing          ;36h INT27 (software)
int28:  B       _nothing         ;38h INT28 (software)
int29:  B       _nothing          ;3Ah INT29 (software)
int30:  B       _nothing          ;3Ch INT30 (software)
int31:  B       _nothing           ;3Eh INT31 (software)


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?