Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sathyasris27/arm7-thumb-programming
- Owner: SathyasriS27
- License: apache-2.0
- Created: 2021-09-01T18:21:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T18:28:58.000Z (over 3 years ago)
- Last Synced: 2024-01-24T19:09:24.382Z (12 months ago)
- Topics: armv7, microprocessors
- Language: HTML
- Homepage:
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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