ioa*_*anD 1 c++ x86 assembly pointers
我有一个问题:如何在c ++中查看内存地址X处的数字值是多少? 我想做一些像:
mov bx, 1024d mov ax, [bx]
从汇编,ax将是我的结果.
感谢您的支持. PS我刚开始使用指针和内存地址
Ker*_* SB 6
在C++中,该地址的值为*reinterpret_cast<uint16_t*>(1024).
*reinterpret_cast<uint16_t*>(1024)
归档时间:
12 年,1 月 前
查看次数:
2606 次
最近记录: