Closed deanmlittle closed 5 months ago
MUL64_IMM and MUL64_REG opcodes were both mislabelled in the comments as div64 which also stated that they perform an operation equivalent /=. This commit accurately labels them both as mul64 and performing an operation equivalent to *=.
/=
*=
MUL64_IMM and MUL64_REG opcodes were both mislabelled in the comments as div64 which also stated that they perform an operation equivalent
/=
. This commit accurately labels them both as mul64 and performing an operation equivalent to*=
.