Mini-calculator with output to the console
Embedded Systems & MicrocontrollersWhat does it do?
- Adds two numbers (hardcoded for simplicity).
- Outputs the result to the terminal via the write system call.
- Demonstrates a basic understanding of assembly and system calls.
- Adds two numbers (hardcoded for simplicity).
- Outputs the result to the terminal via the write system call.
- Demonstrates a basic understanding of assembly and system calls.