A calculator project in x86 assembly for learning purposes.
This calculator currently cannot perform consecutive operations correctly. After any calculation, subsequent operations will produce wrong results.
- No floating-point support.
- Can't do calculations with negative inputs.
- No error handling for unexpected user inputs.