Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/assembly/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Assembly 如何在汇编语言中加载BP中的数字_Assembly - Fatal编程技术网

Assembly 如何在汇编语言中加载BP中的数字

Assembly 如何在汇编语言中加载BP中的数字,assembly,Assembly,我有个问题,请帮帮我 :编写执行以下操作的语句 将数字7986加载到BP(基本指针)中 如果无法直接移动,请尝试 mov ax,10 push ax pop bp

我有个问题,请帮帮我

:编写执行以下操作的语句


将数字7986加载到BP(基本指针)中

如果无法直接移动,请尝试

mov ax,10
push ax
pop  bp