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

📄 common.h

📁 This TCM-A1263 module display functions program.
💻 H
字号:
/************************************************************************
 *									*
 *	Copyright (C) SEIKO EPSON CORP. 1999				*
 *									*
 *	File name: common.h						*
 *	  This is common header file.					*
 *									*
 *	Revision history						*
 *		1999.03.11	T.Mineshima	Start.			*
 *		1999.04.22	T.Mineshima	Define modify.		*
 *									*
 ************************************************************************/

/* Constant define */
#ifndef	TRUE
#define	TRUE	(1==1)
#endif

#ifndef	FALSE
#define	FALSE	(!(1==1))
#endif

/* Macro */
#define	INT_BEGIN	asm("pushn	%r15")
#define	INT_END		asm("popn	%r15\n	reti")

⌨️ 快捷键说明

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