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