vectors.asm

来自「这是本人基于dsp编写的利用各种方法产生PWM,看了这些程序」· 汇编 代码 · 共 41 行

ASM
41
字号
       .title		 	"vectors.asm"
       .ref		 	_c_int0,_nothing
	   .sect		 	".vectors"
reset:	  	b	  	_c_int0
int1:	  	b	  	_nothing
int2:           b 	_nothing
int3:		b	 	_nothing
int4:		b	 	_nothing
int5:		b  		_nothing
int6:		b	 	_nothing
RESERVED  		B   _nothing	
SW_INT8 		B 	_nothing 	; Software Interrupt
SW_INT9 		B 	_nothing 	; Software Interrupt
SW_INT10 		B 	_nothing 	; Software Interrupt
SW_INT11 		B 	_nothing 	; Software Interrupt
SW_INT12 		B 	_nothing 	; Software Interrupt
SW_INT13 		B	_nothing 	; Software Interrupt
SW_INT14 		B 	_nothing 	; Software Interrupt
SW_INT15 		B 	_nothing 	; Software Interrupt
SW_INT16 		B 	_nothing 	; Software Interrupt
TRAP 			B 	_nothing 	; Trap vector
NMI 			B 	_nothing	; Non Cmaskable Interrupt
EMU_TRAP 		B 	_nothing 	; Emulator Trap
SW_INT20 		B 	_nothing 	; Software Interrupt
SW_INT21 		B 	_nothing 	; Software Interrupt
SW_INT22 		B 	_nothing 	; Software Interrupt
SW_INT23 		B 	_nothing 	; Software Interrupt
SW_INT24 		B 	_nothing 	; Software Interrupt
SW_INT25 		B 	_nothing 	; Software Interrupt
SW_INT26 		B 	_nothing 	; Software Interrupt
SW_INT27 		B 	_nothing 	; Software Interrupt
SW_INT28 		B 	_nothing 	; Software Interrupt
SW_INT29 		B 	_nothing 	; Software Interrupt
SW_INT30 		B 	_nothing 	; Software Interrupt
SW_INT31 		B 	_nothing 	; Software Interrupt





⌨️ 快捷键说明

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