Pinned Loading
-
-
-
-
fizzbuzz.asm
fizzbuzz.asm 1; This code can be run with the following command:2; $ nasm -f elf64 fizzbuzz.asm && ld fizzbuzz.o -o fizzbuzz && ./fizzbuzz3section .data
4fizzbuzz_msg db 'FizzBuzz',0xa
5fizzbuzz_len equ $ - fizzbuzz_msg
-
rusty-dungeon
rusty-dungeon PublicThis is a small game I made for fun. It was programmed for Linux with Rust and inline x86-64 Assembly. It doesn't use the C Runtime or the Rust Standard Library.
Rust 5
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.




