gui_string.asm

来自「合众达SEED-DTK2812 光盘内容 DSP源码 用户指南 实验手册」· 汇编 代码 · 共 31 行

ASM
31
字号

*******************************************************************************
*  Copyright 2003 by Special Electronic Equipment and Device.
*  All rights reserved. Property of Special Electronic Equipment and Device.
*  Restricted rights to use, duplicate or disclose this code are
******************************************************************************
*  Copyright 2004 by SEED Electronic Technology LTD.                         *
*  All rights reserved. SEED Electronic Technology LTD.                      *
*  Restricted rights to use, duplicate or disclose this code are             *
*  granted through contract.                                                 *
*                                                                            *
*  MODULE NAME... Mcbsp											             *
*  FILENAME...... comunication.c   										     *
*  DESCRIPTION:  															 *
*  This is an fuction which is just for comunication                         *	
*                                                                            *
*  作者:黄林生                                                               *
*  版本:1.0                                                                  *
*  日期:06.10.24                                                             *
******************************************************************************
	.file	"gui_string.asm"
  ;      .c_mode
        
        .def	_strNull			
        .def  	_strMcBSP		
        		
	    .sect	".sconst"
_strNull:			    .pstring   0x00,0x00
_strMcBSP: 	    			.pstring "合众达电子有限公司"	,0x00,0x00

		.end

⌨️ 快捷键说明

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