sfpe_b.inf

来自「jaaj」· INF 代码 · 共 51 行

INF
51
字号
;******************************************
; TMS320F240 BOOT-Loader Converter 1.00
; (C) Copyright 1996 Texas Instruments
;******************************************

;------------------------------------------
; Reading data from file: sfpe_b.out
; Number of sections    : 4
;------------------------------------------

;----------------------------------------
; Program entry point definition
;----------------------------------------
00000h  ; entry point

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

;------------------------------------------
; Reading entries for section: .bss 
;------------------------------------------
; Section has a length of zero: Will not be loaded

;------------------------------------------
; Reading entries for section: kernel 
;------------------------------------------
00067h  ; section size
0fe00h  ; section address
00000h  ; Memory page (0:prog, 1:data)
; Section data not included

;------------------------------------------
; Reading entries for section: .data 
;------------------------------------------
; Section has a length of zero: Will not be loaded

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

;-----------------------------------------
; No of sections in file sfpe_b.out: 4 
; No of converted sections : 2 
;-----------------------------------------

⌨️ 快捷键说明

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