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

📄 absacc.h

📁 病理冰冻切片机C51程序,KEIL C编译环境
💻 H
字号:
/* *----------------------------------------------------------------------------- *  Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992 *----------------------------------------------------------------------------- *//* ABSACC.H: direct access to 8051 memory areas V3.03 */#define CBYTE ((unsigned char volatile *) 0x50000L)#define DBYTE ((unsigned char volatile *) 0x40000L)#define PBYTE ((unsigned char volatile *) 0x30000L)#define XBYTE ((unsigned char volatile *) 0x20000L)#define CWORD ((unsigned int volatile *) 0x50000L)#define DWORD ((unsigned int volatile *) 0x40000L)#define PWORD ((unsigned int volatile *) 0x30000L)#define XWORD ((unsigned int volatile *) 0x20000L)

⌨️ 快捷键说明

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