Skip to content

[Completed] A simple calculator written in ARM Assembly that performs addition and subtraction on two integers.

Notifications You must be signed in to change notification settings

HusainCode/ARM-Assembly-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Project Status

Basic ARM Assembly Calculator

A simple calculator written in ARM Assembly that performs addition and subtraction on two hardcoded integers.

Purpose

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.

Features

  • Performs addition of two integers
  • Performs subtraction of two integers
  • Outputs results using printf

Notes

  • Targeted for ARM architecture
  • Uses Linux system calls to exit the program

About

[Completed] A simple calculator written in ARM Assembly that performs addition and subtraction on two integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published