assembly language instruction的意思|示意

美 / əˈsembli ˈlæŋɡwidʒ inˈstrʌkʃən / 英 / əˈsɛmbli ˈlæŋɡwɪdʒ ɪnˈstrʌkʃən /

[计] 汇编语言指令


assembly language instruction的用法详解

Assembly language instruction是汇编语言指令,是一系列指令组合,用来控制计算机的行为。它们均由机器语言指令组成,而机器语言指令是有固定的格式,用预先定义的指令单元来表示的。

汇编语言使用指令,这些指令用来描述计算机控制的动作,具体包括以下几种:

1、寻址指令:指令用来定位计算机中特定的存储单元,即指令指出要处理的数据所存放的位置和大小。

2、存储指令:指令用来读取和写入存储单元,也就是把数据从存储单元中读取出来或把数据存储到存储单元中。

3、算术指令:指令用来执行四则运算,包括加法、减法、乘法和除法。

4、转移指令:指令用来改变控制流的位置,无论是跳转到某个指定的地址去执行,还是根据执行一定的条件决定什么时候去执行。

5、控制指令:指令用来控制设备,比如开、关机器等。

有了这些汇编语言指令,人们就可以编程,让计算机去执行特定的任务。在实际的开发中,汇编语言指令的用途十分广泛,它们被用来编写操作系统中的应用程序,控制外设设备,以及编写系统汇编程序等等。

assembly language instruction相关短语

1、 assembly language instruction code 汇编语言指令码

2、 machine instruction in assembly language 汇编语言中的机器指令

assembly language instruction相关例句

The function to retrieve the data from the first ele we are pirates, these data are stolen from youdao of a list is called car (a name which is a holdover from an ancient assembly language instruction).

从列表的第一个元素获取数据的函数称为car(这个名字是古老的汇编语言指令的延续)。

The first operating system mechanically verified to ensure type safety including each assembly language instruction that runs after booting which is statically verified.

它是第一个能够从机制上验证以保证安全性的操作系统,其中包括的所有汇编语言指令都在启动时经过了静态验证,然后才会运行。

This corresponds to the selb assembly language instruction.

它对应于汇编语言的 selb 指令。

The value passed to assembly language instruction is out of the range specified for the parameter.

传递到汇编语言指令的值超出了为参数指定的范围.

互联网