是什么`DWORD ptr`是什么意思? [英] What does `dword ptr` mean?

查看:230
本文介绍了是什么`DWORD ptr`是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人能解释一下这是什么意思? (Intel语法,X86的Windows)

 和DWORD PTR [EBP-4],0


解决方案

在DWORD PTR的部分被称为大小指令。 本页面解释了他们,但它不可能直接链接到正确的部分。

基本上,它的意思是在目标操作数的长度为32位,所以这会按位与在通过取 EBP 注册和0减去四人。

Could someone explain what this means? (Intel Syntax, x86, Windows)

and     dword ptr [ebp-4], 0

解决方案

The "dword ptr" part is called a size directive. This page explains them, but it wasn't possible to direct-link to the correct section.

Basically, it means "the size of the target operand is 32 bits", so this will bitwise-AND the 32-bit value at the address computed by taking the contents of the ebp register and subtracting four with 0.

这篇关于是什么`DWORD ptr`是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆