⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vectors.asm

📁 dsp tmslf2407a 汇编,c的原代码,包括i2c,scitimer,fir等的很多程序.
💻 ASM
字号:
                .title "vectors.asm"
                .ref	_c_int0,_nothing,_GISR1,_T3INT,_GISR4,_CAP3_ISR                 
                .sect	".vectors"				;定义主向量段
RSVECT		B    _c_int0				;PM 0	Reset Vector		1
INT1	  	B    _GISR1		    ;PM 2	Int level 1			4
INT2	  	B    _T3INT		    ;PM 4	Int level 2			5
INT3	  	B    _nothing			;PM 6	Int level 3			6
INT4	  	B    _GISR4		    ;PM 8	Int level 4			7
INT5	  	B    _nothing  			;PM A	Int level 5			8
INT6	  	B    _nothing			;PM C	Int level 6			9
RESERVED 	B    _nothing			;PM E	(Analysis Int)		10
SW_INT8   	B    _nothing			;PM 10  	User S/W int		-
SW_INT9   	B    _nothing			;PM 12  	User S/W int		-
SW_INT10  	B    _nothing			;PM 14  	User S/W int		-
SW_INT11  	B    _nothing			;PM 16  	User S/W int		-
SW_INT12  	B    _nothing			;PM 18  	User S/W int		-
SW_INT13  	B    _nothing			;PM 1A  	User S/W int		-
SW_INT14  	B    _nothing			;PM 1C  	User S/W int		-
SW_INT15  	B    _nothing			;PM 1E  	User S/W int		-
SW_INT16  	B    _nothing			;PM 20  	User S/W int		-
TRAP	  	B    _nothing			;PM 22  	Trap vector			-
NMI	  	    B    _nothing			;PM 24  	Non maskable Int		3
EMU_TRAP 	B    _nothing			;PM 26  	Emulator Trap		2
SW_INT20  	B    _nothing			;PM 28  	User S/W int		-
SW_INT21  	B    _nothing			;PM 2A  	User S/W int		-
SW_INT22  	B    _nothing			;PM 2C  	User S/W int		-
SW_INT23  	B    _nothing			;PM 2E  	User S/W int		-
SW_INT24  	B    _nothing			;PM 30  	User S/W int		-
SW_INT25  	B    _nothing			;PM 32  	User S/W int		-
SW_INT26  	B    _nothing			;PM 34  	User S/W int		-
SW_INT27  	B    _nothing			;PM 36  	User S/W int		-
SW_INT28  	B    _nothing			;PM 38  	User S/W int		-
SW_INT29  	B    _nothing			;PM 3A  	User S/W int		-
SW_INT30  	B    _nothing			;PM 3C  	User S/W int		-
SW_INT31  	B    _nothing			;PM 3E  	User S/W int		-
		.sect	".pvecs"				;定义子向量段
PVECTORS	
        B	_nothing			;Reserved pvector addr offset-0000h 
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset -ADCINT
		B	_nothing			;Reserved pvector addr offset-0005h
		B	_nothing			;Reserved pvector addr offset-0005h		
;		B	_sci_rx_isr		;Reserved pvector addr offset
;		B	SCI_TX_ISR		;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-000ah
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset-0010h
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-0015h
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset-001Ah
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset-0020h
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-0025h
		B	_nothing			;Reserved pvector addr offset
		B	_nothing	        ;Reserved pvector addr offset-0027h  T1PINT中断
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset 
		B	_nothing			;Reserved pvector addr offset-002Ah
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing	        ;pvector addr offset 0x02f - T3PINT 
		B	_nothing		 	;Reserved pvector addr offset-0030h
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_CAP3_ISR			;Reserved pvector addr offset-0035h
		B	_nothing		    ;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-003aAh
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-003Fh
		B	_nothing			;Reserved pvector addr offset
		B	_nothing			;Reserved pvector addr offset-0041h	

⌨️ 快捷键说明

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