Matheus Pestana
banner
matheuspestana.bsky.social
Matheus Pestana
@matheuspestana.bsky.social
Cientista de Dados | Cientista Político | Professor na @fgvoficial.bsky.social
Bom de bola, ruim de grana, tabuada sei de cor
Calma, Dimitri Edu
September 8, 2024 at 1:09 PM
E tá errado?
September 4, 2024 at 11:00 AM
.section .data
msg: .asciz "Hello World\n"
.section .text
.global _start
_start:
adrp x0, msg@PAGE
add x0, x0, msg@PAGEOFF
mov x1, #12
mov x2, #1
mov x8, #0x40
svc #0
mov x8, #0x5d
mov x0, #0
svc #0
September 3, 2024 at 1:47 AM
September 2, 2024 at 9:45 PM