; profile.asm
section .data
user db "00ie"
role db "cybersecurity student"
systems db "windows | nyarch linux"
langs db "js | ts | py | c# | go | nim | rust | bash"
focus db "systems | security | research"
section .text
_start:
mov rax, focus
xor rbx, rbx ; no distractions
ret
Highlights
Pinned Loading
-
VScode settings.json
VScode settings.json 1{2"background.fullscreen": {3"images": [],4"opacity": 0.5,
5"size": "cover",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


