beginner - don't understand div and mul operations
hi,
i recently started learning assembly and i don't understand what registers are used when doing the mul and div operations
For example:
div ebx
what other registers are in use to get the result, and why are those register used, is there a logic or it's a mnemonic thing and i wll have to look to a table to know which registers are actually used?