section .data
message db 'spinnin back', 0
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, message
mov edx, 9
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
Popular repositories Loading
-
-
-
-
hashed
hashed PublicForked from chrisveness/crypto
Reference implementations of AES & SHA cryptographic functions
JavaScript
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.