A simple calculator written in ARM Assembly that performs addition and subtraction on two hardcoded integers.
This project is meant to help brush up on Assembly and build a stronger understanding of how code interacts with hardware.
The long term goal is to become proficient in Assembly to write more efficient, memory saving, and low level optimized code.
- Performs addition of two integers
- Performs subtraction of two integers
- Outputs results using
printf
- Targeted for ARM architecture
- Uses Linux system calls to exit the program