Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

3.8.  Detailed Descriptions of 32-bit ALU Instructions

3.8.1. NOP: No Operation
3.8.2. ADD: Unsigned Add
3.8.3. SUB: Unsigned Subtract
3.8.4. AND: Bitwise AND
3.8.5. OR: Bitwise OR
3.8.6. XOR: Bitwise Exclusive OR
3.8.7. ASR: Arithmetic Shift Right
3.8.8. LSL: Logical Shift Left
3.8.9. LSR: Logical Shift Right
3.8.10. MOV: Move Register to Register
3.8.11. ADDI: Unsigned Add Immediate
3.8.12. SUBI: Unsigned Subtract Immediate
3.8.13. ASRI: Arithmetic Shift Right Immediate
3.8.14. LSLI: Logical Shift Left Immediate
3.8.15. LSRI: Logical Shift Right Immediate
3.8.16. MOVI: Move Immediate to Register
3.8.17. ADDC: Unsigned Add with Carry
3.8.18. SUBC: Unsigned Subtract with Carry
3.8.19. ANDI: Bitwise AND Immediate
3.8.20. ORI: Bitwise OR immediate
3.8.21. XORI: Bitwise Exclusive OR Immediate

At this time, this section is incomplete.

Embecosm divider strip