What is Nostr?
Lord Misuka
npub1kef…6ypr
2024-09-12 03:57:02

Lord Misuka on Nostr: section .data msg db "Olá Nostr!", LF msg_tam equ $-msg LF equ 10 section .text ...

section .data
msg db "Olá Nostr!", LF
msg_tam equ $-msg
LF equ 10
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, msg_tam
int 0x80
fim:
mov eax, 1
mov ebx, 0
int 0x80
Author Public Key
npub1kefn05rwreyuje5vqaf5gn8tfujvl62fzc9l8ddw0l4k07c9ufzqw06ypr