gui_string.asm

来自「合众达系列DSP的MCBSP程序」· 汇编 代码 · 共 36 行

ASM
36
字号

*******************************************************************************
*  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
*  granted through contract.
*  
*------------------------------------------------------------------------------
*           Copyright (C) 2003 Special Electronic Equipment and Device.
*                           All Rights Reserved
*------------------------------------------------------------------------------
* MODULE NAME... GUI(SEED-MMI5402 Graphic User Interface)
* FILENAME...... gui_string.asm
* DATE CREATED.. Mon 05/12/2003 
* PROJECT....... SEED-DTK5416
* COMPONENT..... 
* PREREQUISITS.. 
*------------------------------------------------------------------------------
* HISTORY:
*  	CREATED:  05/12/2003 Created
*   	MODIFIED: 
*------------------------------------------------------------------------------
* DESCRIPTION: 
*
******************************************************************************
	.file	"gui_string.asm"

        
        .def	_strNull			
        .def  	_strMcBSP		
        		
	    .sect	".sconst"
_strNull:			    .string   0x00,0x00
_strMcBSP: 	    			.string "合众达电子有限公司"	,0x00,0x00

		.end

⌨️ 快捷键说明

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