StefanYohansson / asmlabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASM labs

I am learning Assembly from Igor Zhirkov's book and this is my learning diary.

Executing

make OBJ=program

ie: make OBJ=hello

Running

./build/program

ie: ./build/hello

Cleaning

make clean

About


Languages

Language:C 84.5%Language:Python 10.6%Language:Assembly 2.8%Language:Makefile 1.4%Language:Meson 0.8%Language:Emacs Lisp 0.0%