larjo / asm

Playground for x64 linux assembly language experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm

Playground for x64 linux assembly language experiments

Install nasm:

sudo apt install nasm

Compile

make

Run c version

./fibc 42

Run asm version

./fibasm 42

About

Playground for x64 linux assembly language experiments

License:MIT License


Languages

Language:C 48.8%Language:Assembly 36.0%Language:Makefile 15.2%