“Open sesame”? Ali baba would’ve been better off with just base64
“Open sesame”? Ali baba would’ve been better off with just base64
Meet sumon
I am still waiting for scooby doo memes where bluesky was twitter in disguise all along
Am I the only one who feels wrong placing any other header before stdio? It’s like “I don’t care what functionality you provide, you are not getting included before stdio”
As the great tsoding said once “windows should just become a linux distro”
Netero for president
Super Mario Bros.
section .text
global _start
_start:
mov rax, 1
mov rdi, 1
mov rsi, msg
mov rdx, 16
syscall
mov rax, 60
mov rdi, 0
syscall
section .data
msg: db “hello, world!”, 0x0D, 0x0A, 0x00
Do you remember the time when you enjoyed programming?