summaryrefslogtreecommitdiff
path: root/cpu/instructions/arithmetic/unsigned_multiply_inplace.txt
blob: f2d97706c0b586bb55bf2e64efdefaa031e02d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Number of parameters: 2

Usage:
	unsigned_multiply_inplace <value0> <value1>

Effect:
	Performs the unsigned multiplication <value0>*<value1>, storing the integer result in <value0> and any overflowing bits into <value1>

Exceptions:
	None

Flags:
	Sets the carry flag if the overflow was non-zero
	The overflow flag is never set