📄 vectors_54x.asm
字号:
; Simple Vector table for c54xx processor;; Copyright 2002 The MathWorks, Inc.; $Revision: 1.3 $ $Date: 2002/06/12 15:30:53 $;; ======== vectors.asm ========; Plug in the entry point at RESET in the interrupt vector table;;; ======== unused ========; plug inifinite loop -- with nested branches to; disable interrupts -- for all undefined vectors; .sect ".vectors" .ref _c_int00 ; C entry point .align 0x80 ; must be aligned on page boundaryRESET: ; reset vector BD _c_int00 ; branch to C entry point STM #200,SP ; stack size of 200nmi: RETE ; enable interrupts and return from one NOP NOP NOP ;NMI~ ; software interruptssint17 .space 4*16sint18 .space 4*16sint19 .space 4*16sint20 .space 4*16sint21 .space 4*16sint22 .space 4*16sint23 .space 4*16sint24 .space 4*16sint25 .space 4*16sint26 .space 4*16sint27 .space 4*16sint28 .space 4*16sint29 .space 4*16sint30 .space 4*16int0: RETE NOP NOP NOPint1: RETE NOP NOP NOPint2: RETE NOP NOP NOPtint: RETE NOP NOP NOPrint0: RETE NOP NOP NOPxint0: RETE NOP NOP NOPrint1: RETE NOP NOP NOPxint1: RETE NOP NOP NOPint3: RETE NOP NOP NOP .end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -