section .data
msg db "Hey I'm Hzqkii", 0xA
len equ $ - msg
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, len
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
Popular repositories Loading
-
-
-
-
-
CTT
CTT PublicForked from Aetopia/CTT
Converts webhooks into .MD for synchronized documentation on CTT's Discord and GitHub pages
HTML 1
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.