global_var.asm

来自「基于TMS320F2812的AMR+RS编解码+OFDM调制解调源程序。是sta」· 汇编 代码 · 共 26 行

ASM
26
字号
;the following contains the global varibles in file Decoder.c
	.bss	_synth,			L_FRAME
	
;the following contains the global varibles in file sp_dec.c
	.bss	parm,			MR515_PRM_SIZE
	;.bss	Az_dec,			AZ_SIZE

;the following contains the global varibles in file dec_amr.c
	.bss	prev_lsf,		M
	.bss	lsf_i,			M
	.bss	excp,			L_SUBFR
	.bss	exc_enhanced,	L_SUBFR
	
	.bss    _demodushift,    1
	
	.global		_synth
	
	.global		parm
	;.global		Az_dec
	
	.global		prev_lsf
	.global		lsf_i	
	.global		excp	
	.global		exc_enhanced
	.global		_demodushift
	

⌨️ 快捷键说明

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