Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 245 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 245 Bytes

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