Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sathyasris27/arm7-thumb-programming

Repository containing all the ARM7 Thumb Instruction programs written for the Microprocessors course at college.
https://github.com/sathyasris27/arm7-thumb-programming

armv7 microprocessors

Last synced: about 2 months ago
JSON representation

Repository containing all the ARM7 Thumb Instruction programs written for the Microprocessors course at college.

Awesome Lists containing this project

README

        

# ARM7 Thumb Programming
Repository containing all the ARM7 Thumb Instruction programs written for the Microprocessors and Microcontrollers course at college.

**Processors used:** Intel 8085 and ARM7 TDMI-based architectures

### **Processes covered:**
1. Loading, storing and complementing values in registers
2. 32-bit addition and subtraction using thumb instructions
3. Reverse Subtraction with borrows
4. Addition with conditional loops
5. 32-bit Multiplication
6. Division and Comparisons
7. Distinguishing between odd, even, positive and negative numbers
8. Counting the number of 0's and 1's in a bit sequence