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

Usage:
	signed_divide_inplace <numerand> <divisor>

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

Exceptions:
	Division by 0