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

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

问题描述

谁能解释一下这是什么意思?(英特尔语法、x86、Windows)

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

and     dword ptr [ebp-4], 0

推荐答案

dword ptr 部分称为大小指令.这个页面 解释了它们,但不可能直接链接到正确的部分.

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.

基本上,它的意思是目标操作数的大小是 32 位",因此这将对通过取 ebp 寄存器的内容计算出的地址处的 32 位值进行按位与运算用0减去四.

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天全站免登陆