📄 vectors_i2c1.s55
字号:
** Copyright (C) 2003 Texas Instruments Incorporated* All Rights Reserved***---------vectors_i2c1.s55---------** Assembly file to set up interrupt vector table* .sect ".vectors"*------------------------------------------------------------------------------* Global symbols defined here and exported out of this file*------------------------------------------------------------------------------ .global _VECSTART*------------------------------------------------------------------------------* Global symbols referenced in this file but defined somewhere else. * Remember that your interrupt service routines need to be referenced here.*------------------------------------------------------------------------------ .ref _c_int00 .def nmi, int0, int1, int2, int3, int4, int5, int6 .def int7, int8, int9, int10, int11, int12, int13 .def int14, int15, int16, int17, int18, int19, int20 .def int21, int22, int23, int24, int25, int26, int27 .def int28, int29_VECSTART: .ivec _c_int00,use_retanmi .ivec no_isr nop_16int0 .ivec no_isr nop_16int1 .ivec no_isr nop_16int2 .ivec no_isr nop_16int3 .ivec no_isr nop_16int4 .ivec no_isr nop_16int5 .ivec no_isr nop_16int6 .ivec no_isr nop_16int7 .ivec no_isr nop_16int8 .ivec no_isr nop_16int9 .ivec no_isr nop_16int10 .ivec no_isr nop_16int11 .ivec no_isr nop_16int12 .ivec no_isr nop_16int13 .ivec no_isr nop_16int14 .ivec no_isr nop_16int15 .ivec no_isr nop_16int16 .ivec no_isr nop_16int17 .ivec no_isr nop_16int18 .ivec no_isr nop_16int19 .ivec no_isr nop_16int20 .ivec no_isr nop_16int21 .ivec no_isr nop_16int22 .ivec no_isr nop_16int23 .ivec no_isr nop_16int24 .ivec no_isr nop_16int25 .ivec no_isr nop_16int26 .ivec no_isr nop_16int27 .ivec no_isr nop_16int28 .ivec no_isr nop_16int29 .ivec no_isr nop_16*------------------------------------------------------------------------------* This is a dummy interrupt service routine used to initialize the IST.*------------------------------------------------------------------------------ .text .def no_isrno_isr: b #no_isr*------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -