DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

ST20CX 查看數據表(PDF) - STMicroelectronics

零件编号
产品描述 (功能)
生产厂家
ST20CX
ST-Microelectronics
STMicroelectronics 
ST20CX Datasheet PDF : 212 Pages
First Prev 91 92 93 94 95 96 97 98 99 100 Next Last
ladd
ladd
long add
Code: 21 F6
Description: Add with carry in and check for overflow. The result of the operation is
the sum of Areg, Breg and bit 0 of Creg.
Definition:
if (sum > MostPos)
{
Areg′ ← sum 2BitsPerWord
IntegerOverflow
}
else if (sum < MostNeg)
{
Areg′ ← sum + 2BitsPerWord
IntegerOverflow
}
else
Areg′ ← sum
Breg′ ← undefined
Creg′ ← undefined
where
sum = Areg + Breg + Creg0
– the value of sum is calculated to unlimited precision
Error signals: IntegerOverflow can be signalled.
Comments:
Secondary instruction.
See also: lsum
96/212
®

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]