summaryrefslogtreecommitdiff
path: root/cpu/instructions/arithmetic/signed_divide.txt
blob: 2746f71849c3afafba99ad7e39424328888e4e07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Number of parameters: 4

Usage:
	signed_divide <result> <remainder> <numerand> <divisor>

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

Exceptions:
	Division by 0