int00.asm

来自「该代码实现了 两次下载法在dspC6713平台上 烧写flash的操作过程」· 汇编 代码 · 共 19 行

ASM
19
字号
        .title  "Flash bootup utility for 6211 dsk"
        .option D,T
        .length 102
        .width  140

 .sect ".boot_int00" 
 .global _bootint00

 .ref _c_int00
 
_bootint00:
       
            mvkl .S2 _c_int00, B0
            mvkh .S2 _c_int00, B0
            B    .S2 B0
            nop   5
; 
; end of the bootup routine

⌨️ 快捷键说明

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