⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gui_string.asm

📁 该代码是用vc编写的基于dsp2812电机控制的代码
💻 ASM
字号:

*******************************************************************************
*  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"
        
        .def	_strNull			
        .def  	_strEdit		
        .def	_strOpition			
        .def  	_strNodeYes	   		
        .def  	_strNodeNo
        		
	    .sect	".sconst"
_strNull:			    .pstring   0x00,0x00
_strEdit: 	    			.pstring "请输入数据"	,0x00,0x00
_strOpition: 	    		.pstring "是否退出"	,0x00,0x00
_strNodeYes: 	    	    .pstring "是"	,0x00,0x00
_strNodeNo: 	    	    .pstring "否"	,0x00,0x00

		.end

⌨️ 快捷键说明

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