Qdatasheet_Logo
Integrated circuits, Transistor, Semiconductors Search and Datasheet PDF Download Site

ST20-C1 View Datasheet(PDF) - STMicroelectronics

Part Name
Description
MFG CO.
ST20-C1
ST-Microelectronics
STMicroelectronics ST-Microelectronics
'ST20-C1' PDF : 205 Pages View PDF
mul
multiply
Code: F6
Description: Multiply Areg by Breg, with checking for overflow but no carry.
Definition:
Areg′ ← low_word (prod)
if (prod > MostPos)
{
if (Statusunderflo w set )
Statusoverflow set
}
else if (prod < MostNeg)
{
if (Statusoverflow set )
Statusunderflo w set
}
Breg′ ← Creg
Creg′ ← Areg
where
prod = Areg × Breg
the value of prod is calculated to unlimited precision
Status Register:
Overflow or underflow bit may be set.
Comments:
Secondary instruction.
See also: add mac
section 4.4.
128/205
®
Share Link: GO URL

All Rights Reserved © qdatasheet.com  [ Privacy Policy ] [ Contact Us ]