Various small apps written in GAS (AT&T syntax) x64 Assembly language whilst going through the book Learn to Program with Assembly by Jonathan Bartlett.
The repo consists of three folders, namely
linux
Contains assembly files written to execute on Linux while going through the book and learning assembly.
sasm
Contains assembly files written in the SASM (SimpleASM) IDE which has syntax highlighting and an integrated debugger.
docs
Contains various documents and links found while learning assembly language.