当前位置:网站首页>arithmetic operation
arithmetic operation
2022-07-06 17:02:00 【My71】
Add instruction ADD
function
Sum the destination operand and the source operand , The final operation result is stored in the destination operand .
usage
add Instructions are equivalent to high-level languages +=
add a,b ==> a += b
Code implementation
Incremental instruction INC
function
The destination operand is +1 operation .
Code implementation
Subtraction instructions SUB
function
Subtract the destination operand from the source operand , The final operation result is stored in the destination operand .
usage
sub Instructions are equivalent to high-level languages -=
sub a,b ==> a -= b
Code implementation
Minus instruction DEC
function
The destination operand is -1 operation .
Code implementation
边栏推荐
- ~70 row high
- J'ai traversé le chemin le plus fou, le circuit cérébral d'un programmeur de saut d'octets
- ~69 other ways to use icon fonts
- koa中间件
- Ce n'est qu'en apprenant que c est à la hauteur des attentes Top5 s1e8 | s1e9: caractères et chaînes & opérateurs arithmétiques
- After the subscript is used to assign a value to the string type, the cout output variable is empty.
- Fdog series (V): use QT to imitate QQ to realize login interface to main interface, function chapter.
- Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
- Design of DS18B20 digital thermometer system
- Monomer application concept
猜你喜欢
随机推荐
7-8 likes (need to continue to improve)
字节跳动海外技术团队再夺冠:高清视频编码已获17项第一
7-4 harmonic average
~73 other text styles
Solr standalone installation
Cartesian tree (modified)
Thank you for your invitation. I'm in the work area. I just handed in the code. I'm an intern in the next ByteDance
~84 form supplement
Continue and break jump out of multiple loops
Alibaba cloud server docker installation mysql5.5
Yum install XXX reports an error
唯有学C不负众望 TOP4 S1E6:数据类型
汇编语言段定义
7-5 blessing arrived
Activit零零碎碎要人命的坑
MySQL日期函数
~71 abbreviation attribute of font
MySQL字符串函数
Erlang installation
Which is more important for programming, practice or theory [there are some things recently, I don't have time to write an article, so I'll post an article on hydrology, and I'll fill in later]