I am learning assembly language.
Is there a module in the assembly? I know that I can find the remainder using the formula Number = Divident * Divisor + Remainder.
I heard when we use the DIV syntax, is the remainder stored in one of the registers?
Edit 1: I am using Intel x86 architecture and developing it on Ubuntu.
source
share