Skip to content

z-k0123/x86-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

x86-calculator (WIP)

A calculator project in x86 assembly for learning purposes.

Known Issues

This calculator currently cannot perform consecutive operations correctly. After any calculation, subsequent operations will produce wrong results.

Limitations

  1. No floating-point support.
  2. Can't do calculations with negative inputs.
  3. No error handling for unexpected user inputs.

About

A calculator project in x86 assembly for learning purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published