kernel.inf

来自「TMS320LF2401A串口烧写程序」· INF 代码 · 共 43 行

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

;------------------------------------------
; Reading data from file: kernel.out
; Number of sections    : 3
;------------------------------------------

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

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

;------------------------------------------
; Reading entries for section: .bss 
;------------------------------------------
; 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 kernel.out: 3 
; No of converted sections : 1 
;-----------------------------------------

⌨️ 快捷键说明

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