由买买提看人间百态

topics

全部话题 - 话题: 0xb80000
(共0页)
s***l
发帖数: 129
1
来自主题: Programming版 - 请帮忙看看这个小程序
Describe what happens in the following code:
short old;
short *ptr= (short *)0xB80000;
old = *ptr++; // What happens here
*ptr = (old<<1); // What happens here and what is ptr pointing to?
z****e
发帖数: 2024
2
来自主题: Programming版 - 请帮忙看看这个小程序
deference at arbitrary memory location?
where is 0xB80000?
(共0页)