target_code.s43

来自「msp430的jtag程序下载的源代码」· S43 代码 · 共 20 行

S43
20
字号
;Source File:   .\Replicator Project & Source\Target_Code.txt
;Date:          1/31/2005

     PUBLIC CodeArray
     RSEG CODE
CodeArray
     DW     0x0002       ; Number of Sections

     DW     0xFF00       ; Start address of section
     DW     0x0012       ; Number of words in section
     DW     0x4031, 0x0300, 0x40B2, 0x5A80, 0x0120, 0xD3D2, 0x0022, 0xD3E2
     DW     0x0032, 0x403F, 0x9C40, 0x831F, 0x23FE, 0xE3D2, 0x0021, 0xE3E2
     DW     0x0031, 0x3FF7

     DW     0xFFFE       ; Start address of section
     DW     0x0001       ; Number of words in section
     DW     0xFF00
     end

⌨️ 快捷键说明

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