io_1.inf

来自「非常实用的韩国dsp2407源代码」· INF 代码 · 共 79 行

INF
79
字号
;******************************************
; TMS320F240 RS232 Flash Programmer 2.0b
; (C) Copyright 1996 Texas Instruments
;******************************************

;------------------------------------------
; Reading data from file: IO_1.out
; Number of sections    : 9
;------------------------------------------

;----------------------------------------
; Program entry point definition
;----------------------------------------
000b1h  ; entry point

;------------------------------------------
; Reading entries for section: .vectors 
;------------------------------------------
0003ch  ; section size
00000h  ; section address
00000h  ; Memory page (0:prog, 1:data)
; Section data not included

;------------------------------------------
; Reading entries for section: .text 
;------------------------------------------
000e4h  ; section size
00044h  ; section address
00000h  ; Memory page (0:prog, 1:data)
; Section data not included

;------------------------------------------
; Reading entries for section: .cinit 
;------------------------------------------
00007h  ; section size
00128h  ; section address
00000h  ; Memory page (0:prog, 1:data)
; Section data not included

;------------------------------------------
; Reading entries for section: .switch 
;------------------------------------------
; Section has a length of zero: Not be programmed

;------------------------------------------
; Reading entries for section: .const 
;------------------------------------------
; Section has a length of zero: Not be programmed

;------------------------------------------
; Reading entries for section: .sysmen 
;------------------------------------------
; Section has a length of zero: Not be programmed

;------------------------------------------
; Reading entries for section: .bss 
;------------------------------------------
; Section has a length of zero: Not be programmed

;------------------------------------------
; Reading entries for section: .stack 
;------------------------------------------
; Section has a length of zero: Not be programmed

;------------------------------------------
; Reading entries for section: .data 
;------------------------------------------
; Section has a length of zero: Not be programmed

;----------------------------------------
; add a trailing zero for end mark
;----------------------------------------
0000

;-----------------------------------------
; No of sections in file IO_1.out: 9 
; No of converted sections : 3 
;-----------------------------------------

⌨️ 快捷键说明

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