HW19
COP-3402
The x86 64 instruction set's idiv
operation for division only takes a single argument, i.e., idiv %rbx
. Why is this and how do you set the other argument?
The x86 64 instruction set's idiv
operation for division only takes a single argument, i.e., idiv %rbx
. Why is this and how do you set the other argument?
Created: 2024-11-12 Tue 08:10