在汇编语言中,“movl"中的“l"是什么意思?代表? [英] In the Assembly language, what does the 'l' in "movl" stands for?

查看:69
本文介绍了在汇编语言中,“movl"中的“l"是什么意思?代表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I understand that movb is move byte, movw is move word, movq is move quad word. movl is move double word, but what does the l stands for?

推荐答案

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

According to Computer System: A Programmer's Perspective, page 215, it means "long" since

32 位量被认为是长字"

32-bit quantities are considered to be "long words"

这篇关于在汇编语言中,“movl"中的“l"是什么意思?代表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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