_csl_intcnmidummy.asm
来自「TI达芬奇dm644x各硬件模块测试代码」· 汇编 代码 · 共 20 行
ASM
20 行
;/*****************************************************\
; * Copyright 2004, Texas Instruments Incorporated. *
; * All rights reserved. *
; * Restricted rights to use, duplicate or disclose *
; * this code are granted through contract. *
; * *
; * "@(#) PSP/CSL 3.0.0.0 (2003-09-30) *
;\*****************************************************/
;/** @file _csl_intcIsrDispatch.asm
; *
; * @date 12th June, 2004
; * @author Ruchika Kharwar
; */
.global __CSL_intcNmiDummy
.def __CSL_intcNmiDummy
.sect ".text:csl_section:intc"
__CSL_intcNmiDummy:
b nrp
nop 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?