当前位置:网站首页>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
边栏推荐
- ~86m rabbit practice
- Error: case label `15 'not within a switch statement
- LeetCode 1641. Count the number of Lexicographic vowel strings
- Shell_ 07_ Functions and regular expressions
- 8086 CPU 内部结构
- LeetCode 1020. Number of enclaves
- 唯有学C不负众望 TOP4 S1E6:数据类型
- Eight part essay that everyone likes
- ~74 JD top navigation bar exercise
- The "advertising maniacs" in this group of programmers turned Tiktok advertisements into ar games
猜你喜欢
~79 Movie card exercise
Notes on how the network is connected
Record the error reason: terminate called after throwing an instance
一个数10年工作经验的微服务架构老师的简历
Alibaba cloud server docker installation mysql5.5
7-4 harmonic average
I'm "fixing movies" in ByteDance
~84 form supplement
字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
这116名学生,用3天时间复刻了字节跳动内部真实技术项目
随机推荐
Install docker under windows10 (through Oracle VM VirtualBox)
~Introduction to form 80
DS18B20數字溫度計系統設計
Eureka single machine construction
Eight part essay that everyone likes
"One year after graduation, I won ACL best paper"
数据传送指令
The difference between URI and URL
唯有学C不负众望 TOP3 Demo练习
面试集锦库
~76 sprite map
控制转移指令
~83 form introduction
Shell_ 06_ Judgment and circulation
LeetCode 1640. Can I connect to form an array
Full record of ByteDance technology newcomer training: a guide to the new growth of school recruitment
MySQL日期函数
Fdog series (I): think about it. It's better to write a chat software. Then start with the imitation QQ registration page.
Ruoyi-Cloud 踩坑的BUG
7-6 sum of combinatorial numbers