(unsigned int *) 0x8000将0x8000转换为一个指向 无符号整数 的指针
*(unsigned int *) 0x8000将上述指针指向的 无符号整数 取出来
c++笔记
原文:http://www.cnblogs.com/itevol/p/6140640.html