Welcome to User Guide
In this guide we have the list of instructions supported by the AssemblerLet's look at the mnemonic list of each emulated instruction:
Instructions
Arithmetic
- adds
- adc
- adcs
- sub
- subs
- sbc
- sbcs
- rsb
- rsbs
- rsc
- rscs
MultiplyAndDivide
- mul
- muls
- mla
- mlas
- mls
- sdiv
- udiv
Move
- mov
- movs
- mvn
- mvns
- movt
Shift
- asr
- asrs
- lsl
- lsls
- lsr
- lsrs
- lor
- lors
- rrx
- rrxs
Compare
- cmp
- cmn
Logical
- tst
- teq
- and
- ands
- eor
- oers
- orr
- orrs
- orn
- orns
- bic
- bics
Branch
- b
- beq
- bne
- bcs
- bhs
- bcc
- blo
- bmi
- bpl
- bvs
- bvc
- bhi
- bls
- bge
- bgt
- ble
- bal
- bl
Single Data Memory
- ldr
- ldrb
- ldrh
- str
- strb
- strh
Stack
- push
- pop
For more information please check out: List of Instructions