📄 var.lst
字号:
DSPA -S -l -v2xx VAR.asm
TMS320C24xx COFF Assembler Version 7.02 Tue Jul 29 10:56:08 2003
Copyright (c) 1987-2002 Texas Instruments Incorporated
VAR.asm PAGE 1
1 ;--------------------------------------------------------------------------------------------------
2 ; Filename : FLSHVAR.ASM
3 ; Last Modified : 25 May 2001.
4 ; Version : 1.0
5 ; Originator : Texas Instruments, DSP Digital Control Systems Group.
6 ;--------------------------------------------------------------------------------------------------
7 ;--------------------------------------------------------------------------------------------------
8 ; Description:
9 ;
10 ; This file contains the instantiations for the variables required in the flash
11 ; programming algorithms for the TMS320LF240x.
12 ;--------------------------------------------------------------------------------------------------
13
14
15
16
17 ;--------------------------------------------------------------------------------------------------
18 ; Symbols exported from this file
19 ;-------------------------------------------------------------------------------
20 ; Publish two symbols one without the '_' and one with the '_' so that the
21 ; symbol is available to the C language calling functions as well as
22 ; asm functions in a convenient form.
23 .globl flashAlgoVars
24 .globl _flashAlgoVars
25
26 ;-------------------------------------------------------------------------------
27 ; Import the flash variable structure definitions (and any other things in
28 ; VAR.H
29 ;-------------------------------------------------------------------------------
30 .include "..\include\var.h"
31
32 ;-------------------------------------------------------------------------------
33 ; Data sections generated by this file:
34 ; The data variables instanced in this file are placed in a named section called
35 ; .flshvar
36 ;-------------------------------------------------------------------------------
37
38
39 0000 flashAlgoVars .usect ".flshvar",flshvar_len,1
40 0000- _flashAlgoVars .set flashAlgoVars
No Errors, No Warnings
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -