I hear that when the processor does / or %, it will perform the same operation but one way it returns the quotient, the other way the remainder.
Is it possible to get both in a single operation? Maybe if I throw in a snippet of assembly code (which I've never done)?