?? 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)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -