📄 absacc.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 + -