简体   繁体   English

汇编指令的输出存储在哪里?

[英]Where are the outputs of assembly instructions stored?

If I have an instruction: 如果我有指令:

imull $eax, $ecx

so that it is multiplying what is stored in the two registers, where is the answer stored? 以便将两个寄存器中存储的内容相乘,答案存储在哪里?

Different assemblers work differently. 不同的汇编器工作方式不同。 For the GNU Assembler the result will go in $ecx . 对于GNU汇编器,结果将进入$ecx This is the opposite convention from most windows assemblers. 这与大多数Windows汇编程序相反。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM