Skip to content

nidi21/x64-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

x64-calculator

a simple command-line calculator written in x64 NASM assembly for Windows.

built with:

  • NASM assembler
  • GCC (MinGW-w64)

how to build

nasm -f win64 main.asm
gcc main.obj -o main.exe

About

a simple calculator written in x64 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published