📄 gui_string.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
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -