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

📄 vectors_6x.asm

📁 一个MATLAB的应用程序
💻 ASM
字号:
; CCSFIR demo for Code Composer Studio(tm);   Simple Vector table for C6xxx series; Copyright 2002 The MathWorks, Inc.; $Revision: 1.3 $  $Date: 2002/06/12 15:30:53 $unused  .macro id        .global unused:id:unused:id:        b unused:id:    ; nested branches to block interrupts        nop 4        b unused:id:        nop        nop        nop        nop        nop        .endm        .sect ".vectors"        .ref _c_int00           ; C entry point        .align  32*8*4          ; must be aligned on 256 word boundaryRESET:                          ; reset vector        mvkl _c_int00,b0        ; load destination function address to b0        mvkh _c_int00,b0        b b0                    ; start branch to destination function        mvc PCE1,b0             ; address of interrupt vectors        mvc b0,ISTP             ; set table to point here        nop 3                   ; fill delay slot        nop        nop        ;        ;  plug unused interrupts with infinite loops to        ;  catch stray interrupts        ;        unused 1        unused 2        unused 3        unused 4        unused 5        unused 6        unused 7        unused 8        unused 9        unused 10        unused 11        unused 12        unused 13        unused 14        unused 15

⌨️ 快捷键说明

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