GraveAlan / asm-cal

A calculator with assembler, just a calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

linux

$ nasm -felf64 suma.asm
$ ld -s -o suma suma.o

About

A calculator with assembler, just a calculator


Languages

Language:Assembly 100.0%