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

📄 vectors.asm

📁 DSP原理及电机控制应用的光盘资料
💻 ASM
字号:
;
;   Spectrum Digital Test code for EVM320C240
;   Copyright (c) 1997.
;   Spectrum Digital, Inc.
;   ALL RIGHTS RESERVED
;
;
;   RTXC assembly language code, vectors for test code on EVM320C240
;       
    .ref    _phantom    ; illegal trap
	.ref   	_c_int0     ; entry point to the code
	.ref	_vhzserve	;entry point to interrupt 2
	.ref	_pdpint
	.global	_vector

                            ; also check the conditional compile in
                            ; scidrv.c and scidrv.h

	.sect	"vectors"
_vector: 
RSVECT      B    _c_int0    ; PM 0  Reset Vector            1
INT1	  	B    _pdpint	; PM 2	Int level 1		4
INT2	  	B    _vhzserve	; PM 4	Int level 2		5
INT3	  	B    _phantom	; PM 6	Int level 3		6
INT4	  	B    _phantom	; PM 8	Int level 4		7
INT5	  	B    _phantom	; PM A	Int level 5		8
INT6	  	B    _phantom	; PM C	Int level 6		9
RESERVED    B    _phantom  	; PM E  (Analysis Int)         10
SW_INT8   	B    _phantom	; PM 10  	User S/W int	-
SW_INT9   	B    _phantom	; PM 12  	User S/W int	-
SW_INT10  	B    _phantom	; PM 14  	User S/W int	-
SW_INT11  	B    _phantom	; PM 16  	User S/W int	-
SW_INT12  	B    _phantom	; PM 18  	User S/W int	-
SW_INT13  	B    _phantom	; PM 1A  	User S/W int	-
SW_INT14  	B    _phantom	; PM 1C  	User S/W int	-
SW_INT15  	B    _phantom	; PM 1E  	User S/W int	-
SW_INT16  	B    _phantom	; PM 20  	User S/W int	-
TRAP	  	B    _phantom	; PM 22  	Trap vector	-
NMI			B    _phantom	; PM 24 	Non maskable int
EMU_TRAP  	B    _phantom	; PM 26  	Emulator Trap	2
SW_INT20  	B    _phantom	; PM 28  	User S/W int	-
SW_INT21  	B    _phantom	; PM 2A  	User S/W int	-
SW_INT22  	B    _phantom	; PM 2C  	User S/W int	-
SW_INT23  	B    _phantom	; PM 2E  	User S/W int	- 




        .end             
                         

⌨️ 快捷键说明

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