SyntaxError! 6126ee8ac7 Fixing readme
2026-01-23 19:56:04 -03:00
2026-01-23 19:50:32 -03:00
2026-01-23 19:50:32 -03:00
2026-01-23 19:56:04 -03:00

Made for my studies on low-level programming


Clone and cd:

git clone https://github.com/synt-xerror/assembly-calculator
cd assembly-calculator

Assemble using nasm and link using ld:

nasm -f elf64 calculator.s -o calculator.o
ld calculator.o -o calculator

Run:

./calculator
Description
No description provided
Readme 31 KiB
Languages
Assembly 100%