summaryrefslogtreecommitdiff
path: root/cpu/instructions/arithmetic/unsigned_divide_inplace.txt
blob: 66ca8964f5263bc95a953008da829b7f5fd6cfb2 (plain)
1
2
3
4
5
6
7
8
9
10
Number of parameters: 2

Usage:
	unsigned_divide_inplace <numerand> <divisor>

Effect:
	Performs the unsigned division <numerand>/<divisor>, storing the integer result in <numerand> and the remainder in <divisor>

Exceptions:
	Division by 0