EnokiUN / asmthing

Simple tiny test ASM projects while I learn how this works properly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASM Thing

A repo for me to mess around while I slowly learn how to write proper software in x86_64 Intel assembly.

Why bother with assembly? Because I find it fun.

Building

make # Builds an executable in dist
make clean # Removes dist/
make run # Runs the executable and builds it if it does not already exist

About

Simple tiny test ASM projects while I learn how this works properly

License:MIT License


Languages

Language:Assembly 87.8%Language:Makefile 12.2%