In the Assembly language, what does the 'l' in “movl” stands for? [duplicate]

我是研究僧i 提交于 2019-12-27 06:35:13

问题


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?


回答1:


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

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



来源:https://stackoverflow.com/questions/54411253/in-the-assembly-language-what-does-the-l-in-movl-stands-for

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!