此帖出自嵌入式系统论坛
最新回复
The XBYTE macro allows you to access individual bytes in the external data
memory of the 8051. You may use this macro in your programs as follows:
rval = XBYTE [0x0002];
XBYTE [0x0002] = 57;
to read or write the contents of the byte in external data memory at address
0002h.
详情
回复
发表于 2010-5-13 19:37
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持