(1) TBNZ x0, #uimm6, label
Test and branch Not zero.
If x0[uimm6] != 0 , then jump to label location and execute.
(2) TBZ x0, #uimm6, label
Test and branch Zero.
If x0[uimm6] == 0 , then jump to label location for execution.
(3) CBZ x0, label
Compare and Branch Zero
If x0 == 0 , then jump to label position and execute
(4) CBNZ x0, label
Compare and branch Not zero.
If x0 != 0 , then jump to label position and execute
2. LDUR / LDURB / LDURSB / LDURH / LDURSH / LDURSW / STUR / STURB / STURH
They all belong to Load-Store Single Register (unscaled offset)
unscaled offset: refers to "Base addr + an immediate value"
(1) ldur x0,[base,#simm9]
x0 = the content pointed to by [base+simm9]
(2) ldurb w0,[base,#simm9]
From the content pointed to by [base+simm9]: take a byte and assign it to w0.
Other bytes in w0: extended with 0.
(3) ldursb w0,[base,#simm9]
From the content pointed to by [base+simm9]: take a byte and assign it to w0.
Other bytes in w0: extended with the sign bit of this byte.
(4) ldhur
Similar to ldurb, but this time takes halfword (2 bytes)
(5) ldursh
Similar to ldursb, but this time takes halfword (2 bytes)
(6) ldursw
Similar to ldursb, but this time it takes word (4 bytes)
(7) stubborn x0,[base,#simm9]
Save x0 to the memory location pointed to by [base+#simm9]
(8) sturb x0,[base,#simm9]
Save a byte in x0 to the memory location pointed to by [base+#simm9]
(9) sturh x0,[base,#simm9]
Save a half-word (2 bytes) in x0 to the memory location pointed to by [base+#simm9]
Previous article:ARMv8 instruction learning (2)
Next article:Unaligned address access in ARMv7
Recommended ReadingLatest update time:2024-11-16 17:48
- Popular Resources
- Popular amplifiers
- Siemens Motion Control Technology and Engineering Applications (Tongxue, edited by Wu Xiaojun)
- Virtualization Technology Practice Guide - High-efficiency and low-cost solutions for small and medium-sized enterprises (Wang Chunhai)
- Learning PLC is easy - PLC ladder diagram and statement table with pictures (Li Changjun, Zhou Hua)
- Operational Amplifier Practical Reference Handbook (Edited by Liu Changsheng, Zhao Mingying, Liu Xu, etc.)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- What is this error?
- I want to use CD4051 as the RX expansion of USART serial port, but how to calculate the baud rate that CD4051 can meet...
- TI analog temperature sensor lmt88
- Import HFSS devices into AD to generate PCB files
- Problem with stack SP pointer
- This section needs urgent revision
- [NXP Rapid IoT Review] Rapid IoT Studio Display and Touch Applications
- How to write down what you want to express in your heart
- Heat gun disassembly-Yaogong 857
- What capacitors should I use with LaunchPad?