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

Usage:
	unsigned_multiply <overflow> <result> <value0> <value1>

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

Exceptions:
	None

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