【问题标题】:In the Assembly language, what does the 'l' in "movl" stands for? [duplicate]在汇编语言中,“movl”中的“l”代表什么? [复制]
【发布时间】:2019-01-28 22:31:50
【问题描述】:

我知道movb 是移动字节,movw 是移动字,movq 是移动四字。 movl 是移动双字,但 l 代表什么?

【问题讨论】:

标签: assembly x86 att


【解决方案1】:

根据Computer System: A Programmer's Perspective,第215页,它的意思是“长”,因为

32 位量被认为是“长字”

【讨论】:

  • 你应该从语言标准或汇编器中阅读文档,而不是书籍
猜你喜欢
  • 1970-01-01
  • 2011-07-31
  • 2019-02-09
  • 1970-01-01
  • 1970-01-01
  • 2021-01-15
  • 1970-01-01
  • 1970-01-01
  • 2014-11-08
相关资源
最近更新 更多