Skip to content

Instantly share code, notes, and snippets.

@VikVin
VikVin / hello.s
Created February 11, 2026 17:39 — forked from carloscarcamo/hello.s
Hello world in GNU Assembler (GAS)
# -------------------------------------------------------------
#
# Using Linux System calls for 64-bit
# to run:
# gcc -c hello.s && ld hello.o && ./a.out
# o
# gcc -nostdlib hello.s && ./a.out
#
# --------------------------------------------------------------
@VikVin
VikVin / python.md
Created March 9, 2025 22:55 — forked from RobertAKARobin/python.md
Python Is Not A Great Programming Language
@RobertAKARobin
RobertAKARobin / python.md
Last active January 31, 2026 22:15
Python Is Not A Great Programming Language
@carloscarcamo
carloscarcamo / hello.s
Created September 10, 2015 20:12
Hello world in GNU Assembler (GAS)
# -------------------------------------------------------------
#
# Using Linux System calls for 64-bit
# to run:
# gcc -c hello.s && ld hello.o && ./a.out
# o
# gcc -nostdlib hello.s && ./a.out
#
# --------------------------------------------------------------