Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 219 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 219 Bytes

BigNumCalcAsmX86

A big number calculator in C and Assembly x86
The calculator uses postfix notation
Meaning that 5 ∗ 1 + 2 ∗ 7 will be entered as 5 1 * 2 7 *+pq (print and quit)

built with @ohadyeger