Write the assembly code necessary to calculate the percentage changed between 2 values that are passed as parameters

后端 未结 0 2016
不思量自难忘°
不思量自难忘° 2020-12-10 05:00

The formula for finding the (New Value − Old Value)/ abs(Old Value) * 100.0

%include "asm_io.inc"

%define a qword [ebp+8]

%define b qw

相关标签:
回答
  • 消灭零回复
提交回复
热议问题