大数据量微服务传输_数据传输说明| 8086微处理器

  • Post author:
  • Post category:其他


大数据量微服务传输

The

data transfer instructions

are used to transfer data from one location to another. This transfer of data can be either from register to register, register to memory or memory to register.


数据传输指令

用于将数据从一个位置传输到另一位置。 数据的传输既可以是寄存器间的,也可以是寄存器间的,也可以是存储器间的。

It is important to note here that the memory to memory transfer of data directly is not possible.

在此必须注意,不可能直接进行内存到内存的数据传输。

Following are some

instructions that are used for data transfer purpose

:

以下是

用于数据传输目的的

一些

说明

  1. MOV

    影片

  2. PUSH

  3. POP

    流行音乐

  4. XCHG

    XCHG

  5. LAHF

    拉夫

  6. SAHF

    南非

  7. IN

  8. OUT

  9. LDS

    LDS

  10. LES

    莱斯


1) MOV


1)MOV

This instruction simply copies the data from the source to the destination.

该指令只是将数据从源复制到目标。

    Syntax: 	MOV destination , source
    Example: 	MOV AX, BX


2) PUSH


2)推

This instruction is used to push data into the stack.

该指令用于将数据推入堆栈。

    Syntax:     PUSH source
    Example:    PUSH CX
    Working:    SP  

3) POP

This instruction is used to get the data from the stack.

    Syntax:     PUSH source
    Example:    PUSH CX
    Working:    SP  

3) POP

This instruction is used to get the data from the stack.

翻译自:

https://www.includehelp.com/embedded-system/data-transfer-instructions-8086-microprocessor.aspx

大数据量微服务传输