Distributed systems (real-time collaboration with LaTeX, database clusters & microservices), Big Data, DevOps, AI & Mobile apps flickr:http://

Gustavo Rodríguez on Twitter: "global _main extern _printf section .text _main: push rbp mov ecx,90 xor rax,rax inc rbx p: push rax push rcx lea rdi,[f] mov rsi,rax xor rax,rax call _printf pop rcx pop rax mov rdx,rax mov rax,rbx add rbx,rdx dec ecx jnz p pop rbx ret f: default rel db"%20ld",10,0 #fibonacci"

submited by
Style Pass
2021-09-26 04:30:04

Distributed systems (real-time collaboration with LaTeX, database clusters & microservices), Big Data, DevOps, AI & Mobile apps flickr:http:// goo.gl/mYbjaG  

You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more

By embedding Twitter content in your website or app, you are agreeing to the Twitter Developer Agreement and Developer Policy.

The fastest way to share someone else’s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.

global _main extern _printf section .text _main: push rbp mov ecx,90 xor rax,rax inc rbx p: push rax push rcx lea rdi,[f] mov rsi,rax xor rax,rax call _printf pop rcx pop rax mov rdx,rax mov rax,rbx add rbx,rdx dec ecx jnz p pop rbx ret f: default rel db"%20ld",10,0 #fibonacci

A long-ass tweet Shortest 64 bit assembly fibonacci for macOS I could come up with, prints the first 90 numbers of the sequence. nasm -fmacho64 main.asm && gcc main.o && ./a.out #assembler #assembly #asm

Leave a Comment
Related Posts