A small 64-bit assembly language program for writing to the Linux console directly using SYSCALL. There is no include file or library used, just plain assembly language. For compilation I'm using NASM and for linking GNU LD.
#assemblylanguage #linux